David Price

Added rdfs:comment as test

1 -# Saved by TopBraid on Thu Aug 04 15:12:00 BST 2011 1 +# Saved by TopBraid on Fri Aug 05 15:03:26 BST 2011
2 # baseURI: http://www.reportinghub.no/iso15926/nativeOWL 2 # baseURI: http://www.reportinghub.no/iso15926/nativeOWL
3 # imports: http://purl.org/dc/elements/1.1/ 3 # imports: http://purl.org/dc/elements/1.1/
4 # imports: http://www.w3.org/2004/02/skos/core 4 # imports: http://www.w3.org/2004/02/skos/core
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/iso15926/nativeOWL> 13 <http://www.reportinghub.no/iso15926/nativeOWL>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://purl.org/dc/elements/1.1/> ; 15 + owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 :Activity 18 :Activity
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
22 22
23 :PossibleIndividual 23 :PossibleIndividual
24 rdf:type owl:Class ; 24 rdf:type owl:Class ;
25 + rdfs:comment "something that exists or could exist in the universe"^^xsd:string ;
25 rdfs:label "possible individual"^^xsd:string ; 26 rdfs:label "possible individual"^^xsd:string ;
26 rdfs:subClassOf owl:Thing . 27 rdfs:subClassOf owl:Thing .
27 28
...@@ -41,14 +42,14 @@ ...@@ -41,14 +42,14 @@
41 owl:inverseOf :temporalPartOf . 42 owl:inverseOf :temporalPartOf .
42 43
43 :partOf 44 :partOf
44 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 45 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
45 rdfs:domain :PossibleIndividual ; 46 rdfs:domain :PossibleIndividual ;
46 rdfs:label "part of"^^xsd:string ; 47 rdfs:label "part of"^^xsd:string ;
47 rdfs:range :PossibleIndividual ; 48 rdfs:range :PossibleIndividual ;
48 owl:inverseOf :hasPart . 49 owl:inverseOf :hasPart .
49 50
50 :temporalPartOf 51 :temporalPartOf
51 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 52 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
52 rdfs:domain :PossibleIndividual ; 53 rdfs:domain :PossibleIndividual ;
53 rdfs:label "temporal part of"^^xsd:string ; 54 rdfs:label "temporal part of"^^xsd:string ;
54 rdfs:range :PossibleIndividual ; 55 rdfs:range :PossibleIndividual ;
......