Difference between revisions of "CTS2 RDF Plugin"
Jump to navigation
Jump to search
Line 48: | Line 48: | ||
* Read using entity reference {{CTS2_RDF_base}}entity/LNC:LP97322-9 | * Read using entity reference {{CTS2_RDF_base}}entity/LNC:LP97322-9 | ||
* Read using entity references (mutliple Code System Versions) {{CTS2_RDF_base}}entity/obo:IAO_0000030 | * Read using entity references (mutliple Code System Versions) {{CTS2_RDF_base}}entity/obo:IAO_0000030 | ||
− | * Read using entity with code system version uri {{CTS2_RDF_base}} | + | * Read using entity with code system version uri {{CTS2_RDF_base}}codesystemversionbyuri/entity/LNC:47281-1?uri=http://bioportal.bioontology.org/ontologies/LNC/version/44774 |
− | * Read using entity with code system version uri with redirect {{CTS2_RDF_base}} | + | * Read using entity with code system version uri with redirect {{CTS2_RDF_base}}codesystemversionbyuri/entity/LNC:47281-1?uri=http://bioportal.bioontology.org/ontologies/LNC/version/44774&redirect=true |
=== ValueSetCatalogQuery === | === ValueSetCatalogQuery === |
Revision as of 18:19, 6 June 2012
CTS2 REST Services
Known Issues
- URI Mismatch: Certain portions of the RDF Plugin utilize the NCBO REST service for searching. Sometimes, the URIs returned by the NCBO REST service are not identical to those int the triple store. This will manifest on Entity Read by Name queries.
- Jena Local Name Parsing: Jena is used in the background for parsing the returned RDF. Given a URI like "http://purl.bioontology.org/ontology/RCD/7K6Ax", Jena will parse the "local part" of this URI as 'K6Ax' (notice the missing '7'). This may be a Jena bug. The only known example is:
http://informatics.mayo.edu/cts2/services/bioportal-rdf//codesystem/RCD/version/RCD-42295/entity/RCD:7K6Ax Notice how the 'name' part and the local part of the 'about' are out of sync.
- All Read Services are executed by a SPARQL query similar to:
<http://some/uri...> ?p ?o
Unbound predicate queries are expensive to execute on the triple store, and CTS2 requires all Properties of a given subject to be displayed
CodeSystemCatalogQuery
- Query: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystems
- Query with 'name' filter: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystems?matchvalue=nci&filtercomponent=resourceName
- Query with 'description' filter: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystems?matchvalue=databases&filtercomponent=resourceSynopsis
- Get CodeSystems With Specified Limit: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystems?maxtoreturn=5
- Get CodeSystems With Specified Limit and Page: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystems?maxtoreturn=5&page=10
CodeSystemCatalogRead
- Read by name: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/TGMA
- Read by uri: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystembyuri?uri=http://bioportal.bioontology.org/ontologies/TGMA
- Find CodeSystemByURI: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystembyuri?uri=http://bioportal.bioontology.org/ontologies/TGMA
- Find CodeSystemByURI with redirect: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystembyuri?uri=http://bioportal.bioontology.org/ontologies/TGMA&redirect=true
CodeSystemCatalogVersionQuery
- Query: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystemversions
- Query code system versions of code system: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/SNOMEDCT/versions
- Query with 'name' filter: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystemversions?matchvalue=nci&filtercomponent=resourceName
- Query with 'description' filter: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystemversions?matchvalue=anatomy&filtercomponent=resourceSynopsis
- Query by Description (default) http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystemversions?matchvalue=bioinformatics
- Query by Name http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystemversions?filtercomponent=resourceName&matchvalue=bioa
- Query by CodeSystem URI http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystembyuri/versions?uri=http://bioportal.bioontology.org/ontologies/TGMA
- Query by CodeSystem URI (with redirect) http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystembyuri/versions?uri=http://bioportal.bioontology.org/ontologies/TGMA&redirect=true
CodeSystemVersionCatalogRead
- CodeSystemCatalogRead by Name http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/CARO/version/CARO-46255
- CodeSystemCatalogRead by Official Version Id http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/CL/version/2011-06-03
EntityDescriptionQuery
- Query with 'description' http://informatics.mayo.edu/cts2/services/bioportal-rdf/entities?matchvalue=swelling
- Get all entities of code system version: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/AIR/version/AIR-42298/entities
- Query entities of code system version with 'keyword' filter: http://informatics.mayo.edu/cts2/rest/codesystem/LNC/version/LNC_226_RRF/entities?matchvalue=100
EntityDescriptionRead
- Read by name: http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/LNC/version/LNC-44774/entity/LNC:LP97322-9
- Read using entity reference http://informatics.mayo.edu/cts2/services/bioportal-rdf/entity/LNC:LP97322-9
- Read using entity references (mutliple Code System Versions) http://informatics.mayo.edu/cts2/services/bioportal-rdf/entity/obo:IAO_0000030
- Read using entity with code system version uri http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystemversionbyuri/entity/LNC:47281-1?uri=http://bioportal.bioontology.org/ontologies/LNC/version/44774
- Read using entity with code system version uri with redirect http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystemversionbyuri/entity/LNC:47281-1?uri=http://bioportal.bioontology.org/ontologies/LNC/version/44774&redirect=true
ValueSetCatalogQuery
- Query: http://informatics.mayo.edu/cts2/services/bioportal-rdf/valuesets
- ValueSetCatalogQuery by Description (default) http://informatics.mayo.edu/cts2/services/bioportal-rdf//valuesets?matchvalue=subtree
- Query with 'name' filter: http://informatics.mayo.edu/cts2/services/bioportal-rdf/valuesets?matchvalue=set&filtercomponent=resourceName
- Query with 'description' filter: http://informatics.mayo.edu/cts2/services/bioportal-rdf/valuesets?matchvalue=anatomy&filtercomponent=resourceSynopsis
- Query based on code system restriction: http://informatics.mayo.edu/cts2/services/bioportal-rdf/valuesets?codesystem=SNOMEDCT
ValueSetCatalogRead
ResolvedValueSetQuery
- Get all ResolvedValueSets http://informatics.mayo.edu/cts2/services/bioportal-rdf/resolvedvaluesets
- Get ResolvedValueSet http://informatics.mayo.edu/cts2/services/bioportal-rdf/valueset/SNOMEDCT-TF/definition/SNOMEDCT-TF-43049/resolution/43049
- Get ResolvedValueSet http://informatics.mayo.edu/cts2/services/bioportal-rdf/valueset/SNOMEDCT-TF/definition/SNOMEDCT-TF-43049/resolution/43049?matchvalue=toe
AssociationQuery
- AssociationQuery (all of CodeSystemVersion) http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/ICD9CM/version/ICD9CM-47178/associations
- AssociationQuery (children) http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/ICD9CM/version/ICD9CM-47178/entity/E008/children
- AssociationQuery (subjectof) http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/ICD9CM/version/ICD9CM-47178/entity/E008/subjectof
- AssociationQuery (targetof) http://informatics.mayo.edu/cts2/services/bioportal-rdf/codesystem/ICD9CM/version/ICD9CM-47178/entity/E008/targetof