Merge pull request #54 from CommonCoreOntology/versions

Merging v1.2 into master
This commit is contained in:
Mark Jensen
2019-09-03 12:47:54 -04:00
committed by GitHub
35 changed files with 9374 additions and 9263 deletions

5
.gitignore vendored
View File

@@ -1,3 +1,4 @@
catalog-v001.xml
\results
*.sparql
\build
*.py
*.rq

View File

@@ -1,29 +1,36 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/AgentOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
owl:versionInfo "Version 1.1"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
rdfs:label "Agent Ontology"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string .
rdfs:label "Agent Ontology"^^xsd:string ;
owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/agent_in
cco:agent_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000056 ;
owl:inverseOf cco:has_agent ;
cco:definition "TO DO"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
rdfs:label "agent in"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_capability
cco:aggregate_has_capability rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:aggregrate_bearer_of ;
@@ -36,7 +43,7 @@ cco:aggregate_has_capability rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/capability_of
cco:capability_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:realizable_entity_of ;
rdfs:subPropertyOf obo:RO_0000052 ;
owl:inverseOf cco:has_capability ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:Agent ;
@@ -85,6 +92,14 @@ cco:has_affiliate rdf:type owl:ObjectProperty ;
rdfs:label "has affiliate"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_agent
cco:has_agent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000057 ;
cco:definition "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
rdfs:label "has agent"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_aunt
cco:has_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
@@ -111,7 +126,7 @@ cco:has_brother_in_law rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_capability
cco:has_capability rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_realizable_entity ;
rdfs:subPropertyOf obo:RO_0000053 ;
rdfs:domain cco:Agent ;
rdfs:range cco:AgentCapability ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
@@ -346,7 +361,7 @@ cco:has_paternal_uncle rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_recipient
cco:has_recipient rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_participant> ;
rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:receives ;
rdfs:range cco:Agent ;
cco:definition "has_recipient is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_recipient a1 iff a1 is the receiver and decoder of the InformationContentEntity participating in c1."^^xsd:string ;
@@ -356,7 +371,7 @@ cco:has_recipient rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_sender
cco:has_sender rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_participant> ;
rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:sends ;
rdfs:range cco:Agent ;
cco:definition "has_sender is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_sender a1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."^^xsd:string ;
@@ -965,7 +980,7 @@ cco:prohibits rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/receives
cco:receives rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#participates_in> ;
rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain cco:Agent ;
cco:definition "receives is a relationship between an Agent a1 and an Act Of Communication c1 such that a1 receives c1 iff a1 is the recipient and decoder of the InformationContentEntity participating in c1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
@@ -986,7 +1001,7 @@ cco:requires rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/sends
cco:sends rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#participates_in> ;
rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain cco:Agent ;
cco:definition "sends is a relationship between an Agent a1 and an Act Of Communication c1 and such that a1 sends c1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
@@ -1086,12 +1101,12 @@ cco:Affordance rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Agent
cco:Agent rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
owl:unionOf ( cco:Organization
cco:Person
owl:unionOf ( cco:Animal
cco:Organization
)
]
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#agent_in> ;
owl:onProperty cco:agent_in ;
owl:someValuesFrom obo:BFO_0000015
]
) ;
@@ -1122,7 +1137,7 @@ cco:AllegianceRole rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/AlliedPerson
cco:AlliedPerson rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:has_role ;
owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:AllyRole
] ;
rdfs:subClassOf cco:Person ;
@@ -1139,6 +1154,15 @@ cco:AllyRole rdf:type owl:Class ;
rdfs:label "Ally Role"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Animal
cco:Animal rdf:type owl:Class ;
rdfs:subClassOf cco:Organism ;
cco:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."^^xsd:string ;
cco:definition_source "https://en.wikipedia.org/wiki/Animal"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
rdfs:label "Animal"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ArmedForce
cco:ArmedForce rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ;
@@ -1187,7 +1211,7 @@ cco:CarrierAirWing rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Citizen
cco:Citizen rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:has_role ;
owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:CitizenRole
] ;
rdfs:subClassOf cco:Person ;
@@ -1209,7 +1233,7 @@ cco:CitizenRole rdf:type owl:Class ;
cco:CivilOrganization rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Organization
[ rdf:type owl:Restriction ;
owl:onProperty cco:has_role ;
owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:CivilianRole
]
) ;
@@ -1233,7 +1257,7 @@ cco:CivilianRole rdf:type owl:Class ;
cco:CommercialOrganization rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Organization
[ rdf:type owl:Restriction ;
owl:onProperty cco:has_role ;
owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:CommercialRole
]
) ;
@@ -1299,7 +1323,7 @@ cco:EducationalOrganization rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Enemy
cco:Enemy rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:has_role ;
owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:EnemyRole
] ;
rdfs:subClassOf cco:Person ;
@@ -1350,7 +1374,7 @@ cco:Eye rdf:type owl:Class ;
cco:EyeColor rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:inheres_in ;
owl:onProperty obo:RO_0000052 ;
owl:someValuesFrom cco:Iris
] ;
cco:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."^^xsd:string ;
@@ -1417,7 +1441,7 @@ cco:Government rdf:type owl:Class ;
cco:GovernmentAgency rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:Government
] ;
cco:definition "An Organization that is part of a Government and is responsible for the oversight and administration of specific governmental functions."^^xsd:string ;
@@ -1429,11 +1453,11 @@ cco:GovernmentAgency rdf:type owl:Class ;
cco:GroupOfAgents rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000027 ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Agent
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:allValuesFrom cco:Agent
] ;
cco:definition "An Object Aggregate that has only Agents as parts."^^xsd:string ;
@@ -1445,11 +1469,11 @@ cco:GroupOfAgents rdf:type owl:Class ;
cco:GroupOfOrganizations rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Organization
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:allValuesFrom cco:Organization
] ;
cco:definition "A Group of Agents that has only Organizations as parts."^^xsd:string ;
@@ -1461,11 +1485,11 @@ cco:GroupOfOrganizations rdf:type owl:Class ;
cco:GroupOfPersons rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Person
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:allValuesFrom cco:Person
] ;
cco:definition "A Group of Agents that has only Persons as parts."^^xsd:string ;
@@ -1511,7 +1535,7 @@ cco:InterpersonalRelationshipRole rdf:type owl:Class ;
cco:Iris rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:Eye
] ;
cco:definition "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."^^xsd:string ;
@@ -1599,6 +1623,14 @@ cco:OperatorRole rdf:type owl:Class ;
rdfs:label "Operator Role"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Organism
cco:Organism rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000030 ;
cco:definition "An Object that is an Animal or Plant."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
rdfs:label "Organism"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Organization
cco:Organization rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ;
@@ -1624,7 +1656,7 @@ cco:OrganizationCapability rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMember
cco:OrganizationMember rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:has_role ;
owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:OrganizationMemberRole
] ;
rdfs:subClassOf cco:Person ,
@@ -1656,8 +1688,10 @@ cco:ParamilitaryForce rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Person
cco:Person rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000030 ;
cco:definition "An Agent that is a human being."^^xsd:string ;
rdfs:subClassOf cco:Animal ;
cco:alternative_label "Human"^^xsd:string ;
cco:definition "An Animal that is a member of the species Homo sapiens."^^xsd:string ;
cco:definition_source "https://en.wikipedia.org/wiki/Human"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
rdfs:label "Person"^^xsd:string .
@@ -1666,7 +1700,7 @@ cco:Person rdf:type owl:Class ;
cco:PlanSpecification rdf:type owl:Class ;
rdfs:subClassOf cco:DirectiveInformationContentEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Objective
] ;
cco:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."^^xsd:string ;
@@ -1675,6 +1709,15 @@ cco:PlanSpecification rdf:type owl:Class ;
rdfs:label "Plan"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Plant
cco:Plant rdf:type owl:Class ;
rdfs:subClassOf cco:Organism ;
cco:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."^^xsd:string ;
cco:definition_source "https://en.wikipedia.org/wiki/Plant"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
rdfs:label "Plant"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/PoliticalOrientation
cco:PoliticalOrientation rdf:type owl:Class ;
rdfs:subClassOf cco:Ideology ;
@@ -1739,7 +1782,7 @@ cco:ServiceProvider rdf:type owl:Class ;
cco:SetOfEyes rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Eye
] ;
cco:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."^^xsd:string ;
@@ -1789,7 +1832,7 @@ cco:Tattoo rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/UnalliedPerson
cco:UnalliedPerson rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:has_role ;
owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:NeutralRole
] ;
rdfs:subClassOf cco:Person ;
@@ -1798,4 +1841,4 @@ cco:UnalliedPerson rdf:type owl:Class ;
rdfs:label "Neutral"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

View File

@@ -1,16 +1,23 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology/> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> a owl:Ontology ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> , <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> , <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> , <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> , <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ;
rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string , "Version 1.1"^^xsd:string ;
rdfs:label "All Core Ontology"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string .
# Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/AllCoreOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."^^xsd:string ;
rdfs:label "All Core Ontology"^^xsd:string ;
owl:versionInfo "Version 1.2"^^xsd:string .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

View File

@@ -1,26 +1,22 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix bfo: <http://purl.obolibrary.org/obo#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/ArtifactOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."^^xsd:string ;
owl:versionInfo "Version 1.1"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."^^xsd:string ;
rdfs:label "Artifact Ontology"^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string .
owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Classes
@@ -241,7 +237,7 @@ cco:ArtifactDimensionSpecification rdf:type owl:Class ;
cco:ArtifactFunction rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000034 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:inheres_in ;
owl:onProperty obo:RO_0000052 ;
owl:someValuesFrom cco:Artifact
] ;
cco:definition "A Function that inheres in some Artifact in virtue of that Artifact being designed to be used in processes that require that Function to be realized."^^xsd:string ;
@@ -285,7 +281,7 @@ cco:ArtifactIdentifier rdf:type owl:Class ;
cco:ArtifactLocation rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000029
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#location_of> ;
owl:onProperty obo:RO_0001015 ;
owl:someValuesFrom cco:Artifact
]
) ;
@@ -363,6 +359,14 @@ cco:AutopilotSystem rdf:type owl:Class ;
rdfs:label "Autopilot System"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/AztecCode
cco:AztecCode rdf:type owl:Class ;
rdfs:subClassOf cco:TwoDimensionalBarCode ;
cco:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Aztec Code"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Banknote
cco:Banknote rdf:type owl:Class ;
rdfs:subClassOf cco:PortionOfCash ;
@@ -371,6 +375,16 @@ cco:Banknote rdf:type owl:Class ;
rdfs:label "Banknote"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Barcode
cco:Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:InformationBearingArtifact ;
cco:definition "An Information Bearing Artifact that consist of machine-readable symbols."^^xsd:string ;
cco:definition_source "http://en.wikipedia.org/wiki/Barcode"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"^^xsd:string ;
rdfs:label "Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations
cco:BaseOfOperations rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryBase ;
@@ -684,6 +698,38 @@ cco:CleaningArtifactFunction rdf:type owl:Class ;
rdfs:label "Cleaning Artifact Function"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CodabarBarcode
cco:CodabarBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Codabar Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Code128Barcode
cco:Code128Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Code 128 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Code39Barcode
cco:Code39Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Code 39 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Code93Barcode
cco:Code93Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Code 93 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CodeList
cco:CodeList rdf:type owl:Class ;
rdfs:subClassOf cco:List ;
@@ -1043,6 +1089,14 @@ cco:DamagingArtifactFunction rdf:type owl:Class ;
rdfs:label "Damaging Artifact Function"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/DataMatrixCode
cco:DataMatrixCode rdf:type owl:Class ;
rdfs:subClassOf cco:TwoDimensionalBarCode ;
cco:definition "A Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Data Matrix Code"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Database
cco:Database rdf:type owl:Class ;
rdfs:subClassOf cco:InformationBearingArtifact ;
@@ -1201,6 +1255,30 @@ cco:Document rdf:type owl:Class ;
rdfs:label "Document"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EAN13Barcode
cco:EAN13Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "EAN-13 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EAN8Barcode
cco:EAN8Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "EAN-8 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EANBarcode
cco:EANBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "EAN Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EducationArtifactFunction
cco:EducationArtifactFunction rdf:type owl:Class ;
rdfs:subClassOf cco:ServiceArtifactFunction ;
@@ -1857,6 +1935,15 @@ cco:FungicideArtifactFunction rdf:type owl:Class ;
rdfs:label "Fungicide Artifact Function"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GS1DataBar
cco:GS1DataBar rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:comment "Further variants of GS1 DataBar have not been defined here."^^xsd:string ;
rdfs:label "GS1 DataBar Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayTelescope
cco:GammaRayTelescope rdf:type owl:Class ;
rdfs:subClassOf cco:Telescope ;
@@ -2229,6 +2316,30 @@ cco:HydroelectricPowerPlant rdf:type owl:Class ;
rdfs:label "Hydroelectric Power Plant"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ISBNBarcode
cco:ISBNBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that is used to designate books."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "ISBN Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ISSNBarcode
cco:ISSNBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that is used to designate periodicals."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "ISSN Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ITFBarcode
cco:ITFBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "ITF Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/IdentificationFriendOrFoeTransponder
cco:IdentificationFriendOrFoeTransponder rdf:type owl:Class ;
rdfs:subClassOf cco:RadioTransponder ;
@@ -2324,7 +2435,7 @@ cco:InfantryFightingVehicle rdf:type owl:Class ;
cco:InformationBearingArtifact rdf:type owl:Class ;
rdfs:subClassOf cco:Artifact ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:bearer_of ;
owl:onProperty obo:RO_0010002 ;
owl:someValuesFrom cco:InformationContentEntity
] ;
cco:definition "An Artifact that is designed to bear some Information Content Entity and which does, in fact, bear one."^^xsd:string ;
@@ -2447,6 +2558,14 @@ cco:Interphone rdf:type owl:Class ;
rdfs:label "Interphone"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/JAN13Barcode
cco:JAN13Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "JAN-13 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/JetEngine
cco:JetEngine rdf:type owl:Class ;
rdfs:subClassOf cco:ReactionEngine ;
@@ -2615,6 +2734,14 @@ cco:LubricationSystem rdf:type owl:Class ;
rdfs:label "Lubrication System"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/MSIPlesseyBarcode
cco:MSIPlesseyBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "MSI Plessey Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/MachineBearing
cco:MachineBearing rdf:type owl:Class ;
rdfs:subClassOf cco:MachineElement ;
@@ -3058,6 +3185,14 @@ cco:OfficeBuilding rdf:type owl:Class ;
rdfs:label "Office Building"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode
cco:OneDimensionalBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:Barcode ;
cco:definition "A Barcode whose concretizations consist of one-dimensional symbols arranged as parallel lines."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "One-Dimensional Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine
cco:OpenPitMine rdf:type owl:Class ;
rdfs:subClassOf cco:Mine ;
@@ -3167,6 +3302,14 @@ cco:OxidizerArtifactFunction rdf:type owl:Class ;
rdfs:label "Oxidizer Artifact Function"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/PDF417Code
cco:PDF417Code rdf:type owl:Class ;
rdfs:subClassOf cco:TwoDimensionalBarCode ;
cco:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "PDF417 Code"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ParabolicAntenna
cco:ParabolicAntenna rdf:type owl:Class ;
rdfs:subClassOf cco:RadioAntenna ;
@@ -3229,7 +3372,7 @@ cco:Payload rdf:type owl:Class ;
cco:PayloadCapacity rdf:type owl:Class ;
rdfs:subClassOf cco:ArtifactFunction ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:inheres_in ;
owl:onProperty obo:RO_0000052 ;
owl:someValuesFrom cco:Vehicle
] ;
cco:definition "An Artifact Function that inheres in a Vehicle that is designed to transport Payload, and which is typically characterized by the maximum Weight, Mass, or Volume of Payload that the Vehicle can transport."^^xsd:string ;
@@ -3899,6 +4042,14 @@ cco:PumpingStation rdf:type owl:Class ;
rdfs:label "Pumping Station"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/QRCode
cco:QRCode rdf:type owl:Class ;
rdfs:subClassOf cco:TwoDimensionalBarCode ;
cco:definition "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "QR Code"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/QualitySpecification
cco:QualitySpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -4541,7 +4692,7 @@ cco:SensorDeploymentArtifactFunction rdf:type owl:Class ;
cco:SensorModalityFunction rdf:type owl:Class ;
rdfs:subClassOf cco:SensorArtifactFunction ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:inheres_in ;
owl:onProperty obo:RO_0000052 ;
owl:someValuesFrom cco:Sensor
] ;
cco:definition "A Sensor Artifact Function that inheres in some Sensor in virtue of the type of energy the Sensor is capable of converting into an output signal."^^xsd:string ;
@@ -4934,7 +5085,7 @@ cco:TelecommunicationNetwork rdf:type owl:Class ;
cco:TelecommunicationNetworkNode rdf:type owl:Class ;
rdfs:subClassOf cco:TelecommunicationInfrastructure ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:TelecommunicationNetwork
] ;
cco:definition "A Telecommunication Infrastructure Artifact that consists of a connection point, redistribution point, or endpoint within a Telecommunication Network and can be either active or passive."^^xsd:string ;
@@ -5261,6 +5412,38 @@ cco:TurbojetAirBreathingJetEngine rdf:type owl:Class ;
rdfs:label "Turbojet Air-Breathing Jet Engine"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode
cco:TwoDimensionalBarCode rdf:type owl:Class ;
rdfs:subClassOf cco:Barcode ;
cco:definition "A Barcode whose concretizations consist of two-dimensional symbol patterns."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Two-Dimensional Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/UPCABarcode
cco:UPCABarcode rdf:type owl:Class ;
rdfs:subClassOf cco:UPCBarcode ;
cco:definition "A UPC Barcode that consists of 12 numerical digits."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "UPC-A Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/UPCBarcode
cco:UPCBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "UPC Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/UPCEBarcode
cco:UPCEBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:UPCBarcode ;
cco:definition "A UPC Barcode that consists of 6 numerical digits."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "UPC-E Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequencyCommunicationInstrument
cco:UltraHighFrequencyCommunicationInstrument rdf:type owl:Class ;
rdfs:subClassOf cco:RadioCommunicationInstrument ;
@@ -5597,11 +5780,11 @@ cco:WiredCommunicationReceptionArtifactFunction rdf:type owl:Class ;
cco:WiredCommunicationRelayArtifactFunction rdf:type owl:Class ;
rdfs:subClassOf cco:CommunicationRelayArtifactFunction ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:RadioCommunicationArtifactFunction
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#has_part> ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:RadioCommunicationReceptionArtifactFunction
] ;
cco:definition "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information by means of wires from one Artifact to another for the purpose of communiction."^^xsd:string ;
@@ -5637,191 +5820,4 @@ cco:XRayTelescope rdf:type owl:Class ;
rdfs:label "X-ray Telescope"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/AztecCode
cco:AztecCode rdf:type owl:Class ;
rdfs:subClassOf cco:TwoDimensionalBarCode ;
cco:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Aztec Code"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Barcode
cco:Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:InformationBearingArtifact ;
cco:definition "An Information Bearing Artifact that consist of machine-readable symbols."^^xsd:string ;
cco:definition_source "http://en.wikipedia.org/wiki/Barcode"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"^^xsd:string ;
rdfs:label "Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CodabarBarcode
cco:CodabarBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Codabar Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Code128Barcode
cco:Code128Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Code 128 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Code39Barcode
cco:Code39Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Code 39 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Code93Barcode
cco:Code93Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Code 93 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/DataMatrixCode
cco:DataMatrixCode rdf:type owl:Class ;
rdfs:subClassOf cco:TwoDimensionalBarCode ;
cco:definition "A Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Data Matrix Code"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EAN13Barcode
cco:EAN13Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "EAN-13 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EAN8Barcode
cco:EAN8Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "EAN-8 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EANBarcode
cco:EANBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "EAN Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GS1DataBar
cco:GS1DataBar rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:comment "Further variants of GS1 DataBar have not been defined here."^^xsd:string ;
rdfs:label "GS1 DataBar Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ISBNBarcode
cco:ISBNBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that is used to designate books."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "ISBN Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ISSNBarcode
cco:ISSNBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that is used to designate periodicals."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "ISSN Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ITFBarcode
cco:ITFBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "ITF Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/JAN13Barcode
cco:JAN13Barcode rdf:type owl:Class ;
rdfs:subClassOf cco:EANBarcode ;
cco:definition "An EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "JAN-13 Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/MSIPlesseyBarcode
cco:MSIPlesseyBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "MSI Plessey Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode
cco:OneDimensionalBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:Barcode ;
cco:definition "A Barcode whose concretizations consist of one-dimensional symbols arranged as parallel lines."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "One-Dimensional Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/PDF417Code
cco:PDF417Code rdf:type owl:Class ;
rdfs:subClassOf cco:TwoDimensionalBarCode ;
cco:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "PDF417 Code"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/QRCode
cco:QRCode rdf:type owl:Class ;
rdfs:subClassOf cco:TwoDimensionalBarCode ;
cco:definition "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "QR Code"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode
cco:TwoDimensionalBarCode rdf:type owl:Class ;
rdfs:subClassOf cco:Barcode ;
cco:definition "A Barcode whose concretizations consist of two-dimensional symbol patterns."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "Two-Dimensional Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/UPCABarcode
cco:UPCABarcode rdf:type owl:Class ;
rdfs:subClassOf cco:UPCBarcode ;
cco:definition "A UPC Barcode that consists of 12 numerical digits."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "UPC-A Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/UPCBarcode
cco:UPCBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:OneDimensionalBarcode ;
cco:definition "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "UPC Barcode"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/UPCEBarcode
cco:UPCEBarcode rdf:type owl:Class ;
rdfs:subClassOf cco:UPCBarcode ;
cco:definition "A UPC Barcode that consists of 6 numerical digits."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
rdfs:label "UPC-E Barcode"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

