Ralph Hodgson

Merge branch 'refs/heads/master' of [email protected]:TopQuadrant/EPIM-Ontologies.git

# Saved by TopBraid on Thu Aug 04 15:12:00 BST 2011
# Saved by TopBraid on Fri Aug 05 15:03:26 BST 2011
# baseURI: http://www.reportinghub.no/iso15926/nativeOWL
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.w3.org/2004/02/skos/core
......@@ -12,7 +12,7 @@
<http://www.reportinghub.no/iso15926/nativeOWL>
rdf:type owl:Ontology ;
owl:imports <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://purl.org/dc/elements/1.1/> ;
owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Activity
......@@ -22,6 +22,7 @@
:PossibleIndividual
rdf:type owl:Class ;
rdfs:comment "something that exists or could exist in the universe"^^xsd:string ;
rdfs:label "possible individual"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -41,14 +42,14 @@
owl:inverseOf :temporalPartOf .
:partOf
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain :PossibleIndividual ;
rdfs:label "part of"^^xsd:string ;
rdfs:range :PossibleIndividual ;
owl:inverseOf :hasPart .
:temporalPartOf
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain :PossibleIndividual ;
rdfs:label "temporal part of"^^xsd:string ;
rdfs:range :PossibleIndividual ;
......
This diff is collapsed. Click to expand it.