-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a80c979
commit cdc3842
Showing
465 changed files
with
94,368 additions
and
35,195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
testcases_expected_output_api/ontologies/base_uri/individuals.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
testcases_expected_output_api/ontologies/base_uri/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
4 changes: 4 additions & 0 deletions
4
...testcases%252Fdefined-fields%252FDefinitionMultiple.owl%2523Definition-Multiple_0001.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"status": 404, | ||
"message": "Endpoint not found: /api/ontologies/definition-multiple/classes/http%253A%252F%252Fwww.ebi.ac.uk%252Ftestcases%252Fdefined-fields%252FDefinitionMultiple.owl%2523Definition-Multiple_0001" | ||
} |
4 changes: 4 additions & 0 deletions
4
...testcases%252Fdefined-fields%252FDefinitionMultiple.owl%2523Definition-Multiple_0001.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"status": 404, | ||
"message": "Endpoint not found: /api/ontologies/definition-multiple/entities/http%253A%252F%252Fwww.ebi.ac.uk%252Ftestcases%252Fdefined-fields%252FDefinitionMultiple.owl%2523Definition-Multiple_0001" | ||
} |
1 change: 1 addition & 0 deletions
1
testcases_expected_output_api/ontologies/definition-multiple/individuals.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
testcases_expected_output_api/ontologies/definition-multiple/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
32 changes: 32 additions & 0 deletions
32
testcases_expected_output_api/ontologies/definition-multiple/terms.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"_links": { | ||
"graph": { | ||
"href": "<base>/api/ontologies/definition-multiple/terms/http%253A%252F%252Fwww.ebi.ac.uk%252Ftestcases%252Fdefined-fields%252FDefinitionMultiple.owl%2523Definition-Multiple_0001/graph" | ||
}, | ||
"self": { | ||
"href": "<base>/api/ontologies/definition-multiple/terms/http%253A%252F%252Fwww.ebi.ac.uk%252Ftestcases%252Fdefined-fields%252FDefinitionMultiple.owl%2523Definition-Multiple_0001?lang=en" | ||
} | ||
}, | ||
"annotation": {}, | ||
"description": [ | ||
"A disease involving the liver.", | ||
"Any disease or dysfunction of the liver and the intrahepatic bile ducts.", | ||
"Pathological processes of the LIVER." | ||
], | ||
"has_children": false, | ||
"iri": "http://www.ebi.ac.uk/testcases/defined-fields/DefinitionMultiple.owl#Definition-Multiple_0001", | ||
"is_defining_ontology": false, | ||
"is_obsolete": false, | ||
"is_preferred_root": false, | ||
"is_root": true, | ||
"label": "liver disease", | ||
"lang": "en", | ||
"obo_id": "Definition-Multiple:0001", | ||
"ontology_iri": "http://www.ebi.ac.uk/testcases/owl2primer/class.owl", | ||
"ontology_name": "definition-multiple", | ||
"ontology_prefix": "Definition-Multiple", | ||
"short_form": "Definition-Multiple_0001", | ||
"synonyms": [] | ||
} | ||
] |
Oops, something went wrong.