Binary file not shown.

View File

@@ -1,24 +1,22 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/CurrencyUnitOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string ,
"Version 1.1"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:label "Currency Unit Ontology"^^xsd:string .
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ;
rdfs:label "Currency Unit Ontology"^^xsd:string ;
owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Classes
@@ -933,4 +931,4 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual ,
rdfs:label "Zambia Kwacha"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

File diff suppressed because it is too large Load Diff

View File

@@ -1,24 +1,23 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> rdf:type owl:Ontology ;
owl:imports <http://www.obofoundry.org/ro/ro.owl> ;
rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/ExtendedRelationOntology> ;
owl:imports obo:bfo.owl ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."^^xsd:string ;
rdfs:label "Extended Relation Ontology"^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string ,
"Version 1.1"^^xsd:string .
owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Annotation properties
@@ -222,17 +221,9 @@ cco:term_editor rdf:type owl:AnnotationProperty ;
# Object Properties
#################################################################
### http://www.obofoundry.org/ro/ro.owl#has_participant
<http://www.obofoundry.org/ro/ro.owl#has_participant> rdf:type owl:ObjectProperty .
### http://www.obofoundry.org/ro/ro.owl#participates_in
<http://www.obofoundry.org/ro/ro.owl#participates_in> rdf:type owl:ObjectProperty .
### http://www.ontologyrepository.com/CommonCoreOntologies/accessory_in
cco:accessory_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#participates_in> ;
rdfs:subPropertyOf obo:RO_0000056 ;
owl:inverseOf cco:has_accessory ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
@@ -244,7 +235,7 @@ cco:accessory_in rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/accomplice_in
cco:accomplice_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#participates_in> ;
rdfs:subPropertyOf obo:RO_0000056 ;
owl:inverseOf cco:has_accomplice ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
@@ -256,7 +247,7 @@ cco:accomplice_in rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/affects
cco:affects rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_participant> ;
rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:is_affected_by ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
@@ -308,20 +299,6 @@ cco:aggregrate_bearer_of rdf:type owl:ObjectProperty ;
rdfs:label "aggregate bearer of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/bearer_of
cco:bearer_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco:inheres_in ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000020
obo:BFO_0000031
)
] ;
cco:definition "Inverse of inheres in."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "bearer of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/caused_by
cco:caused_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_cause_of ;
@@ -332,18 +309,6 @@ cco:caused_by rdf:type owl:ObjectProperty ;
rdfs:label "caused by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of
cco:disposition_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:realizable_entity_of ;
owl:inverseOf cco:has_disposition ;
rdfs:domain obo:BFO_0000016 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types D and E where D is a type of Disposition and E is a type of Entity, D disposition of E if and only if for every instance d of D, there is some instance e of E such that d \"disposition of\" e. Here \"disposition of\" denotes the primitive instance level relation."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "disposition of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate
cco:disposition_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
@@ -354,21 +319,9 @@ cco:disposition_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:label "disposition of aggregate"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/function_of
cco:function_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:disposition_of ;
owl:inverseOf cco:has_function ;
rdfs:domain obo:BFO_0000034 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "A relation between a function F and an entity E. F function_of E iff: F inheres_in E and F is a function"^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "function of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_accessory
cco:has_accessory rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_participant> ;
rdfs:subPropertyOf obo:RO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "A Processual Entity p1 has_accessory some Agent a1 iff a1 assists in the commission of p1, is not located at the location of p1, and is not agent_in p1."^^xsd:string ;
@@ -379,7 +332,7 @@ cco:has_accessory rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_accomplice
cco:has_accomplice rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_participant> ;
rdfs:subPropertyOf obo:RO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "An Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."^^xsd:string ;
@@ -388,30 +341,9 @@ cco:has_accomplice rdf:type owl:ObjectProperty ;
rdfs:label "has accomplice"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_disposition
cco:has_disposition rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_realizable_entity ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000016 ;
cco:definition "For types E and D where E is a type of Entity and D is a type of Disposition, E has disposition D if and only if for all instances e of E there is some instance d of D such that e \"has disposition\" d. Here \"has disposition\" denotes the primitive instance level relation. Inverse of disposition_of."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "has disposition"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_function
cco:has_function rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_disposition ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000034 ;
cco:definition "Inverse of is function of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "has function"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_input
cco:has_input rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_participant> ;
rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:is_input_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
@@ -420,14 +352,6 @@ cco:has_input rdf:type owl:ObjectProperty ;
rdfs:label "has input"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_member
cco:has_member rdf:type owl:ObjectProperty ;
owl:inverseOf cco:member_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:comment "Inverse of member_of."^^xsd:string ;
rdfs:label "has member"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in
cco:has_member_of_located_in rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000027 ;
@@ -439,7 +363,7 @@ cco:has_member_of_located_in rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_object
cco:has_object rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_participant> ;
rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:is_object_of ;
cco:definition "If p is a process and c is a continuant, then p has object c if and only if the c is part of the projected state that the agent intends to achieve by performing p."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology" ;
@@ -448,7 +372,7 @@ cco:has_object rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_output
cco:has_output rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_participant> ;
rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:is_output_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
@@ -463,59 +387,11 @@ cco:has_process_part rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_part_of_process ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, recieves an output of P1 or both."^^xsd:string ;
cco:definition "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, receives an output of P1, or both."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "has process part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_quality
cco:has_quality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:bearer_of ;
owl:inverseOf cco:quality_of ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000019 ;
cco:definition "For types E and Q where E is a type of Entity and Q is a type of Quality, E has quality Q if and only if for every instance e of E there is some instance q of Q such that e \"has quality\" q. Here \"has quality\" denotes the primitive instance level relation. Inverse of quality_of."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "has quality"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_realizable_entity
cco:has_realizable_entity rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:bearer_of ;
owl:inverseOf cco:realizable_entity_of ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000017 ;
cco:definition "For types E and R where E is a type of Entity and R is a type of Realizable Entity, E has realizable entity R if and only if for all instances e of E there is some instance r of R such that e \"has realizable entity\" r. Here \"has realizable entity\" denotes the primitive instance level relation. Inverse of realizable_entity_of."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "has realizable entity"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_role
cco:has_role rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_realizable_entity ;
owl:inverseOf cco:role_of ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000023 ;
cco:definition "For types E and R where E is a type of Entity and R is a type of Role, E has role R if and only if for all instances e of E there is some instance r of R such that e \"has role\" r. Here \"has role\" denotes the primitive instance level relation. Inverse of role_of."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "has role"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in
cco:inheres_in rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000020
obo:BFO_0000031
)
] ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types T1 and T2, if T1 inheres in T2, then for all instances of T1, t1, there is some instance of T2, t2, such that t1 \"inheres in\" t2. Here, \"inheres in\" denotes the primitive instance level relation."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl "^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "inheres in"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate
cco:inheres_in_aggregate rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
@@ -531,7 +407,7 @@ cco:inheres_in_aggregate rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by
cco:is_affected_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#participates_in> ;
rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "If c is a continuant and p is a process, the c is affected by p if and only if c undergoes some change as a result of the occurrence of p."^^xsd:string ;
@@ -550,7 +426,7 @@ cco:is_cause_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_input_of
cco:is_input_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#participates_in> ;
rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the begining of the Processual Entity is a necessary condition for the start of the Processual Entity."^^xsd:string ;
@@ -580,7 +456,7 @@ cco:is_material_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_object_of
cco:is_object_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#participates_in> ;
rdfs:subPropertyOf obo:RO_0000056 ;
cco:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology" ;
rdfs:label "is object of"^^xsd:string .
@@ -588,7 +464,7 @@ cco:is_object_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_output_of
cco:is_output_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#participates_in> ;
rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity."^^xsd:string ;
@@ -600,7 +476,7 @@ cco:is_output_of rdf:type owl:ObjectProperty ;
cco:is_part_of_process rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "Inverse of has process part"^^xsd:string ;
cco:definition "For processes P1 and P2, P1 is part of process P2 if and only if P1 occurs on a temporal interval that is during the temporal interval of P2 and P1 either provides an input to P2, receives an output of P2, or both."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "is part of process"^^xsd:string .
@@ -618,6 +494,7 @@ cco:is_predecessor_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_site_of
cco:is_site_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000067 ;
owl:inverseOf cco:occurs_at ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000006
@@ -649,16 +526,9 @@ cco:is_temporal_region_of rdf:type owl:ObjectProperty ;
rdfs:label "is temporal region of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/member_of
cco:member_of rdf:type owl:ObjectProperty ;
cco:definition "An entity E1 is member_of some aggregate A1 iff E1 is of type T, A1 is a collection of individuals of type T, and E1 is one of the individuals in that collection."^^xsd:string ;
cco:definition_source "http://purl.obolibrary.org/obo/RO_0002351"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "member of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/occurs_at
cco:occurs_at rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000066 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000006
@@ -679,17 +549,6 @@ cco:occurs_on rdf:type owl:ObjectProperty ;
rdfs:label "occurs on"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of
cco:quality_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in ;
rdfs:domain obo:BFO_0000019 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types Q and E where Q is a type of Quality and E is a type of Entity, if Q is a quality of E, then for all instances q of Q there is some instance e of E such that q \"quality of\" e. Here, \"quality of\" denotes the primitive instance level relation."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl)"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "quality of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate
cco:quality_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
@@ -700,47 +559,6 @@ cco:quality_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:label "quality of aggregate"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/realizable_entity_of
cco:realizable_entity_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in ;
rdfs:domain obo:BFO_0000017 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types R and E where R is a type of Realizable Entity and E is a type of Entity, R realizable entity of E if and only if for every instance r of R, there is some instance e of E such that r \"realizable entity of\" e. Here \"realizable entity of\" denotes the primitive instance level relation."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "realizable entity of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/realized_by
cco:realized_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco:realizes ;
rdfs:domain obo:BFO_0000017 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between a Realizable Entity and a Processual Entity, inverse of realizes."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "realized by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/realizes
cco:realizes rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000017 ;
cco:definition "A Relation between a Process and a Function, where the unfolding of the process requires the execution of the function. Class level: P realizes F iff: given any p that instantiates P, there exists some f, t such that f instantiates F at t and p *realizes* f. Here, *realizes* is the primitive instance level relation"^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "realizes"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/role_of
cco:role_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:realizable_entity_of ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types R and E where R is a type of Role and E is a type of Entity, if R role of E, then for all instances r of R there is some instance e of E such that r \"role of\" e. Here, \"role of\" denotes the primitive instance level relation."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "role of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate
cco:role_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
@@ -751,15 +569,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:label "role of aggregate"^^xsd:string .
#################################################################
# Classes
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ObsoleteClass
cco:ObsoleteClass rdf:type owl:Class ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:comment "Definition: A class used only as a parent class of obsoleted classes. It is understood that subclasses of this class are classified as such incorrectly. The obsoleted classes are instances of the parent class, not subclasses." ;
rdfs:label "Obsolete Class" .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

