MonkeyChap

Added some properties to production core schema

1 -# Saved by TopBraid on Tue Oct 11 17:22:53 BST 2011 1 +# Saved by TopBraid on Wed Oct 12 14:37:18 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed 2 # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 4
...@@ -14,6 +14,15 @@ ...@@ -14,6 +14,15 @@
14 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 14 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 16
17 -ep-core:thousand_barrel 17 +ep-core:count
18 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 18 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
19 + rdfs:label "count"^^xsd:string .
20 +
21 +ep-core:hasSetOfAllPartsOfType
22 + rdf:type owl:ObjectProperty ;
23 + rdfs:domain ep-core:PhysicalThing ;
24 + rdfs:label "basis for"^^xsd:string .
25 +
26 +ep-core:thousand_barrel
27 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
19 rdfs:label "thousand barrel"^^xsd:string . 28 rdfs:label "thousand barrel"^^xsd:string .
......