David Leal

Separated the material class to MPR enumeration map from the material schema.

...@@ -15,13 +15,18 @@ transhelp:derivedFrom ...@@ -15,13 +15,18 @@ transhelp:derivedFrom
15 rdf:type owl:ObjectProperty . 15 rdf:type owl:ObjectProperty .
16 16
17 transhelp:dummyTrue 17 transhelp:dummyTrue
18 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 18 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
19 19
20 transhelp:hasDerivedText 20 transhelp:hasDerivedText
21 rdf:type owl:DatatypeProperty . 21 rdf:type owl:DatatypeProperty .
22 22
23 transhelp:intervalIdentifier 23 transhelp:intervalIdentifier
24 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 24 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
25 25
26 transhelp:mapsTo 26 transhelp:mapsTo
27 rdf:type rdf:Property . 27 rdf:type rdf:Property .
28 +
29 +transhelp:materialClassMapsToMPREnumeration
30 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , owl:InverseFunctionalProperty ;
31 + rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
32 + rdfs:subPropertyOf transhelp:mapsTo .
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
3 # imports: http://www.epim.no/schemas/mprml/1 3 # imports: http://www.epim.no/schemas/mprml/1
4 # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib 4 # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
5 # imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib 5 # imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration
6 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 7 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
7 # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema 8 # imports: http://www.reportinghub.no/ep/transform/transform-helper-schema
8 9
...@@ -1035,7 +1036,7 @@ The componentName element is used differently in the examples for the primary an ...@@ -1035,7 +1036,7 @@ The componentName element is used differently in the examples for the primary an
1035 ] [ sp:object 1036 ] [ sp:object
1036 [ sp:varName "componentBaseKindRef"^^xsd:string 1037 [ sp:varName "componentBaseKindRef"^^xsd:string
1037 ] ; 1038 ] ;
1038 - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> ; 1039 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#materialClassMapsToMPREnumeration> ;
1039 sp:subject 1040 sp:subject
1040 [ sp:varName "fluidSubstanceKindType"^^xsd:string 1041 [ sp:varName "fluidSubstanceKindType"^^xsd:string
1041 ] 1042 ]
...@@ -1072,7 +1073,7 @@ The componentName element is used differently in the examples for the primary an ...@@ -1072,7 +1073,7 @@ The componentName element is used differently in the examples for the primary an
1072 1073
1073 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> 1074 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0>
1074 rdf:type owl:Ontology ; 1075 rdf:type owl:Ontology ;
1075 - owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; 1076 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
1076 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 1077 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1077 1078
1078 _:b9 sp:varName "productionReport"^^xsd:string . 1079 _:b9 sp:varName "productionReport"^^xsd:string .
......