|
1 | | -@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology/> . |
| 1 | +@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology#> . |
2 | 2 | @prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> . |
3 | 3 | @prefix obo: <http://purl.obolibrary.org/obo/> . |
4 | 4 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
|
9 | 9 | @base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> . |
10 | 10 |
|
11 | 11 | <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> ; |
13 | 13 | owl:imports obo:bfo.owl , |
14 | 14 | <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> ; |
15 | 15 | cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ; |
16 | 16 | cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ; |
17 | 17 | cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ; |
18 | 18 | 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 ; |
19 | 19 | 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 . |
22 | 21 |
|
23 | 22 | ################################################################# |
24 | 23 | # Annotation properties |
@@ -570,4 +569,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; |
570 | 569 | rdfs:label "role of aggregate"^^xsd:string . |
571 | 570 |
|
572 | 571 |
|
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