ISF owl files

This commit is contained in:
brianjlowe 2013-07-24 15:03:13 -04:00
parent f2ce218a87
commit 1fafc58def
25 changed files with 5918 additions and 5382 deletions

View file

@ -0,0 +1,554 @@
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY base "http://www.ifomis.org/bfo/1.1">
<!ENTITY bfo "&base;#">
<!ENTITY snap "&base;/snap#">
<!ENTITY span "&base;/span#">
<!ENTITY dc "http://purl.org/dc/elements/1.1/">
<!ENTITY protege-dc-import "http://protege.stanford.edu/plugins/owl/dc/protege-dc.owl">
<!ENTITY protege-dc "&protege-dc-import;#">
<!ENTITY w3 "http://www.w3.org">
<!ENTITY owl "&w3;/2002/07/owl#">
<!ENTITY rdf "&w3;/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "&w3;/2000/01/rdf-schema#">
<!ENTITY xsd "&w3;/2001/XMLSchema#">
]>
<rdf:RDF xmlns:bfo="&bfo;"
xmlns:snap="&snap;"
xmlns:span="&span;"
xmlns:dc="&dc;"
xmlns:owl="&owl;"
xmlns:protege-dc="&protege-dc;"
xmlns:rdf="&rdf;"
xmlns:rdfs="&rdfs;"
xmlns:xsd="&xsd;"
xml:base="&base;">
<owl:Ontology rdf:about="">
<dc:title rdf:datatype="&xsd;string">Basic Formal Ontology (BFO)</dc:title>
<dc:creator rdf:datatype="&xsd;string">Holger Stenzhorn</dc:creator>
<dc:contributor rdf:datatype="&xsd;string">Andrew Spear</dc:contributor>
<dc:contributor rdf:datatype="&xsd;string">Pierre Grenon</dc:contributor>
<dc:contributor rdf:datatype="&xsd;string">Alan Ruttenberg</dc:contributor>
<dc:publisher rdf:datatype="&xsd;string">Institute for Formal Ontology and Medical Information Science (IFOMIS)</dc:publisher>
<dc:rights>http://creativecommons.org/licenses/by/3.0</dc:rights>
<dc:identifier rdf:datatype="&xsd;string">&base;</dc:identifier>
<dc:format rdf:datatype="&xsd;string">application/rdf+xml</dc:format>
<dc:language rdf:datatype="&xsd;string">en</dc:language>
<dc:source rdf:datatype="&xsd;string">Barry Smith: "Against Fantology"</dc:source>
<dc:source rdf:datatype="&xsd;string">Barry Smith: "Beyond Concepts: Ontology as Reality Representation"</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon and Barry Smith: "SNAP and SPAN: Towards Geospatial Dynamics"</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon, Barry Smith and Louis Goldberg: "Biodynamic Ontology: Applying BFO in the Biomedical Domain"</dc:source>
<dc:source rdf:datatype="&xsd;string">Barry Smith and Pierre Grenon: "The Cornucopia of Formal Ontological Relations"</dc:source>
<dc:source rdf:datatype="&xsd;string">Barry Smith: "Basic Tools of Formal Ontology"</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon: "Spatio-temporality in Basic Formal Ontology: SNAP and SPAN, Upper-Level Ontology, and Framework for Formalization"</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon: "BFO in a Nutshell: A Bi-categorial Axiomatization of BFO and Comparison with DOLCE"</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon: "Nuts in BFO's Nutshell: Revisions to the Bi-categorial Axiomatization of BFO"</dc:source>
<owl:versionInfo rdf:datatype="&xsd;string">1.1</owl:versionInfo>
<owl:imports rdf:resource="&protege-dc-import;"/>
</owl:Ontology>
<!-- -->
<!-- BFO -->
<!-- -->
<owl:Class rdf:about="&bfo;Entity">
<rdfs:label rdf:datatype="&xsd;string">entity</rdfs:label>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&snap;Continuant"/>
<owl:Class rdf:about="&span;Occurrent"/>
</owl:unionOf>
</owl:Class>
<!-- -->
<!-- SNAP -->
<!-- -->
<owl:Class rdf:about="&snap;Continuant">
<rdfs:subClassOf rdf:resource="&bfo;Entity"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&snap;DependentContinuant"/>
<owl:Class rdf:about="&snap;IndependentContinuant"/>
<owl:Class rdf:about="&snap;SpatialRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&span;Occurrent"/>
<rdfs:label rdf:datatype="&xsd;string">continuant</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An entity [bfo:Entity] that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: a heart, a person, the color of a tomato, the mass of a cloud, a symphony orchestra, the disposition of blood to coagulate, the lawn and atmosphere in front of our building</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Synonyms: endurant</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;DependentContinuant">
<rdfs:subClassOf rdf:resource="&snap;Continuant"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&snap;GenericallyDependentContinuant"/>
<owl:Class rdf:about="&snap;SpecificallyDependentContinuant"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&snap;IndependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;SpatialRegion"/>
<rdfs:label rdf:datatype="&xsd;string">dependent_continuant</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A continuant [snap:Continuant] that is either dependent on one or other independent continuant [snap:IndependentContinuant] bearers or inheres in or is borne by other entities.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;Disposition">
<rdfs:subClassOf rdf:resource="&snap;RealizableEntity"/>
<owl:disjointWith rdf:resource="&snap;Function"/>
<owl:disjointWith rdf:resource="&snap;Role"/>
<rdfs:label rdf:datatype="&xsd;string">disposition</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A realizable entity [snap:RealizableEntity] that essentially causes a specific process or transformation in the object [snap:Object] in which it inheres, under specific circumstances and in conjunction with the laws of nature. A general formula for dispositions is: X (object [snap:Object] has the disposition D to (transform, initiate a process) R under conditions C.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the disposition of vegetables to decay when not refrigerated, the disposition of a vase to brake if dropped, the disposition of blood to coagulate, the disposition of a patient with a weakened immune system to contract disease, the disposition of metal to conduct electricity.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;FiatObjectPart">
<rdfs:subClassOf rdf:resource="&snap;MaterialEntity"/>
<owl:disjointWith rdf:resource="&snap;Object"/>
<owl:disjointWith rdf:resource="&snap;ObjectAggregate"/>
<rdfs:label rdf:datatype="&xsd;string">fiat_object_part</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A material entity [snap:MaterialEntity] that is part of an object [snap:Object] but is not demarcated by any physical discontinuities.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: upper and lower lobes of the left lung, the dorsal and ventral surfaces of the body, the east side of Saarbruecken, the lower right portion of a human torso</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Synonyms: fiat substance part</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;Function">
<rdfs:subClassOf rdf:resource="&snap;RealizableEntity"/>
<owl:disjointWith rdf:resource="&snap;Disposition"/>
<owl:disjointWith rdf:resource="&snap;Role"/>
<rdfs:label rdf:datatype="&xsd;string">function</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A realizable entity [snap:RealizableEntity] the manifestation of which is an essentially end-directed activity of a continuant [snap:Continuant] entity in virtue of that continuant [snap:Continuant] entity being a specific kind of entity in the kind or kinds of contexts that it is made for.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the function of a birth canal to enable transport, the function of the heart in the body: to pump blood, to receive de-oxygenated and oxygenated blood, etc., the function of reproduction in the transmission of genetic material, the digestive function of the stomach to nutriate the body, the function of a hammer to drive in nails, the function of a computer program to compute mathematical equations, the function of an automobile to provide transportation, the function of a judge in a court of law</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;GenericallyDependentContinuant">
<rdfs:subClassOf rdf:resource="&snap;DependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;SpecificallyDependentContinuant"/>
<rdfs:label rdf:datatype="&xsd;string">generically_dependent_continuant</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A continuant [snap:Continuant] that is dependent on one or other independent continuant [snap:IndependentContinuant] bearers. For every instance of A requires some instance of (an independent continuant [snap:IndependentContinuant] type) B but which instance of B serves can change from time to time.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: a certain PDF file that exists in different and in several hard drives</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;IndependentContinuant">
<rdfs:subClassOf rdf:resource="&snap;Continuant"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&snap;MaterialEntity"/>
<owl:Class rdf:about="&snap;ObjectBoundary"/>
<owl:Class rdf:about="&snap;Site"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&snap;DependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;SpatialRegion"/>
<rdfs:label rdf:datatype="&xsd;string">independent_continuant</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A continuant [snap:Continuant] that is a bearer of quality [snap:Quality] and realizable entity [snap:RealizableEntity] entities, in which other entities inhere and which itself cannot inhere in anything.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: an organism, a heart, a leg, a person, a symphony orchestra, a chair, the bottom right portion of a human torso, the lawn and atmosphere in front of our building</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Synonyms: substantial entity</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;MaterialEntity">
<rdfs:subClassOf rdf:resource="&snap;IndependentContinuant"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&snap;FiatObjectPart"/>
<owl:Class rdf:about="&snap;Object"/>
<owl:Class rdf:about="&snap;ObjectAggregate"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&snap;ObjectBoundary"/>
<owl:disjointWith rdf:resource="&snap;Site"/>
<rdfs:label rdf:datatype="&xsd;string">material_entity</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An independent continuant [snap:IndependentContinuant] that is spatially extended whose identity is independent of that of other entities and can be maintained through time. Note: Material entity [snap:MaterialEntity] subsumes object [snap:Object], fiat object part [snap:FiatObjectPart], and object aggregate [snap:ObjectAggregate], which assume a three level theory of granularity, which is inadequate for some domains, such as biology.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: collection of random bacteria, a chair, dorsal surface of the body</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;Object">
<rdfs:subClassOf rdf:resource="&snap;MaterialEntity"/>
<owl:disjointWith rdf:resource="&snap;FiatObjectPart"/>
<owl:disjointWith rdf:resource="&snap;ObjectAggregate"/>
<rdfs:label rdf:datatype="&xsd;string">object</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A material entity [snap:MaterialEntity] that is spatially extended, maximally self-connected and self-contained (the parts of a substance are not separated from each other by spatial gaps) and possesses an internal unity. The identity of substantial object [snap:Object] entities is independent of that of other entities and can be maintained through time.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: an organism, a heart, a chair, a lung, an apple</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Synonyms: substance</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;ObjectAggregate">
<rdfs:subClassOf rdf:resource="&snap;MaterialEntity"/>
<owl:disjointWith rdf:resource="&snap;FiatObjectPart"/>
<owl:disjointWith rdf:resource="&snap;Object"/>
<rdfs:label rdf:datatype="&xsd;string">object_aggregate</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A material entity [snap:MaterialEntity] that is a mereological sum of separate object [snap:Object] entities and possesses non-connected boundaries.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: a heap of stones, a group of commuters on the subway, a collection of random bacteria, a flock of geese, the patients in a hospital</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Synonyms: substance aggregate</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;ObjectBoundary">
<rdfs:subClassOf rdf:resource="&snap;IndependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;FiatObjectPart"/>
<owl:disjointWith rdf:resource="&snap;ObjectAggregate"/>
<owl:disjointWith rdf:resource="&snap;Object"/>
<owl:disjointWith rdf:resource="&snap;Site"/>
<rdfs:label rdf:datatype="&xsd;string">object_boundary</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An independent continuant [snap:IndependentContinuant] that is a lower dimensional part of a spatial entity, normally a closed two-dimensional surface. Boundaries are those privileged parts of object [snap:Object] entities that exist at exactly the point where the object [snap:Object] is separated off from the rest of the existing entities in the world.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the surface of the skin, the surface of the earth, the surface of the interior of the stomach, the outer surface of a cell or cell wall</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Synonyms: substance boundary</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: Boundaries are theoretically difficult entities to account for, however the intuitive notion of a physical boundary as a surface of some sort (whether inside or outside of a thing) will generally serve as a good guide for the use of this universal.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;OneDimensionalRegion">
<rdfs:subClassOf rdf:resource="&snap;SpatialRegion"/>
<owl:disjointWith rdf:resource="&snap;ThreeDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;TwoDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;ZeroDimensionalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">one_dimensional_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A spatial region [snap:SpatialRegion] with one dimension.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the part of space that is a line stretching from one end of absolute space to the other, an edge of a cube-shaped part of space</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;Quality">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;RealizableEntity"/>
<rdfs:label rdf:datatype="&xsd;string">quality</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A specifically dependent continuant [snap:SpecificallyDependentContinuant] that is exhibited if it inheres in an entity or entities at all (a categorical property).</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the color of a tomato, the ambient temperature of air, the circumference of a waist, the shape of a nose, the mass of a piece of gold, the weight of a chimpanzee</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;RealizableEntity">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;Quality"/>
<rdfs:label rdf:datatype="&xsd;string">realizable_entity</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A specifically dependent continuant [snap:SpecificallyDependentContinuant] that inheres in continuant [snap:Continuant] entities and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the role of being a doctor, the function of the reproductive organs, the disposition of blood to coagulate, the disposition of metal to conduct electricity</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: If a realizable entity [snap:RealizableEntity] inheres in a continuant [snap:Continuant], this does not imply that it is actually realized.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;Role">
<rdfs:subClassOf rdf:resource="&snap;RealizableEntity"/>
<owl:disjointWith rdf:resource="&snap;Disposition"/>
<owl:disjointWith rdf:resource="&snap;Function"/>
<rdfs:label rdf:datatype="&xsd;string">role</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A realizable entity [snap:RealizableEntity] the manifestation of which brings about some result or end that is not essential to a continuant [snap:Continuant] in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant [snap:Continuant] in some kinds of natural, social or institutional contexts.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the role of a person as a surgeon, the role of a chemical compound in an experiment, the role of a patient relative as defined by a hospital administrative form, the role of a woman as a legal mother in the context of system of laws, the role of a biological grandfather as legal guardian in the context of a system of laws, the role of ingested matter in digestion, the role of a student in a university</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;Site">
<rdfs:subClassOf rdf:resource="&snap;IndependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;FiatObjectPart"/>
<owl:disjointWith rdf:resource="&snap;Object"/>
<owl:disjointWith rdf:resource="&snap;ObjectAggregate"/>
<owl:disjointWith rdf:resource="&snap;ObjectBoundary"/>
<rdfs:label rdf:datatype="&xsd;string">site</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An independent continuant [snap:IndependentContinuant] consisting of a characteristic spatial shape in relation to some arrangement of other continuant [snap:Continuant] entities and of the medium which is enclosed in whole or in part by this characteristic spatial shape. Site [snap:Site] entities are entities that can be occupied by other continuant [snap:Continuant] entities.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: a particular room in a particular hospital, Maria's nostril or her intestines for a variety of bacteria.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: An instance of Site [snap:Site] is a mixture of independent continuant [snap:IndependentContinuant] entities which act as surrounding environments for other independent continuant [snap:IndependentContinuant] entities, most importantly for instances of object [snap:Object]. A site [snap:Site] is typically made of object [snap:Object] or fiat object part [snap:FiatObjectPart] entities and a surrounding medium in which is found an object [snap:Object] occupying the site [snap:Site]. Independent continuant [snap:IndependentContinuant] entities may be associated with others (which, then, are sites) through a relation of "occupation". That relation is connected to, but distinct from, the relation of spatial location. Site [snap:Site] entities are not to be confused with spatial region [snap:SpatialRegion] entities. In BFO, site [snap:Site] allows for a so-called relational view of space which is different from the view corresponding to the class spatial region [snap:SpatialRegion] (see the comment on this class).</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;SpatialRegion">
<rdfs:subClassOf rdf:resource="&snap;Continuant"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&snap;OneDimensionalRegion"/>
<owl:Class rdf:about="&snap;ThreeDimensionalRegion"/>
<owl:Class rdf:about="&snap;TwoDimensionalRegion"/>
<owl:Class rdf:about="&snap;ZeroDimensionalRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&snap;DependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;IndependentContinuant"/>
<rdfs:label rdf:datatype="&xsd;string">spatial_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A continuant [snap:Continuant] that is neither bearer of quality [snap:Quality] entities nor inheres in any other entities.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the sum total of all space in the universe, parts of the sum total of all space in the universe</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: An instance of spatial region [snap:SpatialRegion] is a part of space. All parts of space are spatial region [snap:SpatialRegion] entities and only spatial region [snap:SpatialRegion] entities are parts of space. Space is the entire extent of the spatial universe, a designated individual, which is thus itself a spatial region [snap:SpatialRegion].</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: All instances of continuant [snap:Continuant] are spatial entities, that is, they enter in the relation of (spatial) location with spatial region [snap:SpatialRegion] entities. As a particular case, the exact spatial location of a spatial region [snap:SpatialRegion] is this region itself.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: Space and spatial region [snap:SpatialRegion] entities are entities in their own rights which exist independently of any entities which can be located at them. This view of space is sometimes called "absolutist" or "the container view". In BFO, the class site [snap:Site] allows for a so-called relational view of space, that is to say, a view according to which spatiality is a matter of relative location between entities and not a matter of being tied to space. The bridge between these two views is secured through the fact that while instances of site [snap:Site] are not spatial region [snap:SpatialRegion] entities, they are nevertheless spatial entities.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;SpecificallyDependentContinuant">
<rdfs:subClassOf rdf:resource="&snap;DependentContinuant"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&snap;Quality"/>
<owl:Class rdf:about="&snap;RealizableEntity"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&snap;GenericallyDependentContinuant"/>
<rdfs:label rdf:datatype="&xsd;string">specifically_dependent_continuant</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A continuant [snap:Continuant] that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the mass of a cloud, the smell of mozzarella, the liquidity of blood, the color of a tomato, the disposition of fish to decay, the role of being a doctor, the function of the heart in the body: to pump blood, to receive de-oxygenated and oxygenated blood, etc.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Synonyms: property, trope, mode</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;ThreeDimensionalRegion">
<rdfs:subClassOf rdf:resource="&snap;SpatialRegion"/>
<owl:disjointWith rdf:resource="&snap;OneDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;TwoDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;ZeroDimensionalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">three_dimensional_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A spatial region [snap:SpatialRegion] with three dimensions.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: a cube-shaped part of space, a sphere-shaped part of space</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;TwoDimensionalRegion">
<rdfs:subClassOf rdf:resource="&snap;SpatialRegion"/>
<owl:disjointWith rdf:resource="&snap;OneDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;ThreeDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;ZeroDimensionalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">two_dimensional_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A spatial region [snap:SpatialRegion] with two dimensions.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the surface of a cube-shaped part of space, the surface of a sphere-shaped part of space, the surface of a rectilinear planar figure-shaped part of space</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&snap;ZeroDimensionalRegion">
<rdfs:subClassOf rdf:resource="&snap;SpatialRegion"/>
<owl:disjointWith rdf:resource="&snap;OneDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;ThreeDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;TwoDimensionalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">zero_dimensional_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A spatial region [snap:SpatialRegion] with no dimensions.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: a point</rdfs:comment>
</owl:Class>
<!-- -->
<!-- SPAN -->
<!-- -->
<owl:Class rdf:about="&span;ConnectedSpatiotemporalRegion">
<rdfs:subClassOf rdf:resource="&span;SpatiotemporalRegion"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&span;SpatiotemporalInstant"/>
<owl:Class rdf:about="&span;SpatiotemporalInterval"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&span;ScatteredSpatiotemporalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">connected_spatiotemporal_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A space time region [span:SpaceTimeRegion] that has temporal and spatial dimensions such that all points within the spatiotemporal region are mediately or immediately connected to all other points within the same space time region [span:SpaceTimeRegion].</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the spatial and temporal location of an individual organism's life, the spatial and temporal location of the development of a fetus</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;ConnectedTemporalRegion">
<rdfs:subClassOf rdf:resource="&span;TemporalRegion"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&span;TemporalInstant"/>
<owl:Class rdf:about="&span;TemporalInterval"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&span;ScatteredTemporalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">connected_temporal_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A temporal region [span:TemporalRegion] every point of which is mediately or immediately connected with every other point of which.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the 1970s years, the time from the beginning to the end of a heart attack, the time taken up by cellular meiosis</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;FiatProcessPart">
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;Process"/>
<owl:disjointWith rdf:resource="&span;ProcessAggregate"/>
<owl:disjointWith rdf:resource="&span;ProcessBoundary"/>
<owl:disjointWith rdf:resource="&span;ProcessualContext"/>
<rdfs:label rdf:datatype="&xsd;string">fiat_process_part</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A processual entity [span:ProcessualEntity] that is part of a process but that does not have bona fide beginnings and endings corresponding to real discontinuities.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: chewing during a meal, the middle part of a rainstorm, the worst part of a heart-attack, the most interesting part of Van Gogh's life</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;Occurrent">
<rdfs:subClassOf rdf:resource="&bfo;Entity"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&span;ProcessualEntity"/>
<owl:Class rdf:about="&span;SpatiotemporalRegion"/>
<owl:Class rdf:about="&span;TemporalRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&snap;Continuant"/>
<rdfs:label rdf:datatype="&xsd;string">occurrent</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An entity [bfo:Entity] that has temporal parts and that happens, unfolds or develops through time. Sometimes also called perdurants.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the life of an organism, a surgical operation as processual context for a nosocomical infection, the spatiotemporal context occupied by a process of cellular meiosis, the most interesting part of Van Gogh's life, the spatiotemporal region occupied by the development of a cancer tumor</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Synonyms: perdurant</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;Process">
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;FiatProcessPart"/>
<owl:disjointWith rdf:resource="&span;ProcessAggregate"/>
<owl:disjointWith rdf:resource="&span;ProcessBoundary"/>
<owl:disjointWith rdf:resource="&span;ProcessualContext"/>
<rdfs:label rdf:datatype="&xsd;string">process</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A processual entity [span:ProcessualEntity] that is a maximally connected spatiotemporal whole and has bona fide beginnings and endings corresponding to real discontinuities.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the life of an organism, the process of sleeping, the process of cell-division</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;ProcessAggregate">
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;FiatProcessPart"/>
<owl:disjointWith rdf:resource="&span;Process"/>
<owl:disjointWith rdf:resource="&span;ProcessBoundary"/>
<owl:disjointWith rdf:resource="&span;ProcessualContext"/>
<rdfs:label rdf:datatype="&xsd;string">process_aggregate</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A processual entity [span:ProcessualEntity] that is a mereological sum of process [span:Process] entities and possesses non-connected boundaries.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the beating of the hearts of each of seven individuals in the room, the playing of each of the members of an orchestra, a process of digestion and a process of thinking taken together</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;ProcessBoundary">
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;FiatProcessPart"/>
<owl:disjointWith rdf:resource="&span;Process"/>
<owl:disjointWith rdf:resource="&span;ProcessAggregate"/>
<owl:disjointWith rdf:resource="&span;ProcessualContext"/>
<rdfs:label rdf:datatype="&xsd;string">process_boundary</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A processual entity [span:ProcessualEntity] that is the fiat or bona fide instantaneous temporal process boundary.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: birth, death, the forming of a synapse, the onset of REM sleep, the detaching of a finger in an industrial accident, the final separation of two cells at the end of cell-division, the incision at the beginning of a surgery</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;ProcessualContext">
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;FiatProcessPart"/>
<owl:disjointWith rdf:resource="&span;Process"/>
<owl:disjointWith rdf:resource="&span;ProcessAggregate"/>
<owl:disjointWith rdf:resource="&span;ProcessBoundary"/>
<rdfs:label rdf:datatype="&xsd;string">processual_context</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An occurrent [span:Occurrent] consisting of a characteristic spatial shape inhering in some arrangement of other occurrent [span:Occurrent] entities. processual context [span:ProcessualContext] entities are characteristically entities at or in which other occurrent [span:Occurrent] entities can be located or occur.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: The processual context for a given manipulation occurring as part of an experiment is made of processual entities which occur in parallel, are not necessarily all parts of the experiment themselves and may involve continuant [snap:Continuant] entities which are in the spatial vicinity of the participants in the experiment.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: An instance of a processual context [span:ProcessualContext] is a mixture of processual entity [span:ProcessualEntity] which stand as surrounding environments for other processual entity [span:ProcessualEntity] entities. The class processual context [span:ProcessualContext] is the analogous among occurrent [span:Occurrent] entities to the class site [snap:Site] among continuant [snap:Continuant] entities.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;ProcessualEntity">
<rdfs:subClassOf rdf:resource="&span;Occurrent"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&span;FiatProcessPart"/>
<owl:Class rdf:about="&span;Process"/>
<owl:Class rdf:about="&span;ProcessAggregate"/>
<owl:Class rdf:about="&span;ProcessBoundary"/>
<owl:Class rdf:about="&span;ProcessualContext"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&span;TemporalRegion"/>
<owl:disjointWith rdf:resource="&span;SpatiotemporalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">processual_entity</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An occurrent [span:Occurrent] that exists in time by occurring or happening, has temporal parts and always involves and depends on some entity.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the life of an organism, the process of meiosis, the course of a disease, the flight of a bird</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;ScatteredSpatiotemporalRegion">
<rdfs:subClassOf rdf:resource="&span;SpatiotemporalRegion"/>
<owl:disjointWith rdf:resource="&span;ConnectedSpatiotemporalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">scattered_spatiotemporal_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A space time region [span:SpaceTimeRegion] that has spatial and temporal dimensions and every spatial and temporal point of which is not connected with every other spatial and temporal point of which.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the space and time occupied by the individual games of the World Cup, the space and time occupied by the individual liaisons in a romantic affair</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;ScatteredTemporalRegion">
<rdfs:subClassOf rdf:resource="&span;TemporalRegion"/>
<owl:disjointWith rdf:resource="&span;ConnectedTemporalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">scattered_temporal_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A temporal region [span:TemporalRegion] every point of which is not mediately or immediately connected with every other point of which.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the time occupied by the individual games of the World Cup, the time occupied by the individual liaisons in a romantic affair</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;SpatiotemporalInstant">
<rdfs:subClassOf rdf:resource="&span;ConnectedSpatiotemporalRegion"/>
<owl:disjointWith rdf:resource="&span;SpatiotemporalInterval"/>
<rdfs:label rdf:datatype="&xsd;string">spatiotemporal_instant</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A connected space time region [span:ConnectedSpaceTimeRegion] at a specific moment.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the space time region occupied by a single instantaneous temporal slice (part) of a process</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;SpatiotemporalInterval">
<rdfs:subClassOf rdf:resource="&span;ConnectedSpatiotemporalRegion"/>
<owl:disjointWith rdf:resource="&span;SpatiotemporalInstant"/>
<rdfs:label rdf:datatype="&xsd;string">spatiotemporal_interval</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A connected space time region [span:ConnectedSpaceTimeRegion] that endures for more than a single moment of time.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the space time region occupied by a process or by a fiat processual part</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;SpatiotemporalRegion">
<rdfs:subClassOf rdf:resource="&span;Occurrent"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&span;ConnectedSpatiotemporalRegion"/>
<owl:Class rdf:about="&span;ScatteredSpatiotemporalRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;TemporalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">spatiotemporal_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An occurrent [span:Occurrent] at or in which processual entity [span:ProcessualEntity] entities can be located.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the spatiotemporal region occupied by a human life, the spatiotemporal region occupied by the development of a cancer tumor, the spatiotemporal context occupied by a process of cellular meiosis</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: An instance of the spatiotemporal region [span:SpatiotemporalRegion] is a part of spacetime. All parts of spacetime are spatiotemporal region [span:SpatiotemporalRegion] entities and only spatiotemporal region [span:SpatiotemporalRegion] entities are parts of spacetime. In particular, neither spatial region [snap:SpatialRegion] entities nor temporal region [span:TemporalRegion] entities are in BFO parts of spacetime. Spacetime is the entire extent of the spatiotemporal universe, a designated individual, which is thus itself a spatiotemporal region [span:SpatiotemporalRegion]. Spacetime is among occurrents the analogous of space among continuant [snap:Continuant] entities.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: All instances of occurrent [span:Occurrent] are spatiotemporal entities, that is, they enter in the relation of (spatiotemporal) location with spatiotemporal region [span:SpatiotemporalRegion] entities. As a particular case, the exact spatiotemporal location of a spatiotemporal region [span:SpatiotemporalRegion] is this region itself.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: Spacetime and spatiotemporal region [span:SpatiotemporalRegion] entities are entities in their own rights which exist independently of any entities which can be located at them. This view of spacetime can be called "absolutist" or "the container view". In BFO, the class processual context [span:ProcessualContext] allows for a so-called relational view of spacetime, that is to say, a view according to which spatiotemporality is a matter of relative location between entities and not a matter of being tied to spacetime. In BFO, the bridge between these two views is secured through the fact that instances of processual context [span:ProcessualContext] are too spatiotemporal entities.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;TemporalInstant">
<rdfs:subClassOf rdf:resource="&span;ConnectedTemporalRegion"/>
<owl:disjointWith rdf:resource="&span;TemporalInterval"/>
<rdfs:label rdf:datatype="&xsd;string">temporal_instant</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A connected temporal region [span:ConnectedTemporalRegion] comprising a single moment of time.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: right now, the moment at which a finger is detached in an industrial accident, the moment at which a child is born, the moment of death</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;TemporalInterval">
<rdfs:subClassOf rdf:resource="&span;ConnectedTemporalRegion"/>
<owl:disjointWith rdf:resource="&span;TemporalInstant"/>
<rdfs:label rdf:datatype="&xsd;string">temporal_interval</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A connected temporal region [span:ConnectedTemporalRegion] lasting for more than a single moment of time.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: any continuous temporal duration during which a process occurs</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="&span;TemporalRegion">
<rdfs:subClassOf rdf:resource="&span;Occurrent"/>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="&span;ConnectedTemporalRegion"/>
<owl:Class rdf:about="&span;ScatteredTemporalRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<owl:disjointWith rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;SpatiotemporalRegion"/>
<rdfs:label rdf:datatype="&xsd;string">temporal_region</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Definition: An occurrent [span:Occurrent] that is part of time.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the time it takes to run a marathon, the duration of a surgical procedure, the moment of death</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: An instance of temporal region [span:TemporalRegion] is a part of time. All parts of time are temporal region [span:TemporalRegion] entities and only temporal region [span:TemporalRegion] entities are parts of time. Time is the entire extent of the temporal universe, a designated individual, which is thus a temporal region itself.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: All instances of occurrent [span:Occurrent] are temporal entities, that is, they enter in the relation of (temporal) location with temporal region [span:TemporalRegion] entities. As a particular case, the exact spatiotemporal location of a temporal region [span:TemporalRegion] is this region itself. Continuant [snap:Continuant] entities are not temporal entities in the technical sense just explained; they are related to time in a different way, not through temporal location but through a relation of existence at a time or during a period of time (see continuant [snap:Continuant].</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Comment: Time and temporal region [span:TemporalRegion] entities are entities in their own rights which exist independently of any entities which can be located at them. This view of time can be called "absolutist" or "the container view" in analogy to what is traditionally the case with space (see spatial region [snap:SpatialRegion].</rdfs:comment>
</owl:Class>
</rdf:RDF>

View file

@ -0,0 +1,91 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://vivoweb.org/ontology/core/dateTimeValuePrecision.owl#"
xml:base="http://vivoweb.org/ontology/core/dateTimeValuePrecision.owl"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:j.0="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:core="http://vivoweb.org/ontology/core#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/dateTimeValuePrecision.owl">
<rdfs:label xml:lang="en-us">Datetime value precision</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://vivoweb.org/ontology/core#yearMonthDayPrecision -->
<owl:NamedIndividual rdf:about="http://vivoweb.org/ontology/core#yearMonthDayPrecision">
<rdfs:label xml:lang="en-us">YearMonthDayValue</rdfs:label>
</owl:NamedIndividual>
<!-- http://vivoweb.org/ontology/core#yearMonthDayTimePrecision -->
<owl:NamedIndividual rdf:about="http://vivoweb.org/ontology/core#yearMonthDayTimePrecision">
<rdfs:label xml:lang="en-us">YearMonthDayTimeValue</rdfs:label>
</owl:NamedIndividual>
<!-- http://vivoweb.org/ontology/core#yearMonthPrecision -->
<owl:NamedIndividual rdf:about="http://vivoweb.org/ontology/core#yearMonthPrecision">
<rdfs:label xml:lang="en-us">YearMonthValue</rdfs:label>
</owl:NamedIndividual>
<!-- http://vivoweb.org/ontology/core#yearPrecision -->
<owl:NamedIndividual rdf:about="http://vivoweb.org/ontology/core#yearPrecision">
<rdfs:label xml:lang="en-us">YearValue</rdfs:label>
</owl:NamedIndividual>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2018) http://owlapi.sourceforge.net -->

View file

@ -0,0 +1,91 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://vivoweb.org/ontology/core/documentStatus.owl#"
xml:base="http://vivoweb.org/ontology/core/documentStatus.owl"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:j.0="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
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#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/documentStatus.owl">
<rdfs:label xml:lang="en-us">Document status</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#description"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://purl.org/ontology/bibo/unpublished">
<rdfs:label xml:lang="en-us">unpublished</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/rejected">
<rdfs:label xml:lang="en-us">rejected</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/draft">
<rdfs:label xml:lang="en-us">draft</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/peerReviewed">
<rdfs:label xml:lang="en-us">peer reviewed</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&amp;nbsp;Peer review is the process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication.</core:description>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#inPress">
<rdfs:label xml:lang="en-us">in press</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Document to be published</core:description>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/accepted">
<rdfs:label xml:lang="en-us">accepted</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Accepted for publication after peer reviewing</core:description>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#submitted">
<rdfs:label xml:lang="en-us">submitted</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#invited">
<rdfs:label xml:lang="en-us">invited</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/published">
<rdfs:label xml:lang="en-us">published</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Published document</core:description>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2018) http://owlapi.sourceforge.net -->

View file

@ -1,4 +1,6 @@
<rdf:RDF
xmlns="http://aims.fao.org/aos/geopolitical.owl#"
xml:base="http://aims.fao.org/aos/geopolitical.owl"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"

View file

@ -1,25 +0,0 @@
<rdf:RDF
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:afn="http://jena.hpl.hp.com/ARQ/function#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>

View file

@ -1,4 +1,6 @@
<rdf:RDF
xmlns="http://vivoweb.org/ontology/scientific-research#"
xml:base="http://vivoweb.org/ontology/scientific-research"
xmlns:vitro-public="http://vitro.mannlib.cornell.edu/ns/vitro/public#"
xmlns:c4o="http://purl.org/spar/c4o/"
xmlns:ero="http://purl.obolibrary.org/obo/"
@ -24,14 +26,13 @@
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/scientific-research"/>
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/">
<vitro:ontologyPrefixAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>ero</vitro:ontologyPrefixAnnot>
<owl:Ontology rdf:about="http://vivoweb.org/ontology/scientific-research">
<rdfs:label xml:lang="en-US">Scientific Research</rdfs:label>
</owl:Ontology>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000394">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A service that produces a physical object or data, such as a custom micro-array chip, a made to order antibody, or a behavioral dataset</vitro:descriptionAnnot>
<rdfs:label xml:lang="en-US">Production Service</rdfs:label>
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Service"/>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A service that produces a physical object or data.</vitro:shortDef>
@ -40,10 +41,12 @@
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>eagle-i: Material entity that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances.
NOTE: For now we are not addressing whether this is a subclass of foaf:Agent</vitro:descriptionAnnot>
<rdfs:label xml:lang="en-US">Reagent</rdfs:label>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Material entity that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances.</vitro:shortDef>
</owl:Class>
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase1ClinicalTrial">
<rdfs:label xml:lang="en-US">Phase 1 Clinical Trial</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>In Phase I trials, researchers test an experimental drug or treatment in a small group of people (20-80) for the first time to evaluate its safety, determine a safe dosage range, and identify side effects</vitro:descriptionAnnot>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
@ -56,19 +59,22 @@ NOTE: For now we are not addressing whether this is a subclass of foaf:Agent</vi
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>OBI: An organism is material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment. An organism may be unicellular or made up, like humans, of many billions of cells divided into specialized tissues and organs.
NOTE that we are not addressing for now the issue of whether a foaf:Person is a subclass of obi:Organism</vitro:descriptionAnnot>
<rdfs:label xml:lang="en-US">Organism</rdfs:label>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An organism is a material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment.</vitro:shortDef>
</owl:Class>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000016">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A clinical trial is a research study using human volunteers to answer questions about treatments for diseases and conditions. Clinical trials are conducted in phases. The trials at each phase have a different purpose and help scientists answer different questions.</vitro:descriptionAnnot>
<rdfs:subClassOf>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000015"/>
</rdfs:subClassOf>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A clinical trial is a research study using human volunteers to answer questions about treatments for diseases and conditions. Clinical trials are conducted in phases. The trials at each phase have a different purpose and help scientists answer different questions.</vitro:descriptionAnnot>
<rdfs:label xml:lang="en-US">Clinical Trial</rdfs:label>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A research study using human volunteers to answer specifc health-related questions. </vitro:shortDef>
</owl:Class>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000020">
<rdfs:label xml:lang="en-US">Biological Specimen</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>eagle-i: Material entity that is a portion or quantity of a biological material for use in testing, examination, or study. A biological specimen can be an individual animal, part of or derived an animal, plant, part of a plant, or microorganism. When a taxon is described, it is typically based on a single specimen and is referred to as the holotype.</vitro:descriptionAnnot>
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
@ -81,6 +87,7 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>In Phase 3 trials, an experimental study drug or treatment is given to large groups of people (1,000-3,000) to confirm its effectiveness, monitor side effects, compare it to commonly used treatments, and collect information that will allow the experimental drug or treatment to be used safely.
</vitro:descriptionAnnot>
<rdfs:label xml:lang="en-US">Phase 3 Clinical Trial</rdfs:label>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Phase 3 Clinical Trial</vitro:shortDef>
</owl:Class>
@ -93,6 +100,7 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en-US">Instrument</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An implement used to facilitate work, especially precision work.</vitro:descriptionAnnot>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
@ -103,10 +111,12 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A protocol is a plan specification which has sufficient level of detail and quantitative information to communicate it between domain experts, so that different domain experts will reliably be able to independently reproduce the process.</vitro:descriptionAnnot>
<rdfs:label xml:lang="en-US">Protocol</rdfs:label>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A plan specification that allows different domain experts to reliably and independently reproduce a process.</vitro:shortDef>
</owl:Class>
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase0ClinicalTrial">
<rdfs:label xml:lang="en-US">Phase 0 Clinical Trial</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Phase 0 is a recent designation for exploratory, first-in-human trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Phase 0 trials are also known as human microdosing studies and are designed to speed up the development of promising drugs or imaging agents by establishing very early on whether the drug or agent behaves in human subjects as was expected from preclinical studies.</vitro:descriptionAnnot>
@ -118,6 +128,7 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
>Phase 4 Clinical Trial</vitro:shortDef>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>In Phase 4 trials, post marketing studies delineate additional information including the drug's or treatment's risks, benefits, and optimal use.</vitro:descriptionAnnot>
<rdfs:label xml:lang="en-US">Phase 4 Clinical Trial</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
</owl:Class>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000391">
@ -126,8 +137,10 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
>A service in which a service consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provision of service.</vitro:descriptionAnnot>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A service in which a service consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provisi</vitro:shortDef>
<rdfs:label xml:lang="en-US">Access Service</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000014">
<rdfs:label xml:lang="en-US">Research Project</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The comment in ero says "Maybe sameAs Investigation but is subject of funding"</vitro:descriptionAnnot>
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Project"/>
@ -135,6 +148,7 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
>A project whose goal is the increase of knowledge, the primary aim being a greater knowledge or understanding of the subject under study.</vitro:shortDef>
</owl:Class>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000015">
<rdfs:label xml:lang="en-US">Human Study</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>eagle-i: Research project that uses or collects measurements or assessments about humans.</vitro:descriptionAnnot>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
@ -145,10 +159,12 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Phase 2 Clinical Trial</vitro:shortDef>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
<rdfs:label xml:lang="en-US">Phase 2 Clinical Trial</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>In Phase 2 trials, an experimental study drug or treatment is given to a larger group of people (100-300) to see if it is effective and to further evaluate its safety.</vitro:descriptionAnnot>
</owl:Class>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000392">
<rdfs:label xml:lang="en-US">Storage Service</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A service in which a service consumer provides some material or data as input which a service provider stores and returns as output.</vitro:descriptionAnnot>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
@ -160,12 +176,14 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#accessProvidedBy"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000391"/>
<rdfs:label xml:lang="en-US">provides access to</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000460">
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#documentationFor"/>
</owl:inverseOf>
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:label xml:lang="en-US">has documentation</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000481">
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/OBI_0000272"/>
@ -173,29 +191,35 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#protocolRealizedBy"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Service"/>
<rdfs:label xml:lang="en-US">realizes protocol</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#documentationFor">
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Document"/>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000460"/>
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:label xml:lang="en-US">documentation for</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#accessProvidedBy">
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/ERO_0000391"/>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000029"/>
<rdfs:label xml:lang="en-US">access provided by</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#protocolRealizedBy">
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Service"/>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000481"/>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/OBI_0000272"/>
<rdfs:label xml:lang="en-US">protocol realized by</rdfs:label>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#irbNumber">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. </vitro:descriptionAnnot>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
<rdfs:label xml:lang="en-US">Institutional Review Board (IRB) number</rdfs:label>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#studyPopulationCount">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>number of human participants in the study (trial).</vitro:descriptionAnnot>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
<rdfs:label xml:lang="en-US">study population count</rdfs:label>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#nctId">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
@ -204,5 +228,6 @@ NOTE that we are not addressing for now the issue of whether a foaf:Person is a
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>NCT00000419</vitro:exampleAnnot>
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#identifier"/>
<rdfs:label xml:lang="en-US">National Clinical Trials (NCT) number</rdfs:label>
</owl:DatatypeProperty>
</rdf:RDF>

View file

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf [
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns="http://vitro.mannlib.cornell.edu/ns/vitro/public#"
xml:base="http://vitro.mannlib.cornell.edu/ns/vitro/public"
>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Vitro Application Public Ontology
This ontology is used by the Vitro application.
It contains constructs that are available for public export and use.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<owl:Ontology rdf:about="">
<rdfs:label rdf:datatype="&xsd;string">Vitro public constructs</rdfs:label>
<owl:versionInfo rdf:datatype="&xsd;decimal">0.1</owl:versionInfo>
</owl:Ontology>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
File-related constructs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<owl:Class rdf:about="#File"/>
<owl:Class rdf:about="#FileByteStream"/>
<owl:DatatypeProperty rdf:about="#filename">
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#mimeType">
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#attribution">
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="#downloadLocation">
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
<rdfs:range><owl:Class rdf:about="#FileByteStream"/></rdfs:range>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#thumbnailImage">
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
<rdfs:range><owl:Class rdf:about="#File"/></rdfs:range>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#mainImage">
<rdfs:range><owl:Class rdf:about="#File"/></rdfs:range>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#image">
<rdfs:range><owl:Class rdf:about="#File"/></rdfs:range>
</owl:ObjectProperty>
</rdf:RDF>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,6 @@
<rdf:RDF
xmlns="http://vivoweb.org/ontology/core/vivo-c4o-public-1.5.owl#"
xml:base="http://vivoweb.org/ontology/core/vivo-c4o-public-1.5.owl"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
@ -17,32 +19,41 @@
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-c4o-public-1.5.owl">
<rdfs:label xml:lang="en-US">Citation Counting and Context Characterization Ontology</rdfs:label>
</owl:Ontology>
<owl:Class rdf:about="http://purl.org/spar/c4o/BibliographicInformationSource">
<rdfs:label xml:lang="en-US">Bibliographic Information Source</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus.</vitro:descriptionAnnot>
</owl:Class>
<owl:Class rdf:about="http://purl.org/spar/c4o/GlobalCitationCount">
<rdfs:label xml:lang="en-US">Global Citation Count</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date.</vitro:descriptionAnnot>
</owl:Class>
<owl:ObjectProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCitationFrequency">
<rdfs:range rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<rdfs:label xml:lang="en-US">has global citation frequency</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A property linking a publication entity to the property c40:GlobalCitationCount that specify how many times a work has been cited by others, according to a particular information source on a particular date.</vitro:descriptionAnnot>
>A property linking a publication entity to an instance of c40:GlobalCitationCount that specifies how many times a work has been cited by others, according to a particular information source on a particular date.</vitro:descriptionAnnot>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCountSource">
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A property linking the property c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date.</vitro:descriptionAnnot>
>A property linking an instance of c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date.</vitro:descriptionAnnot>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<rdfs:label xml:lang="en-US">has global count source</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/spar/c4o/BibliographicInformationSource"/>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCountValue">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date.</vitro:descriptionAnnot>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<rdfs:label xml:lang="en-US">has global count value</rdfs:label>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://purl.org/spar/c4o/hasGlobalCountDate">
<rdfs:label xml:lang="en-US">has global count date</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,24 +0,0 @@
<rdf:RDF
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:ObjectProperty rdf:about="http://purl.org/dc/elements/1.1/isVersionOf">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>This namespace - http://purl.org/dc/elements/1.1/ - does not appear to have this element.</vitro:descriptionAnnot>
</owl:ObjectProperty>
</rdf:RDF>

View file

@ -0,0 +1,41 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://vivoweb.org/ontology/core/vivo-dcelements-public-1.5.owl#"
xml:base="http://vivoweb.org/ontology/core/vivo-dcelements-public-1.5.owl"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:bibo="http://purl.org/ontology/bibo/"
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:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-dcelements-public-1.5.owl">
<rdfs:label xml:lang="en-us">Dublin Core elements</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2018) http://owlapi.sourceforge.net -->

View file

@ -1,47 +0,0 @@
<rdf:RDF
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/contributor">
<skos:scopeNote xml:lang="en">Used to link a bibliographic item to one of its contributor: can be an author, an editor, a publisher, etc.</skos:scopeNote>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/relation">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isVersionOf">
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Document1 isVersionOf Document2</vitro:exampleAnnot>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isReferencedBy">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
<skos:scopeNote xml:lang="en">Used to relate a reference citation to a bibliographic resource.</skos:scopeNote>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/publisher">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Public definition source: http://dublincore.org/2008/01/14/dcterms.rdf# .
Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.</vitro:descriptionAnnot>
<skos:scopeNote xml:lang="en">Used to link a bibliographic item to its publisher.</skos:scopeNote>
</owl:ObjectProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
</rdf:RDF>

View file

@ -0,0 +1,47 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://vivoweb.org/ontology/core/vivo-dcterms-public-1.5.owl#"
xml:base="http://vivoweb.org/ontology/core/vivo-dcterms-public-1.5.owl"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:bibo="http://purl.org/ontology/bibo/"
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:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-dcterms-public-1.5.owl">
<rdfs:label xml:lang="en-us">Dublin Core terms</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
<owl:AnnotationProperty rdf:about="http://www.w3.org/2008/05/skos#scopeNote"/>
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->

View file

@ -1,112 +0,0 @@
<rdf:RDF
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Class rdf:about="http://purl.org/NET/c4dm/event.owl#Event">
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
</owl:Restriction>
</rdfs:subClassOf>
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Only use if no specific subclasses of event:Event are appropriate.</vitro:exampleAnnot>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.
The previous short definition was: "An arbitrary classification of a space/time region, by a cognitive agent."</vitro:descriptionAnnot>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubjectArea"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#webpage"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#realizedRole"/>
</owl:Restriction>
</rdfs:subClassOf>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Something that happens at a given place and time.</vitro:shortDef>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#description"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contactInformation"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#produced_in">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#outcomeOf"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#product"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#isAgentIn">
<owl:inverseOf>
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#agent"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:range rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#product">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#outcome"/>
<owl:inverseOf rdf:resource="http://purl.org/NET/c4dm/event.owl#produced_in"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#agent">
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:inverseOf rdf:resource="http://purl.org/NET/c4dm/event.owl#isAgentIn"/>
<rdfs:domain rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
</owl:ObjectProperty>
</rdf:RDF>

View file

@ -0,0 +1,165 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://vivoweb.org/ontology/core/vivo-event-public-1.5.owl#"
xml:base="http://vivoweb.org/ontology/core/vivo-event-public-1.5.owl"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:bibo="http://purl.org/ontology/bibo/"
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:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-event-public-1.5.owl">
<rdfs:label xml:lang="en-us">Event Ontology</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/NET/c4dm/event.owl#isAgentIn -->
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#isAgentIn">
<rdfs:label xml:lang="en-us">is agent in</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#dateTimeInterval -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#dateTimeInterval"/>
<!-- http://vivoweb.org/ontology/core#geographicFocus -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#geographicFocus"/>
<!-- http://vivoweb.org/ontology/core#hasGeographicLocation -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://vivoweb.org/ontology/core#description -->
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#description"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/NET/c4dm/event.owl#Event -->
<owl:Class rdf:about="http://purl.org/NET/c4dm/event.owl#Event">
<rdfs:label xml:lang="en-us">Event</rdfs:label>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Only use if no specific subclasses of event:Event are appropriate.</obo:IAO_0000112>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Something that happens at a given place and time.</obo:IAO_0000115>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.
The previous short definition was: &quot;An arbitrary classification of a space/time region, by a cognitive agent.&quot;</obo:IAO_0000112>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#DateTimeInterval -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#DateTimeInterval"/>
<!-- http://vivoweb.org/ontology/core#GeographicLocation -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#GeographicLocation"/>
<!-- http://vivoweb.org/ontology/core#GeographicRegion -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#GeographicRegion"/>
<!-- http://vivoweb.org/ontology/core#URLLink -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#URLLink"/>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->

View file

@ -1,4 +1,6 @@
<rdf:RDF
xmlns="http://vivoweb.org/ontology/core/vivo-fabio-public-1.5.owl#"
xml:base="http://vivoweb.org/ontology/core/vivo-fabio-public-1.5.owl"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
@ -17,26 +19,32 @@
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-fabio-public-1.5.owl">
<rdfs:label xml:lang="en-US">FRBR-aligned Bibiographic Ontology</rdfs:label>
</owl:Ontology>
<owl:Class rdf:about="http://purl.org/spar/fabio/ClinicalGuideline">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work.</vitro:descriptionAnnot>
<rdfs:label xml:lang="en-US">Clinical Guideline</rdfs:label>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work.</vitro:shortDef>
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
</owl:Class>
<owl:Class rdf:about="http://purl.org/spar/fabio/Comment">
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by</vitro:shortDef>
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:label xml:lang="en-US">Comment</rdfs:label>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program.
has super-classes</vitro:descriptionAnnot>
</owl:Class>
<owl:Class rdf:about="http://purl.org/spar/fabio/Erratum">
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A formal correction to an error introduced by the publisher into a previously published document.</vitro:descriptionAnnot>
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:label xml:lang="en-US">Erratum</rdfs:label>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A formal correction to an error introduced by the publisher into a previously published document.</vitro:shortDef>
</owl:Class>

View file

@ -1,208 +0,0 @@
<rdf:RDF
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCollaborator"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom>
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization"/>
</owl:allValuesFrom>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#currentMemberOf"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasResearchArea"/>
</owl:Restriction>
</rdfs:subClassOf>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The most general classification of a person</vitro:shortDef>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Credential"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#eligibleFor"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#AwardReceipt"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#awardOrHonor"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubOrganization"/>
</owl:Restriction>
</rdfs:subClassOf>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available.</vitro:descriptionAnnot>
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Only use if no specific subclasses of foaf:organization desribe the organization.</vitro:exampleAnnot>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A generic class encompassing several types of organizations.</vitro:shortDef>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom>
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
</owl:allValuesFrom>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCurrentMember"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#abbreviation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
</owl:Restriction>
</rdfs:subClassOf>
<skos:scopeNote xml:lang="en">Ued to describe an organization related to bibliographic items such as a publishing company, etc.</skos:scopeNote>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#freetextKeyword"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#authorInAuthorship"/>
</owl:Restriction>
</rdfs:subClassOf>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Agents are things that do stuff</vitro:shortDef>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#featuredIn"/>
</owl:Restriction>
</rdfs:subClassOf>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>see: http://xmlns.com/foaf/spec/#term_Agent</vitro:descriptionAnnot>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#email"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Address"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#mailingAddress"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#primaryEmail"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#webpage"/>
</owl:Restriction>
</rdfs:subClassOf>
<skos:scopeNote xml:lang="en">Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind.</skos:scopeNote>
</owl:Class>
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Group">
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event.
see: http://xmlns.com/foaf/spec/#term_Group</vitro:descriptionAnnot>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
> A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). </vitro:shortDef>
</owl:Class>
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/based_near">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Definition take from: http://xmlns.com/foaf/spec/#term_based_near . foaf indicates that the status of this term is "unstable". "The based_near relationship relates two "spatial things" (anything that can be somewhere), the latter typically described using the geo:lat / geo:long geo-positioning vocabulary (http://www.w3.org/2003/01/geo/wgs84_pos#). This allows us to say describe the typical latitute and longitude of, say, a Person (people are spatial things - they can be places) without implying that a precise location has been given." </vitro:descriptionAnnot>
<skos:scopeNote xml:lang="en">Used to link an agent, related to bibliographic things, to a place where it is based near: can be a city, a monument, a building, etc.</skos:scopeNote>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/lastName">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>http://xmlns.com/foaf/spec/#term_lastName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases."</vitro:descriptionAnnot>
</owl:DatatypeProperty>
<owl:FunctionalProperty rdf:about="http://xmlns.com/foaf/0.1/firstName">
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>http://xmlns.com/foaf/spec/#term_firstName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases."</vitro:descriptionAnnot>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</owl:FunctionalProperty>
</rdf:RDF>

View file

@ -0,0 +1,196 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://vivoweb.org/ontology/core/vivo-foaf-public-1.5.owl#"
xml:base="http://vivoweb.org/ontology/core/vivo-foaf-public-1.5.owl"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:bibo="http://purl.org/ontology/bibo/"
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:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-foaf-public-1.5.owl">
<rdfs:label xml:lang="en-us">FOAF</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:AnnotationProperty rdf:about="http://www.w3.org/2008/05/skos#scopeNote"/>
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://vivoweb.org/ontology/core#dateTimeInterval -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#dateTimeInterval"/>
<!-- http://vivoweb.org/ontology/core#geographicFocus -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#geographicFocus"/>
<!-- http://vivoweb.org/ontology/core#hasGeographicLocation -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://vivoweb.org/ontology/core#freetextKeyword -->
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#freetextKeyword"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://vivoweb.org/ontology/core#Authorship -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#Authorship"/>
<!-- http://vivoweb.org/ontology/core#AwardReceipt -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AwardReceipt"/>
<!-- http://vivoweb.org/ontology/core#DateTimeInterval -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#DateTimeInterval"/>
<!-- http://vivoweb.org/ontology/core#GeographicLocation -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#GeographicLocation"/>
<!-- http://vivoweb.org/ontology/core#GeographicRegion -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#GeographicRegion"/>
<!-- http://vivoweb.org/ontology/core#URLLink -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#URLLink"/>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
<rdfs:label xml:lang="en-us">Agent</rdfs:label>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Agents are things that do stuff</obo:IAO_0000115>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">see: http://xmlns.com/foaf/spec/#term_Agent</obo:IAO_0000112>
<skos:scopeNote xml:lang="en">Used to describe any &quot;agent&quot; related to bibliographic items. Such agents can be persons, organizations or groups of any kind.</skos:scopeNote>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Group -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Group">
<rdfs:label xml:lang="en-us">Group</rdfs:label>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string"> A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). </obo:IAO_0000115>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event.
see: http://xmlns.com/foaf/spec/#term_Group</obo:IAO_0000112>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Organization -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
<rdfs:label xml:lang="en-us">Organization</rdfs:label>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A generic class encompassing several types of organizations.</obo:IAO_0000115>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Only use if no specific subclasses of foaf:organization desribe the organization.</obo:IAO_0000112>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn&apos;t a specific class available.</obo:IAO_0000112>
<skos:scopeNote xml:lang="en">Ued to describe an organization related to bibliographic items such as a publishing company, etc.</skos:scopeNote>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Person -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
<rdfs:label xml:lang="en-us">Person</rdfs:label>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The most general classification of a person</obo:IAO_0000115>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->

View file

@ -1,39 +0,0 @@
<rdf:RDF
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Class rdf:about="http://vivoweb.org/ontology/provenance-support#PersonAsListed">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. Represents one person's information from one source at one particular time.</vitro:descriptionAnnot>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation.</vitro:shortDef>
</owl:Class>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#authorAsListed">
<rdfs:range rdf:resource="http://vivoweb.org/ontology/provenance-support#PersonAsListed"/>
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#listedAuthorFor"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#listedAuthorFor">
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/provenance-support#PersonAsListed"/>
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/provenance-support#authorAsListed"/>
</owl:ObjectProperty>
</rdf:RDF>

View file

@ -0,0 +1,41 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://vivoweb.org/ontology/core/vivo-pws-public-1.5.owl#"
xml:base="http://vivoweb.org/ontology/core/vivo-pws-public-1.5.owl"
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:bibo="http://purl.org/ontology/bibo/"
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:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:skos="http://www.w3.org/2008/05/skos#"
xmlns:vivo="http://vivoweb.org/ontology/core#"
xmlns:dcelem="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-pws-public-1.5.owl">
<rdfs:label xml:lang="en-us">provenance support</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2018) http://owlapi.sourceforge.net -->