View File

@@ -1,29 +1,27 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/GeospatialOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string ;
rdfs:label "Geospatial Ontology"^^xsd:string ;
owl:versionInfo "Version 1.1"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string .
owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Object Properties
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with
cco:coincides_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
@@ -60,21 +58,21 @@ cco:externally_connects_with rdf:type owl:ObjectProperty ;
rdfs:label "externally connects with"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_proper_part
cco:has_nontangential_proper_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_spatial_proper_part ;
owl:inverseOf cco:nontangential_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of nontangential proper part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "has nontangential proper part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part
cco:has_nontangential_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_spatial_part ;
owl:inverseOf cco:nontangential_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of nontangential part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "has nontangential part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part
cco:has_spatial_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_part> ;
rdfs:subPropertyOf obo:BFO_0000051 ;
owl:inverseOf cco:spatial_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
@@ -84,39 +82,27 @@ cco:has_spatial_part rdf:type owl:ObjectProperty ;
rdfs:label "has spatial part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_proper_part
cco:has_spatial_proper_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#has_proper_part> ;
owl:inverseOf cco:spatial_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of spatial proper part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "has spatial proper part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_part
cco:has_tangential_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_spatial_part ;
owl:inverseOf cco:tangential_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of tangential part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "has tangential part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_proper_part
cco:has_tangential_proper_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_spatial_proper_part ;
owl:inverseOf cco:tangential_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of tangential proper part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "has tangential proper part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_proper_part_of
cco:nontangential_proper_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:spatial_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a nontangential proper part of some immaterial entity im2 iff im1 is a spatial proper part of im2 and there does not exist an immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "nontangential proper part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of
cco:nontangential_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:spatial_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "nontangential part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/overlaps_with
@@ -139,41 +125,30 @@ cco:partially_overlaps_with rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of
cco:spatial_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#part_of> ;
rdfs:subPropertyOf obo:BFO_0000050 ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im if im is connected with im1, then im is connected with im2."^^xsd:string ;
cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im3 if im3 is connected with im1, then im3 is connected with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "spatial part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_proper_part_of
cco:spatial_proper_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.obofoundry.org/ro/ro.owl#proper_part_of> ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a spatial proper part of some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "spatial proper part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_proper_part_of
cco:tangential_proper_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:spatial_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a tangential proper part of some immaterial entity im2 iff im1 is a proper part of im2 and there exists some immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "tangential proper part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of
cco:tangential_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:spatial_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "tangential part of"^^xsd:string .
#################################################################
# Data properties
# Data properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value
cco:has_altitude_value rdf:type owl:DatatypeProperty ;
cco:elucidation "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."^^xsd:string ;
@@ -201,16 +176,16 @@ cco:has_longitude_value rdf:type owl:DatatypeProperty ;
### http://www.opengis.net/ont/geosparql#asWKT
<http://www.opengis.net/ont/geosparql#asWKT> rdf:type owl:DatatypeProperty ;
cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."^^xsd:string ;
cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))
cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:comment "ISO 19162:2015"^^xsd:string ;
rdfs:label "as WKT"^^xsd:string .
#################################################################
#################################################################
# Classes
#################################################################
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature
cco:AnthropogenicFeature rdf:type owl:Class ;
rdfs:subClassOf cco:EnvironmentalFeature ;
@@ -241,7 +216,7 @@ cco:AxisOfRotation rdf:type owl:Class ;
cco:BoundingBoxPoint rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:GeospatialPosition
[ rdf:type owl:Restriction ;
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:GeospatialRegionBoundingBox
]
) ;
@@ -264,28 +239,13 @@ cco:CenterOfMass rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/City
cco:City rdf:type owl:Class ;
cco:City rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."^^xsd:string ;
cco:definition_source "http://en.wikipedia.org/wiki/City"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "City"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CityPart
cco:CityPart rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:someValuesFrom cco:City
] ;
rdfs:subClassOf cco:GeopoliticalEntityPart ;
cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a City."^^xsd:string ;
cco:example_of_usage "the Flatbush neighorhood of New York City"^^xsd:string ,
"the French Quarter of New Orleans"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:comment "This defined class should be used for instances that are sections of a City demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
rdfs:label "City Part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature
cco:ConstructedFeature rdf:type owl:Class ;
rdfs:subClassOf cco:AnthropogenicFeature ;
@@ -320,19 +280,28 @@ cco:Country rdf:type owl:Class ;
rdfs:label "Country"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CountryPart
cco:CountryPart rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:someValuesFrom cco:Country
] ;
rdfs:subClassOf cco:GeopoliticalEntityPart ;
cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a Country."^^xsd:string ;
cco:example_of_usage "Northern Iraq"^^xsd:string ,
"Southeastern United States"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:comment "This defined class should be used for instances which are not proper sub-national entities (e.g. it should not be used for Cities, Provinces, or States)."^^xsd:string ;
### http://www.ontologyrepository.com/CommonCoreOntologies/County
cco:County rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
cco:definition "A Geopolitical Entity that is part of either a First-Order or Second-Order Administrative Region."^^xsd:string ;
cco:definition_source "https://en.wikipedia.org/wiki/County"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "County"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/DivisonOfGeopoliticalEntity
cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialRegion ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:GeopoliticalEntity
] ;
owl:disjointWith cco:GeopoliticalEntity ;
cco:definition "A Geospatial Region that is a fiat division of a Geopolitical Entity and not a Geopolitical Entity."^^xsd:string ;
cco:example_of_usage "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:comment "Instances of this class are not proper geopolitical entities, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood." ;
rdfs:label "Division of Geopolitical Entity"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature
@@ -347,7 +316,7 @@ cco:EnvironmentalFeature rdf:type owl:Class ;
cco:FirstOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:Country
] ;
cco:definition "A Geopolitical Entity that is a primary administrative division of a Country."^^xsd:string ;
@@ -361,7 +330,7 @@ cco:FirstOrderAdministrativeRegion rdf:type owl:Class ;
cco:FourthOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:ThirdOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a Third-Order Administrative Region."^^xsd:string ;
@@ -395,18 +364,6 @@ cco:GeopoliticalEntityBorder rdf:type owl:Class ;
rdfs:label "Geopolitical Entity Border"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityPart
cco:GeopoliticalEntityPart rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:someValuesFrom cco:GeopoliticalEntity
] ;
rdfs:subClassOf cco:GeospatialRegion ;
cco:definition "A Geospatial Region that consists of one or more fiat sub-sections of a Geopolitical Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "Geopolitical Entity Part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary
cco:GeospatialBoundary rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000142 ;
@@ -451,7 +408,7 @@ cco:GeospatialLineString rdf:type owl:Class ;
cco:GeospatialLocation rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialRegion ,
[ rdf:type owl:Restriction ;
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0001015 ;
owl:someValuesFrom obo:BFO_0000001
] ;
cco:definition "A Geospatial Region at which an Entity or Event is located."^^xsd:string ;
@@ -487,7 +444,7 @@ cco:GeospatialRegion rdf:type owl:Class ;
cco:GeospatialRegionBoundingBox rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialPolygon ,
[ rdf:type owl:Restriction ;
[ rdf:type owl:Restriction ;
owl:onProperty cco:has_nontangential_part ;
owl:someValuesFrom cco:GeospatialRegion
] ;
cco:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."^^xsd:string ;
@@ -531,6 +488,15 @@ cco:HydrographicFeature rdf:type owl:Class ;
rdfs:label "Hydrographic Feature"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/LocalAdministrativeRegion
cco:LocalAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
cco:alternative_label "Locality"^^xsd:string ;
cco:definition "A Geopolitical Entity that delimits a local Government."^^xsd:string ;
cco:definition_source "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Local Administrative Region"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea
cco:LowDensityResidentialArea rdf:type owl:Class ;
rdfs:subClassOf cco:PopulatedPlace ;
@@ -636,21 +602,6 @@ cco:Province rdf:type owl:Class ;
rdfs:label "Province"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ProvincePart
cco:ProvincePart rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:someValuesFrom cco:Province
] ;
rdfs:subClassOf cco:GeopoliticalEntityPart ;
cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a Province."^^xsd:string ;
cco:example_of_usage "the Greater Montreal Area of Quebec"^^xsd:string ,
"the southwest area of Al Anbar Province"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:comment "This defined class should be used for instances that are sections of a Province demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
rdfs:label "Province Part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis
cco:RollAxis rdf:type owl:Class ;
rdfs:subClassOf cco:AxisOfRotation ;
@@ -672,12 +623,12 @@ cco:SeaLevel rdf:type owl:Class ;
cco:SecondOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:FirstOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a First-Order Administrative Region."^^xsd:string ;
cco:definition_source "http://www.geonames.org/export/codes.html"^^xsd:string ;
cco:definition_source "http://www.geonames.org/export/codes.html"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Second-Order Administrative Region"^^xsd:string .
@@ -707,21 +658,6 @@ cco:State rdf:type owl:Class ;
rdfs:label "State"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/StatePart
cco:StatePart rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:someValuesFrom cco:State
] ;
rdfs:subClassOf cco:GeopoliticalEntityPart ;
cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a State."^^xsd:string ;
cco:example_of_usage "the Texas Panhandle"^^xsd:string ,
"the Western New York Region"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:comment "This defined class should be used for instances that are sections of a State demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
rdfs:label "State Part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent
cco:Subcontinent rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialRegion ;
@@ -735,7 +671,7 @@ cco:Subcontinent rdf:type owl:Class ;
cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:SecondOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a Second-Order Administrative Region."^^xsd:string ;
@@ -767,8 +703,8 @@ cco:ThreeDimensionalPosition rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Town
cco:Town rdf:type owl:Class ;
cco:Town rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."^^xsd:string ;
cco:definition_source "http://www.dictionary.com/browse/town"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "Town"^^xsd:string .
@@ -776,8 +712,8 @@ cco:Town rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Village
cco:Village rdf:type owl:Class ;
cco:Village rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."^^xsd:string ;
cco:definition_source "http://www.merriam-webster.com/dictionary/village"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "Village"^^xsd:string .
@@ -825,4 +761,4 @@ cco:zAxis rdf:type owl:Class ;
rdfs:label "z-Axis"^^xsd:string .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

View File

@@ -1,27 +1,23 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ro: <http://www.obofoundry.org/ro/ro.owl#> .
@prefix bfo: <http://purl.obolibrary.org/obo#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> rdf:type owl:Ontology ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> ;
owl:versionInfo "Version 1.1"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/InformationEntityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."^^xsd:string ;
rdfs:label "Information Entity Ontology"^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string ;
rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."^^xsd:string .
owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Object Properties
@@ -31,9 +27,9 @@
cco:condition_described_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco:describes_condition ;
owl:propertyChainAxiom ( cco:described_by
ro:part_of
obo:BFO_0000050
) ;
cco:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ;
cco:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "condition described by"^^xsd:string .
@@ -63,10 +59,10 @@ cco:describes rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_condition
cco:describes_condition rdf:type owl:ObjectProperty ;
owl:propertyChainAxiom ( ro:has_part
owl:propertyChainAxiom ( obo:BFO_0000051
cco:describes
) ;
cco:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ;
cco:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "describes condition"^^xsd:string .
@@ -305,7 +301,7 @@ cco:is_measured_by_ratio rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_measurement_unit_of
cco:is_measurement_unit_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in ;
rdfs:subPropertyOf obo:RO_0010001 ;
owl:inverseOf cco:uses_measurement_unit ;
rdfs:domain cco:MeasurementUnit ;
rdfs:range cco:InformationBearingEntity ;
@@ -331,7 +327,7 @@ cco:is_mentioned_by rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_reference_system_of
cco:is_reference_system_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in ;
rdfs:subPropertyOf obo:RO_0010001 ;
owl:inverseOf cco:uses_reference_system ;
rdfs:domain cco:ReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
@@ -442,6 +438,7 @@ cco:set_described_by_proportion rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/time_zone_identifier_used_by
cco:time_zone_identifier_used_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0010001 ;
owl:inverseOf cco:uses_time_zone_identifier ;
rdfs:domain cco:TimeZoneIdentifier ;
rdfs:range cco:InformationBearingEntity ;
@@ -470,7 +467,7 @@ cco:uses_language rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/uses_measurement_unit
cco:uses_measurement_unit rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:bearer_of ;
rdfs:subPropertyOf obo:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:MeasurementUnit ;
cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made."^^xsd:string ;
@@ -480,7 +477,7 @@ cco:uses_measurement_unit rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/uses_reference_system
cco:uses_reference_system rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:bearer_of ;
rdfs:subPropertyOf obo:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:ReferenceSystem ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
@@ -489,6 +486,7 @@ cco:uses_reference_system rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/uses_time_zone_identifier
cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:TimeZoneIdentifier ;
cco:definition "An object property holding between an Information Bearing Entity and a Time Zone Identifier which designates which time zone is being referred to in the date time string attached to the Information Bearing Entity."^^xsd:string ;
@@ -588,10 +586,10 @@ cco:Acronym rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm
cco:Algorithm rdf:type owl:Class ;
rdfs:subClassOf cco:DirectiveInformationContentEntity ;
cco:definition "A Directive Information Content Entity that prescribes the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective." ;
cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Algorithm"^^xsd:string .
cco:definition "A Directive Information Content Entity that prescribes the inputs and output of mathematical functions as well as workflow of execution for achieving a predefined objective." ;
cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Algorithm" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ArbitraryIdentifier
@@ -624,18 +622,6 @@ cco:ArtificialLanguage rdf:type owl:Class ;
rdfs:label "Artificial Language"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPointIdentifier
cco:BoundingBoxPointIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:BoundingBoxPoint
] ;
rdfs:subClassOf cco:GeospatialPositionIdentifier ;
cco:definition "A Geospatial Position Identifier that designates some Bounding Box Point."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Bounding Box Point Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDateIdentifier
cco:CalendarDateIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:DateIdentifier ;
@@ -664,30 +650,6 @@ cco:CartesianCoordinateSystem rdf:type owl:Class ;
rdfs:label "Cartesian Coordinate System"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CityIdentifier
cco:CityIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:City
] ;
rdfs:subClassOf cco:SubNationalEntityIdentifier ;
cco:definition "A Sub-National Entity Identifier that designates some City."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "City Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CityPartIdentifier
cco:CityPartIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:CityPart
] ;
rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
cco:definition "A Geopolitical Entity Part Identifier that designates some City Part."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "City Part Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CivilTimeReferenceSystem
cco:CivilTimeReferenceSystem rdf:type owl:Class ;
rdfs:subClassOf cco:TemporalReferenceSystem ;
@@ -718,18 +680,6 @@ cco:CodeIdentifier rdf:type owl:Class ;
rdfs:label "Code Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ContinentIdentifier
cco:ContinentIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Continent
] ;
rdfs:subClassOf cco:GeospatialRegionIdentifier ;
cco:definition "A Geospatial Region Identifier that designates some Continent."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Continent Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CountMeasurementInformationContentEntity
cco:CountMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ;
@@ -738,30 +688,6 @@ cco:CountMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:label "Count Measurement Information Content Entity"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CountryIdentifier
cco:CountryIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Country
] ;
rdfs:subClassOf cco:GeopoliticalEntityIdentifier ;
cco:definition "A Geopolitical Entity Identifier that designates some Country."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Country Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CountryPartIdentifier
cco:CountryPartIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:CountryPart
] ;
rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
cco:definition "A Geopolitical Entity Part Identifier that designates some Country Part."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Country Part Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/DataRangeIntervalEstimateInformationContentEntity
cco:DataRangeIntervalEstimateInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:IntervalEstimateInformationContentEntity ;
@@ -918,54 +844,6 @@ cco:EventStatusNominalInformationContentEntity rdf:type owl:Class ;
rdfs:label "Event Status Nominal Information Content Entity"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityBorderIdentifier
cco:GeopoliticalEntityBorderIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:GeopoliticalEntityBorder
] ;
rdfs:subClassOf cco:GeospatialBoundaryIdentifier ;
cco:definition "A Geospatial Boundary Identifier that designates some Geopolitical Entity Border."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Geopolitical Entity Border Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityIdentifier
cco:GeopoliticalEntityIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:GeopoliticalEntity
] ;
rdfs:subClassOf cco:GeospatialRegionIdentifier ;
cco:definition "A Geospatial Region Identifier that desginates some Geopolitical Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Geopolitical Entity Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityPartIdentifier
cco:GeopoliticalEntityPartIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:GeopoliticalEntityPart
] ;
rdfs:subClassOf cco:GeospatialRegionIdentifier ;
cco:definition "A Geospatial Region Identifier that designates some Geopolitical Entity Part."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Geopolitical Entity Part Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundaryIdentifier
cco:GeospatialBoundaryIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:GeospatialBoundary
] ;
rdfs:subClassOf cco:DesignativeInformationContentEntity ;
cco:definition "A Designative Information Content Entity that designates some Geospatial Boundary."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Geospatial Boundary Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialCoordinateReferenceSystem
cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class ;
rdfs:subClassOf cco:SpatialReferenceSystem ;
@@ -975,42 +853,6 @@ cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class ;
rdfs:label "Geospatial Coordinate Reference System"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocationIdentifier
cco:GeospatialLocationIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:GeospatialLocation
] ;
rdfs:subClassOf cco:GeospatialRegionIdentifier ;
cco:definition "A Geospatial Region Identifier that designates some Geospatial Location."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Geospatial Location Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPositionIdentifier
cco:GeospatialPositionIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:DesignativeInformationContentEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:GeospatialPosition
] ;
cco:definition "A Designative Information Content Entity that designates some Geospatial Position"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Geospatial Position Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBoxIdentifier
cco:GeospatialRegionBoundingBoxIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:GeospatialRegionBoundingBox
] ;
rdfs:subClassOf cco:GeospatialBoundaryIdentifier ;
cco:definition "A Geospatial Boundary Identifier that designates some Geospatial Region Bounding Box."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Geospatial Region Bounding Box Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBoxIdentifierList
cco:GeospatialRegionBoundingBoxIdentifierList rdf:type owl:Class ;
rdfs:subClassOf cco:MeasurementUnitOfGeocoordinate ;
@@ -1019,18 +861,6 @@ cco:GeospatialRegionBoundingBoxIdentifierList rdf:type owl:Class ;
rdfs:label "Geospatial Region Bounding Box Identifier List"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionIdentifier
cco:GeospatialRegionIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:GeospatialRegion
] ;
rdfs:subClassOf cco:SiteIdentifier ;
cco:definition "A Site Identifier that designates some Geospatial Region."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Geospatial Region Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GreenwichMeanTimeZoneIdentifier
cco:GreenwichMeanTimeZoneIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:TimeZoneIdentifier ;
@@ -1055,7 +885,7 @@ cco:HourIdentifier rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity
cco:InformationBearingEntity rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:bearer_of ;
owl:onProperty obo:RO_0010002 ;
owl:someValuesFrom cco:InformationContentEntity
] ;
rdfs:subClassOf obo:BFO_0000030 ;
@@ -1085,7 +915,7 @@ cco:InformationContentEntity rdf:type owl:Class ;
cco:InformationQualityEntity rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:inheres_in ;
owl:onProperty obo:RO_0000052 ;
owl:someValuesFrom cco:InformationBearingEntity
] ;
cco:alternative_label "IQE"^^xsd:string ;
@@ -1155,11 +985,11 @@ cco:JulianDateFraction rdf:type owl:Class ;
cco:JulianDateIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:DecimalTimeOfDayIdentifier ,
[ rdf:type owl:Restriction ;
owl:onProperty ro:has_part ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:JulianDateFraction
] ,
[ rdf:type owl:Restriction ;
owl:onProperty ro:has_part ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:JulianDayNumber
] ,
[ rdf:type owl:Restriction ;
@@ -1552,8 +1382,8 @@ cco:ProbabilityMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:MeasurementInformationContentEntity ;
cco:alternative_label "Likelihood Measurement"^^xsd:string ,
"Probability Measurement"^^xsd:string ;
cco:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."^^xsd:string ,
"https://en.wikipedia.org/wiki/Probability"^^xsd:string ;
cco:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."^^xsd:string ;
cco:definition_source "https://en.wikipedia.org/wiki/Probability"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."^^xsd:string ;
rdfs:label "Probability Measurement Information Content Entity"^^xsd:string .
@@ -1577,30 +1407,6 @@ cco:ProportionalRatioMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:label "Proportional Ratio Measurement Information Content Entity"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ProvinceIdentifier
cco:ProvinceIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Province
] ;
rdfs:subClassOf cco:SubNationalEntityIdentifier ;
cco:definition "A Sub-National Entity Identifier that designates some Province."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Province Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ProvincePartIdentifier
cco:ProvincePartIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:ProvincePart
] ;
rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
cco:definition "A Geopolitical Entity Part Identifier that designates some Province Part."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Province Part Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/RatioMeasurementInformationContentEntity
cco:RatioMeasurementInformationContentEntity rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -1677,18 +1483,6 @@ cco:SiderealTimeReferenceSystem rdf:type owl:Class ;
rdfs:label "Sidereal Time Reference System"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/SiteIdentifier
cco:SiteIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom obo:BFO_0000029
] ;
rdfs:subClassOf cco:DesignativeInformationContentEntity ;
cco:definition "A Designative Information Content Entity that designates some Site."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Site Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/SolarCalendarSystem
cco:SolarCalendarSystem rdf:type owl:Class ;
rdfs:subClassOf cco:CalendarSystem ;
@@ -1749,54 +1543,6 @@ cco:StandardTimeOfDayIdentifier rdf:type owl:Class ;
rdfs:label "Standard Time of Day Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/StateIdentifier
cco:StateIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:State
] ;
rdfs:subClassOf cco:SubNationalEntityIdentifier ;
cco:definition "A Sub-National Entity Identifier that designates some State."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "State Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/StatePartIdentifier
cco:StatePartIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:StatePart
] ;
rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
cco:definition "A Geopolitical Entity Part Identifier that designates some State Part."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "State Part Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/SubNationalEntityIdentifier
cco:SubNationalEntityIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:FirstOrderAdministrativeRegion
] ;
rdfs:subClassOf cco:GeopoliticalEntityIdentifier ;
cco:definition "A Geopolitical Entity Identifier that designates some Sub-National Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Sub-National Entity Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/SubcontinentIdentifier
cco:SubcontinentIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Subcontinent
] ;
rdfs:subClassOf cco:GeospatialRegionIdentifier ;
cco:definition "A Geospatial Region Identifier that designates some Subcontinent."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "Subcontinent Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier
cco:TemporalInstantIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -2675,4 +2421,4 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual ,
rdfs:label "Zulu Time Zone"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

29
LICENSE Normal file
View File

@@ -0,0 +1,29 @@
BSD 3-Clause License
Copyright (c) 2017, CUBRC, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,94 +0,0 @@
PREFIX ero: <http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#>
PREFIX lro: <http://www.ontologylibrary.mil/CommonCore/Upper/LewisianRelationOntology#>
PREFIX agent: <http://www.ontologylibrary.mil/CommonCore/Mid/AgentOntology#>
PREFIX allcore <http://www.ontologylibrary.mil/CommonCore/Mid/AllCoreOntology#>
PREFIX artifact: <http://www.ontologylibrary.mil/CommonCore/Mid/ArtifactOntology#>
PREFIX currency: <http://www.ontologylibrary.mil/CommonCore/Mid/CurrencyUnitOntology#>
PREFIX event: <http://www.ontologylibrary.mil/CommonCore/Mid/EventOntology#>
PREFIX geo: <http://www.ontologylibrary.mil/CommonCore/Mid/GeospatialOntology#>
PREFIX info: <http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#>
PREFIX quality: <http://www.ontologylibrary.mil/CommonCore/Mid/QualityOntology#>
PREFIX time: <http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#>
PREFIX measure: <http://www.ontologylibrary.mil/CommonCore/Mid/UnitsOfMeasureOntology#>
PREFIX jdo: <http://www.ontologylibrary.mil/CommonCore/Mid/JointDoctrineOntology#>
PREFIX affective: ? <http://www.ontologylibrary.mil/CommonCore/Mid/AffectiveStateOntology#>
PREFIX medinfo: ? <http://www.ontologylibrary.mil/CommonCore/Mid/MedInfoOntology#>
PREFIX agenthist: ? <http://www.ontologylibrary.mil/CommonCore/Domain/AgentHistoryOntology#>
PREFIX agentinfo: <http://www.ontologylibrary.mil/CommonCore/Domain/AgentInformationOntology#>
PREFIX aircraft: ? <http://www.ontologylibrary.mil/CommonCore/Domain/AircraftOntology#>
PREFIX aircraftmaint: ? <http://www.ontologylibrary.mil/CommonCore/Domain/AirForceAircraftMaintenanceOntology#>
PREFIX armytasklist: ? <http://www.ontologylibrary.mil/CommonCore/Domain/ArmyUniversalTaskList#>
PREFIX citizen: <http://www.ontologylibrary.mil/CommonCore/Domain/CitizenshipOntology#>
PREFIX curriculum: <http://www.ontologylibrary.mil/CommonCore/Domain/CurriculumOntology#>
PREFIX ethnicity: <http://www.ontologylibrary.mil/CommonCore/Domain/EthnicityOntology#>
PREFIX hydrographic: <http://www.ontologylibrary.mil/CommonCore/Domain/HydrographicFeatureOntology#>
PREFIX legalcriminal: ? <http://www.ontologylibrary.mil/CommonCore/Domain/LegalAndCriminalActOntology#>
PREFIX maintact: ? <http://www.ontologylibrary.mil/CommonCore/Domain/MaintenanceActivityOntology#>
PREFIX c2o: <http://www.ontologylibrary.mil/CommonCore/Domain/MilitaryCommandAndControlOntology#>
PREFIX mio: <http://www.ontologylibrary.mil/CommonCore/Domain/MilitaryIntelligenceOntology#>
PREFIX miloccupation: <http://www.ontologylibrary.mil/CommonCore/Domain/MilitaryOccupationsOntology#>
PREFIX moo: <http://www.ontologylibrary.mil/CommonCore/Domain/MilitaryOperationOntology#>
PREFIX mpo: <http://www.ontologylibrary.mil/CommonCore/Domain/MilitaryPlanningOntology#>
PREFIX mro: ? <http://www.ontologylibrary.mil/CommonCore/Domain/MilitaryReportsOntology#>
PREFIX mission: ?? <http://www.ontologylibrary.mil/CommonCore/Domain/MissionOntology#>
PREFIX missionplan: ?? <http://www.ontologylibrary.mil/CommonCore/Domain/MissionPlanningOntology#>
PREFIX occupation: <http://www.ontologylibrary.mil/CommonCore/Domain/OccupationOntology#>
PREFIX physiographic: <http://www.ontologylibrary.mil/CommonCore/Domain/PhysiographicFeatureOntology#>
PREFIX planning: <http://www.ontologylibrary.mil/CommonCore/Domain/PlanningOntology#>
PREFIX qmospl: <http://www.ontologylibrary.mil/CommonCore/Domain/QMOSPL#>
PREFIX sensor: <http://www.ontologylibrary.mil/CommonCore/Domain/SensorOntology#>
PREFIX skills: <http://www.ontologylibrary.mil/CommonCore/Domain/SkillsAndOccupationsOntology#>
PREFIX soo: <http://www.ontologylibrary.mil/CommonCore/Domain/SpaceObjectOntology#>
PREFIX transinfra: <http://www.ontologylibrary.mil/CommonCore/Domain/TransportationInfrastructureOntology#>
PREFIX usw: ? <http://www.ontologylibrary.mil/CommonCore/Domain/UnderseaWarfareOntology#>
PREFIX watercraft: <http://www.ontologylibrary.mil/CommonCore/Domain/WatercraftOntology#>
PREFIX wsero: <http://www.ontologylibrary.mil/CommonCore/Domain/WSERontology#>
PREFIX airforceATC: ? <http://www.ontologylibrary.mil/CommonCore/Domain/AirForceActionTakenCodes#>
PREFIX airforceHMC: ? <http://www.ontologylibrary.mil/CommonCore/Domain/AirForceHowMalfunctionCodes#>
PREFIX airforceMSC: ? <http://www.ontologylibrary.mil/CommonCore/Domain/AirForceMaintenanceStatusCodes#>
PREFIX airforceTMD: ? <http://www.ontologylibrary.mil/CommonCore/Domain/AirForceTypeMaintenanceDesignators#>
PREFIX airforceWDC: ? <http://www.ontologylibrary.mil/CommonCore/Domain/AirForceWhenDiscoveredCodes#>
PREFIX maritime: ? <http://navy.mil/ontologies/2016/5/maritime>
PREFIX USWinstances ? <http://www.ontologylibrary.mil/CommonCore/instances/USW_Version_1_16#>
PREFIX bfo: <http://www.ifomis.org/bfo/1.1#>
PREFIX oboInOwl: <http://www.geneontology.org/formats/oboInOwl#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ro: <http://www.obofoundry.org/ro/ro.owl#>
PREFIX span: <http://www.ifomis.org/bfo/1.1/span#>
PREFIX snap: <http://www.ifomis.org/bfo/1.1/snap#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX xml: <http://www.w3.org/XML/1998/namespace>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
OBSOLETE Namespaces:
PREFIX person: <http://www.ontologylibrary.mil/CommonCore/Domain/PersonOntology#>
STATUS - REPLACED BY: AgentHistoryOntology#
PREFIX emo: <http://www.ontologylibrary.mil/CommonCore/Mid/AIRSEmotionOntology#>
STATUS - REPLACED BY: AffectiveStateOntology#
PREFIX ito: <http://www.ontologylibrary.mil/CommonCore/Mid/InformationTechnologyOntology#>
STATUS - DELETED
PREFIX airs: <http://www.ontologylibrary.mil/CommonCore/Mid/AllAIRSOntology#>
STATUS - REPLACED BY: AllCoreOntology#
PREFIX cto: <http://www.ontologylibrary.mil/CommonCore/Domain/CounterterrorismOntology#>
STATUS - DELETED

File diff suppressed because it is too large Load Diff

40
README.md Normal file
View File

@@ -0,0 +1,40 @@
# CommonCoreOntologies
The Common Core Ontology Repository holds the current released version of the Common Core Ontology suite.
The Common Core Ontologies (CCO) comprise twelve ontologies that aim to represent and integrate taxonomies of generic classes and relations across all domains of interest.
CCO is designed as a mid-level extension of Basic Formal Ontology (BFO), an upper-level ontology framework widely used to structure and integrate ontologies in the biomedical domain (Arp, et al., 2015). BFO aims to represent the most generic categories of entity and the most generic types of relations that hold between them, by defining a small number of classes and relations. CCO then extends from BFO in the sense that every class in CCO is asserted to be a subclass of some class in BFO, and that CCO adopts the generic relations defined in BFO (e.g., has_part) (Smith and Grenon, 2004). Accordingly, CCO classes and relations are heavily constrained by the BFO framework, from which it inherits much of its basic semantic relationships.
The CCO provide semantics for concepts and relations that are used in most domains of interest. The utility of the CCO comes from preventing BFO compliant domain specific ontologies from needlessly duplicating common concepts or from forcing such ontologies to include concepts outside of their domain (e.g. organization in the Ontology of Biomedical Investigations). This utility has been realized by a number of projects in which either existing BFO compliant ontologies were aligned to the CCO or domain ontologies were created by using the CCO as a starting point and adding classes and properties as needed. Examples include:
[Emotion Ontology](http://obofoundry.org/ontology/mfoem.html)
Airforce Aircraft Maintenance Ontology
Aircraft Ontology
Army Universal Task List Ontology
Hydrographic Feature Ontology
Sensor Ontology
Legal and Criminal Act Ontology
Skills Ontology
Military Operations Ontology
Space Object Ontology
Mission Planning Ontology
Transportation Infrastructure Ontology
Occupation Ontology
Undersea Warfare Ontology
Physiographic Feature Ontology
Watercraft Ontology

View File

@@ -1,25 +1,22 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix bfo: <http://purl.obolibrary.org/obo#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/TimeOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
rdfs:label "Time Ontology"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "This ontology is designed to represent temporal regions and the relations that hold between them."^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string ,
"Version 1.1"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string .
rdfs:label "Time Ontology"^^xsd:string ;
owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Object Properties
@@ -396,7 +393,7 @@ cco:Hour rdf:type owl:Class ;
cco:JulianDate rdf:type owl:Class ;
rdfs:subClassOf cco:TimeOfDay ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:JulianDay
] ;
cco:acronym "JD"^^xsd:string ;
@@ -601,7 +598,7 @@ cco:Second rdf:type owl:Class ;
cco:TimeOfDay rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000148 ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://www.obofoundry.org/ro/ro.owl#part_of> ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:Day
] ;
cco:definition "A Zero-Dimensional Temporal Region that is an approximate temporal instant that is part of a Day."^^xsd:string ;
@@ -644,4 +641,4 @@ cco:Year rdf:type owl:Class ;
rdfs:label "Year"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

