forked from CommonCoreOntology/CommonCoreOntologies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAllCoreOntology.ttl
More file actions
25 lines (23 loc) · 2.76 KB
/
AllCoreOntology.ttl
File metadata and controls
25 lines (23 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@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#> .
@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/2021-03-01/AllCoreOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
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."@en ;
rdfs:label "All Core Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi