Showing
1 changed file
with
11 additions
and
11 deletions
| 1 | -# Saved by TopBraid on Mon Aug 22 17:03:23 BST 2011 | 1 | +# Saved by TopBraid on Thu Sep 15 14:22:18 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | ||
| 4 | 5 | ||
| 5 | -@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | ||
| 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#> . |
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.0/core> | 12 | <http://www.reportinghub.no/ep/schema/1.0/core> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> ; | 14 | + owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/1.2/schema/vaem> ; |
| 15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
| 16 | 16 | ||
| 17 | ep-core:PhysicalObject | 17 | ep-core:PhysicalObject |
| ... | @@ -25,7 +25,7 @@ ep-core:PhysicalThing | ... | @@ -25,7 +25,7 @@ ep-core:PhysicalThing |
| 25 | rdfs:subClassOf owl:Thing . | 25 | rdfs:subClassOf owl:Thing . |
| 26 | 26 | ||
| 27 | ep-core:apiName | 27 | ep-core:apiName |
| 28 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 28 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 29 | rdfs:label "API name"^^xsd:string ; | 29 | rdfs:label "API name"^^xsd:string ; |
| 30 | rdfs:range xsd:string ; | 30 | rdfs:range xsd:string ; |
| 31 | rdfs:subPropertyOf ep-core:name . | 31 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -35,11 +35,11 @@ ep-core:basisFor | ... | @@ -35,11 +35,11 @@ ep-core:basisFor |
| 35 | rdfs:label "basis for"^^xsd:string . | 35 | rdfs:label "basis for"^^xsd:string . |
| 36 | 36 | ||
| 37 | ep-core:derivedFrom | 37 | ep-core:derivedFrom |
| 38 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 38 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 39 | rdfs:label "derived from"^^xsd:string . | 39 | rdfs:label "derived from"^^xsd:string . |
| 40 | 40 | ||
| 41 | ep-core:dtiName | 41 | ep-core:dtiName |
| 42 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 42 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 43 | rdfs:label "DTI name"^^xsd:string ; | 43 | rdfs:label "DTI name"^^xsd:string ; |
| 44 | rdfs:range xsd:string ; | 44 | rdfs:range xsd:string ; |
| 45 | rdfs:subPropertyOf ep-core:name . | 45 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -65,7 +65,7 @@ ep-core:hasVolume | ... | @@ -65,7 +65,7 @@ ep-core:hasVolume |
| 65 | rdfs:label "has volume"^^xsd:string . | 65 | rdfs:label "has volume"^^xsd:string . |
| 66 | 66 | ||
| 67 | ep-core:localFieldName | 67 | ep-core:localFieldName |
| 68 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 68 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 69 | rdfs:label "local field name"^^xsd:string ; | 69 | rdfs:label "local field name"^^xsd:string ; |
| 70 | rdfs:range xsd:string ; | 70 | rdfs:range xsd:string ; |
| 71 | rdfs:subPropertyOf ep-core:name . | 71 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -76,19 +76,19 @@ ep-core:name | ... | @@ -76,19 +76,19 @@ ep-core:name |
| 76 | rdfs:range xsd:string . | 76 | rdfs:range xsd:string . |
| 77 | 77 | ||
| 78 | ep-core:npdCode | 78 | ep-core:npdCode |
| 79 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 79 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 80 | rdfs:label "NPD code"^^xsd:string ; | 80 | rdfs:label "NPD code"^^xsd:string ; |
| 81 | rdfs:range xsd:string ; | 81 | rdfs:range xsd:string ; |
| 82 | rdfs:subPropertyOf ep-core:name . | 82 | rdfs:subPropertyOf ep-core:name . |
| 83 | 83 | ||
| 84 | ep-core:npdName | 84 | ep-core:npdName |
| 85 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 85 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 86 | rdfs:label "NPD name"^^xsd:string ; | 86 | rdfs:label "NPD name"^^xsd:string ; |
| 87 | rdfs:range xsd:string ; | 87 | rdfs:range xsd:string ; |
| 88 | rdfs:subPropertyOf ep-core:name . | 88 | rdfs:subPropertyOf ep-core:name . |
| 89 | 89 | ||
| 90 | ep-core:npdNumber | 90 | ep-core:npdNumber |
| 91 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 91 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 92 | rdfs:label "NPD number"^^xsd:string ; | 92 | rdfs:label "NPD number"^^xsd:string ; |
| 93 | rdfs:range xsd:string ; | 93 | rdfs:range xsd:string ; |
| 94 | rdfs:subPropertyOf ep-core:name . | 94 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -101,7 +101,7 @@ ep-core:partOf | ... | @@ -101,7 +101,7 @@ ep-core:partOf |
| 101 | owl:inverseOf ep-core:hasPart . | 101 | owl:inverseOf ep-core:hasPart . |
| 102 | 102 | ||
| 103 | ep-core:prospectName | 103 | ep-core:prospectName |
| 104 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 104 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 105 | rdfs:label "prospect name"^^xsd:string ; | 105 | rdfs:label "prospect name"^^xsd:string ; |
| 106 | rdfs:range xsd:string ; | 106 | rdfs:range xsd:string ; |
| 107 | rdfs:subPropertyOf ep-core:name . | 107 | rdfs:subPropertyOf ep-core:name . | ... | ... |
-
Please register or login to post a comment