Bundles/hpo
< Bundles
Graph: http://purl.org/science/graph/hpo
This is not HPO itself, but only the HPO/OMIM associations, in the form omim-record is-about hpo-class. HPO itself is part of the OBO bundle (graph http://purl.org/science/graph/obo/HPO).
Sample query:
Some 'is about' relationships from the 'omim' graph
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix isabout: <http://purl.obolibrary.org/obo/IAO_0000136> select * { graph <http://purl.org/science/graph/hpo> { ?omim isabout: ?class. } } limit 20
