Skip to content

Commit e60f01a

Browse files
author
Mark Jensen
committed
'Version 1.1'
0 parents  commit e60f01a

27 files changed

Lines changed: 25407 additions & 0 deletions

.gitignore

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

AgentOntology.ttl

Lines changed: 1801 additions & 0 deletions
Large diffs are not rendered by default.

AllCoreOntology.ttl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology/> .
2+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
3+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4+
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
5+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7+
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
8+
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
629 KB
Binary file not shown.

ArtifactOntology.ttl

Lines changed: 5827 additions & 0 deletions
Large diffs are not rendered by default.
350 KB
Binary file not shown.

CCO Getting Started Guide.docx

1.26 MB
Binary file not shown.

CurrencyUnitOntology.ttl

Lines changed: 936 additions & 0 deletions
Large diffs are not rendered by default.

EventOntology.ttl

Lines changed: 3155 additions & 0 deletions
Large diffs are not rendered by default.

ExtendedRelationOntology.ttl

Lines changed: 765 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)