Skip to content

Commit

Permalink
API Test - Update curie formation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Oct 22, 2024
1 parent 597525a commit f66af0d
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 f66af0d

Please sign in to comment.