VIVOONT-254 (organize VIVO classes under BFO hierarchy)

This commit is contained in:
sjm222 2010-12-03 16:19:46 +00:00
parent d6031cf90a
commit 7b61caf100
2 changed files with 989 additions and 0 deletions

View file

@ -0,0 +1,690 @@
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY bfo "http://www.ifomis.org/bfo/1.1#" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY snap "http://www.ifomis.org/bfo/1.1/snap#" >
<!ENTITY span "http://www.ifomis.org/bfo/1.1/span#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://www.ifomis.org/bfo/1.1#"
xml:base="http://www.ifomis.org/bfo/1.1"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:snap="http://www.ifomis.org/bfo/1.1/snap#"
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:bfo="http://www.ifomis.org/bfo/1.1#"
xmlns:span="http://www.ifomis.org/bfo/1.1/span#">
<owl:Ontology rdf:about="http://www.ifomis.org/bfo/1.1">
<owl:versionInfo rdf:datatype="&xsd;string">1.1.1</owl:versionInfo>
<dc:contributor rdf:datatype="&xsd;string">Alan Ruttenberg</dc:contributor>
<dc:contributor rdf:datatype="&xsd;string">Andrew Spear</dc:contributor>
<dc:source rdf:datatype="&xsd;string">Barry Smith and Pierre Grenon: &quot;The Cornucopia of Formal Ontological Relations&quot;</dc:source>
<dc:source rdf:datatype="&xsd;string">Barry Smith: &quot;Against Fantology&quot;</dc:source>
<dc:source rdf:datatype="&xsd;string">Barry Smith: &quot;Basic Tools of Formal Ontology&quot;</dc:source>
<dc:source rdf:datatype="&xsd;string">Barry Smith: &quot;Beyond Concepts: Ontology as Reality Representation&quot;</dc:source>
<dc:title rdf:datatype="&xsd;string">Basic Formal Ontology (BFO)</dc:title>
<dc:creator rdf:datatype="&xsd;string">Holger Stenzhorn</dc:creator>
<dc:publisher rdf:datatype="&xsd;string">Institute for Formal Ontology and Medical Information Science (IFOMIS)</dc:publisher>
<dc:contributor rdf:datatype="&xsd;string">Pierre Grenon</dc:contributor>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon and Barry Smith: &quot;SNAP and SPAN: Towards Geospatial Dynamics&quot;</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon, Barry Smith and Louis Goldberg: &quot;Biodynamic Ontology: Applying BFO in the Biomedical Domain&quot;</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon: &quot;BFO in a Nutshell: A Bi-categorial Axiomatization of BFO and Comparison with DOLCE&quot;</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon: &quot;Nuts in BFO&#39;s Nutshell: Revisions to the Bi-categorial Axiomatization of BFO&quot;</dc:source>
<dc:source rdf:datatype="&xsd;string">Pierre Grenon: &quot;Spatio-temporality in Basic Formal Ontology: SNAP and SPAN, Upper-Level Ontology, and Framework for Formalization&quot;</dc:source>
<dc:format rdf:datatype="&xsd;string">application/rdf+xml</dc:format>
<dc:language rdf:datatype="&xsd;string">en</dc:language>
<dc:rights rdf:datatype="&rdf;PlainLiteral">http://creativecommons.org/licenses/by/3.0</dc:rights>
<dc:identifier rdf:datatype="&xsd;string">http://www.ifomis.org/bfo/1.1</dc:identifier>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="&dc;creator"/>
<owl:AnnotationProperty rdf:about="&dc;publisher"/>
<owl:AnnotationProperty rdf:about="&rdfs;label"/>
<owl:AnnotationProperty rdf:about="&rdfs;comment"/>
<owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
<owl:AnnotationProperty rdf:about="&dc;contributor"/>
<owl:AnnotationProperty rdf:about="&dc;language"/>
<owl:AnnotationProperty rdf:about="&dc;identifier"/>
<owl:AnnotationProperty rdf:about="&dc;source"/>
<owl:AnnotationProperty rdf:about="&dc;format"/>
<owl:AnnotationProperty rdf:about="&dc;title"/>
<owl:AnnotationProperty rdf:about="&dc;rights"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.ifomis.org/bfo/1.1#Entity -->
<owl:Class rdf:about="&bfo;Entity">
<rdfs:label rdf:datatype="&xsd;string">entity</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&snap;Continuant"/>
<rdf:Description rdf:about="&span;Occurrent"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/snap#Continuant -->
<owl:Class rdf:about="&snap;Continuant">
<rdfs:label rdf:datatype="&xsd;string">continuant</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&snap;DependentContinuant"/>
<rdf:Description rdf:about="&snap;IndependentContinuant"/>
<rdf:Description rdf:about="&snap;SpatialRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&bfo;Entity"/>
<owl:disjointWith rdf:resource="&span;Occurrent"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#DependentContinuant -->
<owl:Class rdf:about="&snap;DependentContinuant">
<rdfs:label rdf:datatype="&xsd;string">dependent_continuant</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&snap;GenericallyDependentContinuant"/>
<rdf:Description rdf:about="&snap;SpecificallyDependentContinuant"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&snap;Continuant"/>
<owl:disjointWith rdf:resource="&snap;IndependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;SpatialRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#Disposition -->
<owl:Class rdf:about="&snap;Disposition">
<rdfs:label rdf:datatype="&xsd;string">disposition</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;RealizableEntity"/>
<owl:disjointWith rdf:resource="&snap;Function"/>
<owl:disjointWith rdf:resource="&snap;Role"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#FiatObjectPart -->
<owl:Class rdf:about="&snap;FiatObjectPart">
<rdfs:label rdf:datatype="&xsd;string">fiat_object_part</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;MaterialEntity"/>
<owl:disjointWith rdf:resource="&snap;Object"/>
<owl:disjointWith rdf:resource="&snap;ObjectAggregate"/>
<owl:disjointWith rdf:resource="&snap;ObjectBoundary"/>
<owl:disjointWith rdf:resource="&snap;Site"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#Function -->
<owl:Class rdf:about="&snap;Function">
<rdfs:label rdf:datatype="&xsd;string">function</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;RealizableEntity"/>
<owl:disjointWith rdf:resource="&snap;Role"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#GenericallyDependentContinuant -->
<owl:Class rdf:about="&snap;GenericallyDependentContinuant">
<rdfs:label rdf:datatype="&xsd;string">generically_dependent_continuant</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;DependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;SpecificallyDependentContinuant"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#IndependentContinuant -->
<owl:Class rdf:about="&snap;IndependentContinuant">
<rdfs:label rdf:datatype="&xsd;string">independent_continuant</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&snap;MaterialEntity"/>
<rdf:Description rdf:about="&snap;ObjectBoundary"/>
<rdf:Description rdf:about="&snap;Site"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&snap;Continuant"/>
<owl:disjointWith rdf:resource="&snap;SpatialRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#MaterialEntity -->
<owl:Class rdf:about="&snap;MaterialEntity">
<rdfs:label rdf:datatype="&xsd;string">material_entity</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&snap;FiatObjectPart"/>
<rdf:Description rdf:about="&snap;Object"/>
<rdf:Description rdf:about="&snap;ObjectAggregate"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&snap;IndependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;ObjectBoundary"/>
<owl:disjointWith rdf:resource="&snap;Site"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#Object -->
<owl:Class rdf:about="&snap;Object">
<rdfs:label rdf:datatype="&xsd;string">object</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;MaterialEntity"/>
<owl:disjointWith rdf:resource="&snap;ObjectAggregate"/>
<owl:disjointWith rdf:resource="&snap;ObjectBoundary"/>
<owl:disjointWith rdf:resource="&snap;Site"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#ObjectAggregate -->
<owl:Class rdf:about="&snap;ObjectAggregate">
<rdfs:label rdf:datatype="&xsd;string">object_aggregate</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;MaterialEntity"/>
<owl:disjointWith rdf:resource="&snap;ObjectBoundary"/>
<owl:disjointWith rdf:resource="&snap;Site"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#ObjectBoundary -->
<owl:Class rdf:about="&snap;ObjectBoundary">
<rdfs:label rdf:datatype="&xsd;string">object_boundary</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;IndependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;Site"/>
<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>
<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>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/snap#OneDimensionalRegion -->
<owl:Class rdf:about="&snap;OneDimensionalRegion">
<rdfs:label rdf:datatype="&xsd;string">one_dimensional_region</rdfs:label>
<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: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>
<!-- http://www.ifomis.org/bfo/1.1/snap#Quality -->
<owl:Class rdf:about="&snap;Quality">
<rdfs:label rdf:datatype="&xsd;string">quality</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
<owl:disjointWith rdf:resource="&snap;RealizableEntity"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#RealizableEntity -->
<owl:Class rdf:about="&snap;RealizableEntity">
<rdfs:label rdf:datatype="&xsd;string">realizable_entity</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
<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>
<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>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/snap#Role -->
<owl:Class rdf:about="&snap;Role">
<rdfs:label rdf:datatype="&xsd;string">role</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;RealizableEntity"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#Site -->
<owl:Class rdf:about="&snap;Site">
<rdfs:label rdf:datatype="&xsd;string">site</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;IndependentContinuant"/>
<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 site [snap:Site] entities) through a relation of &quot;occupation&quot;. 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>
<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&#39;s nostril or her intestines for a variety of bacteria.</rdfs:comment>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/snap#SpatialRegion -->
<owl:Class rdf:about="&snap;SpatialRegion">
<rdfs:label rdf:datatype="&xsd;string">spatial_region</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&snap;OneDimensionalRegion"/>
<rdf:Description rdf:about="&snap;ThreeDimensionalRegion"/>
<rdf:Description rdf:about="&snap;TwoDimensionalRegion"/>
<rdf:Description rdf:about="&snap;ZeroDimensionalRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&snap;Continuant"/>
<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: 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: 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 &quot;absolutist&quot; or &quot;the container view&quot;. 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>
<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>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/snap#SpecificallyDependentContinuant -->
<owl:Class rdf:about="&snap;SpecificallyDependentContinuant">
<rdfs:label rdf:datatype="&xsd;string">specifically_dependent_continuant</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&snap;Quality"/>
<rdf:Description rdf:about="&snap;RealizableEntity"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&snap;DependentContinuant"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#ThreeDimensionalRegion -->
<owl:Class rdf:about="&snap;ThreeDimensionalRegion">
<rdfs:label rdf:datatype="&xsd;string">three_dimensional_region</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;SpatialRegion"/>
<owl:disjointWith rdf:resource="&snap;TwoDimensionalRegion"/>
<owl:disjointWith rdf:resource="&snap;ZeroDimensionalRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#TwoDimensionalRegion -->
<owl:Class rdf:about="&snap;TwoDimensionalRegion">
<rdfs:label rdf:datatype="&xsd;string">two_dimensional_region</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;SpatialRegion"/>
<owl:disjointWith rdf:resource="&snap;ZeroDimensionalRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/snap#ZeroDimensionalRegion -->
<owl:Class rdf:about="&snap;ZeroDimensionalRegion">
<rdfs:label rdf:datatype="&xsd;string">zero_dimensional_region</rdfs:label>
<rdfs:subClassOf rdf:resource="&snap;SpatialRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#ConnectedSpatiotemporalRegion -->
<owl:Class rdf:about="&span;ConnectedSpatiotemporalRegion">
<rdfs:label rdf:datatype="&xsd;string">connected_spatiotemporal_region</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&span;SpatiotemporalInstant"/>
<rdf:Description rdf:about="&span;SpatiotemporalInterval"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&span;SpatiotemporalRegion"/>
<owl:disjointWith rdf:resource="&span;ScatteredSpatiotemporalRegion"/>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A spatiotemporal region [span:SpatiotemporalRegion] 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 spatiotemporal region [span:SpatiotemporalRegion].</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the spatial and temporal location of an individual organism&#39;s life, the spatial and temporal location of the development of a fetus</rdfs:comment>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/span#ConnectedTemporalRegion -->
<owl:Class rdf:about="&span;ConnectedTemporalRegion">
<rdfs:label rdf:datatype="&xsd;string">connected_temporal_region</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&span;TemporalInstant"/>
<rdf:Description rdf:about="&span;TemporalInterval"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&span;TemporalRegion"/>
<owl:disjointWith rdf:resource="&span;ScatteredTemporalRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#FiatProcessPart -->
<owl:Class rdf:about="&span;FiatProcessPart">
<rdfs:label rdf:datatype="&xsd;string">fiat_process_part</rdfs:label>
<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: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&#39;s life</rdfs:comment>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/span#Occurrent -->
<owl:Class rdf:about="&span;Occurrent">
<rdfs:label rdf:datatype="&xsd;string">occurrent</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&span;ProcessualEntity"/>
<rdf:Description rdf:about="&span;SpatiotemporalRegion"/>
<rdf:Description rdf:about="&span;TemporalRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&bfo;Entity"/>
<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&#39;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>
<!-- http://www.ifomis.org/bfo/1.1/span#Process -->
<owl:Class rdf:about="&span;Process">
<rdfs:label rdf:datatype="&xsd;string">process</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;ProcessAggregate"/>
<owl:disjointWith rdf:resource="&span;ProcessBoundary"/>
<owl:disjointWith rdf:resource="&span;ProcessualContext"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#ProcessAggregate -->
<owl:Class rdf:about="&span;ProcessAggregate">
<rdfs:label rdf:datatype="&xsd;string">process_aggregate</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;ProcessBoundary"/>
<owl:disjointWith rdf:resource="&span;ProcessualContext"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#ProcessBoundary -->
<owl:Class rdf:about="&span;ProcessBoundary">
<rdfs:label rdf:datatype="&xsd;string">process_boundary</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<owl:disjointWith rdf:resource="&span;ProcessualContext"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#ProcessualContext -->
<owl:Class rdf:about="&span;ProcessualContext">
<rdfs:label rdf:datatype="&xsd;string">processual_context</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
<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>
<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>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/span#ProcessualEntity -->
<owl:Class rdf:about="&span;ProcessualEntity">
<rdfs:label rdf:datatype="&xsd;string">processual_entity</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&span;FiatProcessPart"/>
<rdf:Description rdf:about="&span;Process"/>
<rdf:Description rdf:about="&span;ProcessAggregate"/>
<rdf:Description rdf:about="&span;ProcessBoundary"/>
<rdf:Description rdf:about="&span;ProcessualContext"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&span;Occurrent"/>
<owl:disjointWith rdf:resource="&span;SpatiotemporalRegion"/>
<owl:disjointWith rdf:resource="&span;TemporalRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#ScatteredSpatiotemporalRegion -->
<owl:Class rdf:about="&span;ScatteredSpatiotemporalRegion">
<rdfs:label rdf:datatype="&xsd;string">scattered_spatiotemporal_region</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;SpatiotemporalRegion"/>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A spatiotemporal region [span:SpatiotemporalRegion] 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>
<!-- http://www.ifomis.org/bfo/1.1/span#ScatteredTemporalRegion -->
<owl:Class rdf:about="&span;ScatteredTemporalRegion">
<rdfs:label rdf:datatype="&xsd;string">scattered_temporal_region</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;TemporalRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#SpatiotemporalInstant -->
<owl:Class rdf:about="&span;SpatiotemporalInstant">
<rdfs:label rdf:datatype="&xsd;string">spatiotemporal_instant</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;ConnectedSpatiotemporalRegion"/>
<owl:disjointWith rdf:resource="&span;SpatiotemporalInterval"/>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A connected spatiotemporal region [span:ConnectedSpatiotemporalRegion] at a specific moment.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the spatiotemporal region occupied by a single instantaneous temporal slice (part) of a process</rdfs:comment>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/span#SpatiotemporalInterval -->
<owl:Class rdf:about="&span;SpatiotemporalInterval">
<rdfs:label rdf:datatype="&xsd;string">spatiotemporal_interval</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;ConnectedSpatiotemporalRegion"/>
<rdfs:comment rdf:datatype="&xsd;string">Definition: A connected spatiotemporal region [span:ConnectedSpatiotemporalRegion] that endures for more than a single moment of time.</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Examples: the spatiotemporal region occupied by a process or by a fiat processual part</rdfs:comment>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/span#SpatiotemporalRegion -->
<owl:Class rdf:about="&span;SpatiotemporalRegion">
<rdfs:label rdf:datatype="&xsd;string">spatiotemporal_region</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&span;ConnectedSpatiotemporalRegion"/>
<rdf:Description rdf:about="&span;ScatteredSpatiotemporalRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&span;Occurrent"/>
<owl:disjointWith rdf:resource="&span;TemporalRegion"/>
<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: 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: 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 &quot;absolutist&quot; or &quot;the container view&quot;. 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>
<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>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/span#TemporalInstant -->
<owl:Class rdf:about="&span;TemporalInstant">
<rdfs:label rdf:datatype="&xsd;string">temporal_instant</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;ConnectedTemporalRegion"/>
<owl:disjointWith rdf:resource="&span;TemporalInterval"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#TemporalInterval -->
<owl:Class rdf:about="&span;TemporalInterval">
<rdfs:label rdf:datatype="&xsd;string">temporal_interval</rdfs:label>
<rdfs:subClassOf rdf:resource="&span;ConnectedTemporalRegion"/>
<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>
<!-- http://www.ifomis.org/bfo/1.1/span#TemporalRegion -->
<owl:Class rdf:about="&span;TemporalRegion">
<rdfs:label rdf:datatype="&xsd;string">temporal_region</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&span;ConnectedTemporalRegion"/>
<rdf:Description rdf:about="&span;ScatteredTemporalRegion"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&span;Occurrent"/>
<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: 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: 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 &quot;absolutist&quot; or &quot;the container view&quot; in analogy to what is traditionally the case with space (see spatial region [snap:SpatialRegion].</rdfs:comment>
<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>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net -->

View file

@ -0,0 +1,299 @@
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY bibo "http://purl.org/ontology/bibo/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY core "http://vivoweb.org/ontology/core#" >
<!ENTITY event "http://purl.org/NET/c4dm/event.owl#" >
<!ENTITY snap "http://www.ifomis.org/bfo/1.1/snap#" >
<!ENTITY span "http://www.ifomis.org/bfo/1.1/span#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://vivoweb.org/ontology/bfo#"
xml:base="http://vivoweb.org/ontology/bfo"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:snap="http://www.ifomis.org/bfo/1.1/snap#"
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#"
xmlns:span="http://www.ifomis.org/bfo/1.1/span#">
<owl:Ontology rdf:about="http://vivoweb.org/ontology/bfo#">
<owl:imports rdf:resource="http://www.ifomis.org/bfo/1.1"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/NET/c4dm/event.owl#Event -->
<owl:Class rdf:about="&event;Event">
<rdfs:subClassOf rdf:resource="&span;Process"/>
</owl:Class>
<!-- http://purl.org/ontology/bibo/DocumentStatus -->
<owl:Class rdf:about="&bibo;DocumentStatus">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#AcademicDegree -->
<owl:Class rdf:about="&core;AcademicDegree">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Address -->
<owl:Class rdf:about="&core;Address">
<rdfs:subClassOf rdf:resource="&snap;GenericallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Agreement -->
<owl:Class rdf:about="&core;Agreement">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#AwardOrHonor -->
<owl:Class rdf:about="&core;AwardOrHonor">
<rdfs:subClassOf rdf:resource="&snap;GenericallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#AwardOrHonorReceipt -->
<owl:Class rdf:about="&core;AwardOrHonorReceipt">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#DateTimeInterval -->
<owl:Class rdf:about="&core;DateTimeInterval">
<rdfs:subClassOf rdf:resource="&span;TemporalInterval"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#DateTimeValue -->
<owl:Class rdf:about="&core;DateTimeValue">
<rdfs:subClassOf rdf:resource="&span;TemporalInstant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#DateTimeValuePrecision -->
<owl:Class rdf:about="&core;DateTimeValuePrecision">
<rdfs:subClassOf rdf:resource="&snap;GenericallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#EducationalTraining -->
<owl:Class rdf:about="&core;EducationalTraining">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Equipment -->
<owl:Class rdf:about="&core;Equipment">
<rdfs:subClassOf rdf:resource="&snap;Object"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#EventSeries -->
<owl:Class rdf:about="&core;EventSeries">
<rdfs:subClassOf rdf:resource="&span;Process"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#InformationResource -->
<owl:Class rdf:about="&core;InformationResource">
<rdfs:subClassOf rdf:resource="&snap;GenericallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Location -->
<owl:Class rdf:about="&core;Location">
<rdfs:subClassOf rdf:resource="&snap;ThreeDimensionalRegion"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Position -->
<owl:Class rdf:about="&core;Position">
<rdfs:subClassOf rdf:resource="&snap;Quality"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Process -->
<owl:Class rdf:about="&core;Process">
<rdfs:subClassOf rdf:resource="&span;Process"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Relationship -->
<owl:Class rdf:about="&core;Relationship">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Role -->
<owl:Class rdf:about="&core;Role">
<rdfs:subClassOf rdf:resource="&snap;Role"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Service -->
<owl:Class rdf:about="&core;Service">
<rdfs:subClassOf rdf:resource="&snap;GenericallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#SubjectArea -->
<owl:Class rdf:about="&core;SubjectArea">
<rdfs:subClassOf rdf:resource="&snap;IndependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#URLLink -->
<owl:Class rdf:about="&core;URLLink">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/snap#GenericallyDependentContinuant -->
<owl:Class rdf:about="&snap;GenericallyDependentContinuant"/>
<!-- http://www.ifomis.org/bfo/1.1/snap#IndependentContinuant -->
<owl:Class rdf:about="&snap;IndependentContinuant"/>
<!-- http://www.ifomis.org/bfo/1.1/snap#MaterialEntity -->
<owl:Class rdf:about="&snap;MaterialEntity"/>
<!-- http://www.ifomis.org/bfo/1.1/snap#Object -->
<owl:Class rdf:about="&snap;Object"/>
<!-- http://www.ifomis.org/bfo/1.1/snap#Quality -->
<owl:Class rdf:about="&snap;Quality"/>
<!-- http://www.ifomis.org/bfo/1.1/snap#Role -->
<owl:Class rdf:about="&snap;Role"/>
<!-- http://www.ifomis.org/bfo/1.1/snap#SpecificallyDependentContinuant -->
<owl:Class rdf:about="&snap;SpecificallyDependentContinuant"/>
<!-- http://www.ifomis.org/bfo/1.1/snap#ThreeDimensionalRegion -->
<owl:Class rdf:about="&snap;ThreeDimensionalRegion"/>
<!-- http://www.ifomis.org/bfo/1.1/span#Process -->
<owl:Class rdf:about="&span;Process"/>
<!-- http://www.ifomis.org/bfo/1.1/span#TemporalInstant -->
<owl:Class rdf:about="&span;TemporalInstant"/>
<!-- http://www.ifomis.org/bfo/1.1/span#TemporalInterval -->
<owl:Class rdf:about="&span;TemporalInterval"/>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="&foaf;Agent">
<rdfs:subClassOf rdf:resource="&snap;MaterialEntity"/>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net -->