Skip to content

Commit

Permalink
API TEST - Update Curie formation logic (#769)
Browse files Browse the repository at this point in the history
* - Update curie formation logic

* Test - Update curie formation logic

* API Test - Update curie formation logic
  • Loading branch information
haideriqbal authored Oct 25, 2024
1 parent b99e04a commit be188d3
Show file tree
Hide file tree
Showing 19 changed files with 4,247 additions and 4,247 deletions.
16 changes: 8 additions & 8 deletions testcases_expected_output_api/v2/ontologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
]
},
"http://exmpl.org/xmpl/Synonym": {
"curie": "XMPL_Synonym",
"curie": "XMPL:Synonym",
"definedBy": [
"xmpl"
],
Expand Down Expand Up @@ -241,7 +241,7 @@
"language": "en",
"linkedEntities": {
"http://www.w3.org/2000/01/rdf-schema#comment": {
"curie": "RDFS_comment",
"curie": "RDFS:comment",
"definedBy": [
"rdfs"
],
Expand All @@ -254,7 +254,7 @@
]
},
"http://www.w3.org/2000/01/rdf-schema#label": {
"curie": "RDFS_label",
"curie": "RDFS:label",
"definedBy": [
"rdfs"
],
Expand Down Expand Up @@ -300,7 +300,7 @@
"language": "en",
"linkedEntities": {
"http://www.w3.org/2000/01/rdf-schema#seeAlso": {
"curie": "RDFS_seeAlso",
"curie": "RDFS:seeAlso",
"definedBy": [
"rdfs"
],
Expand Down Expand Up @@ -359,7 +359,7 @@
"language": "en",
"linkedEntities": {
"http://www.w3.org/2000/01/rdf-schema#comment": {
"curie": "RDFS_comment",
"curie": "RDFS:comment",
"definedBy": [
"rdfs"
],
Expand All @@ -372,7 +372,7 @@
]
},
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": {
"curie": "RDFS_isDefinedBy",
"curie": "RDFS:isDefinedBy",
"definedBy": [
"rdfs"
],
Expand All @@ -385,7 +385,7 @@
]
},
"http://www.w3.org/2000/01/rdf-schema#seeAlso": {
"curie": "RDFS_seeAlso",
"curie": "RDFS:seeAlso",
"definedBy": [
"rdfs"
],
Expand Down Expand Up @@ -452,7 +452,7 @@
]
},
"http://www.w3.org/2000/01/rdf-schema#seeAlso": {
"curie": "RDFS_seeAlso",
"curie": "RDFS:seeAlso",
"definedBy": [
"rdfs"
],
Expand Down
Loading

0 comments on commit be188d3

Please sign in to comment.