Showing
1 changed file
with
27 additions
and
28 deletions
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
| 2 | -# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | ||
| 3 | # imports: http://www.linkedmodel.org/schema/vaem | 2 | # imports: http://www.linkedmodel.org/schema/vaem |
| 4 | 3 | ||
| 5 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 4 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| ... | @@ -10,11 +9,11 @@ | ... | @@ -10,11 +9,11 @@ |
| 10 | 9 | ||
| 11 | <http://www.reportinghub.no/ep/schema/1.0/core> | 10 | <http://www.reportinghub.no/ep/schema/1.0/core> |
| 12 | rdf:type owl:Ontology ; | 11 | rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ; | 12 | + owl:imports <http://www.linkedmodel.org/schema/vaem> ; |
| 14 | owl:versionInfo "0.1.0"^^xsd:string . | 13 | owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | 14 | ||
| 16 | ep-core:Acceleration | 15 | ep-core:Acceleration |
| 17 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 16 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 18 | rdfs:label "acceleration"^^xsd:string ; | 17 | rdfs:label "acceleration"^^xsd:string ; |
| 19 | rdfs:subClassOf owl:Class . | 18 | rdfs:subClassOf owl:Class . |
| 20 | 19 | ||
| ... | @@ -101,7 +100,7 @@ ep-core:DynamicViscosity | ... | @@ -101,7 +100,7 @@ ep-core:DynamicViscosity |
| 101 | rdfs:subClassOf owl:Class . | 100 | rdfs:subClassOf owl:Class . |
| 102 | 101 | ||
| 103 | ep-core:ElectricPotentialDifference | 102 | ep-core:ElectricPotentialDifference |
| 104 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 103 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 105 | rdfs:comment "This is often called \"voltage\" ."^^xsd:string ; | 104 | rdfs:comment "This is often called \"voltage\" ."^^xsd:string ; |
| 106 | rdfs:label "electric potential difference"^^xsd:string ; | 105 | rdfs:label "electric potential difference"^^xsd:string ; |
| 107 | rdfs:subClassOf owl:Class . | 106 | rdfs:subClassOf owl:Class . |
| ... | @@ -135,7 +134,7 @@ ep-core:Force | ... | @@ -135,7 +134,7 @@ ep-core:Force |
| 135 | rdfs:subClassOf owl:Class . | 134 | rdfs:subClassOf owl:Class . |
| 136 | 135 | ||
| 137 | ep-core:ForcePerVolume | 136 | ep-core:ForcePerVolume |
| 138 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 137 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 139 | rdfs:label "force per volume"^^xsd:string ; | 138 | rdfs:label "force per volume"^^xsd:string ; |
| 140 | rdfs:subClassOf owl:Class . | 139 | rdfs:subClassOf owl:Class . |
| 141 | 140 | ||
| ... | @@ -174,7 +173,7 @@ ep-core:Length | ... | @@ -174,7 +173,7 @@ ep-core:Length |
| 174 | "http://posccaesar.org/rdl/RDS373094"^^xsd:string . | 173 | "http://posccaesar.org/rdl/RDS373094"^^xsd:string . |
| 175 | 174 | ||
| 176 | ep-core:LengthPerLength | 175 | ep-core:LengthPerLength |
| 177 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 176 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 178 | rdfs:label "length per length"^^xsd:string ; | 177 | rdfs:label "length per length"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-core:Ratio . | 178 | rdfs:subClassOf ep-core:Ratio . |
| 180 | 179 | ||
| ... | @@ -193,7 +192,7 @@ ep-core:Mass | ... | @@ -193,7 +192,7 @@ ep-core:Mass |
| 193 | "http://posccaesar.org/rdl/RDS353339"^^xsd:string . | 192 | "http://posccaesar.org/rdl/RDS353339"^^xsd:string . |
| 194 | 193 | ||
| 195 | ep-core:MassFlowRate | 194 | ep-core:MassFlowRate |
| 196 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 195 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 197 | rdfs:label "mass flow rate"^^xsd:string ; | 196 | rdfs:label "mass flow rate"^^xsd:string ; |
| 198 | rdfs:subClassOf owl:Class . | 197 | rdfs:subClassOf owl:Class . |
| 199 | 198 | ||
| ... | @@ -203,7 +202,7 @@ ep-core:MassPair | ... | @@ -203,7 +202,7 @@ ep-core:MassPair |
| 203 | rdfs:subClassOf ep-core:Pair . | 202 | rdfs:subClassOf ep-core:Pair . |
| 204 | 203 | ||
| 205 | ep-core:MassPerLength | 204 | ep-core:MassPerLength |
| 206 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 205 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 207 | rdfs:label "mass per length"^^xsd:string ; | 206 | rdfs:label "mass per length"^^xsd:string ; |
| 208 | rdfs:subClassOf owl:Class ; | 207 | rdfs:subClassOf owl:Class ; |
| 209 | ep-core:seeReferenceData | 208 | ep-core:seeReferenceData |
| ... | @@ -291,7 +290,7 @@ ep-core:MomentOfForce | ... | @@ -291,7 +290,7 @@ ep-core:MomentOfForce |
| 291 | "http://posccaesar.org/rdl/RDS380069"^^xsd:string . | 290 | "http://posccaesar.org/rdl/RDS380069"^^xsd:string . |
| 292 | 291 | ||
| 293 | ep-core:MomentOfForcePerArea | 292 | ep-core:MomentOfForcePerArea |
| 294 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 293 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 295 | rdfs:label "moment of force per area"^^xsd:string ; | 294 | rdfs:label "moment of force per area"^^xsd:string ; |
| 296 | rdfs:subClassOf owl:Class . | 295 | rdfs:subClassOf owl:Class . |
| 297 | 296 | ||
| ... | @@ -355,7 +354,7 @@ ep-core:Power | ... | @@ -355,7 +354,7 @@ ep-core:Power |
| 355 | "http://posccaesar.org/rdl/RDS354104"^^xsd:string . | 354 | "http://posccaesar.org/rdl/RDS354104"^^xsd:string . |
| 356 | 355 | ||
| 357 | ep-core:PowerPerPower | 356 | ep-core:PowerPerPower |
| 358 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 357 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 359 | rdfs:label "power per power"^^xsd:string ; | 358 | rdfs:label "power per power"^^xsd:string ; |
| 360 | rdfs:subClassOf ep-core:Ratio . | 359 | rdfs:subClassOf ep-core:Ratio . |
| 361 | 360 | ||
| ... | @@ -367,7 +366,7 @@ ep-core:Pressure | ... | @@ -367,7 +366,7 @@ ep-core:Pressure |
| 367 | "http://posccaesar.org/rdl/RDS354194"^^xsd:string . | 366 | "http://posccaesar.org/rdl/RDS354194"^^xsd:string . |
| 368 | 367 | ||
| 369 | ep-core:PressurePerLength | 368 | ep-core:PressurePerLength |
| 370 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 369 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 371 | rdfs:label "pressure per length"^^xsd:string ; | 370 | rdfs:label "pressure per length"^^xsd:string ; |
| 372 | rdfs:subClassOf owl:Class . | 371 | rdfs:subClassOf owl:Class . |
| 373 | 372 | ||
| ... | @@ -468,7 +467,7 @@ ep-core:TemporalPartOfARegionOfSpace | ... | @@ -468,7 +467,7 @@ ep-core:TemporalPartOfARegionOfSpace |
| 468 | rdfs:subClassOf ep-core:PhysicalObject . | 467 | rdfs:subClassOf ep-core:PhysicalObject . |
| 469 | 468 | ||
| 470 | ep-core:ThermalConductivity | 469 | ep-core:ThermalConductivity |
| 471 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 470 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 472 | rdfs:label "thermal conductivity"^^xsd:string ; | 471 | rdfs:label "thermal conductivity"^^xsd:string ; |
| 473 | rdfs:subClassOf owl:Class . | 472 | rdfs:subClassOf owl:Class . |
| 474 | 473 | ||
| ... | @@ -559,7 +558,7 @@ ep-core:VolumePerMass | ... | @@ -559,7 +558,7 @@ ep-core:VolumePerMass |
| 559 | "http://posccaesar.org/rdl/RDS356669"^^xsd:string . | 558 | "http://posccaesar.org/rdl/RDS356669"^^xsd:string . |
| 560 | 559 | ||
| 561 | ep-core:VolumePerVolume | 560 | ep-core:VolumePerVolume |
| 562 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 561 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 563 | rdfs:label "volume per volume"^^xsd:string ; | 562 | rdfs:label "volume per volume"^^xsd:string ; |
| 564 | rdfs:subClassOf ep-core:Ratio . | 563 | rdfs:subClassOf ep-core:Ratio . |
| 565 | 564 | ||
| ... | @@ -645,7 +644,7 @@ ep-core:at | ... | @@ -645,7 +644,7 @@ ep-core:at |
| 645 | rdfs:label "technical atmosphere"^^xsd:string . | 644 | rdfs:label "technical atmosphere"^^xsd:string . |
| 646 | 645 | ||
| 647 | ep-core:atm | 646 | ep-core:atm |
| 648 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 647 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 649 | rdfs:domain ep-core:Pressure ; | 648 | rdfs:domain ep-core:Pressure ; |
| 650 | rdfs:label "standard atmosphere"^^xsd:string . | 649 | rdfs:label "standard atmosphere"^^xsd:string . |
| 651 | 650 | ||
| ... | @@ -1152,7 +1151,7 @@ ep-core:day | ... | @@ -1152,7 +1151,7 @@ ep-core:day |
| 1152 | "http://posccaesar.org/rdl/RDS8945301"^^xsd:string . | 1151 | "http://posccaesar.org/rdl/RDS8945301"^^xsd:string . |
| 1153 | 1152 | ||
| 1154 | ep-core:decanewton_m | 1153 | ep-core:decanewton_m |
| 1155 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1154 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1156 | rdfs:domain ep-core:MomentOfForce ; | 1155 | rdfs:domain ep-core:MomentOfForce ; |
| 1157 | rdfs:label "decaNewton metre"^^xsd:string . | 1156 | rdfs:label "decaNewton metre"^^xsd:string . |
| 1158 | 1157 | ||
| ... | @@ -1171,7 +1170,7 @@ ep-core:decimetre3 | ... | @@ -1171,7 +1170,7 @@ ep-core:decimetre3 |
| 1171 | "http://posccaesar.org/rdl/RDS1319174"^^xsd:string . | 1170 | "http://posccaesar.org/rdl/RDS1319174"^^xsd:string . |
| 1172 | 1171 | ||
| 1173 | ep-core:decinewton_m | 1172 | ep-core:decinewton_m |
| 1174 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1173 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1175 | rdfs:domain ep-core:MomentOfForce ; | 1174 | rdfs:domain ep-core:MomentOfForce ; |
| 1176 | rdfs:label "deciNewton metre"^^xsd:string . | 1175 | rdfs:label "deciNewton metre"^^xsd:string . |
| 1177 | 1176 | ||
| ... | @@ -1272,7 +1271,7 @@ ep-core:dm3_m-3 | ... | @@ -1272,7 +1271,7 @@ ep-core:dm3_m-3 |
| 1272 | "http://posccaesar.org/rdl/RDS1319264"^^xsd:string . | 1271 | "http://posccaesar.org/rdl/RDS1319264"^^xsd:string . |
| 1273 | 1272 | ||
| 1274 | ep-core:dm3_molkg-1 | 1273 | ep-core:dm3_molkg-1 |
| 1275 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1274 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1276 | rdfs:domain ep-core:VolumePerAmountOfSubstance ; | 1275 | rdfs:domain ep-core:VolumePerAmountOfSubstance ; |
| 1277 | rdfs:label "decimetre cubed per kilogram-mole"^^xsd:string ; | 1276 | rdfs:label "decimetre cubed per kilogram-mole"^^xsd:string ; |
| 1278 | ep-core:seeReferenceData | 1277 | ep-core:seeReferenceData |
| ... | @@ -1773,10 +1772,10 @@ ep-core:grain_100ft-3 | ... | @@ -1773,10 +1772,10 @@ ep-core:grain_100ft-3 |
| 1773 | rdfs:domain ep-core:Density ; | 1772 | rdfs:domain ep-core:Density ; |
| 1774 | rdfs:label "grain per 100 foot cubed"^^xsd:string ; | 1773 | rdfs:label "grain per 100 foot cubed"^^xsd:string ; |
| 1775 | ep-core:seeReferenceData | 1774 | ep-core:seeReferenceData |
| 1776 | - "http://posccaesar.org/rdl/RDS1325699"^^xsd:string , "http://posccaesar.org/rdl/RDS1325654"^^xsd:string . | 1775 | + "http://posccaesar.org/rdl/RDS1325654"^^xsd:string , "http://posccaesar.org/rdl/RDS1325699"^^xsd:string . |
| 1777 | 1776 | ||
| 1778 | ep-core:grain_ft-3 | 1777 | ep-core:grain_ft-3 |
| 1779 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1778 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1780 | rdfs:domain ep-core:Density ; | 1779 | rdfs:domain ep-core:Density ; |
| 1781 | rdfs:label "grain per foot cubed"^^xsd:string ; | 1780 | rdfs:label "grain per foot cubed"^^xsd:string ; |
| 1782 | ep-core:seeReferenceData | 1781 | ep-core:seeReferenceData |
| ... | @@ -2295,7 +2294,7 @@ ep-core:kiloNewton | ... | @@ -2295,7 +2294,7 @@ ep-core:kiloNewton |
| 2295 | ep-core:unitSymbol "kN"^^xsd:string . | 2294 | ep-core:unitSymbol "kN"^^xsd:string . |
| 2296 | 2295 | ||
| 2297 | ep-core:kilodyne | 2296 | ep-core:kilodyne |
| 2298 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 2297 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 2299 | rdfs:domain ep-core:Force ; | 2298 | rdfs:domain ep-core:Force ; |
| 2300 | rdfs:label "kilodyne"^^xsd:string ; | 2299 | rdfs:label "kilodyne"^^xsd:string ; |
| 2301 | ep-core:seeReferenceData | 2300 | ep-core:seeReferenceData |
| ... | @@ -2342,7 +2341,7 @@ ep-core:kilojoule | ... | @@ -2342,7 +2341,7 @@ ep-core:kilojoule |
| 2342 | ep-core:unitSymbol "kJ"^^xsd:string . | 2341 | ep-core:unitSymbol "kJ"^^xsd:string . |
| 2343 | 2342 | ||
| 2344 | ep-core:kilolux | 2343 | ep-core:kilolux |
| 2345 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 2344 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 2346 | rdfs:domain ep-core:Illuminance ; | 2345 | rdfs:domain ep-core:Illuminance ; |
| 2347 | rdfs:label "kilolux"^^xsd:string ; | 2346 | rdfs:label "kilolux"^^xsd:string ; |
| 2348 | ep-core:seeReferenceData | 2347 | ep-core:seeReferenceData |
| ... | @@ -2357,7 +2356,7 @@ ep-core:kilometre | ... | @@ -2357,7 +2356,7 @@ ep-core:kilometre |
| 2357 | ep-core:unitSymbol "km"^^xsd:string . | 2356 | ep-core:unitSymbol "km"^^xsd:string . |
| 2358 | 2357 | ||
| 2359 | ep-core:kilonewton_m | 2358 | ep-core:kilonewton_m |
| 2360 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 2359 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 2361 | rdfs:domain ep-core:MomentOfForce ; | 2360 | rdfs:domain ep-core:MomentOfForce ; |
| 2362 | rdfs:label "kiloNewton metre"^^xsd:string . | 2361 | rdfs:label "kiloNewton metre"^^xsd:string . |
| 2363 | 2362 | ||
| ... | @@ -2589,7 +2588,7 @@ ep-core:lbf_ft_in-2 | ... | @@ -2589,7 +2588,7 @@ ep-core:lbf_ft_in-2 |
| 2589 | rdfs:label "pound force foot per inch squared"^^xsd:string . | 2588 | rdfs:label "pound force foot per inch squared"^^xsd:string . |
| 2590 | 2589 | ||
| 2591 | ep-core:lbf_ft_usGallon-1 | 2590 | ep-core:lbf_ft_usGallon-1 |
| 2592 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 2591 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 2593 | rdfs:domain ep-core:EnergyPerVolume ; | 2592 | rdfs:domain ep-core:EnergyPerVolume ; |
| 2594 | rdfs:label "pound force foot per US gallon"^^xsd:string ; | 2593 | rdfs:label "pound force foot per US gallon"^^xsd:string ; |
| 2595 | ep-core:seeReferenceData | 2594 | ep-core:seeReferenceData |
| ... | @@ -2736,7 +2735,7 @@ ep-core:litre | ... | @@ -2736,7 +2735,7 @@ ep-core:litre |
| 2736 | "http://posccaesar.org/rdl/RDS1331144"^^xsd:string . | 2735 | "http://posccaesar.org/rdl/RDS1331144"^^xsd:string . |
| 2737 | 2736 | ||
| 2738 | ep-core:litre_mol | 2737 | ep-core:litre_mol |
| 2739 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 2738 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 2740 | rdfs:domain ep-core:VolumePerAmountOfSubstance ; | 2739 | rdfs:domain ep-core:VolumePerAmountOfSubstance ; |
| 2741 | rdfs:label "litre per mole"^^xsd:string . | 2740 | rdfs:label "litre per mole"^^xsd:string . |
| 2742 | 2741 | ||
| ... | @@ -2834,7 +2833,7 @@ ep-core:m3_min-1_bar-1 | ... | @@ -2834,7 +2833,7 @@ ep-core:m3_min-1_bar-1 |
| 2834 | rdfs:label "metre cubed per minute per bar"^^xsd:string . | 2833 | rdfs:label "metre cubed per minute per bar"^^xsd:string . |
| 2835 | 2834 | ||
| 2836 | ep-core:m3_mol-1 | 2835 | ep-core:m3_mol-1 |
| 2837 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 2836 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 2838 | rdfs:domain ep-core:VolumePerAmountOfSubstance ; | 2837 | rdfs:domain ep-core:VolumePerAmountOfSubstance ; |
| 2839 | rdfs:label "metre cubed per mole"^^xsd:string . | 2838 | rdfs:label "metre cubed per mole"^^xsd:string . |
| 2840 | 2839 | ||
| ... | @@ -3364,7 +3363,7 @@ ep-core:milliPa | ... | @@ -3364,7 +3363,7 @@ ep-core:milliPa |
| 3364 | rdfs:label "milliPascal"^^xsd:string . | 3363 | rdfs:label "milliPascal"^^xsd:string . |
| 3365 | 3364 | ||
| 3366 | ep-core:milliPa_s | 3365 | ep-core:milliPa_s |
| 3367 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 3366 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 3368 | rdfs:domain ep-core:DynamicViscosity ; | 3367 | rdfs:domain ep-core:DynamicViscosity ; |
| 3369 | rdfs:label "milliPascal second"^^xsd:string ; | 3368 | rdfs:label "milliPascal second"^^xsd:string ; |
| 3370 | owl:sameAs ep-core:milliPa_s . | 3369 | owl:sameAs ep-core:milliPa_s . |
| ... | @@ -3548,7 +3547,7 @@ ep-core:ml_usGallon-1 | ... | @@ -3548,7 +3547,7 @@ ep-core:ml_usGallon-1 |
| 3548 | "http://posccaesar.org/rdl/RDS1335419"^^xsd:string . | 3547 | "http://posccaesar.org/rdl/RDS1335419"^^xsd:string . |
| 3549 | 3548 | ||
| 3550 | ep-core:mlbf_in-2 | 3549 | ep-core:mlbf_in-2 |
| 3551 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 3550 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 3552 | rdfs:domain ep-core:Pressure ; | 3551 | rdfs:domain ep-core:Pressure ; |
| 3553 | rdfs:label "million pound force per inch squared"^^xsd:string . | 3552 | rdfs:label "million pound force per inch squared"^^xsd:string . |
| 3554 | 3553 | ||
| ... | @@ -3599,7 +3598,7 @@ ep-core:mscf60_stb60-1 | ... | @@ -3599,7 +3598,7 @@ ep-core:mscf60_stb60-1 |
| 3599 | "http://posccaesar.org/rdl/RDS17250072"^^xsd:string . | 3598 | "http://posccaesar.org/rdl/RDS17250072"^^xsd:string . |
| 3600 | 3599 | ||
| 3601 | ep-core:n_m | 3600 | ep-core:n_m |
| 3602 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 3601 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 3603 | rdfs:domain ep-core:MomentOfForce ; | 3602 | rdfs:domain ep-core:MomentOfForce ; |
| 3604 | rdfs:label "Newton metre"^^xsd:string . | 3603 | rdfs:label "Newton metre"^^xsd:string . |
| 3605 | 3604 | ... | ... |
-
Please register or login to post a comment