VIVO-566 ontology prefixes VIVO-565 add new class vivo:Abstract and most of VIVO-566 replace vivo:Dataset with obo:Dataset and add cito properties

This commit is contained in:
brianjlowe 2013-11-21 20:22:21 -05:00
parent 38cb86715c
commit 8d2e56177b
6 changed files with 139 additions and 22 deletions

View file

@ -0,0 +1,54 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/arg/publication.owl#"
xml:base="http://purl.obolibrary.org/obo/arg/publication.owl"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:core="http://vivoweb.org/ontology/core#">
<!-- http://purl.obolibrary.org/obo/TODO_Dataset -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/TODO_Dataset">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A named collection of data, usually containing only one type of data</obo:IAO_0000115>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">US Patent Data; US Job Data</obo:IAO_0000112>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/spar/cito/isCitedAsDataSourceBy"/>
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/spar/cito/citesAsDataSource"/>
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/TODO_Dataset"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://purl.org/spar/cito/isCitedAsDataSourceBy -->
<owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsDataSourceBy">
<rdfs:label xml:lang="en">is cited as data source by</rdfs:label>
<rdfs:comment xml:lang="en">The cited entity is cited as a data source by the citing entity.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/citesAsDataSource"/>
</owl:ObjectProperty>
<!-- http://purl.org/spar/cito/citesAsDataSource -->
<owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsDataSource">
<rdfs:label xml:lang="en">cites as data source</rdfs:label>
<rdfs:comment xml:lang="en">The citing entity cites the cited entity as source of data.</rdfs:comment>
</owl:ObjectProperty>
</rdf:RDF>

View file

@ -14,7 +14,11 @@
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/"/>
<owl:Ontology rdf:about="http://www.w3.org/2006/vcard/ns"/>
<owl:Ontology rdf:about="http://aims.fao.org/aos/geopolitical.owl"/>
<owl:Ontology rdf:about="http://purl.org/net/OCRe/statistics.owl"/>
<owl:Ontology rdf:about="http://purl.org/net/OCRe/study_protocol.owl"/>
<owl:Ontology rdf:about="http://purl.org/net/OCRe/research.owl"/>
<owl:Ontology rdf:about="http://purl.org/net/OCRe/study_design.owl"/>
<owl:Ontology rdf:about="http://www.w3.org/2004/02/skos/core"/>
<owl:Ontology rdf:about="http://vivoweb.org/ontology/scientific-research"/>
<owl:Ontology rdf:about="http://purl.org/spar/fabio/"/>
<owl:Ontology rdf:about="http://purl.org/spar/c4o/"/>
<owl:Ontology rdf:about="http://purl.org/spar/cito/"/>
</rdf:RDF>

View file

@ -984,17 +984,6 @@ This class allows for linking an author to a publication while indicating inform
<!-- http://vivoweb.org/ontology/core#Dataset -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#Dataset">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A named collection of data, usually containing only one type of data</obo:IAO_0000115>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">US Patent Data; US Job Data</obo:IAO_0000112>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#EditorRole -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#EditorRole">
@ -1204,9 +1193,14 @@ Contents
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Document to be published</obo:IAO_0000115>
</owl:NamedIndividual>
<owl:Class rdf:about="http://vivoweb.org/ontology/core#Abstract">
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An abstract that is published as a standalone document or in a journal of abstracts</obo:IAO_0000115>
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->