Skip to content

Commit 142aaeb

Browse files
author
Mark Jensen
committed
Version 1.2
1 parent dd18eb0 commit 142aaeb

16 files changed

Lines changed: 492 additions & 401 deletions

AgentOntology.ttl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology/> .
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology#> .
22
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
33
@prefix obo: <http://purl.obolibrary.org/obo/> .
44
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,15 +9,14 @@
99
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> .
1010

1111
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> rdf:type owl:Ontology ;
12-
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-05-02/AgentOntology> ;
12+
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/AgentOntology> ;
1313
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
1414
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
1515
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
1616
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
1717
rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."^^xsd:string ;
1818
rdfs:label "Agent Ontology"^^xsd:string ;
19-
owl:versionInfo "May 2, 2019"^^xsd:string ,
20-
"Version 1.1.2"^^xsd:string .
19+
owl:versionInfo "Version 1.2"^^xsd:string .
2120

2221
#################################################################
2322
# Object Properties

AllCoreOntology.ttl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology/> .
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology#> .
22
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
33
@prefix obo: <http://purl.obolibrary.org/obo/> .
44
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,7 +9,7 @@
99
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> .
1010

1111
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> rdf:type owl:Ontology ;
12-
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-05-02/AllCoreOntology> ;
12+
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/AllCoreOntology> ;
1313
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ,
1414
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> ,
1515
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
@@ -18,7 +18,6 @@
1818
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
1919
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 ;
2020
rdfs:label "All Core Ontology"^^xsd:string ;
21-
owl:versionInfo "May 2, 2019"^^xsd:string ,
22-
"Version 1.1.2"^^xsd:string .
21+
owl:versionInfo "Version 1.2"^^xsd:string .
2322

2423
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

ArtifactOntology.ttl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology/> .
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology#> .
22
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
33
@prefix obo: <http://purl.obolibrary.org/obo/> .
44
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,15 +9,14 @@
99
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> .
1010

1111
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> rdf:type owl:Ontology ;
12-
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-05-02/ArtifactOntology> ;
12+
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/ArtifactOntology> ;
1313
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
1414
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
1515
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
1616
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
1717
rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."^^xsd:string ;
1818
rdfs:label "Artifact Ontology"^^xsd:string ;
19-
owl:versionInfo "May 2, 2019"^^xsd:string ,
20-
"Version 1.1.1"^^xsd:string .
19+
owl:versionInfo "Version 1.2"^^xsd:string .
2120

2221
#################################################################
2322
# Classes

CurrencyUnitOntology.ttl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology/> .
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology#> .
22
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
33
@prefix obo: <http://purl.obolibrary.org/obo/> .
44
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,15 +9,14 @@
99
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> .
1010

1111
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> rdf:type owl:Ontology ;
12-
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-05-02/CurrencyUnitOntology> ;
12+
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/CurrencyUnitOntology> ;
1313
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
1414
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
1515
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
1616
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
1717
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ;
1818
rdfs:label "Currency Unit Ontology"^^xsd:string ;
19-
owl:versionInfo "May 2, 2019"^^xsd:string ,
20-
"Version 1.1.1"^^xsd:string .
19+
owl:versionInfo "Version 1.2"^^xsd:string .
2120

2221
#################################################################
2322
# Classes

EventOntology.ttl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology/> .
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology#> .
22
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
33
@prefix obo: <http://purl.obolibrary.org/obo/> .
44
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,15 +9,14 @@
99
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> .
1010

1111
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> rdf:type owl:Ontology ;
12-
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-05-02/EventOntology> ;
12+
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/EventOntology> ;
1313
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
1414
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
1515
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
1616
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
1717
rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."^^xsd:string ;
1818
rdfs:label "Event Ontology"^^xsd:string ;
19-
owl:versionInfo "May 2, 2019"^^xsd:string ,
20-
"Version 1.1.1"^^xsd:string .
19+
owl:versionInfo "Version 1.2"^^xsd:string .
2120

2221
#################################################################
2322
# Object Properties

ExtendedRelationOntology.ttl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology/> .
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology#> .
22
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
33
@prefix obo: <http://purl.obolibrary.org/obo/> .
44
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,16 +9,15 @@
99
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> .
1010

1111
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> rdf:type owl:Ontology ;
12-
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-05-02/ExtendedRelationOntology> ;
12+
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/ExtendedRelationOntology> ;
1313
owl:imports obo:bfo.owl ,
1414
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> ;
1515
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
1616
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
1717
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
1818
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 ;
1919
rdfs:label "Extended Relation Ontology"^^xsd:string ;
20-
owl:versionInfo "May 2, 2019"^^xsd:string ,
21-
"Version 1.1.1"^^xsd:string .
20+
owl:versionInfo "Version 1.2"^^xsd:string .
2221

2322
#################################################################
2423
# Annotation properties
@@ -570,4 +569,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ;
570569
rdfs:label "role of aggregate"^^xsd:string .
571570

572571

573-
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
572+
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

0 commit comments

Comments
 (0)