Skip to content

Commit

Permalink
Merge pull request #54 from CommonCoreOntology/versions
Browse files Browse the repository at this point in the history
Merging v1.2 into master
  • Loading branch information
Mark Jensen authored Sep 3, 2019
2 parents e60f01a + 142aaeb commit 73d8d05
Show file tree
Hide file tree
Showing 35 changed files with 9,360 additions and 9,249 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
catalog-v001.xml
\results
*.sparql
\build
*.py
*.rq
117 changes: 80 additions & 37 deletions AgentOntology.ttl

Large diffs are not rendered by default.

27 changes: 17 additions & 10 deletions AllCoreOntology.ttl
Original file line number Diff line number Diff line change
@@ -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> 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 .

<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
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
406 changes: 201 additions & 205 deletions ArtifactOntology.ttl

Large diffs are not rendered by default.

Binary file removed CCO Getting Started Guide.docx
Binary file not shown.
14 changes: 6 additions & 8 deletions CurrencyUnitOntology.ttl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Loading

0 comments on commit 73d8d05

Please sign in to comment.