Last active
April 7, 2016 17:30
-
-
Save abargnesi/6d9af35b4deee76bf4c9b174a2789b7b to your computer and use it in GitHub Desktop.
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
@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