View File

@@ -1,29 +1,27 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/UnitsOfMeasureOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
owl:versionInfo "Version 1.1"^^xsd:string ;
rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."^^xsd:string ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
owl:versionInfo "January 4, 2019"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:label "Units of Measure Ontology"^^xsd:string .
rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."^^xsd:string ;
rdfs:label "Units of Measure Ontology"^^xsd:string ;
owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Annotation properties
# Annotation properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_label
cco:SI_unit_label rdf:type owl:AnnotationProperty ;
cco:definition "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."^^xsd:string ;
@@ -41,9 +39,9 @@ cco:SI_unit_symbol rdf:type owl:AnnotationProperty ;
#################################################################
# Classes
# Classes
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration
cco:MeasurementUnitOfAcceleration rdf:type owl:Class ;
rdfs:subClassOf cco:MeasurementUnit ;
@@ -293,9 +291,9 @@ cco:MeasurementUnitOfWork rdf:type owl:Class ;
#################################################################
# Individuals
# Individuals
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/AcreMeasurementUnit
cco:AcreMeasurementUnit rdf:type owl:NamedIndividual ,
cco:MeasurementUnitOfArea ;
@@ -629,7 +627,7 @@ cco:GramMoleMeasurementUnit rdf:type owl:NamedIndividual ,
cco:MeasurementUnitOfAmountOfSubstance ;
cco:alternative_label "g-mol"^^xsd:string ,
"gram-mole"^^xsd:string ;
cco:is_tokenized_by "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:string ;
rdfs:label "Gram-Mole Measurement Unit"^^xsd:string .
@@ -747,7 +745,7 @@ cco:KilogramMoleMeasurementUnit rdf:type owl:NamedIndividual ,
cco:MeasurementUnitOfAmountOfSubstance ;
cco:alternative_label "kg-mol"^^xsd:string ,
"kilogram-mole"^^xsd:string ;
cco:is_tokenized_by "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:string ;
rdfs:label "Kilogram-Mole Measurement Unit"^^xsd:string .
@@ -828,7 +826,7 @@ cco:KilomoleMeasurementUnit rdf:type owl:NamedIndividual ,
cco:MeasurementUnitOfAmountOfSubstance ;
cco:alternative_label "kilomole"^^xsd:string ,
"kmol"^^xsd:string ;
cco:is_tokenized_by "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:string ;
rdfs:label "Kilomole Measurement Unit"^^xsd:string .
@@ -1184,7 +1182,7 @@ cco:PoundMoleMeasurementUnit rdf:type owl:NamedIndividual ,
cco:alternative_label "lb-mol"^^xsd:string ,
"lbmol"^^xsd:string ,
"pound-mole"^^xsd:string ;
cco:is_tokenized_by "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:string ;
rdfs:label "Pound-Mole Measurement Unit"^^xsd:string .
@@ -1487,4 +1485,4 @@ cco:YearMeasurementUnit rdf:type owl:NamedIndividual ,
rdfs:label "Year Measurement Unit"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

13
catalog-v001.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport" uri="imports/ro-import.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology" uri="AgentOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology" uri="ArtifactOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology" uri="EventOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology" uri="ExtendedRelationOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology" uri="GeospatialOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology" uri="InformationEntityOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology" uri="QualityOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology" uri="TimeOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology" uri="UnitsOfMeasureOntology.ttl"/>
</catalog>

File diff suppressed because it is too large Load Diff

View File

