Use URI for ontology references, not prefixes
This commit is contained in:
parent
c855033000
commit
31921e7de5
1 changed files with 20 additions and 20 deletions
|
@ -25,83 +25,83 @@
|
||||||
@prefix vivo: <http://vivoweb.org/ontology/core#> .
|
@prefix vivo: <http://vivoweb.org/ontology/core#> .
|
||||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||||
|
|
||||||
bibo:
|
<http://purl.org/ontology/bibo/>
|
||||||
rdfs:label "Bibliographic Ontology"@en-US ;
|
rdfs:label "Bibliographic Ontology"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "bibo" .
|
vitro:ontologyPrefixAnnot "bibo" .
|
||||||
|
|
||||||
skos:
|
<http://www.w3.org/2004/02/skos/core>
|
||||||
rdfs:label "SKOS (Simple Knowledge Organization System)"@en-US ;
|
rdfs:label "SKOS (Simple Knowledge Organization System)"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "skos" .
|
vitro:ontologyPrefixAnnot "skos" .
|
||||||
|
|
||||||
vivo:
|
<http://vivoweb.org/ontology/core>
|
||||||
rdfs:label "VIVO Core Ontology"@en-US ;
|
rdfs:label "VIVO Core Ontology"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "vivo" .
|
vitro:ontologyPrefixAnnot "vivo" .
|
||||||
|
|
||||||
ocrer:
|
<http://purl.org/net/OCRe/research.owl>
|
||||||
rdfs:label "OCRe Research"@en-US ;
|
rdfs:label "OCRe Research"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "ocrer" .
|
vitro:ontologyPrefixAnnot "ocrer" .
|
||||||
|
|
||||||
ocresd:
|
<http://purl.org/net/OCRe/study_design.owl>
|
||||||
rdfs:label "OCRe Study Design"@en-US ;
|
rdfs:label "OCRe Study Design"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "ocresd" .
|
vitro:ontologyPrefixAnnot "ocresd" .
|
||||||
|
|
||||||
ocresp:
|
<http://purl.org/net/OCRe/study_protocol.owl>
|
||||||
rdfs:label "OCRe Study Protocol"@en-US ;
|
rdfs:label "OCRe Study Protocol"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "ocresp" .
|
vitro:ontologyPrefixAnnot "ocresp" .
|
||||||
|
|
||||||
ocrest:
|
<http://purl.org/net/OCRe/statistics.owl>
|
||||||
rdfs:label "OCRe Statistics"@en-US ;
|
rdfs:label "OCRe Statistics"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "ocresst" .
|
vitro:ontologyPrefixAnnot "ocresst" .
|
||||||
|
|
||||||
geo:
|
<http://aims.fao.org/aos/geopolitical.owl>
|
||||||
rdfs:label "Geopolitical Ontology"@en-US ;
|
rdfs:label "Geopolitical Ontology"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "geo" .
|
vitro:ontologyPrefixAnnot "geo" .
|
||||||
|
|
||||||
event:
|
<http://purl.org/NET/c4dm/event.owl>
|
||||||
rdfs:label "Event Ontology"@en-US ;
|
rdfs:label "Event Ontology"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "event" .
|
vitro:ontologyPrefixAnnot "event" .
|
||||||
|
|
||||||
obo:
|
<http://purl.obolibrary.org/obo/>
|
||||||
rdfs:label "OBO Foundry"@en-US ;
|
rdfs:label "OBO Foundry"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "obo" .
|
vitro:ontologyPrefixAnnot "obo" .
|
||||||
|
|
||||||
vcard:
|
<http://www.w3.org/2006/vcard/ns>
|
||||||
rdfs:label "VCard"@en-US ;
|
rdfs:label "VCard"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "vcard" .
|
vitro:ontologyPrefixAnnot "vcard" .
|
||||||
|
|
||||||
foaf:
|
<http://xmlns.com/foaf/0.1/>
|
||||||
rdfs:label "FOAF (Friend of a Friend)"@en-US ;
|
rdfs:label "FOAF (Friend of a Friend)"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "foaf" .
|
vitro:ontologyPrefixAnnot "foaf" .
|
||||||
|
|
||||||
scires:
|
<http://vivoweb.org/ontology/scientific-research>
|
||||||
rdfs:label "VIVO Scientific Research Ontology"@en-US ;
|
rdfs:label "VIVO Scientific Research Ontology"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "scires" .
|
vitro:ontologyPrefixAnnot "scires" .
|
||||||
|
|
||||||
fabio:
|
<http://purl.org/spar/fabio/>
|
||||||
rdfs:label "FaBiO (FRBR-Aligned Bibliographic Ontology)"@en-US ;
|
rdfs:label "FaBiO (FRBR-Aligned Bibliographic Ontology)"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "fabio" .
|
vitro:ontologyPrefixAnnot "fabio" .
|
||||||
|
|
||||||
c4o:
|
<http://purl.org/spar/c4o/>
|
||||||
rdfs:label "Citation Counting and Context Characterization Ontology"@en-US ;
|
rdfs:label "Citation Counting and Context Characterization Ontology"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "c4o" .
|
vitro:ontologyPrefixAnnot "c4o" .
|
||||||
|
|
||||||
cito:
|
<http://purl.org/spar/cito/>
|
||||||
rdfs:label "CiTO (Citation Typing Ontology)"@en-US ;
|
rdfs:label "CiTO (Citation Typing Ontology)"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "cito" .
|
vitro:ontologyPrefixAnnot "cito" .
|
||||||
|
|
||||||
dcterms:
|
<http://purl.org/dc/terms/>
|
||||||
rdfs:label "Dublin Core Terms"@en-US ;
|
rdfs:label "Dublin Core Terms"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "dcterms" .
|
vitro:ontologyPrefixAnnot "dcterms" .
|
||||||
|
|
||||||
vann:
|
<http://purl.org/vocab/vann/>
|
||||||
rdfs:label "Vocabulary for Annotating Vocabulary Descriptions"@en-US ;
|
rdfs:label "Vocabulary for Annotating Vocabulary Descriptions"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "vann" .
|
vitro:ontologyPrefixAnnot "vann" .
|
||||||
|
|
||||||
ro:
|
<http://purl.obolibrary.org/obo/ro.owl>
|
||||||
rdfs:label "Relations Ontology"@en-US ;
|
rdfs:label "Relations Ontology"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "ro" .
|
vitro:ontologyPrefixAnnot "ro" .
|
||||||
|
|
||||||
swo:
|
<http://www.ebi.ac.uk/efo/swo/>
|
||||||
rdfs:label "Software Ontology"@en-US ;
|
rdfs:label "Software Ontology"@en-US ;
|
||||||
vitro:ontologyPrefixAnnot "swo" .
|
vitro:ontologyPrefixAnnot "swo" .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue