Skip to content

Instantly share code, notes, and snippets.

@abargnesi
Last active April 7, 2016 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abargnesi/6d9af35b4deee76bf4c9b174a2789b7b to your computer and use it in GitHub Desktop.
Save abargnesi/6d9af35b4deee76bf4c9b174a2789b7b to your computer and use it in GitHub Desktop.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix belv: <http://www.openbel.org/vocabulary/> .
belv:NamespaceConceptScheme rdfs:subClassOf skos:ConceptScheme .
<http://identifiers.org/ncbigene> rdf:type skos:ConceptScheme .
<http://identifiers.org/hgnc> rdf:type skos:ConceptScheme .
<http://identifiers.org/ncbigene/207> skos:inScheme <http://identifiers.org/ncbigene> .
<http://identifiers.org/hgnc/391> skos:inScheme <http://identifiers.org/hgnc> .
<http://identifiers.org/hgnc/391> skos:exactMatch <http://identifiers.org/ncbigene/207> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment