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 +
5 -@prefix : <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed#> . 5 +@prefix : <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed#> .
6 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 - 11 +
12 -<http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed> 12 +<http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed>
13 - rdf:type owl:Ontology ; 13 + rdf:type owl:Ontology ;
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 "thousand barrel"^^xsd:string . 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 ;
28 + rdfs:label "thousand barrel"^^xsd:string .
......