@@ -1,48 +0,0 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix bfo: <http://purl.obolibrary.org/obo#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix mro: <http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalArtifactOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalArtifactOntology> rdf:type owl:Ontology ;
rdfs:label "Modal Artifact Ontology"^^xsd:string ;
owl:versionInfo "Version 1.1"^^xsd:string ;
rdfs:comment "The counterpart modal relations to those contained in the Artifact Ontology."^^xsd:string ;
owl:versionInfo "October 21, 2017"^^xsd:string ,
"COPYRIGHT © 2016 CUBRC, Inc."^^xsd:string .
#################################################################
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_payload
mro:has_payload rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_payload_of ;
owl:propertyChainAxiom ( mro:has_participant
mro:contains
) ;
cco:definition "An Act of Location Change c1 has Payload p1 iff c1 has participant Vehicle v1, v1 conveys p1 during c1, and p1 is a Material Entity that is intended to either (1) be delivered to a particular location or (2) realize some Artifact Function or Capability during c1 such that the occurence of (1) or (2) is the reason for the occurrence of c1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalArtifactOntology"^^xsd:string ;
rdfs:label "has payload"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_payload_of
mro:is_payload_of rdf:type owl:ObjectProperty ;
owl:propertyChainAxiom ( mro:contained_in
mro:participates_in
) ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalArtifactOntology"^^xsd:string ;
rdfs:label "is payload of"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,538 +0,0 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix mro: <http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology> rdf:type owl:Ontology ;
rdfs:label "Modal Extended Relation Ontology"^^xsd:string ;
owl:versionInfo "22 March 2018"^^xsd:string ;
rdfs:comment "This ontology contains the modal counterparts to properties defined in the Extended Relation Ontology."^^xsd:string .
#################################################################
# Annotation properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_token_unit
mro:has_token_unit rdf:type owl:AnnotationProperty ;
cco:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has token unit"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_tokenized_by
mro:is_tokenized_by rdf:type owl:AnnotationProperty ;
cco:definition "A relation between an information content entity and a widely used token used to express it."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is tokenized by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/measurement_annotation
mro:measurement_annotation rdf:type owl:AnnotationProperty ;
cco:definition "A measurement value of an instance of a quality, reazlizable or process profile"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "measurement annotation"^^xsd:string .
#################################################################
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/accessory_in
mro:accessory_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:participates_in ;
owl:inverseOf mro:has_accessory ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "An agent a1 is accessory_in some Processual Entity p1 iff a1 assists in the commission of p1, is not located_at the location of p1, and is not agent_in p1. "^^xsd:string ;
cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "accessory in"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/accomplice_in
mro:accomplice_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:participates_in ;
owl:inverseOf mro:has_accomplice ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."^^xsd:string ;
cco:definition_source "http://en.wikipedia.org/wiki/Accomplice"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "accomplice in"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/affects
mro:affects rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_participant ;
owl:inverseOf mro:is_affected_by ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
cco:definition "If p is a process and c is a continuant, then p affects c if and only if p influences c in some manner, most often by producing a change in c."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "affects"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_disposition
mro:aggregate_has_disposition rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:aggregrate_bearer_of ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000016 ;
cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_disposition of some instance of a Disposition if and only if every member of the Object Aggregate instance has_disposition some instance of the Disposition."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "aggregate has disposition"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_quality
mro:aggregate_has_quality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:aggregrate_bearer_of ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000019 ;
cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_quality of some instance of a Quality if and only if every member of the Object Aggregate instance has_quality some instance of the Quality."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "aggregate has quality"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_role
mro:aggregate_has_role rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:aggregrate_bearer_of ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000023 ;
cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_role of some instance of a Role if and only if every member of the Object Aggregate instance has_role some instance of the Role."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "aggregate has role"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregrate_bearer_of
mro:aggregrate_bearer_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000020
obo:BFO_0000031
)
] ;
cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_bearer_of some instance of a Dependent Continuant (or any of its subtypes) if and only if every member of the Object Aggregate instance is bearer_of some instance of the Dependent Continuant"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "aggregate bearer of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/bearer_of
mro:bearer_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:inheres_in ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000020
obo:BFO_0000031
)
] ;
cco:definition "Inverse of inheres in."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "bearer of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/caused_by
mro:caused_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_cause_of ;
rdfs:domain obo:BFO_0000003 ;
rdfs:range obo:BFO_0000001 ;
cco:definition "For types of Processual Entities P1 and P2, P1 caused by P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is the consequence of p2. Inverse of is_cause_of."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "caused by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disposition_of
mro:disposition_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:realizable_entity_of ;
owl:inverseOf mro:has_disposition ;
rdfs:domain obo:BFO_0000016 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types D and E where D is a type of Disposition and E is a type of Entity, D disposition of E if and only if for every instance d of D, there is some instance e of E such that d \"disposition of\" e. Here \"disposition of\" denotes the primitive instance level relation."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "disposition of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disposition_of_aggregate
mro:disposition_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000016 ;
rdfs:range obo:BFO_0000027 ;
cco:definition "An instance of a Disposition is disposition_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Disposition that is disposition_of each and every member of the Object Aggregate instance."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "disposition of aggregate"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/function_of
mro:function_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:disposition_of ;
owl:inverseOf mro:has_function ;
rdfs:domain obo:BFO_0000034 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "A relation between a function F and an entity E. F function_of E iff: F inheres_in E and F is a function"^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "function of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_accessory
mro:has_accessory rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_participant ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "A Processual Entity p1 has_accessory some Agent a1 iff a1 assists in the commission of p1, is not located at the location of p1, and is not agent_in p1."^^xsd:string ;
cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has accessory"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_accomplice
mro:has_accomplice rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_participant ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "An Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."^^xsd:string ;
cco:definition_source "http://en.wikipedia.org/wiki/Accomplice"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has accomplice"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_disposition
mro:has_disposition rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_realizable_entity ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000016 ;
cco:definition "For types E and D where E is a type of Entity and D is a type of Disposition, E has disposition D if and only if for all instances e of E there is some instance d of D such that e \"has disposition\" d. Here \"has disposition\" denotes the primitive instance level relation. Inverse of disposition_of."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has disposition"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_function
mro:has_function rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_disposition ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000034 ;
cco:definition "Inverse of is function of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has function"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_input
mro:has_input rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_participant ;
owl:inverseOf mro:is_input_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
cco:definition "Inverse of is_input_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the beginning of the Processual Entity is a necessary condition for the start of the Processual Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has input"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_member_of_located_in
mro:has_member_of_located_in rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has member of located in"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_output
mro:has_output rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_participant ;
owl:inverseOf mro:is_output_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
cco:definition "Inverse of is_output_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity"^^xsd:string ;
cco:definition_source "https://en.wikipedia.org/wiki/IPO_model"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has output"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_process_part
mro:has_process_part rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_part_of_process ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, recieves an output of P1 or both."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has process part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_quality
mro:has_quality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:bearer_of ;
owl:inverseOf mro:quality_of ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000019 ;
cco:definition "For types E and Q where E is a type of Entity and Q is a type of Quality, E has quality Q if and only if for every instance e of E there is some instance q of Q such that e \"has quality\" q. Here \"has quality\" denotes the primitive instance level relation. Inverse of quality_of."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has quality"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_realizable_entity
mro:has_realizable_entity rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:bearer_of ;
owl:inverseOf mro:realizable_entity_of ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000017 ;
cco:definition "For types E and R where E is a type of Entity and R is a type of Realizable Entity, E has realizable entity R if and only if for all instances e of E there is some instance r of R such that e \"has realizable entity\" r. Here \"has realizable entity\" denotes the primitive instance level relation. Inverse of realizable_entity_of."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has realizable entity"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_role
mro:has_role rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_realizable_entity ;
owl:inverseOf mro:role_of ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000023 ;
cco:definition "For types E and R where E is a type of Entity and R is a type of Role, E has role R if and only if for all instances e of E there is some instance r of R such that e \"has role\" r. Here \"has role\" denotes the primitive instance level relation. Inverse of role_of."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "has role"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/inheres_in
mro:inheres_in rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000020
obo:BFO_0000031
)
] ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types T1 and T2, if T1 inheres in T2, then for all instances of T1, t1, there is some instance of T2, t2, such that t1 \"inheres in\" t2. Here, \"inheres in\" denotes the primitive instance level relation."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl "^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "inheres in"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/inheres_in_aggregate
mro:inheres_in_aggregate rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000020
obo:BFO_0000031
)
] ;
rdfs:range obo:BFO_0000027 ;
cco:definition "An instance of a Dependent Continuant inheres_in_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Dependent Continuant that inhere_in each and every member of the Object Aggregate instance."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "inheres in aggregate"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_affected_by
mro:is_affected_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:participates_in ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "If c is a continuant and p is a process, the c is affected by p if and only if c undergoes some change as a result of the occurrence of p."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is affected by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_cause_of
mro:is_cause_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000001 ;
rdfs:range obo:BFO_0000003 ;
cco:definition "For types of Processual Entities P1 and P2, P1 is cause of P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is a causal factor in p2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is cause of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_input_of
mro:is_input_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:participates_in ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the begining of the Processual Entity is a necessary condition for the start of the Processual Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is input of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_made_of
mro:is_made_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf mro:is_material_of ;
rdfs:domain obo:BFO_0000030 ;
rdfs:range obo:BFO_0000030 ;
cco:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is made of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_material_of
mro:is_material_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000030 ;
rdfs:range obo:BFO_0000030 ;
cco:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is material of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_output_of
mro:is_output_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:participates_in ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is output of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_part_of_process
mro:is_part_of_process rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "Inverse of has process part"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is part of process"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_predecessor_of
mro:is_predecessor_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_successor_of ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."^^xsd:string ;
cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is predecessor of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_site_of
mro:is_site_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:occurs_at ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000006
obo:BFO_0000029
)
] ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between some Spatial Region and some Processual Entity which holds whenever the Processual Entity occurs at that Spatial Region"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is site of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_successor_of
mro:is_successor_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is successor of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_temporal_region_of
mro:is_temporal_region_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:occurs_on ;
rdfs:domain obo:BFO_0000008 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "Inverse of occurs on."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "is temporal region of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/occurs_at
mro:occurs_at rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000006
obo:BFO_0000029
)
] ;
cco:definition "An instance level relation that holds between instances of Processual Entities and Spatial Regions whevever some spatial region is the site of some processual entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "occurs at"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/occurs_on
mro:occurs_on rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000008 ;
cco:definition "An instance level relation which holds between some Processual Entity and some Temporal Region whenever the duration of the Processual Entity is contained by the Temporal Region"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "occurs on"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/quality_of
mro:quality_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in ;
rdfs:domain obo:BFO_0000019 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types Q and E where Q is a type of Quality and E is a type of Entity, if Q is a quality of E, then for all instances q of Q there is some instance e of E such that q \"quality of\" e. Here, \"quality of\" denotes the primitive instance level relation."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl)"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "quality of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/quality_of_aggregate
mro:quality_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000019 ;
rdfs:range obo:BFO_0000027 ;
cco:definition "An instance of a Quality is quality_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Quality that is quality_of each and every member of the Object Aggregate instance."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "quality of aggregate"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realizable_entity_of
mro:realizable_entity_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in ;
rdfs:domain obo:BFO_0000017 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types R and E where R is a type of Realizable Entity and E is a type of Entity, R realizable entity of E if and only if for every instance r of R, there is some instance e of E such that r \"realizable entity of\" e. Here \"realizable entity of\" denotes the primitive instance level relation."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "realizable entity of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realized_by
mro:realized_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:realizes ;
rdfs:domain obo:BFO_0000017 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between a Realizable Entity and a Processual Entity, inverse of realizes."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "realized by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realizes
mro:realizes rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000017 ;
cco:definition "A Relation between a Process and a Function, where the unfolding of the process requires the execution of the function. Class level: P realizes F iff: given any p that instantiates P, there exists some f, t such that f instantiates F at t and p *realizes* f. Here, *realizes* is the primitive instance level relation"^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "realizes"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/role_of
mro:role_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:realizable_entity_of ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000004 ;
cco:definition "For types R and E where R is a type of Role and E is a type of Entity, if R role of E, then for all instances r of R there is some instance e of E such that r \"role of\" e. Here, \"role of\" denotes the primitive instance level relation."^^xsd:string ;
cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "role of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/role_of_aggregate
mro:role_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000027 ;
cco:definition "An instance of a Role is role_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Role that is role_of each and every member of the Object Aggregate instance."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalExtendedRelationOntology"^^xsd:string ;
rdfs:label "role of aggregate"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,203 +0,0 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix mro: <http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology> rdf:type owl:Ontology ;
rdfs:label "Modal Geospatial Ontology"^^xsd:string ;
owl:versionInfo "December 22, 2017"^^xsd:string ,
"COPYRIGHT © 2015 CUBRC, Inc."^^xsd:string ;
rdfs:comment "The counterpart modal relations to those contained in the Geospatial Ontology."^^xsd:string ;
owl:versionInfo "Version 1.0.1"^^xsd:string .
#################################################################
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/coincides_with
mro:coincides_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "coincides with"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/connected_with
mro:connected_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "connected with"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disconnected_with
mro:disconnected_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "disconnected with"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/externally_connects_with
mro:externally_connects_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "externally connects with"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_nontangential_proper_part
mro:has_nontangential_proper_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_spatial_proper_part ;
owl:inverseOf mro:nontangential_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of nontangential proper part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "has nontangential proper part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_spatial_part
mro:has_spatial_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_part ;
owl:inverseOf mro:spatial_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of spatial part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "has spatial part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_spatial_proper_part
mro:has_spatial_proper_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_proper_part ;
owl:inverseOf mro:spatial_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of spatial proper part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "has spatial proper part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_tangential_proper_part
mro:has_tangential_proper_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_spatial_proper_part ;
owl:inverseOf mro:tangential_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of tangential proper part of"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "has tangential proper part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/nontangential_proper_part_of
mro:nontangential_proper_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:spatial_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a nontangential proper part of some immaterial entity im2 iff im1 is a spatial proper part of im2 and there does not exist an immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "nontangential proper part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/overlaps_with
mro:overlaps_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 overlaps with some immaterial entity im2 iff there exists some immaterial entity im such that im is a spatial part of im1 and im is a spatial part of im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "overlaps with"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/partially_overlaps_with
mro:partially_overlaps_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "partially overlaps with"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/spatial_part_of
mro:spatial_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im if im is connected with im1, then im is connected with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "spatial part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/spatial_proper_part_of
mro:spatial_proper_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a spatial proper part of some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "spatial proper part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/tangential_proper_part_of
mro:tangential_proper_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:spatial_proper_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is a tangential proper part of some immaterial entity im2 iff im1 is a proper part of im2 and there exists some immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "tangential proper part of"^^xsd:string .
#################################################################
# Data properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_latitude_value
mro:has_latitude_value rdf:type owl:DatatypeProperty ;
rdfs:range xsd:decimal ;
cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "has latitude value"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_longitude_value
mro:has_longitude_value rdf:type owl:DatatypeProperty ;
rdfs:range xsd:decimal ;
cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:label "has longitude value"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/ModalRelationOntology/asWKT
mro:asWKT rdf:type owl:DatatypeProperty ;
rdfs:range <http://www.opengis.net/ont/geosparql#wktLiteral> ;
cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."^^xsd:string ;
cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10)), Point ZM (1 2 5 40)"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalGeospatialOntology"^^xsd:string ;
rdfs:comment "ISO 19162:2015"^^xsd:string ;
rdfs:label "as WKT"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,547 +0,0 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology/> .
@prefix ro: <http://www.obofoundry.org/ro/ro.owl#> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix mro: <http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology> rdf:type owl:Ontology ;
owl:versionInfo "COPYRIGHT © 2015 CUBRC, Inc."^^xsd:string ,
"March 15, 2018"^^xsd:string ;
rdfs:comment "The counterpart modal relations to those contained in the Information Entity Ontology."^^xsd:string ;
owl:versionInfo "Version 1.1"^^xsd:string ;
rdfs:label "Modal Information Entity Ontology"^^xsd:string .
#################################################################
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/described_by
mro:described_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:describes ;
rdfs:range cco:DescriptiveInformationContentEntity ;
cco:definition "The inverse of describes, which relates an Entity to some Descriptive Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "described by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes
mro:describes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdfs:domain cco:DescriptiveInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 describes T2 then there is some instance of T1, t1 that presents the characteristics by which some instance of T2, t2 can be recognized or visualized."^^xsd:string ;
cco:example_of_usage "a newspaper article describes some current event"^^xsd:string ,
"a visitor's log describes some facility visit"^^xsd:string ,
"an accident report describes some accident"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."^^xsd:string ;
rdfs:label "describes"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with
mro:describes_set_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
owl:inverseOf mro:set_described_by ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
rdfs:range cco:MeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 describes set with T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 further describes some entity described by t1 when compared to all the entities described by t1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "describes set with"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_expected_element
mro:describes_set_with_expected_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes_set_with ;
owl:inverseOf mro:set_described_by_expected_element ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
rdfs:range cco:ExpectedNominalMeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 describes set with expected element T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates that an entity described by t1 is the most likely element to occur relative to the set of entities described by t1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "describes set with expected element"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_ordinality
mro:describes_set_with_ordinality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes_set_with ;
owl:inverseOf mro:set_described_by_ordinality ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
rdfs:range cco:OrdinalMeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 describes set with ordinailty T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates the rank order of an entity described by t1 with respect to the set of entities described by t1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "describes set with ordinality"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_proportion
mro:describes_set_with_proportion rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes_set_with ;
owl:inverseOf mro:set_described_by_proportion ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
rdfs:range cco:ProportionalRatioMeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 describes set with proportion T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 is a proportional measurement of a subset of entities described by t1 when compared to all the entities described by t1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "describes set with proportion"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/designated_by
mro:designated_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:designates ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:DesignativeInformationContentEntity ;
cco:definition "The inverse of designates, which relates an Entity to some Designative Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "designated by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/designates
mro:designates rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:DesignativeInformationContentEntity ;
cco:definition "For all types T1 and T2, if T1 designates T2, then there is some instance of T1, t1, by which some instance of T2, t2, is called, or classified, distinguished from others."^^xsd:string ;
cco:example_of_usage "a URL identifies the location of a Web Page on the internet"^^xsd:string ,
"a person's name designates that person"^^xsd:string ,
"a vehicle identification number designates some vehicle"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "designates"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_denominator_measurement_of
mro:has_denominator_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ;
rdfs:range obo:BFO_0000001 ;
cco:definition "For all Types T1 and T2, if T1 has denominator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the whole being compared to by some portion."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has denominator measurement of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_numerator_measurement_of
mro:has_numerator_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ;
rdfs:range obo:BFO_0000001 ;
cco:definition "For all Types T1 and T2, if T1 has numerator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the portion being compared to some whole."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has numerator measurement of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_interval_measurement_of
mro:is_a_interval_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_a_measurement_of ;
owl:inverseOf mro:is_measured_by_interval ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:IntervalMeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 is a interval measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale which has uniform intervals but has a zero value that does not correspond to an absence of the quality being measured."^^xsd:string ;
cco:example_of_usage "a measurement of air temperature on the Celsius scale."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is a interval measurement of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_measurement_of
mro:is_a_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
owl:inverseOf mro:is_measured_by ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:MeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 is a measurement of T2 then there is some instance of T1, t1, that estimates some characteristic of some instance of T2, t2, relative to some scale or classification scheme."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."^^xsd:string ;
rdfs:label "is a measurement of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_nominal_measurement_of
mro:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_a_measurement_of ;
owl:inverseOf mro:is_measured_by_nominal ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 is a nominal measurement of T2 then there is some instance of T1, t1, that classifies some instance of T2, t2, relative to some set of shared, possibly arbitrary, characteristics."^^xsd:string ;
cco:example_of_usage "classifying automobiles as sedans, coupes, hatchbacks, or convertibles"^^xsd:string ,
"classifying military intelligence as strategic, operational, or tactical"^^xsd:string ,
"classifying rocks as igneous, sedimentary, or metamorphic"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is a nominal measurement of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_ordinal_measurement_of
mro:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_a_measurement_of ;
owl:inverseOf mro:is_measured_by_ordinal ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:OrdinalMeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 is an ordinal measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a rank order."^^xsd:string ;
cco:example_of_usage "placing Geospatial Regions into a rank order of small, medium, large"^^xsd:string ,
"placing military units onto a readiness rank order of red, yellow, green"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is a ordinal measurement of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_ratio_measurement_of
mro:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_a_measurement_of ;
owl:inverseOf mro:is_measured_by_ratio ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:RatioMeasurementInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 is a ratio measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale having equal unit values and a zero value that corresponds to the absence of the quality being measured."^^xsd:string ;
cco:example_of_usage "the barometric pressure at 1,000 feet above sea level"^^xsd:string ,
"the measure of air temperature on the Kelvin scale"^^xsd:string ,
"the number of members in an Organization"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is a ratio measurement of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_about
mro:is_about rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_subject_of ;
rdfs:domain cco:InformationContentEntity ;
rdfs:range obo:BFO_0000001 ;
cco:definition "A primitive relationship between an Information Content Entity and some Entity."^^xsd:string ;
cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is about"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_excerpted_from
mro:is_excerpted_from rdf:type owl:ObjectProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:InformationBearingEntity ;
cco:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is the bearer of some Information Content Entity C1, B2 is the bearer of some Information Content Entity C2, C1 is not identical with C2, b1 is the bearer of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is the bearer of c1 (i.e. the same Information Content Entity as borne by b1)."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is excerpted from"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_geospatial_coordinate_reference_system_of
mro:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_reference_system_of ;
owl:inverseOf mro:uses_geospatial_coordinate_reference_system ;
rdfs:domain cco:GeospatialCoordinateReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is geospatial coordinate reference system of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by
mro:is_measured_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:described_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:MeasurementInformationContentEntity ;
cco:definition "The inverse of is a measurement of, which relates an Entity to some Measurement Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is measured by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_interval
mro:is_measured_by_interval rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:IntervalMeasurementInformationContentEntity ;
cco:definition "The inverse of is a interval measurement of, which relates an Entity to some Interval Measurement Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is measured by interval"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_nominal
mro:is_measured_by_nominal rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:definition "The inverse of is a nominal measurement of, which relates an Entity to some Nominal Measurement Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is measured by nominal"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_ordinal
mro:is_measured_by_ordinal rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:OrdinalMeasurementInformationContentEntity ;
cco:definition "The inverse of is a ordinal measurement of, which relates an Entity to some Ordinal Measurement Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is measured by ordinal"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_ratio
mro:is_measured_by_ratio rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:RatioMeasurementInformationContentEntity ;
cco:definition "The inverse of is a ratio measurement of, which relates an Entity to some Ratio Measurement Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is measured by ratio"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measurement_unit_of
mro:is_measurement_unit_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in ;
owl:inverseOf mro:uses_measurement_unit ;
rdfs:domain cco:MeasurementUnit ;
rdfs:range cco:InformationBearingEntity ;
cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is measurement unit of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mention_of
mro:is_mention_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_mentioned_by ;
cco:definition "An instance b1 of a Information Bearing Entity is mention of some instance c1 of some Entity or Event iff b1 is used as a reference to c1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is mention of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mentioned_by
mro:is_mentioned_by rdf:type owl:ObjectProperty ;
cco:definition "An instance c1 of a Entity or Event is mentioned by an instance b1 of some Information Bearing Entity iff b1 is used as a reference to c1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is mentioned by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_reference_system_of
mro:is_reference_system_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in ;
owl:inverseOf mro:uses_reference_system ;
rdfs:domain cco:ReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is reference system of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_subject_of
mro:is_subject_of rdf:type owl:ObjectProperty ;
rdfs:range cco:InformationContentEntity ;
cco:definition "The inverse of is about, which relates an Entity to some Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "is subject of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/language_used_in
mro:language_used_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:prescribes ;
owl:inverseOf mro:uses_language ;
rdfs:domain cco:Language ;
rdfs:range cco:InformationQualityEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "language used in"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/prescribed_by
mro:prescribed_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:prescribes ;
rdfs:range cco:DirectiveInformationContentEntity ;
cco:definition "The inverse of presecribes, which relates an Entity to some Directive Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "prescribed by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/prescribes
mro:prescribes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdfs:domain cco:DirectiveInformationContentEntity ;
cco:definition "For all types T1 and T2, if T1 prescribes T2, then there is some instance of T1, t1, that serves as a rule or guide to some instance of T2, t2 (if T2 is a type of bfo:Occurrent) or that serves as a model for some instance of T2, t2 (if T2 is a type of bfo:Continuant)."^^xsd:string ;
cco:example_of_usage "a blueprint serves as a model of some Artifact or Facility"^^xsd:string ,
"a professional code of conduct serves as a set of rules to be followed while acting in a role within that profession"^^xsd:string ,
"an Operations Plan serves as a guide for the tasks that need to be performed to achieve the Objectives of the Operation"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "prescribes"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/represented_by
mro:represented_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:described_by ;
owl:inverseOf mro:represents ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:RepresentationalInformationContentEntity ;
cco:definition "The inverse of designates, which relates an Entity to some Representational Information Content Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "represented by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/represents
mro:represents rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:RepresentationalInformationContentEntity ;
cco:definition "For all Types T1 and T2, if T1 represents T2 then there is some instance of T1, t1, that presents the characteristics by which some instance of T2, t2, can be recognized or visualized and moreover, there is a one-to-one correspondence between the components of t1 and t2."^^xsd:string ;
cco:elucidation "The relationship that is being defined here is that between a photographic image and its object, or between a written transcript and the verbal event that it transcribes."^^xsd:string ;
cco:example_of_usage "a court transcript represents a courtroom proceeding"^^xsd:string ,
"a photograph of the Statue of Liberty represents the Statue of Liberty"^^xsd:string ,
"a video of a sporting event represents that sporting event"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "represents"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by
mro:set_described_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:described_by ;
rdfs:domain cco:MeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "set described by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_expected_element
mro:set_described_by_expected_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:set_described_by ;
rdfs:domain cco:ExpectedNominalMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "set described by expected element"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_ordinality
mro:set_described_by_ordinality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:set_described_by ;
rdfs:domain cco:OrdinalMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "set described by ordinality"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_proportion
mro:set_described_by_proportion rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:set_described_by ;
rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "set described by proportion"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/time_zone_identifier_used_by
mro:time_zone_identifier_used_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:uses_time_zone_identifier ;
rdfs:domain cco:TimeZoneIdentifier ;
rdfs:range cco:InformationBearingEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "time zone identifier used by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_geospatial_coordinate_reference_system
mro:uses_geospatial_coordinate_reference_system rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:uses_reference_system ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:GeospatialCoordinateReferenceSystem ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "uses geospatial coordinate reference system"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_language
mro:uses_language rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:prescribed_by ;
rdfs:domain cco:InformationQualityEntity ;
rdfs:range cco:Language ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "uses language"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_measurement_unit
mro:uses_measurement_unit rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:bearer_of ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:MeasurementUnit ;
cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "uses measurement unit"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_reference_system
mro:uses_reference_system rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:bearer_of ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:ReferenceSystem ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "uses reference system"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_time_zone_identifier
mro:uses_time_zone_identifier rdf:type owl:ObjectProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:TimeZoneIdentifier ;
cco:definition "An object property holding between an Information Bearing Entity and a Time Zone Identifier which designates which time zone is being referred to in the date time string attached to the Information Bearing Entity."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "uses time zone identifier"^^xsd:string .
#################################################################
# Data properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/contains_token_information
mro:contains_token_information rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "contains token"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_URI_value
mro:has_URI_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has URI value"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_boolean_value
mro:has_boolean_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:boolean ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has boolean value"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_date_value
mro:has_date_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has date value"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_datetime_value
mro:has_datetime_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:dateTime ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has datetime value"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_decimal_value
mro:has_decimal_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:decimal ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has decimal value"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_integer_value
mro:has_integer_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:integer ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has integer value"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_text_value
mro:has_text_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalInformationEntityOntology"^^xsd:string ;
rdfs:label "has text value"^^xsd:string .
#################################################################
# Classes
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity
cco:InformationBearingEntity rdf:type owl:Class .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,181 +0,0 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology/> .
@prefix mro: <http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology> rdf:type owl:Ontology ;
owl:versionInfo "15 March 2018"^^xsd:string ,
"Version 1.1"^^xsd:string ;
rdfs:comment "The counterpart modal relations to those contained in the OBO Relation Ontology."^^xsd:string ;
rdfs:label "Modal OBO Relation Ontology"^^xsd:string ;
owl:versionInfo "COPYRIGHT © 2018 CUBRC, Inc."^^xsd:string .
#################################################################
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/adjacent_to
mro:adjacent_to rdf:type owl:ObjectProperty ;
rdfs:comment "C adjacent to C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c and c' are in spatial proximity"@en ,
"Note that adjacent_to as thus defined is not a symmetric relation, in contrast to its instance-level counterpart. For it can be the case that Cs are in general such as to be adjacent to instances of C1 while no analogous statement holds for C1s in general in relation to instances of C. Examples are: nuclear membrane adjacent_to cytoplasm; seminal vesicle adjacent_to urinary bladder; ovary adjacent_to parietal pelvic peritoneum"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "adjacent_to"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/agent_in
mro:agent_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:participates_in ;
owl:inverseOf mro:has_agent ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "agent_in"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/contained_in
mro:contained_in rdf:type owl:ObjectProperty ;
owl:inverseOf mro:contains ;
rdfs:comment "C contained_in C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c located_in c' at t, and it is not the case that c *overlaps* c' at t. (c' is a conduit or cavity.)"@en ,
"Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "contained_in"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/contains
mro:contains rdf:type owl:ObjectProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "contains"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/derived_into
mro:derived_into rdf:type owl:ObjectProperty ;
owl:inverseOf mro:derives_from ;
rdf:type owl:TransitiveProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "derived_into"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/derives_from
mro:derives_from rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:comment "Derivation as a relation between instances. The temporal relation of derivation is more complex. Transformation, on the instance level, is just the relation of identity: each adult is identical to some child existing at some earlier time. Derivation on the instance-level is a relation holding between non-identicals. More precisely, it holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. Thus we will have axioms to the effect that from c derives_from c1 we can infer that c and c1 are not identical and that there is some instant of time t such that c1 exists only prior to and c only subsequent to t. We will also be able to infer that the spatial region occupied by c as it begins to exist at t overlaps with the spatial region occupied by c1 as it ceases to exist in the same instant."^^xsd:string ,
"Derivation on the instance level (*derives_from*) holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. We say that one class C derives_from class C' if instances of C are connected to instances of C' via some chain of instance-level derivation relations. Example: osteocyte derives_from osteoblast. Formally: C derives_immediately_from C' if and only if: given any c and any t, if c instantiates C at time t, then there is some c' and some t', such that c' instantiates C' at t' and t' earlier-than t and c *derives_from* c'. C derives_from C' if and only if: there is an chain of immediate derivation relations connecting C to C'."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "derives_from"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_agent
mro:has_agent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_participant ;
rdfs:comment "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process"@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "has_agent"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_integral_part
mro:has_integral_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_part ;
owl:inverseOf mro:integral_part_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "has_integral_part"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_part
mro:has_part rdf:type owl:ObjectProperty ;
owl:inverseOf mro:part_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "has_part"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_participant
mro:has_participant rdf:type owl:ObjectProperty ;
owl:inverseOf mro:participates_in ;
rdfs:comment "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."^^xsd:string ,
"P has_participant C if and only if: given any process p that instantiates P there is some continuant c, and some time t, such that: c instantiates C at t and c participates in p at t"@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "has_participant"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_proper_part
mro:has_proper_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_part ;
owl:inverseOf mro:proper_part_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "has_proper_part"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/integral_part_of
mro:integral_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:part_of ;
rdfs:comment "C integral_part_of C' if and only if: C part_of C' AND C' has_part C"@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "integral_part_of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/located_in
mro:located_in rdf:type owl:ObjectProperty ;
owl:inverseOf mro:location_of ;
rdf:type owl:TransitiveProperty ;
rdfs:comment "C located_in C' if and only if: given any c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c *located_in* c'. (Here *located_in* is the instance-level location relation.)"@en ,
"Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "located_in"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/location_of
mro:location_of rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "location_of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/part_of
mro:part_of rdf:type owl:ObjectProperty ;
rdfs:comment "For continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.)"@en ,
"Parthood as a relation between instances: The primitive instance-level relation p part_of p1 is illustrated in assertions such as: this instance of rhodopsin mediated phototransduction part_of this instance of visual perception. This relation satisfies at least the following standard axioms of mereology: reflexivity (for all p, p part_of p); anti-symmetry (for all p, p1, if p part_of p1 and p1 part_of p then p and p1 are identical); and transitivity (for all p, p1, p2, if p part_of p1 and p1 part_of p2, then p part_of p2). Analogous axioms hold also for parthood as a relation between spatial regions. For parthood as a relation between continuants, these axioms need to be modified to take account of the incorporation of a temporal argument. Thus for example the axiom of transitivity for continuants will assert that if c part_of c1 at t and c1 part_of c2 at t, then also c part_of c2 at t. Parthood as a relation between classes: To define part_of as a relation between classes we again need to distinguish the two cases of continuants and processes, even though the explicit reference to instants of time now falls away. For continuants, we have C part_of C1 if and only if any instance of C at any time is an instance-level part of some instance of C1 at that time, as for example in: cell nucleus part_ of cell."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "part_of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/participates_in
mro:participates_in rdf:type owl:ObjectProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "participates_in"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/preceded_by
mro:preceded_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:precedes ;
rdfs:comment "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."^^xsd:string ,
"P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t. "@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "preceded_by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/precedes
mro:precedes rdf:type owl:ObjectProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "precedes"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/proper_part_of
mro:proper_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:part_of ;
rdfs:comment "As for part_of, with the additional constraint that subject and object are distinct"@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "proper_part_of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/transformation_of
mro:transformation_of rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:comment "Relation between two classes, in which instances retain their identity yet change their classification by virtue of some kind of transformation. Formally: C transformation_of C' if and only if given any c and any t, if c instantiates C at time t, then for some t', c instantiates C' at t' and t' earlier t, and there is no t2 such that c instantiates C at t2 and c instantiates C' at t2."@en ,
"When an embryonic oenocyte (a type of insect cell) is transformed into a larval oenocyte, one and the same continuant entity preserves its identity while instantiating distinct classes at distinct times. The class-level relation transformation_of obtains between continuant classes C and C1 wherever each instance of the class C is such as to have existed at some earlier time as an instance of the distinct class C1 (see Figure 2 in paper). This relation is illustrated first of all at the molecular level of granularity by the relation between mature RNA and the pre-RNA from which it is processed, or between (UV-induced) thymine-dimer and thymine dinucleotide. At coarser levels of granularity it is illustrated by the transformations involved in the creation of red blood cells, for example, from reticulocyte to erythrocyte, and by processes of development, for example, from larva to pupa, or from (post-gastrular) embryo to fetus or from child to adult. It is also manifest in pathological transformations, for example, of normal colon into carcinomatous colon. In each such case, one and the same continuant entity instantiates distinct classes at different times in virtue of phenotypic changes."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ModalOBORelationOntology"^^xsd:string ;
rdfs:label "transformation_of"@en .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,277 +0,0 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix mro: <http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology> rdf:type owl:Ontology ;
owl:versionInfo "December 22, 2017"^^xsd:string ,
"COPYRIGHT © 2015 CUBRC, Inc."^^xsd:string ;
rdfs:comment "The counterpart modal relations to those contained in the Time Ontology."^^xsd:string ;
rdfs:label "Modal Time Ontology"^^xsd:string ;
owl:versionInfo "Version 1.0.1"^^xsd:string .
#################################################################
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_ending_instant
mro:has_ending_instant rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_ending_instant_of ;
rdf:type owl:FunctionalProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000148 ;
cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has ending instant t2 if and only if no Temporal Instant t3 that is part of t1 is after t2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "has ending instant"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_inside_instant
mro:has_inside_instant rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_inside_instant_of ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000148 ;
cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "has inside instant"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_inside_interval
mro:has_inside_interval rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contains ;
owl:inverseOf mro:interval_during ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "has inside interval"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_starting_instant
mro:has_starting_instant rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_starting_instant_of ;
rdf:type owl:FunctionalProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000148 ;
cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has starting instant t2 if and only if no temporal instant t3 that is part of t1 is before t2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "has starting instant"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/instant_is_after
mro:instant_is_after rdf:type owl:ObjectProperty ;
owl:inverseOf mro:instant_is_before ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000148 ;
cco:elucidation "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "instant is after"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/instant_is_before
mro:instant_is_before rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000148 ;
cco:elucidation "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "instant is before"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_contained_by
mro:interval_contained_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_contains ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
owl:propertyDisjointWith cco:interval_disjoint ;
cco:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval contained by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_contains
mro:interval_contains rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
owl:propertyDisjointWith cco:interval_disjoint ;
cco:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval contains"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_disjoint
mro:interval_disjoint rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
owl:propertyDisjointWith cco:interval_equals ,
cco:interval_overlapped_by ,
cco:interval_overlaps ;
cco:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval disjoint"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_during
mro:interval_during rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contained_by ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval during"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_equals
mro:interval_equals rdf:type owl:ObjectProperty ,
owl:SymmetricProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval equals"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_finished_by
mro:interval_finished_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contains ;
owl:inverseOf mro:interval_finishes ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval finished by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_finishes
mro:interval_finishes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contained_by ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval finishes"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_is_after
mro:interval_is_after rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_is_before ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval is after"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_is_before
mro:interval_is_before rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval is before"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_meets
mro:interval_meets rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_met_by ;
rdf:type owl:IrreflexiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval meets"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_met_by
mro:interval_met_by rdf:type owl:ObjectProperty ,
owl:IrreflexiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval met by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_overlapped_by
mro:interval_overlapped_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_overlaps ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval overlapped by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_overlaps
mro:interval_overlaps rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval overlaps"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_started_by
mro:interval_started_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contains ;
owl:inverseOf mro:interval_starts ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval started by"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_starts
mro:interval_starts rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contained_by ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "interval starts"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_ending_instant_of
mro:is_ending_instant_of rdf:type owl:ObjectProperty ,
owl:InverseFunctionalProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is ending instant of t2 if and only if no Temporal Instant t3 that is part of t2 is after t1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "is ending instant of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_inside_instant_of
mro:is_inside_instant_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "is inside instant of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_starting_instant_of
mro:is_starting_instant_of rdf:type owl:ObjectProperty ,
owl:InverseFunctionalProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000038 ;
cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is starting instant of t2 if and only if no Temporal Instant t3 that is part of t2 is before t1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalTimeOntology"^^xsd:string ;
rdfs:label "is starting instant of"^^xsd:string .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

Binary file not shown.

Binary file not shown.

1646
imports/bfo.ttl Normal file

File diff suppressed because it is too large Load Diff

595
imports/ro-import.ttl Normal file
View File

@@ -0,0 +1,595 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/2019-08-29/ROImport> ;
rdfs:comment "An import module containing a subset of relations from the OBO Relation Ontology (RO) for use in CCO."^^xsd:string ;
rdfs:label "Relations Ontology Import"^^xsd:string ;
owl:versionInfo "August 29, 2019"^^xsd:string .
#################################################################
# Annotation properties
#################################################################
### http://purl.obolibrary.org/obo/IAO_0000111
obo:IAO_0000111 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000112
obo:IAO_0000112 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000114
obo:IAO_0000114 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000115
obo:IAO_0000115 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000116
obo:IAO_0000116 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000117
obo:IAO_0000117 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000118
obo:IAO_0000118 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000119
obo:IAO_0000119 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000232
obo:IAO_0000232 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/IAO_0000600
obo:IAO_0000600 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/RO_0001900
obo:RO_0001900 rdf:type owl:AnnotationProperty .
### http://purl.obolibrary.org/obo/RO_0040042
obo:RO_0040042 rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/source
<http://purl.org/dc/elements/1.1/source> rdf:type owl:AnnotationProperty .
### http://www.geneontology.org/formats/oboInOwl#hasExactSynonym
<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> rdf:type owl:AnnotationProperty .
### http://www.geneontology.org/formats/oboInOwl#inSubset
<http://www.geneontology.org/formats/oboInOwl#inSubset> rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://purl.obolibrary.org/obo/BFO_0000050
obo:BFO_0000050 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:BFO_0000051 ;
rdf:type owl:TransitiveProperty ;
obo:IAO_0000111 "is part of"@en ;
obo:IAO_0000112 "my brain is part of my body (continuant parthood, two material entities)"@en ,
"my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en ,
"this day is part of this year (occurrent parthood)"@en ;
obo:IAO_0000115 "a core relation that holds between a part and its whole"@en ;
obo:IAO_0000116 "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en ,
"Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ,
"""Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)
A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ;
obo:IAO_0000118 "part_of"@en ;
obo:RO_0001900 obo:RO_0001901 ;
obo:RO_0040042 obo:BFO_0000002 ,
obo:BFO_0000003 ,
obo:BFO_0000004 ,
obo:BFO_0000017 ,
obo:BFO_0000019 ,
obo:BFO_0000020 ,
obo:BFO_0000031 ;
rdfs:label "part of"@en ;
rdfs:seeAlso <http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections> ,
<http://ontologydesignpatterns.org/wiki/Submissions:PartOf> ,
"http://www.obofoundry.org/ro/#OBO_REL:part_of" .
### http://purl.obolibrary.org/obo/BFO_0000051
obo:BFO_0000051 rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
obo:IAO_0000111 "has part"@en ;
obo:IAO_0000112 "my body has part my brain (continuant parthood, two material entities)"@en ,
"my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en ,
"this year has part this day (occurrent parthood)"@en ;
obo:IAO_0000115 "a core relation that holds between a whole and its part"@en ;
obo:IAO_0000116 "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en ,
"Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ,
"""Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)
A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ;
obo:IAO_0000118 "has_part"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:label "has part"@en .
### http://purl.obolibrary.org/obo/BFO_0000054
obo:BFO_0000054 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:BFO_0000055 ;
rdfs:domain obo:BFO_0000017 ;
rdfs:range obo:BFO_0000015 ;
obo:IAO_0000111 "realized in"@en ;
obo:IAO_0000112 "this disease is realized in this disease course"@en ,
"this fragility is realized in this shattering"@en ,
"this investigator role is realized in this investigation"@en ;
obo:IAO_0000118 "is realized by"@en ,
"realized_in"@en ;
obo:IAO_0000600 "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
rdfs:comment "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
rdfs:isDefinedBy obo:bfo.owl ;
rdfs:label "realized in"@en .
### http://purl.obolibrary.org/obo/BFO_0000055
obo:BFO_0000055 rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000017 ;
obo:IAO_0000111 "realizes"@en ;
obo:IAO_0000112 "this disease course realizes this disease"@en ,
"this investigation realizes this investigator role"@en ,
"this shattering realizes this fragility"@en ;
obo:IAO_0000600 "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
rdfs:comment "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
rdfs:isDefinedBy obo:iao.owl ;
rdfs:label "realizes"@en .
### http://purl.obolibrary.org/obo/BFO_0000066
obo:BFO_0000066 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:BFO_0000067 ;
rdfs:domain obo:BFO_0000003 ;
rdfs:range obo:BFO_0000004 ;
owl:propertyChainAxiom ( obo:BFO_0000050
obo:BFO_0000066
) ,
( obo:BFO_0000066
obo:BFO_0000050
) ;
obo:IAO_0000111 "occurs in"@en ;
obo:IAO_0000115 "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s where & b spatially_projects_onto s at t& c is occupies_spatial_region s at t& s is a proper_continuant_part_of s at t"@en ;
obo:IAO_0000118 "occurs_in"@en ,
"unfolds in"@en ,
"unfolds_in"@en ;
rdfs:comment "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ;
rdfs:isDefinedBy obo:bfo.owl ;
rdfs:label "occurs in"@en .
### http://purl.obolibrary.org/obo/BFO_0000067
obo:BFO_0000067 rdf:type owl:ObjectProperty ;
obo:IAO_0000111 "site of"@en ;
obo:IAO_0000115 "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s where & b spatially_projects_onto s at t& c is occupies_spatial_region s at t& s is a proper_continuant_part_of s at t"@en ;
rdfs:comment "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ;
rdfs:isDefinedBy obo:bfo.owl ;
rdfs:label "contains process"@en .
### http://purl.obolibrary.org/obo/RO_0000052
obo:RO_0000052 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:RO_0000053 ;
obo:IAO_0000111 "inheres in"@en ;
obo:IAO_0000112 "this fragility inheres in this vase"@en ,
"this red color inheres in this apple"@en ;
obo:IAO_0000115 "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence"@en ;
obo:IAO_0000116 "A dependent inheres in its bearer at all times for which the dependent exists."@en ;
obo:IAO_0000118 "inheres_in"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:label "inheres in"@en .
### http://purl.obolibrary.org/obo/RO_0000053
obo:RO_0000053 rdf:type owl:ObjectProperty ;
rdfs:range obo:BFO_0000020 ;
obo:IAO_0000111 "bearer of"@en ;
obo:IAO_0000112 "this apple is bearer of this red color"@en ,
"this vase is bearer of this fragility"@en ;
obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence"@en ;
obo:IAO_0000116 "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ;
obo:IAO_0000118 "bearer_of"@en ,
"is bearer of"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:label "bearer of"@en .
### http://purl.obolibrary.org/obo/RO_0000056
obo:RO_0000056 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:RO_0000057 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000003 ;
obo:IAO_0000111 "participates in"@en ;
obo:IAO_0000112 "this blood clot participates in this blood coagulation"@en ,
"this input material (or this output material) participates in this process"@en ,
"this investigator participates in this investigation"@en ;
obo:IAO_0000115 "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ;
obo:IAO_0000118 "participates_in"@en ;
rdfs:label "participates in"@en .
### http://purl.obolibrary.org/obo/RO_0000057
obo:RO_0000057 rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000003 ;
rdfs:range obo:BFO_0000002 ;
owl:propertyChainAxiom ( obo:BFO_0000051
obo:BFO_0000055
obo:RO_0000052
) ,
( obo:BFO_0000051
obo:RO_0000057
) ;
obo:IAO_0000111 "has participant"@en ;
obo:IAO_0000112 "this blood coagulation has participant this blood clot"@en ,
"this investigation has participant this investigator"@en ,
"this process has participant this input material (or this output material)"@en ;
obo:IAO_0000115 "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
obo:IAO_0000116 "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ;
obo:IAO_0000118 "has_participant"@en ;
<http://purl.org/dc/elements/1.1/source> "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ;
rdfs:label "has participant"@en .
### http://purl.obolibrary.org/obo/RO_0000058
obo:RO_0000058 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:RO_0000059 ;
rdfs:domain obo:BFO_0000031 ;
rdfs:range obo:BFO_0000020 ;
obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en ,
"An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
obo:IAO_0000115 "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en ;
rdfs:label "is concretized as"@en .
### http://purl.obolibrary.org/obo/RO_0000059
obo:RO_0000059 rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000020 ;
rdfs:range obo:BFO_0000031 ;
obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en ,
"An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
obo:IAO_0000115 "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en ;
rdfs:label "concretizes"@en .
### http://purl.obolibrary.org/obo/RO_0000079
obo:RO_0000079 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000052 ;
owl:inverseOf obo:RO_0000085 ;
rdfs:domain obo:BFO_0000034 ;
obo:IAO_0000112 "this catalysis function is a function of this enzyme"@en ;
obo:IAO_0000115 "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ;
obo:IAO_0000116 "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en ;
obo:IAO_0000118 "function_of"@en ,
"is function of"@en ;
rdfs:label "function of"@en .
### http://purl.obolibrary.org/obo/RO_0000080
obo:RO_0000080 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000052 ;
owl:inverseOf obo:RO_0000086 ;
obo:IAO_0000112 "this red color is a quality of this apple"@en ;
obo:IAO_0000115 "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ;
obo:IAO_0000116 "A quality inheres in its bearer at all times for which the quality exists."@en ;
obo:IAO_0000118 "is quality of"@en ,
"quality_of"@en ;
rdfs:label "quality of"@en .
### http://purl.obolibrary.org/obo/RO_0000081
obo:RO_0000081 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000052 ;
owl:inverseOf obo:RO_0000087 ;
obo:IAO_0000112 "this investigator role is a role of this person"@en ;
obo:IAO_0000115 "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en ;
obo:IAO_0000116 "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."@en ;
obo:IAO_0000118 "is role of"@en ,
"role_of"@en ;
rdfs:label "role of"@en .
### http://purl.obolibrary.org/obo/RO_0000085
obo:RO_0000085 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000053 ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000034 ;
obo:IAO_0000112 "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en ;
obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ;
obo:IAO_0000116 "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en ;
obo:IAO_0000118 "has_function"@en ;
rdfs:label "has function"@en .
### http://purl.obolibrary.org/obo/RO_0000086
obo:RO_0000086 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000053 ;
rdfs:range obo:BFO_0000019 ;
obo:IAO_0000112 "this apple has quality this red color"@en ;
obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ;
obo:IAO_0000116 "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en ;
obo:IAO_0000118 "has_quality"@en ;
rdfs:label "has quality"@en .
### http://purl.obolibrary.org/obo/RO_0000087
obo:RO_0000087 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000053 ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000023 ;
obo:IAO_0000112 "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en ;
obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ;
obo:IAO_0000116 "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en ;
obo:IAO_0000118 "has_role"@en ;
rdfs:label "has role"@en .
### http://purl.obolibrary.org/obo/RO_0000091
obo:RO_0000091 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000053 ;
owl:inverseOf obo:RO_0000092 ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000016 ;
obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ;
rdfs:label "has disposition"@en .
### http://purl.obolibrary.org/obo/RO_0000092
obo:RO_0000092 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000052 ;
obo:IAO_0000115 "inverse of has disposition" ;
<http://www.geneontology.org/formats/oboInOwl#inSubset> obo:RO_0002259 ;
rdfs:label "disposition of"@en .
### http://purl.obolibrary.org/obo/RO_0001000
obo:RO_0001000 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:RO_0001001 ;
obo:IAO_0000112 "this cell derives from this parent cell (cell division)"@en ,
"this nucleus derives from this parent nucleus (nuclear division)"@en ;
obo:IAO_0000114 obo:IAO_0000125 ;
obo:IAO_0000115 "a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"@en ;
obo:IAO_0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'."@en ;
obo:IAO_0000118 "derives_from"@en ;
obo:IAO_0000232 "This relation is taken from the RO2005 version of RO. It may be obsoleted and replaced by relations with different definitions. See also the 'develops from' family of relations." ;
<http://www.geneontology.org/formats/oboInOwl#inSubset> <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
rdfs:label "derives from"@en .
### http://purl.obolibrary.org/obo/RO_0001001
obo:RO_0001001 rdf:type owl:ObjectProperty ;
obo:IAO_0000112 "this parent cell derives into this cell (cell division)"@en ,
"this parent nucleus derives into this nucleus (nuclear division)"@en ;
obo:IAO_0000114 obo:IAO_0000125 ;
obo:IAO_0000115 "a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"@en ;
obo:IAO_0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'."@en ;
obo:IAO_0000118 "derives_into"@en ;
<http://www.geneontology.org/formats/oboInOwl#inSubset> <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
rdfs:label "derives into"@en .
### http://purl.obolibrary.org/obo/RO_0001015
obo:RO_0001015 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:RO_0001025 ;
rdf:type owl:TransitiveProperty ;
obo:IAO_0000111 "is location of"@en ;
obo:IAO_0000112 "my head is the location of my brain"@en ,
"this cage is the location of this rat"@en ;
obo:IAO_0000115 "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"@en ;
obo:IAO_0000116 "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ;
obo:IAO_0000118 "location_of"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:label "location of"@en .
### http://purl.obolibrary.org/obo/RO_0001018
obo:RO_0001018 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:RO_0001019 ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000004 ;
owl:propertyChainAxiom ( obo:RO_0001025
obo:BFO_0000050
) ;
obo:IAO_0000111 "contained in"@en ;
obo:IAO_0000116 "Containment is location not involving parthood, and arises only where some immaterial continuant is involved." ,
"Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"@en ,
"""Intended meaning:
domain: material entity
range: spatial region or site (immaterial continuant)
"""@en ;
obo:IAO_0000118 "contained_in"@en ;
obo:RO_0001900 obo:RO_0001901 ;
<http://www.geneontology.org/formats/oboInOwl#inSubset> <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
rdfs:label "contained in"@en .
### http://purl.obolibrary.org/obo/RO_0001019
obo:RO_0001019 rdf:type owl:ObjectProperty ;
obo:IAO_0000111 "contains"@en ;
obo:RO_0001900 obo:RO_0001901 ;
<http://www.geneontology.org/formats/oboInOwl#inSubset> <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
rdfs:label "contains"@en .
### http://purl.obolibrary.org/obo/RO_0001025
obo:RO_0001025 rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000004 ;
obo:IAO_0000111 "located in"@en ;
obo:IAO_0000112 "my brain is located in my head"@en ,
"this rat is located in this cage"@en ;
obo:IAO_0000115 "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ;
obo:IAO_0000116 "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"@en ,
"Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ;
obo:IAO_0000118 "located_in"@en ;
obo:RO_0001900 obo:RO_0001901 ;
<http://purl.org/dc/elements/1.1/source> "http://www.obofoundry.org/ro/#OBO_REL:located_in" ;
rdfs:label "located in"@en .
### http://purl.obolibrary.org/obo/RO_0002000
obo:RO_0002000 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:RO_0002002 ;
obo:IAO_0000112 "the surface of my skin is a 2D boundary of my body"@en ;
obo:IAO_0000115 "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity"@en ;
obo:IAO_0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."@en ,
"Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."@en ;
obo:IAO_0000118 "2D_boundary_of"@en ,
"boundary of"@en ,
"is 2D boundary of"@en ,
"is boundary of"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:label "2D boundary of"@en .
### http://purl.obolibrary.org/obo/RO_0002002
obo:RO_0002002 rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000141 ;
obo:IAO_0000112 "my body has 2D boundary the surface of my skin"@en ;
obo:IAO_0000115 "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity"@en ;
obo:IAO_0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."@en ,
"Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."@en ;
obo:IAO_0000117 "David Osumi-Sutherland" ;
obo:IAO_0000118 "has boundary"@en ,
"has_2D_boundary"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:label "has 2D boundary"@en .
### http://purl.obolibrary.org/obo/RO_0002350
obo:RO_0002350 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000050 ;
owl:inverseOf obo:RO_0002351 ;
obo:IAO_0000112 "An organism that is a member of a population of organisms" ;
obo:IAO_0000115 "is member of is a mereological relation between a item and a collection." ;
obo:IAO_0000118 "is member of" ,
"member part of" ;
obo:IAO_0000119 "SIO" ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:label "member of"@en .
### http://purl.obolibrary.org/obo/RO_0002351
obo:RO_0002351 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000051 ;
rdf:type owl:IrreflexiveProperty ;
obo:IAO_0000115 "has member is a mereological relation between a collection and an item." ;
obo:IAO_0000119 "SIO" ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:label "has member"@en .
### http://purl.obolibrary.org/obo/RO_0010001
obo:RO_0010001 rdf:type owl:ObjectProperty ;
owl:inverseOf obo:RO_0010002 ;
rdfs:domain obo:BFO_0000031 ;
rdfs:range obo:BFO_0000004 ;
owl:propertyChainAxiom ( obo:RO_0000052
obo:RO_0000058
) ;
obo:IAO_0000112 "Genetic information generically depend on molecules of DNA." ,
"The novel *War and Peace* generically depends on this copy of the novel." ,
"The pattern shared by chess boards generically depends on any chess board." ,
"The score of a symphony g-depends on a copy of the score." ,
"This pdf file generically depends on this server." ;
obo:IAO_0000115 "A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*." ;
obo:IAO_0000119 "[072-ISO]" ;
<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> "g-depends on" ;
rdfs:label "generically depends on" .
### http://purl.obolibrary.org/obo/RO_0010002
obo:RO_0010002 rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000031 ;
owl:propertyChainAxiom ( obo:RO_0000059
obo:RO_0000053
) ;
obo:IAO_0000112 "Molecules of DNA are carriers of genetic information." ,
"This copy of *War and Peace* is carrier of the novel written by Tolstoy." ,
"This hard drive is carrier of these data items." ;
obo:IAO_0000115 "*b* is carrier of *c* at time *t* if and only if *c* *g-depends on* *b* at *t*" ;
obo:IAO_0000119 "[072-ISO]" ;
rdfs:label "is carrier of"@en .
#################################################################
# Classes
#################################################################
### http://purl.obolibrary.org/obo/BFO_0000002
obo:BFO_0000002 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000003
obo:BFO_0000003 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000004
obo:BFO_0000004 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000015
obo:BFO_0000015 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000016
obo:BFO_0000016 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000017
obo:BFO_0000017 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000019
obo:BFO_0000019 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000020
obo:BFO_0000020 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000023
obo:BFO_0000023 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000031
obo:BFO_0000031 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000034
obo:BFO_0000034 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000040
obo:BFO_0000040 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000141
obo:BFO_0000141 rdf:type owl:Class .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

32
imports/ro-terms.txt Normal file
View File

@@ -0,0 +1,32 @@
http://purl.obolibrary.org/obo/BFO_0000050 # part of
http://purl.obolibrary.org/obo/BFO_0000051 # has part
http://purl.obolibrary.org/obo/BFO_0000054 # realized in
http://purl.obolibrary.org/obo/BFO_0000055 # realizes
http://purl.obolibrary.org/obo/BFO_0000066 # occurs in
http://purl.obolibrary.org/obo/BFO_0000067 # contains process
http://purl.obolibrary.org/obo/RO_0000052 # inheres in
http://purl.obolibrary.org/obo/RO_0000053 # bearer of
http://purl.obolibrary.org/obo/RO_0000056 # participates in
http://purl.obolibrary.org/obo/RO_0000057 # has participant
http://purl.obolibrary.org/obo/RO_0000058 # is concretized as
http://purl.obolibrary.org/obo/RO_0000059 # concretizes
http://purl.obolibrary.org/obo/RO_0000079 # function of
http://purl.obolibrary.org/obo/RO_0000080 # quality of
http://purl.obolibrary.org/obo/RO_0000081 # role of
http://purl.obolibrary.org/obo/RO_0000085 # has function
http://purl.obolibrary.org/obo/RO_0000086 # has quality
http://purl.obolibrary.org/obo/RO_0000087 # has role
http://purl.obolibrary.org/obo/RO_0000091 # has disposition
http://purl.obolibrary.org/obo/RO_0000092 # disposition of
http://purl.obolibrary.org/obo/RO_0001000 # derives from
http://purl.obolibrary.org/obo/RO_0001001 # derives into
http://purl.obolibrary.org/obo/RO_0001015 # location of
http://purl.obolibrary.org/obo/RO_0001018 # contained in
http://purl.obolibrary.org/obo/RO_0001019 # contains
http://purl.obolibrary.org/obo/RO_0001025 # located in
http://purl.obolibrary.org/obo/RO_0002000 # 2D boundary of
http://purl.obolibrary.org/obo/RO_0002002 # has 2D boundary
http://purl.obolibrary.org/obo/RO_0002350 # member of
http://purl.obolibrary.org/obo/RO_0002351 # has member
http://purl.obolibrary.org/obo/RO_0010001 # generically depends on
http://purl.obolibrary.org/obo/RO_0010002 # is carrier of