Merge branch 'master' of [email protected]:TopQuadrant/EPIM-Ontologies.git
Showing
1 changed file
with
569 additions
and
571 deletions
1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/substance | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/substance |
2 | -# imports: http://www.epim.no/schemas/mprml/1 | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-well |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-well | 4 | + |
5 | - | 5 | +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
6 | -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 6 | +@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . |
7 | -@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | 7 | +@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . |
8 | -@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . | 8 | +@prefix ep-substance: <http://www.reportinghub.no/ep/schema/substance#> . |
9 | -@prefix ep-substance: <http://www.reportinghub.no/ep/schema/1.0/substance#> . | 9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
10 | -@prefix mpr: <http://www.epim.no/schemas/mprml/1#> . | 10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | + |
14 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 14 | +<http://www.reportinghub.no/ep/schema/1.0/substance> |
15 | - | 15 | + rdf:type owl:Ontology ; |
16 | -<http://www.reportinghub.no/ep/schema/1.0/substance> | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
17 | - rdf:type owl:Ontology ; | 17 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> ; | 18 | + |
19 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | +ep-substance:substance-11dmcyPentane |
20 | - | 20 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
21 | -<http://www.reportinghub.no/ep/schema/1.0/substance#11dmcyPentane> | 21 | + rdfs:label "11dmcy pentane"^^xsd:string ; |
22 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 22 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
23 | - rdfs:label "11dmcy pentane"^^xsd:string ; | 23 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . |
24 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 24 | + |
25 | - ep-prodcore:mapsTo mpr:FC_11dmcypentane . | 25 | +ep-substance:substance-124tmBenzene |
26 | - | 26 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
27 | -<http://www.reportinghub.no/ep/schema/1.0/substance#124tmBenzene> | 27 | + rdfs:label "124tm benzene"^^xsd:string ; |
28 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 28 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
29 | - rdfs:label "124tm benzene"^^xsd:string ; | 29 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . |
30 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 30 | + |
31 | - ep-prodcore:mapsTo mpr:FC_124tmbenzene . | 31 | +ep-substance:substance-12dmBenzene |
32 | - | 32 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
33 | -<http://www.reportinghub.no/ep/schema/1.0/substance#12dmBenzene> | 33 | + rdfs:label "12dm benzene"^^xsd:string ; |
34 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 34 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
35 | - rdfs:label "12dm benzene"^^xsd:string ; | 35 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . |
36 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 36 | + |
37 | - ep-prodcore:mapsTo mpr:FC_12dmbenzene . | 37 | +ep-substance:substance-13dmBenzene |
38 | - | 38 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
39 | -<http://www.reportinghub.no/ep/schema/1.0/substance#13dmBenzene> | 39 | + rdfs:label "13dm benzene"^^xsd:string ; |
40 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 40 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
41 | - rdfs:label "13dm benzene"^^xsd:string ; | 41 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . |
42 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 42 | + |
43 | - ep-prodcore:mapsTo mpr:FC_13dmbenzene . | 43 | +ep-substance:substance-14dmBenzene |
44 | - | 44 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
45 | -<http://www.reportinghub.no/ep/schema/1.0/substance#14dmBenzene> | 45 | + rdfs:label "14dm benzene"^^xsd:string ; |
46 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 46 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
47 | - rdfs:label "14dm benzene"^^xsd:string ; | 47 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . |
48 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 48 | + |
49 | - ep-prodcore:mapsTo mpr:FC_14dmbenzene . | 49 | +ep-substance:substance-223tmButane |
50 | - | 50 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
51 | -<http://www.reportinghub.no/ep/schema/1.0/substance#223tmButane> | 51 | + rdfs:label "223tm butane"^^xsd:string ; |
52 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 52 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
53 | - rdfs:label "223tm butane"^^xsd:string ; | 53 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . |
54 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 54 | + |
55 | - ep-prodcore:mapsTo mpr:FC_223tmbutane . | 55 | +ep-substance:substance-223tmPentane |
56 | - | 56 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
57 | -<http://www.reportinghub.no/ep/schema/1.0/substance#223tmPentane> | 57 | + rdfs:label "223tm pentane"^^xsd:string ; |
58 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 58 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
59 | - rdfs:label "223tm pentane"^^xsd:string ; | 59 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . |
60 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 60 | + |
61 | - ep-prodcore:mapsTo mpr:FC_223tmpentane . | 61 | +ep-substance:substance-22dmButane |
62 | - | 62 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
63 | -<http://www.reportinghub.no/ep/schema/1.0/substance#22dmButane> | 63 | + rdfs:label "22dm butane"^^xsd:string ; |
64 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 64 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
65 | - rdfs:label "22dm butane"^^xsd:string ; | 65 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . |
66 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 66 | + |
67 | - ep-prodcore:mapsTo mpr:FC_22dmbutane . | 67 | +ep-substance:substance-22dmHexane |
68 | - | 68 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
69 | -<http://www.reportinghub.no/ep/schema/1.0/substance#22dmHexane> | 69 | + rdfs:label "22dm hexane"^^xsd:string ; |
70 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 70 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
71 | - rdfs:label "22dm hexane"^^xsd:string ; | 71 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . |
72 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 72 | + |
73 | - ep-prodcore:mapsTo mpr:FC_22dmhexane . | 73 | +ep-substance:substance-22dmPentane |
74 | - | 74 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
75 | -<http://www.reportinghub.no/ep/schema/1.0/substance#22dmPentane> | 75 | + rdfs:label "22dm pentane"^^xsd:string ; |
76 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 76 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
77 | - rdfs:label "22dm pentane"^^xsd:string ; | 77 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . |
78 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 78 | + |
79 | - ep-prodcore:mapsTo mpr:FC_22dmpentane . | 79 | +ep-substance:substance-22dmPropane |
80 | - | 80 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
81 | -<http://www.reportinghub.no/ep/schema/1.0/substance#22dmPropane> | 81 | + rdfs:label "22dm propane"^^xsd:string ; |
82 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 82 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
83 | - rdfs:label "22dm propane"^^xsd:string ; | 83 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . |
84 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 84 | + |
85 | - ep-prodcore:mapsTo mpr:FC_22dmpropane . | 85 | +ep-substance:substance-23dmButane |
86 | - | 86 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
87 | -<http://www.reportinghub.no/ep/schema/1.0/substance#23dmButane> | 87 | + rdfs:label "23dm butane"^^xsd:string ; |
88 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 88 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
89 | - rdfs:label "23dm butane"^^xsd:string ; | 89 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . |
90 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 90 | + |
91 | - ep-prodcore:mapsTo mpr:FC_23dmbutane . | 91 | +ep-substance:substance-23dmPentane |
92 | - | 92 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
93 | -<http://www.reportinghub.no/ep/schema/1.0/substance#23dmPentane> | 93 | + rdfs:label "23dm pentane"^^xsd:string ; |
94 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 94 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
95 | - rdfs:label "23dm pentane"^^xsd:string ; | 95 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . |
96 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 96 | + |
97 | - ep-prodcore:mapsTo mpr:FC_23dmpentane . | 97 | +ep-substance:substance-24dmHexane |
98 | - | 98 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
99 | -<http://www.reportinghub.no/ep/schema/1.0/substance#24dmHexane> | 99 | + rdfs:label "24dm hexane"^^xsd:string ; |
100 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 100 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
101 | - rdfs:label "24dm hexane"^^xsd:string ; | 101 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . |
102 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 102 | + |
103 | - ep-prodcore:mapsTo mpr:FC_24dmhexane . | 103 | +ep-substance:substance-24dmPentane |
104 | - | 104 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
105 | -<http://www.reportinghub.no/ep/schema/1.0/substance#24dmPentane> | 105 | + rdfs:label "24dm pentane"^^xsd:string ; |
106 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 106 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
107 | - rdfs:label "24dm pentane"^^xsd:string ; | 107 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . |
108 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 108 | + |
109 | - ep-prodcore:mapsTo mpr:FC_24dmpentane . | 109 | +ep-substance:substance-25dmHexane |
110 | - | 110 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
111 | -<http://www.reportinghub.no/ep/schema/1.0/substance#25dmHexane> | 111 | + rdfs:label "25dm hexane"^^xsd:string ; |
112 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 112 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
113 | - rdfs:label "25dm hexane"^^xsd:string ; | 113 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . |
114 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 114 | + |
115 | - ep-prodcore:mapsTo mpr:FC_25dmhexane . | 115 | +ep-substance:substance-2mButane |
116 | - | 116 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
117 | -<http://www.reportinghub.no/ep/schema/1.0/substance#2mButane> | 117 | + rdfs:label "2m butane"^^xsd:string ; |
118 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 118 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
119 | - rdfs:label "2m butane"^^xsd:string ; | 119 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . |
120 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 120 | + |
121 | - ep-prodcore:mapsTo mpr:FC_2mbutane . | 121 | +ep-substance:substance-2mHexane |
122 | - | 122 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
123 | -<http://www.reportinghub.no/ep/schema/1.0/substance#2mHexane> | 123 | + rdfs:label "2m hexane"^^xsd:string ; |
124 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 124 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
125 | - rdfs:label "2m hexane"^^xsd:string ; | 125 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . |
126 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 126 | + |
127 | - ep-prodcore:mapsTo mpr:FC_2mhexane . | 127 | +ep-substance:substance-2mPentane |
128 | - | 128 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
129 | -<http://www.reportinghub.no/ep/schema/1.0/substance#2mPentane> | 129 | + rdfs:label "2m pentane"^^xsd:string ; |
130 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 130 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
131 | - rdfs:label "2m pentane"^^xsd:string ; | 131 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . |
132 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 132 | + |
133 | - ep-prodcore:mapsTo mpr:FC_2mpentane . | 133 | +ep-substance:substance-2mPropane |
134 | - | 134 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
135 | -<http://www.reportinghub.no/ep/schema/1.0/substance#2mPropane> | 135 | + rdfs:label "2m propane"^^xsd:string ; |
136 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 136 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
137 | - rdfs:label "2m propane"^^xsd:string ; | 137 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . |
138 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 138 | + |
139 | - ep-prodcore:mapsTo mpr:FC_2mpropane . | 139 | +ep-substance:substance-33dmPentane |
140 | - | 140 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
141 | -<http://www.reportinghub.no/ep/schema/1.0/substance#33dmPentane> | 141 | + rdfs:label "33dm pentane"^^xsd:string ; |
142 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 142 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
143 | - rdfs:label "33dm pentane"^^xsd:string ; | 143 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . |
144 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 144 | + |
145 | - ep-prodcore:mapsTo mpr:FC_33dmpentane . | 145 | +ep-substance:substance-3etPentane |
146 | - | 146 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
147 | -<http://www.reportinghub.no/ep/schema/1.0/substance#3etPentane> | 147 | + rdfs:label "3et pentane"^^xsd:string ; |
148 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 148 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
149 | - rdfs:label "3et pentane"^^xsd:string ; | 149 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . |
150 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 150 | + |
151 | - ep-prodcore:mapsTo mpr:FC_3etpentane . | 151 | +ep-substance:substance-3mHexane |
152 | - | 152 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
153 | -<http://www.reportinghub.no/ep/schema/1.0/substance#3mHexane> | 153 | + rdfs:label "3m hexane"^^xsd:string ; |
154 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 154 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
155 | - rdfs:label "3m hexane"^^xsd:string ; | 155 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . |
156 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 156 | + |
157 | - ep-prodcore:mapsTo mpr:FC_3mhexane . | 157 | +ep-substance:substance-3mPentane |
158 | - | 158 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
159 | -<http://www.reportinghub.no/ep/schema/1.0/substance#3mPentane> | 159 | + rdfs:label "3m pentane"^^xsd:string ; |
160 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 160 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
161 | - rdfs:label "3m pentane"^^xsd:string ; | 161 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . |
162 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 162 | + |
163 | - ep-prodcore:mapsTo mpr:FC_3mpentane . | 163 | +ep-substance:substance-Ar |
164 | - | 164 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
165 | -ep-substance:Ar | 165 | + rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; |
166 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 166 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
167 | - rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; | 167 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . |
168 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 168 | + |
169 | - ep-prodcore:mapsTo mpr:FC_Ar . | 169 | +ep-substance:substance-Benzene |
170 | - | 170 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
171 | -ep-substance:Benzene | 171 | + rdfs:label "benzene"^^xsd:string ; |
172 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 172 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
173 | - rdfs:label "benzene"^^xsd:string ; | 173 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . |
174 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 174 | + |
175 | - ep-prodcore:mapsTo mpr:FC_benzene . | 175 | +ep-substance:substance-Butane |
176 | - | 176 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
177 | -ep-substance:Butane | 177 | + rdfs:label "butane"^^xsd:string ; |
178 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 178 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
179 | - rdfs:label "butane"^^xsd:string ; | 179 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . |
180 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 180 | + |
181 | - ep-prodcore:mapsTo mpr:FC_butane . | 181 | +ep-substance:substance-C11F |
182 | - | 182 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
183 | -ep-substance:C11F | 183 | + rdfs:label "C11F"^^xsd:string ; |
184 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 184 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
185 | - rdfs:label "C11F"^^xsd:string ; | 185 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . |
186 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 186 | + |
187 | - ep-prodcore:mapsTo mpr:FC_C11F . | 187 | +ep-substance:substance-C12F |
188 | - | 188 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
189 | -ep-substance:C12F | 189 | + rdfs:label "C12F"^^xsd:string ; |
190 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 190 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
191 | - rdfs:label "C12F"^^xsd:string ; | 191 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . |
192 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 192 | + |
193 | - ep-prodcore:mapsTo mpr:FC_C12F . | 193 | +ep-substance:substance-C13F |
194 | - | 194 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
195 | -ep-substance:C13F | 195 | + rdfs:label "C13F"^^xsd:string ; |
196 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 196 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
197 | - rdfs:label "C13F"^^xsd:string ; | 197 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . |
198 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 198 | + |
199 | - ep-prodcore:mapsTo mpr:FC_C13F . | 199 | +ep-substance:substance-C13dmcyPentane |
200 | - | 200 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
201 | -ep-substance:C13dmcyPentane | 201 | + rdfs:label "c13dmcy pentane"^^xsd:string ; |
202 | - rdf:type owl:Class , ep-prodact:SubstanceType , ep-prodwell:FluidComponentType ; | 202 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
203 | - rdfs:label "c13dmcy pentane"^^xsd:string ; | 203 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . |
204 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 204 | + |
205 | - ep-prodcore:mapsTo mpr:FC_c13dmcypentane . | 205 | +ep-substance:substance-C14F |
206 | - | 206 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
207 | -ep-substance:C14F | 207 | + rdfs:label "C14F"^^xsd:string ; |
208 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 208 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
209 | - rdfs:label "C14F"^^xsd:string ; | 209 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . |
210 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 210 | + |
211 | - ep-prodcore:mapsTo mpr:FC_C14F . | 211 | +ep-substance:substance-C15F |
212 | - | 212 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
213 | -ep-substance:C15F | 213 | + rdfs:label "C15F"^^xsd:string ; |
214 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 214 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
215 | - rdfs:label "C15F"^^xsd:string ; | 215 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . |
216 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 216 | + |
217 | - ep-prodcore:mapsTo mpr:FC_C15F . | 217 | +ep-substance:substance-C16F |
218 | - | 218 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
219 | -ep-substance:C16F | 219 | + rdfs:label "C16F"^^xsd:string ; |
220 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 220 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
221 | - rdfs:label "C16F"^^xsd:string ; | 221 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . |
222 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 222 | + |
223 | - ep-prodcore:mapsTo mpr:FC_C16F . | 223 | +ep-substance:substance-C17F |
224 | - | 224 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
225 | -ep-substance:C17F | 225 | + rdfs:label "C17F"^^xsd:string ; |
226 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 226 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
227 | - rdfs:label "C17F"^^xsd:string ; | 227 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . |
228 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 228 | + |
229 | - ep-prodcore:mapsTo mpr:FC_C17F . | 229 | +ep-substance:substance-C18F |
230 | - | 230 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
231 | -ep-substance:C18F | 231 | + rdfs:label "C18F"^^xsd:string ; |
232 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 232 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
233 | - rdfs:label "C18F"^^xsd:string ; | 233 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . |
234 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 234 | + |
235 | - ep-prodcore:mapsTo mpr:FC_C18F . | 235 | +ep-substance:substance-C19F |
236 | - | 236 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
237 | -ep-substance:C19F | 237 | + rdfs:label "C19F"^^xsd:string ; |
238 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 238 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
239 | - rdfs:label "C19F"^^xsd:string ; | 239 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . |
240 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 240 | + |
241 | - ep-prodcore:mapsTo mpr:FC_C19F . | 241 | +ep-substance:substance-C20F |
242 | - | 242 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
243 | -ep-substance:C20F | 243 | + rdfs:label "C20F"^^xsd:string ; |
244 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 244 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
245 | - rdfs:label "C20F"^^xsd:string ; | 245 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . |
246 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 246 | + |
247 | - ep-prodcore:mapsTo mpr:FC_C20F . | 247 | +ep-substance:substance-C21F |
248 | - | 248 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
249 | -ep-substance:C21F | 249 | + rdfs:label "C21F"^^xsd:string ; |
250 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 250 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
251 | - rdfs:label "C21F"^^xsd:string ; | 251 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . |
252 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 252 | + |
253 | - ep-prodcore:mapsTo mpr:FC_C21F . | 253 | +ep-substance:substance-C22F |
254 | - | 254 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
255 | -ep-substance:C22F | 255 | + rdfs:label "C22F"^^xsd:string ; |
256 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 256 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
257 | - rdfs:label "C22F"^^xsd:string ; | 257 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . |
258 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 258 | + |
259 | - ep-prodcore:mapsTo mpr:FC_C22F . | 259 | +ep-substance:substance-C23F |
260 | - | 260 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
261 | -ep-substance:C23F | 261 | + rdfs:label "C23F"^^xsd:string ; |
262 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 262 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
263 | - rdfs:label "C23F"^^xsd:string ; | 263 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . |
264 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 264 | + |
265 | - ep-prodcore:mapsTo mpr:FC_C23F . | 265 | +ep-substance:substance-C24F |
266 | - | 266 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
267 | -ep-substance:C24F | 267 | + rdfs:label "C24F"^^xsd:string ; |
268 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 268 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
269 | - rdfs:label "C24F"^^xsd:string ; | 269 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . |
270 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 270 | + |
271 | - ep-prodcore:mapsTo mpr:FC_C24F . | 271 | +ep-substance:substance-C25F |
272 | - | 272 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
273 | -ep-substance:C25F | 273 | + rdfs:label "C25F"^^xsd:string ; |
274 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 274 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
275 | - rdfs:label "C25F"^^xsd:string ; | 275 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . |
276 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 276 | + |
277 | - ep-prodcore:mapsTo mpr:FC_C25F . | 277 | +ep-substance:substance-C26F |
278 | - | 278 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
279 | -ep-substance:C26F | 279 | + rdfs:label "C26F"^^xsd:string ; |
280 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 280 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
281 | - rdfs:label "C26F"^^xsd:string ; | 281 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . |
282 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 282 | + |
283 | - ep-prodcore:mapsTo mpr:FC_C26F . | 283 | +ep-substance:substance-C27F |
284 | - | 284 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
285 | -ep-substance:C27F | 285 | + rdfs:label "C27F"^^xsd:string ; |
286 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 286 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
287 | - rdfs:label "C27F"^^xsd:string ; | 287 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . |
288 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 288 | + |
289 | - ep-prodcore:mapsTo mpr:FC_C27F . | 289 | +ep-substance:substance-C28F |
290 | - | 290 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
291 | -ep-substance:C28F | 291 | + rdfs:label "C28F"^^xsd:string ; |
292 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 292 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
293 | - rdfs:label "C28F"^^xsd:string ; | 293 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . |
294 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 294 | + |
295 | - ep-prodcore:mapsTo mpr:FC_C28F . | 295 | +ep-substance:substance-C29F |
296 | - | 296 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
297 | -ep-substance:C29F | 297 | + rdfs:label "C29F"^^xsd:string ; |
298 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 298 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
299 | - rdfs:label "C29F"^^xsd:string ; | 299 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . |
300 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 300 | + |
301 | - ep-prodcore:mapsTo mpr:FC_C29F . | 301 | +ep-substance:substance-C30F |
302 | - | 302 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
303 | -ep-substance:C30F | 303 | + rdfs:label "C30F"^^xsd:string ; |
304 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 304 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
305 | - rdfs:label "C30F"^^xsd:string ; | 305 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . |
306 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 306 | + |
307 | - ep-prodcore:mapsTo mpr:FC_C30F . | 307 | +ep-substance:substance-C31F |
308 | - | 308 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
309 | -ep-substance:C31F | 309 | + rdfs:label "C31F"^^xsd:string ; |
310 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 310 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
311 | - rdfs:label "C31F"^^xsd:string ; | 311 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . |
312 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 312 | + |
313 | - ep-prodcore:mapsTo mpr:FC_C31F . | 313 | +ep-substance:substance-C32F |
314 | - | 314 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
315 | -ep-substance:C32F | 315 | + rdfs:label "C32F"^^xsd:string ; |
316 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 316 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
317 | - rdfs:label "C32F"^^xsd:string ; | 317 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . |
318 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 318 | + |
319 | - ep-prodcore:mapsTo mpr:FC_C32F . | 319 | +ep-substance:substance-C33F |
320 | - | 320 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
321 | -ep-substance:C33F | 321 | + rdfs:label "C33F"^^xsd:string ; |
322 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 322 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
323 | - rdfs:label "C33F"^^xsd:string ; | 323 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . |
324 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 324 | + |
325 | - ep-prodcore:mapsTo mpr:FC_C33F . | 325 | +ep-substance:substance-C34F |
326 | - | 326 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
327 | -ep-substance:C34F | 327 | + rdfs:label "C34F"^^xsd:string ; |
328 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 328 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
329 | - rdfs:label "C34F"^^xsd:string ; | 329 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . |
330 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 330 | + |
331 | - ep-prodcore:mapsTo mpr:FC_C34F . | 331 | +ep-substance:substance-C35F |
332 | - | 332 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
333 | -ep-substance:C35F | 333 | + rdfs:label "C35F"^^xsd:string ; |
334 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 334 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
335 | - rdfs:label "C35F"^^xsd:string ; | 335 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . |
336 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 336 | + |
337 | - ep-prodcore:mapsTo mpr:FC_C35F . | 337 | +ep-substance:substance-C36F |
338 | - | 338 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
339 | -ep-substance:C36F | 339 | + rdfs:label "C36F"^^xsd:string ; |
340 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 340 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
341 | - rdfs:label "C36F"^^xsd:string ; | 341 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . |
342 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 342 | + |
343 | - ep-prodcore:mapsTo mpr:FC_C36F . | 343 | +ep-substance:substance-C37F |
344 | - | 344 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
345 | -ep-substance:C37F | 345 | + rdfs:label "C37F"^^xsd:string ; |
346 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 346 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
347 | - rdfs:label "C37F"^^xsd:string ; | 347 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . |
348 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 348 | + |
349 | - ep-prodcore:mapsTo mpr:FC_C37F . | 349 | +ep-substance:substance-C38F |
350 | - | 350 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
351 | -ep-substance:C38F | 351 | + rdfs:label "C38F"^^xsd:string ; |
352 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 352 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
353 | - rdfs:label "C38F"^^xsd:string ; | 353 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . |
354 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 354 | + |
355 | - ep-prodcore:mapsTo mpr:FC_C38F . | 355 | +ep-substance:substance-C39F |
356 | - | 356 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
357 | -ep-substance:C39F | 357 | + rdfs:label "C39F"^^xsd:string ; |
358 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 358 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
359 | - rdfs:label "C39F"^^xsd:string ; | 359 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . |
360 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 360 | + |
361 | - ep-prodcore:mapsTo mpr:FC_C39F . | 361 | +ep-substance:substance-C40F |
362 | - | 362 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
363 | -ep-substance:C40F | 363 | + rdfs:label "C40F"^^xsd:string ; |
364 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 364 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
365 | - rdfs:label "C40F"^^xsd:string ; | 365 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . |
366 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 366 | + |
367 | - ep-prodcore:mapsTo mpr:FC_C40F . | 367 | +ep-substance:substance-C41F |
368 | - | 368 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
369 | -ep-substance:C41F | 369 | + rdfs:label "C41F"^^xsd:string ; |
370 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 370 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
371 | - rdfs:label "C41F"^^xsd:string ; | 371 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . |
372 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 372 | + |
373 | - ep-prodcore:mapsTo mpr:FC_C41F . | 373 | +ep-substance:substance-C42F |
374 | - | 374 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
375 | -ep-substance:C42F | 375 | + rdfs:label "C42F"^^xsd:string ; |
376 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 376 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
377 | - rdfs:label "C42F"^^xsd:string ; | 377 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . |
378 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 378 | + |
379 | - ep-prodcore:mapsTo mpr:FC_C42F . | 379 | +ep-substance:substance-C43F |
380 | - | 380 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
381 | -ep-substance:C43F | 381 | + rdfs:label "C43F"^^xsd:string ; |
382 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 382 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
383 | - rdfs:label "C43F"^^xsd:string ; | 383 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . |
384 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 384 | + |
385 | - ep-prodcore:mapsTo mpr:FC_C43F . | 385 | +ep-substance:substance-C44F |
386 | - | 386 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
387 | -ep-substance:C44F | 387 | + rdfs:label "C44F"^^xsd:string ; |
388 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 388 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
389 | - rdfs:label "C44F"^^xsd:string ; | 389 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . |
390 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 390 | + |
391 | - ep-prodcore:mapsTo mpr:FC_C44F . | 391 | +ep-substance:substance-C45F |
392 | - | 392 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
393 | -ep-substance:C45F | 393 | + rdfs:label "C45F"^^xsd:string ; |
394 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 394 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
395 | - rdfs:label "C45F"^^xsd:string ; | 395 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . |
396 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 396 | + |
397 | - ep-prodcore:mapsTo mpr:FC_C45F . | 397 | +ep-substance:substance-C46F |
398 | - | 398 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
399 | -ep-substance:C46F | 399 | + rdfs:label "C46F"^^xsd:string ; |
400 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 400 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
401 | - rdfs:label "C46F"^^xsd:string ; | 401 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . |
402 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 402 | + |
403 | - ep-prodcore:mapsTo mpr:FC_C46F . | 403 | +ep-substance:substance-C47F |
404 | - | 404 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
405 | -ep-substance:C47F | 405 | + rdfs:label "C47F"^^xsd:string ; |
406 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 406 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
407 | - rdfs:label "C47F"^^xsd:string ; | 407 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . |
408 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 408 | + |
409 | - ep-prodcore:mapsTo mpr:FC_C47F . | 409 | +ep-substance:substance-C48F |
410 | - | 410 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
411 | -ep-substance:C48F | 411 | + rdfs:label "C48F"^^xsd:string ; |
412 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 412 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
413 | - rdfs:label "C48F"^^xsd:string ; | 413 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . |
414 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 414 | + |
415 | - ep-prodcore:mapsTo mpr:FC_C48F . | 415 | +ep-substance:substance-C49F |
416 | - | 416 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
417 | -ep-substance:C49F | 417 | + rdfs:label "C49F"^^xsd:string ; |
418 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 418 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
419 | - rdfs:label "C49F"^^xsd:string ; | 419 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . |
420 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 420 | + |
421 | - ep-prodcore:mapsTo mpr:FC_C49F . | 421 | +ep-substance:substance-CO2 |
422 | - | 422 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
423 | -ep-substance:CO2 | 423 | + rdfs:label "CO2"^^xsd:string ; |
424 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 424 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
425 | - rdfs:label "CO2"^^xsd:string ; | 425 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . |
426 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 426 | + |
427 | - ep-prodcore:mapsTo mpr:FC_CO2 . | 427 | +ep-substance:substance-Cyclohexane |
428 | - | 428 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
429 | -ep-substance:Cyclohexane | 429 | + rdfs:label "cyclohexane"^^xsd:string ; |
430 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 430 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
431 | - rdfs:label "cyclohexane"^^xsd:string ; | 431 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . |
432 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 432 | + |
433 | - ep-prodcore:mapsTo mpr:FC_cyclohexane . | 433 | +ep-substance:substance-Cyclopentane |
434 | - | 434 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
435 | -ep-substance:Cyclopentane | 435 | + rdfs:label "cyclopentane"^^xsd:string ; |
436 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 436 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
437 | - rdfs:label "cyclopentane"^^xsd:string ; | 437 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . |
438 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 438 | + |
439 | - ep-prodcore:mapsTo mpr:FC_cyclopentane . | 439 | +ep-substance:substance-Decanes |
440 | - | 440 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
441 | -ep-substance:Decanes | 441 | + rdfs:label "decanes"^^xsd:string ; |
442 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 442 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
443 | - rdfs:label "decanes"^^xsd:string ; | 443 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . |
444 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 444 | + |
445 | - ep-prodcore:mapsTo mpr:FC_decanes . | 445 | +ep-substance:substance-EtBenzene |
446 | - | 446 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
447 | -ep-substance:EtBenzene | 447 | + rdfs:label "et benzene"^^xsd:string ; |
448 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 448 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
449 | - rdfs:label "et benzene"^^xsd:string ; | 449 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . |
450 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 450 | + |
451 | - ep-prodcore:mapsTo mpr:FC_etbenzene . | 451 | +ep-substance:substance-EtcyPentane |
452 | - | 452 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
453 | -ep-substance:EtcyPentane | 453 | + rdfs:label "etcy pentane"^^xsd:string ; |
454 | - rdf:type owl:Class , ep-prodact:SubstanceType , ep-prodwell:FluidComponentType ; | 454 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
455 | - rdfs:label "etcy pentane"^^xsd:string ; | 455 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . |
456 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 456 | + |
457 | - ep-prodcore:mapsTo mpr:FC_etcypentane . | 457 | +ep-substance:substance-Ethane |
458 | - | 458 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
459 | -ep-substance:Ethane | 459 | + rdfs:label "ethane"^^xsd:string ; |
460 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 460 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
461 | - rdfs:label "ethane"^^xsd:string ; | 461 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . |
462 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 462 | + |
463 | - ep-prodcore:mapsTo mpr:FC_ethane . | 463 | +ep-substance:substance-H2 |
464 | - | 464 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
465 | -ep-substance:H2 | 465 | + rdfs:label "H2"^^xsd:string ; |
466 | - rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; | 466 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
467 | - rdfs:label "H2"^^xsd:string ; | 467 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . |
468 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 468 | + |
469 | - ep-prodcore:mapsTo mpr:FC_H2 . | 469 | +ep-substance:substance-H2O |
470 | - | 470 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
471 | -ep-substance:H2O | 471 | + rdfs:label "H2O"^^xsd:string ; |
472 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 472 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
473 | - rdfs:label "H2O"^^xsd:string ; | 473 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . |
474 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 474 | + |
475 | - ep-prodcore:mapsTo mpr:FC_H2O . | 475 | +ep-substance:substance-H2S |
476 | - | 476 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
477 | -ep-substance:H2S | 477 | + rdfs:label "H2S"^^xsd:string ; |
478 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 478 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
479 | - rdfs:label "H2S"^^xsd:string ; | 479 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . |
480 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 480 | + |
481 | - ep-prodcore:mapsTo mpr:FC_H2S . | 481 | +ep-substance:substance-Heptanes |
482 | - | 482 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
483 | -ep-substance:Heptanes | 483 | + rdfs:label "heptanes"^^xsd:string ; |
484 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 484 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
485 | - rdfs:label "heptanes"^^xsd:string ; | 485 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . |
486 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 486 | + |
487 | - ep-prodcore:mapsTo mpr:FC_heptanes . | 487 | +ep-substance:substance-Hexane |
488 | - | 488 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
489 | -ep-substance:Hexane | 489 | + rdfs:label "hexane"^^xsd:string ; |
490 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 490 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
491 | - rdfs:label "hexane"^^xsd:string ; | 491 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . |
492 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 492 | + |
493 | - ep-prodcore:mapsTo mpr:FC_hexane . | 493 | +ep-substance:substance-Hexanes |
494 | - | 494 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
495 | -ep-substance:Hexanes | 495 | + rdfs:label "hexanes"^^xsd:string ; |
496 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 496 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
497 | - rdfs:label "hexanes"^^xsd:string ; | 497 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . |
498 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 498 | + |
499 | - ep-prodcore:mapsTo mpr:FC_hexanes . | 499 | +ep-substance:substance-MBenzene |
500 | - | 500 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
501 | -ep-substance:MBenzene | 501 | + rdfs:label "m benzene"^^xsd:string ; |
502 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 502 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
503 | - rdfs:label "m benzene"^^xsd:string ; | 503 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . |
504 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 504 | + |
505 | - ep-prodcore:mapsTo mpr:FC_mbenzene . | 505 | +ep-substance:substance-McyHexane |
506 | - | 506 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
507 | -ep-substance:McyHexane | 507 | + rdfs:label "mcy hexane"^^xsd:string ; |
508 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 508 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
509 | - rdfs:label "mcy hexane"^^xsd:string ; | 509 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . |
510 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 510 | + |
511 | - ep-prodcore:mapsTo mpr:FC_mcyhexane . | 511 | +ep-substance:substance-McyPentane |
512 | - | 512 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
513 | -ep-substance:McyPentane | 513 | + rdfs:label "mcy pentane"^^xsd:string ; |
514 | - rdf:type owl:Class , ep-prodact:SubstanceType , ep-prodwell:FluidComponentType ; | 514 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
515 | - rdfs:label "mcy pentane"^^xsd:string ; | 515 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . |
516 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 516 | + |
517 | - ep-prodcore:mapsTo mpr:FC_mcypentane . | 517 | +ep-substance:substance-Methane |
518 | - | 518 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
519 | -ep-substance:Methane | 519 | + rdfs:label "methane"^^xsd:string ; |
520 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 520 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
521 | - rdfs:label "methane"^^xsd:string ; | 521 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . |
522 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 522 | + |
523 | - ep-prodcore:mapsTo mpr:FC_methane . | 523 | +ep-substance:substance-N2 |
524 | - | 524 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
525 | -ep-substance:N2 | 525 | + rdfs:label "N2"^^xsd:string ; |
526 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 526 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
527 | - rdfs:label "N2"^^xsd:string ; | 527 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . |
528 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 528 | + |
529 | - ep-prodcore:mapsTo mpr:FC_N2 . | 529 | +ep-substance:substance-Nonanes |
530 | - | 530 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
531 | -ep-substance:Nonanes | 531 | + rdfs:label "nonanes"^^xsd:string ; |
532 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 532 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
533 | - rdfs:label "nonanes"^^xsd:string ; | 533 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . |
534 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 534 | + |
535 | - ep-prodcore:mapsTo mpr:FC_nonanes . | 535 | +ep-substance:substance-O2 |
536 | - | 536 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
537 | -ep-substance:O2 | 537 | + rdfs:label "O2"^^xsd:string ; |
538 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 538 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
539 | - rdfs:label "O2"^^xsd:string ; | 539 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . |
540 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 540 | + |
541 | - ep-prodcore:mapsTo mpr:FC_O2 . | 541 | +ep-substance:substance-Octanes |
542 | - | 542 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
543 | -ep-substance:Octanes | 543 | + rdfs:label "octanes"^^xsd:string ; |
544 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 544 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
545 | - rdfs:label "octanes"^^xsd:string ; | 545 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . |
546 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 546 | + |
547 | - ep-prodcore:mapsTo mpr:FC_octanes . | 547 | +ep-substance:substance-Pentane |
548 | - | 548 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
549 | -ep-substance:Pentane | 549 | + rdfs:label "pentane"^^xsd:string ; |
550 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 550 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
551 | - rdfs:label "pentane"^^xsd:string ; | 551 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . |
552 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 552 | + |
553 | - ep-prodcore:mapsTo mpr:FC_pentane . | 553 | +ep-substance:substance-Propane |
554 | - | 554 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
555 | -ep-substance:Propane | 555 | + rdfs:label "propane"^^xsd:string ; |
556 | - rdf:type ep-prodwell:FluidComponentType , ep-prodact:SubstanceType , owl:Class ; | 556 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
557 | - rdfs:label "propane"^^xsd:string ; | 557 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . |
558 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 558 | + |
559 | - ep-prodcore:mapsTo mpr:FC_propane . | 559 | +ep-substance:substance-T12dmcyPentane |
560 | - | 560 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
561 | -ep-substance:T12dmcyPentane | 561 | + rdfs:label "t12dmcy pentane"^^xsd:string ; |
562 | - rdf:type owl:Class , ep-prodact:SubstanceType , ep-prodwell:FluidComponentType ; | 562 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
563 | - rdfs:label "t12dmcy pentane"^^xsd:string ; | 563 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . |
564 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | 564 | + |
565 | - ep-prodcore:mapsTo mpr:FC_t12dmcypentane . | 565 | +ep-substance:substance-T13dmcyPentane |
566 | - | 566 | + rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ; |
567 | -ep-substance:T13dmcyPentane | 567 | + rdfs:label "t13dmcy pentane"^^xsd:string ; |
568 | - rdf:type owl:Class , ep-prodact:SubstanceType , ep-prodwell:FluidComponentType ; | 568 | + rdfs:subClassOf ep-prodact:AmountOfSubstance ; |
569 | - rdfs:label "t13dmcy pentane"^^xsd:string ; | 569 | + ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . |
570 | - rdfs:subClassOf ep-prodact:AmountOfSubstance ; | ||
571 | - ep-prodcore:mapsTo mpr:FC_t13dmcypentane . | ... | ... |
-
Please register or login to post a comment