View file

@ -1,4 +1,6 @@
<rdf:RDF
xmlns="http://vivoweb.org/ontology/core/vivo-skos-public-1.5.owl#"
xmlns:base="http://vivoweb.org/ontology/core/vivo-skos-public-1.5.owl"
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
@ -17,25 +19,32 @@
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-skos-public-1.5.owl">
<rdfs:label xml:lang="en-US">SKOS (Simple Knowledge Organization System)</rdfs:label>
</owl:Ontology>
<owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
<rdfs:label xml:lang="en-US">Concept</rdfs:label>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An idea or notion; a unit of thought.</vitro:shortDef>
</owl:Class>
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#narrower">
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy .</vitro:descriptionAnnot>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:label xml:lang="en-US">narrower term</rdfs:label>
<owl:inverseOf>
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#broader"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#related">
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:label xml:lang="en-US">related</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#broader">
<rdfs:label xml:lang="en-US">broader term</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"

View file

@ -0,0 +1,810 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/arg/module/vivo/vivo.owl#"
xml:base="http://purl.obolibrary.org/obo/arg/module/vivo/vivo.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: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#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/arg/module/vivo/vivo.owl">
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
<owl:AnnotationProperty rdf:about="http://vivoweb.org/ontology/core#serviceProvidedBy"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000050 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000050">
<rdfs:label>part_of (RO)</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000051 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000051">
<rdfs:label>has_part (RO)</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000052 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000052">
<rdfs:label>inheres in</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000053 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000053">
<rdfs:label>bearer of</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000052"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000056 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000056">
<rdfs:label>participates in</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000057 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000057">
<rdfs:label>has participant</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000136 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000136">
<rdfs:label>is about</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0001015 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0001015">
<rdfs:label>location of</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0001025"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0001025 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0001025">
<rdfs:label>located in</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002233 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002233">
<rdfs:label>has input</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000057"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002234 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002234">
<rdfs:label>has output</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000057"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002350 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002350">
<rdfs:label>member of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002351 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002351">
<rdfs:label>has member</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002350"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002353 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002353">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000056"/>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002234"/>
</owl:ObjectProperty>
<!-- http://purl.org/NET/c4dm/event.owl#isAgentIn -->
<rdf:Description rdf:about="http://purl.org/NET/c4dm/event.owl#isAgentIn">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000056"/>
</rdf:Description>
<!-- http://purl.org/ontology/bibo/reviewOf -->
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/reviewOf">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
</owl:ObjectProperty>
<!-- http://purl.org/ontology/bibo/status -->
<rdf:Description rdf:about="http://purl.org/ontology/bibo/status">
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
</rdf:Description>
<!-- http://purl.org/ontology/bibo/translator -->
<rdf:Description rdf:about="http://purl.org/ontology/bibo/translator">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#assignedBy -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#assignedBy">
<rdfs:label xml:lang="en">assigned by</rdfs:label>
<obo:IAO_0000115 xml:lang="en">Relates a Relationship (as a predicate or n-ary relation over one or more Thing) to an Agent that defined or instantiated the predicate instance. </obo:IAO_0000115>
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#assigns"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#assigns -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#assigns">
<rdfs:label xml:lang="en">assigns</rdfs:label>
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#features -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#features">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#hasPublicationVenue -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasPublicationVenue">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#publicationVenueFor -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#publicationVenueFor">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#relatedBy -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#relatedBy">
<rdfs:label xml:lang="en">related by</rdfs:label>
<obo:IAO_0000115 xml:lang="en">Relates a Thing to a Relationship as a Thing that is somehow related to other Thing in the same Relationship instance. A Relationship instnace is a predicate over Thing and is created by an Agent.</obo:IAO_0000115>
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#relates"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#relates -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#relates">
<rdfs:label xml:lang="en">relates</rdfs:label>
<obo:IAO_0000115 xml:lang="en">Relates a Relationship instance to the one or more Thing of the Relationship. There is a separate property (assigned by) to relate to the Agent that defines the Relationship.</obo:IAO_0000115>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://vivoweb.org/ontology/core#dateTime -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#dateTime">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#hasValue"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#grantDirectCosts -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#grantDirectCosts">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#hasMonetaryAmount"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#hasMonetaryAmount -->
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#hasMonetaryAmount">
<rdfs:label>has_monetary_amount</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vivoweb.org/ontology/core#hasValue -->
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/core#hasValue">
<rdfs:label>has_value</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vivoweb.org/ontology/core#licenseNumber -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#licenseNumber">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#identifier"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#linkURI -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#linkURI">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#hasValue"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#majorField -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#majorField">
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#AwardedDegree"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#outreachOverview -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#outreachOverview">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#description"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#overview -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#overview">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#description"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#researchOverview -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#researchOverview">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#description"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#teachingOverview -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#teachingOverview">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#description"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#totalAwardAmount -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#totalAwardAmount">
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#hasMonetaryAmount"/>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://aims.fao.org/aos/geopolitical.owl#self_governing -->
<rdf:Description rdf:about="http://aims.fao.org/aos/geopolitical.owl#self_governing">
<rdfs:label>self governing</rdfs:label>
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#GeopoliticalEntity"/>
</rdf:Description>
<!-- http://purl.obolibrary.org/obo/ERO_0000005 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000005">
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">service</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/ERO_0000071 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000071">
<rdfs:label>software</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#MaterialEntity"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/ERO_0001554 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0001554">
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">data</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000013 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000013">
<rdfs:label>journal article (IAO)</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/AcademicArticle"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000030">
<rdfs:label>information content entity (IAO)</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#GenericallyDependentContinuant"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000032 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000032">
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">scalar measurement datum</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0000272 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000272">
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
</owl:Class>
<!-- http://purl.org/NET/c4dm/event.owl#Event -->
<rdf:Description rdf:about="http://purl.org/NET/c4dm/event.owl#Event">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#ProcessualEntity"/>
</rdf:Description>
<!-- http://purl.org/ontology/bibo/Collection -->
<rdf:Description rdf:about="http://purl.org/ontology/bibo/Collection">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</rdf:Description>
<!-- http://purl.org/ontology/bibo/Conference -->
<rdf:Description rdf:about="http://purl.org/ontology/bibo/Conference">
<rdfs:subClassOf rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
</rdf:Description>
<!-- http://purl.org/ontology/bibo/Document -->
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document">
<rdfs:label>document (IAO)</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</owl:Class>
<!-- http://purl.org/spar/c4o/GlobalCitationCount -->
<rdf:Description rdf:about="http://purl.org/spar/c4o/GlobalCitationCount">
<rdfs:label>global citation count</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000032"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#AdministratorRole -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdministratorRole">
<rdfs:label>administrator role</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#Role"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#AdvisingProcess -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdvisingProcess">
<rdfs:label>advising process</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#ProcessualEntity"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#AttendeeRole -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#AttendeeRole">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#Role"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#AttendingProcess -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AttendingProcess">
<rdfs:label>attending process</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#ProcessualEntity"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#AwardReceipt -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#AwardReceipt">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#AwardedDegree -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AwardedDegree">
<rdfs:label>awarded degree</rdfs:label>
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
<obo:IAO_0000115>The awarding of a degree by an agent to another agent. It is mostly for academic degrees.</obo:IAO_0000115>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Campus -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Campus">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Contract -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Contract">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Dataset -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Dataset">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#DateTimeInterval -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#DateTimeInterval">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#TemporalInterval"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#DateTimeValue -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#DateTimeValue">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#TemporalInstant"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Division -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Division">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#ExtensionUnit"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Editorship -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#Editorship">
<rdfs:label>editorship</rdfs:label>
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
<obo:IAO_0000115>A relationship that represents the recognition of an agent as an editor.</obo:IAO_0000115>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#EducationalProcess -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#EducationalProcess">
<rdfs:label>educational process</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#ProcessualEntity"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Equipment -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Equipment">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#MaterialEntity"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#EventSeries -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#EventSeries">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#ProcessualEntity"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Facility -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Facility">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#Site"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#GeographicRegion -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#GeographicRegion">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Grant -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Grant">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Internship -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Internship">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#EducationalProcess"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#IssuedCredential -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#IssuedCredential">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Location -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Location">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#SpatialRegion"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#MedicalResidency -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#MedicalResidency">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#EducationalProcess"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#OrganizingProcess -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#OrganizingProcess">
<rdfs:label>organizing process</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#ProcessualEntity"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Position -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Position">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Relationship"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#PostdoctoralTraining -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#PostdoctoralTraining">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#EducationalProcess"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#PresentingProcess -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#PresentingProcess">
<rdfs:label>presenting process</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#ProcessualEntity"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Project -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Project">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/span#ProcessualEntity"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#Relationship -->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Relationship">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#SpecificallyDependentContinuant"/>
</rdf:Description>
<!-- http://vivoweb.org/ontology/core#yearMonthDayPrecision -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#yearMonthDayPrecision">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#yearMonthDayTimePrecision -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#yearMonthDayTimePrecision">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#yearMonthPrecision -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#yearMonthPrecision">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#yearPrecision -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#yearPrecision">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#DateTimeValue"/>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Agent">
<rdfs:subClassOf rdf:resource="http://www.ifomis.org/bfo/1.1/snap#IndependentContinuant"/>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://purl.org/spar/c4o/hasGlobalCitationFrequency">
<rdfs:label>has_global_citation_frequency</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#geographicLocationOf">
<rdfs:label>geographic_location_of</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://aims.fao.org/aos/geopolitical.owl#geographical_region">
<rdfs:label>geographical region</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#reviewedIn">
<rdfs:label>reviewed_in</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#geographicallyWithin">
<rdfs:label>geographically_within</rdfs:label>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->