Skip to content

Commit 73d8d05

Browse files
author
Mark Jensen
authored
Merge pull request #54 from CommonCoreOntology/versions
Merging v1.2 into master
2 parents e60f01a + 142aaeb commit 73d8d05

35 files changed

+9360
-9249
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
catalog-v001.xml
21
\results
3-
*.sparql
2+
\build
3+
*.py
4+
*.rq

AgentOntology.ttl

Lines changed: 80 additions & 37 deletions
Large diffs are not rendered by default.

AllCoreOntology.ttl

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology/> .
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology#> .
2+
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
3+
@prefix obo: <http://purl.obolibrary.org/obo/> .
24
@prefix owl: <http://www.w3.org/2002/07/owl#> .
35
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
46
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
57
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
68
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7-
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
9+
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> .
10+
11+
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> rdf:type owl:Ontology ;
12+
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/AllCoreOntology> ;
13+
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ,
14+
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> ,
15+
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
16+
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> ,
17+
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> ;
18+
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
19+
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 ;
20+
rdfs:label "All Core Ontology"^^xsd:string ;
21+
owl:versionInfo "Version 1.2"^^xsd:string .
822

9-
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> a owl:Ontology ;
10-
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> ;
11-
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 ;
12-
owl:versionInfo "January 4, 2019"^^xsd:string , "Version 1.1"^^xsd:string ;
13-
rdfs:label "All Core Ontology"^^xsd:string ;
14-
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string .
15-
16-
# Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
23+
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

ArtifactOntology.ttl

Lines changed: 201 additions & 205 deletions
Large diffs are not rendered by default.

CCO Getting Started Guide.docx

-1.26 MB
Binary file not shown.

CurrencyUnitOntology.ttl

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology/> .
2-
@prefix dc: <http://purl.org/dc/elements/1.1/> .
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology#> .
32
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
43
@prefix obo: <http://purl.obolibrary.org/obo/> .
54
@prefix owl: <http://www.w3.org/2002/07/owl#> .
65
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
76
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
87
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9-
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
108
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
119
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> .
1210

1311
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> rdf:type owl:Ontology ;
12+
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-08-29/CurrencyUnitOntology> ;
1413
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
15-
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ;
1614
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
1715
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
18-
owl:versionInfo "January 4, 2019"^^xsd:string ,
19-
"Version 1.1"^^xsd:string ;
2016
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
21-
rdfs:label "Currency Unit Ontology"^^xsd:string .
17+
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ;
18+
rdfs:label "Currency Unit Ontology"^^xsd:string ;
19+
owl:versionInfo "Version 1.2"^^xsd:string .
2220

2321
#################################################################
2422
# Classes
@@ -933,4 +931,4 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual ,
933931
rdfs:label "Zambia Kwacha"^^xsd:string .
934932

935933

936-
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
934+
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

0 commit comments

Comments
 (0)