Showing
5 changed files
with
161 additions
and
26 deletions
| ... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 | ||
| 18 | <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> | 18 | <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> |
| 19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| 20 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 20 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.w3.org/2004/02/skos/core> ; |
| 21 | owl:versionInfo "0.1.0"^^xsd:string . | 21 | owl:versionInfo "0.1.0"^^xsd:string . |
| 22 | 22 | ||
| 23 | ep-actpurp:Completion--bopwellheadequipment | 23 | ep-actpurp:Completion--bopwellheadequipment |
| ... | @@ -112,6 +112,7 @@ ep-actpurp:Completion--wireline | ... | @@ -112,6 +112,7 @@ ep-actpurp:Completion--wireline |
| 112 | 112 | ||
| 113 | ep-actpurp:DailyDrillingActivityPurposeType | 113 | ep-actpurp:DailyDrillingActivityPurposeType |
| 114 | rdf:type rdfs:Class ; | 114 | rdf:type rdfs:Class ; |
| 115 | + rdfs:comment "class of daily drilling activity on the basis of the purpose of the activity"^^xsd:string ; | ||
| 115 | rdfs:label "daily drilling activity purpose type"^^xsd:string ; | 116 | rdfs:label "daily drilling activity purpose type"^^xsd:string ; |
| 116 | rdfs:subClassOf owl:Class . | 117 | rdfs:subClassOf owl:Class . |
| 117 | 118 | ... | ... |
| ... | @@ -16,7 +16,9 @@ | ... | @@ -16,7 +16,9 @@ |
| 16 | ep-core:Acidity | 16 | ep-core:Acidity |
| 17 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 17 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 18 | rdfs:label "acidity"^^xsd:string ; | 18 | rdfs:label "acidity"^^xsd:string ; |
| 19 | - rdfs:subClassOf owl:Class . | 19 | + rdfs:subClassOf owl:Class ; |
| 20 | + ep-core:seeReferenceData | ||
| 21 | + "http://posccaesar.org/rdl/RDS1060066151"^^xsd:string . | ||
| 20 | 22 | ||
| 21 | ep-core:Attenuation | 23 | ep-core:Attenuation |
| 22 | rdf:type rdfs:Class ; | 24 | rdf:type rdfs:Class ; |
| ... | @@ -25,7 +27,9 @@ ep-core:Attenuation | ... | @@ -25,7 +27,9 @@ ep-core:Attenuation |
| 25 | ep-core:BulkModulus | 27 | ep-core:BulkModulus |
| 26 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 28 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 27 | rdfs:label "Bulk Modulus"^^xsd:string ; | 29 | rdfs:label "Bulk Modulus"^^xsd:string ; |
| 28 | - rdfs:subClassOf ep-core:EnergyPerVolume . | 30 | + rdfs:subClassOf ep-core:EnergyPerVolume ; |
| 31 | + ep-core:seeReferenceData | ||
| 32 | + "http://posccaesar.org/rdl/RDS380474"^^xsd:string . | ||
| 29 | 33 | ||
| 30 | ep-core:Class_of_indirect_property | 34 | ep-core:Class_of_indirect_property |
| 31 | rdf:type owl:Class ; | 35 | rdf:type owl:Class ; |
| ... | @@ -45,7 +49,9 @@ ep-core:CompositionOfAllPartsOfDefinedType | ... | @@ -45,7 +49,9 @@ ep-core:CompositionOfAllPartsOfDefinedType |
| 45 | ep-core:Compressibility | 49 | ep-core:Compressibility |
| 46 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 50 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 47 | rdfs:label "Compressibility"^^xsd:string ; | 51 | rdfs:label "Compressibility"^^xsd:string ; |
| 48 | - rdfs:subClassOf owl:Class . | 52 | + rdfs:subClassOf owl:Class ; |
| 53 | + ep-core:seeReferenceData | ||
| 54 | + "http://posccaesar.org/rdl/RDS350234"^^xsd:string . | ||
| 49 | 55 | ||
| 50 | ep-core:Density | 56 | ep-core:Density |
| 51 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 57 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| ... | @@ -86,7 +92,10 @@ ep-core:EnergyPerVolume | ... | @@ -86,7 +92,10 @@ ep-core:EnergyPerVolume |
| 86 | 92 | ||
| 87 | ep-core:Frequency | 93 | ep-core:Frequency |
| 88 | rdf:type rdfs:Class ; | 94 | rdf:type rdfs:Class ; |
| 89 | - rdfs:subClassOf owl:Class . | 95 | + rdfs:label "frequency"^^xsd:string ; |
| 96 | + rdfs:subClassOf owl:Class ; | ||
| 97 | + ep-core:seeReferenceData | ||
| 98 | + "http://posccaesar.org/rdl/RDS351989"^^xsd:string . | ||
| 90 | 99 | ||
| 91 | ep-core:GP_cm-1 | 100 | ep-core:GP_cm-1 |
| 92 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 101 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| ... | @@ -96,7 +105,10 @@ ep-core:GP_cm-1 | ... | @@ -96,7 +105,10 @@ ep-core:GP_cm-1 |
| 96 | 105 | ||
| 97 | ep-core:Illuminance | 106 | ep-core:Illuminance |
| 98 | rdf:type rdfs:Class ; | 107 | rdf:type rdfs:Class ; |
| 99 | - rdfs:subClassOf owl:Class . | 108 | + rdfs:label "illuminance"^^xsd:string ; |
| 109 | + rdfs:subClassOf owl:Class ; | ||
| 110 | + ep-core:seeReferenceData | ||
| 111 | + "http://posccaesar.org/rdl/RDS352349"^^xsd:string . | ||
| 100 | 112 | ||
| 101 | ep-core:Length | 113 | ep-core:Length |
| 102 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 114 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| ... | @@ -116,7 +128,9 @@ ep-core:LinearStrain | ... | @@ -116,7 +128,9 @@ ep-core:LinearStrain |
| 116 | ep-core:MagneticFieldStrength | 128 | ep-core:MagneticFieldStrength |
| 117 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 129 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 118 | rdfs:label "magnetic field strength"^^xsd:string ; | 130 | rdfs:label "magnetic field strength"^^xsd:string ; |
| 119 | - rdfs:subClassOf owl:Class . | 131 | + rdfs:subClassOf owl:Class ; |
| 132 | + ep-core:seeReferenceData | ||
| 133 | + "http://posccaesar.org/rdl/RDS353024"^^xsd:string . | ||
| 120 | 134 | ||
| 121 | ep-core:Mass | 135 | ep-core:Mass |
| 122 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 136 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| ... | @@ -184,7 +198,9 @@ ep-core:ModulusOfCompression | ... | @@ -184,7 +198,9 @@ ep-core:ModulusOfCompression |
| 184 | ep-core:ModulusOfElasticity | 198 | ep-core:ModulusOfElasticity |
| 185 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 199 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 186 | rdfs:label "modulus of elasticity"^^xsd:string ; | 200 | rdfs:label "modulus of elasticity"^^xsd:string ; |
| 187 | - rdfs:subClassOf ep-core:EnergyPerVolume . | 201 | + rdfs:subClassOf ep-core:EnergyPerVolume ; |
| 202 | + ep-core:seeReferenceData | ||
| 203 | + "http://posccaesar.org/rdl/RDS380429"^^xsd:string . | ||
| 188 | 204 | ||
| 189 | ep-core:ModulusOfRigidity | 205 | ep-core:ModulusOfRigidity |
| 190 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 206 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| ... | @@ -194,7 +210,9 @@ ep-core:ModulusOfRigidity | ... | @@ -194,7 +210,9 @@ ep-core:ModulusOfRigidity |
| 194 | ep-core:MolarVolume | 210 | ep-core:MolarVolume |
| 195 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 211 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 196 | rdfs:label "molar volume"^^xsd:string ; | 212 | rdfs:label "molar volume"^^xsd:string ; |
| 197 | - rdfs:subClassOf owl:Class . | 213 | + rdfs:subClassOf owl:Class ; |
| 214 | + ep-core:seeReferenceData | ||
| 215 | + "http://posccaesar.org/rdl/RDS387764"^^xsd:string . | ||
| 198 | 216 | ||
| 199 | ep-core:Mole | 217 | ep-core:Mole |
| 200 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 218 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| ... | @@ -209,12 +227,16 @@ ep-core:MolePair | ... | @@ -209,12 +227,16 @@ ep-core:MolePair |
| 209 | ep-core:MomentOfForce | 227 | ep-core:MomentOfForce |
| 210 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 228 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 211 | rdfs:label "Moment of Force"^^xsd:string ; | 229 | rdfs:label "Moment of Force"^^xsd:string ; |
| 212 | - rdfs:subClassOf owl:Class . | 230 | + rdfs:subClassOf owl:Class ; |
| 231 | + ep-core:seeReferenceData | ||
| 232 | + "http://posccaesar.org/rdl/RDS380069"^^xsd:string . | ||
| 213 | 233 | ||
| 214 | ep-core:NormalStress | 234 | ep-core:NormalStress |
| 215 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 235 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 216 | rdfs:label "Normal Stress"^^xsd:string ; | 236 | rdfs:label "Normal Stress"^^xsd:string ; |
| 217 | - rdfs:subClassOf ep-core:EnergyPerVolume . | 237 | + rdfs:subClassOf ep-core:EnergyPerVolume ; |
| 238 | + ep-core:seeReferenceData | ||
| 239 | + "http://posccaesar.org/rdl/RDS380249"^^xsd:string . | ||
| 218 | 240 | ||
| 219 | ep-core:Pair | 241 | ep-core:Pair |
| 220 | rdf:type owl:Class ; | 242 | rdf:type owl:Class ; |
| ... | @@ -263,12 +285,16 @@ ep-core:PoissonRatio | ... | @@ -263,12 +285,16 @@ ep-core:PoissonRatio |
| 263 | ep-core:Power | 285 | ep-core:Power |
| 264 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 286 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 265 | rdfs:label "power"^^xsd:string ; | 287 | rdfs:label "power"^^xsd:string ; |
| 266 | - rdfs:subClassOf owl:Class . | 288 | + rdfs:subClassOf owl:Class ; |
| 289 | + ep-core:seeReferenceData | ||
| 290 | + "http://posccaesar.org/rdl/RDS354104"^^xsd:string . | ||
| 267 | 291 | ||
| 268 | ep-core:Pressure | 292 | ep-core:Pressure |
| 269 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 293 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 270 | rdfs:label "pressure"^^xsd:string ; | 294 | rdfs:label "pressure"^^xsd:string ; |
| 271 | - rdfs:subClassOf owl:Class . | 295 | + rdfs:subClassOf owl:Class ; |
| 296 | + ep-core:seeReferenceData | ||
| 297 | + "http://posccaesar.org/rdl/RDS354194"^^xsd:string . | ||
| 272 | 298 | ||
| 273 | ep-core:PressureValue1atm | 299 | ep-core:PressureValue1atm |
| 274 | rdf:type ep-core:Pressure ; | 300 | rdf:type ep-core:Pressure ; |
| ... | @@ -288,12 +314,16 @@ ep-core:PropertySpace | ... | @@ -288,12 +314,16 @@ ep-core:PropertySpace |
| 288 | ep-core:RadiantEngergyDensity | 314 | ep-core:RadiantEngergyDensity |
| 289 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 315 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 290 | rdfs:label "Radiant Energy Density"^^xsd:string ; | 316 | rdfs:label "Radiant Energy Density"^^xsd:string ; |
| 291 | - rdfs:subClassOf ep-core:EnergyPerVolume . | 317 | + rdfs:subClassOf ep-core:EnergyPerVolume ; |
| 318 | + ep-core:seeReferenceData | ||
| 319 | + "http://posccaesar.org/rdl/RDS384614"^^xsd:string . | ||
| 292 | 320 | ||
| 293 | ep-core:Ratio | 321 | ep-core:Ratio |
| 294 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 322 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 295 | rdfs:label "ratio"^^xsd:string ; | 323 | rdfs:label "ratio"^^xsd:string ; |
| 296 | - rdfs:subClassOf ep-core:DimensionlessMeasure . | 324 | + rdfs:subClassOf ep-core:DimensionlessMeasure ; |
| 325 | + ep-core:seeReferenceData | ||
| 326 | + "http://posccaesar.org/rdl/RDS368999"^^xsd:string . | ||
| 297 | 327 | ||
| 298 | ep-core:RegionOfSpace | 328 | ep-core:RegionOfSpace |
| 299 | rdf:type owl:Class ; | 329 | rdf:type owl:Class ; |
| ... | @@ -323,7 +353,9 @@ ep-core:SetOfTemporalInstants | ... | @@ -323,7 +353,9 @@ ep-core:SetOfTemporalInstants |
| 323 | ep-core:ShearModulus | 353 | ep-core:ShearModulus |
| 324 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 354 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 325 | rdfs:label "Shear Modulus"^^xsd:string ; | 355 | rdfs:label "Shear Modulus"^^xsd:string ; |
| 326 | - rdfs:subClassOf ep-core:EnergyPerVolume . | 356 | + rdfs:subClassOf ep-core:EnergyPerVolume ; |
| 357 | + ep-core:seeReferenceData | ||
| 358 | + "http://posccaesar.org/rdl/RDS366254"^^xsd:string . | ||
| 327 | 359 | ||
| 328 | ep-core:ShearStrain | 360 | ep-core:ShearStrain |
| 329 | rdf:type rdfs:Class ; | 361 | rdf:type rdfs:Class ; |
| ... | @@ -332,17 +364,23 @@ ep-core:ShearStrain | ... | @@ -332,17 +364,23 @@ ep-core:ShearStrain |
| 332 | ep-core:ShearStress | 364 | ep-core:ShearStress |
| 333 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 365 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 334 | rdfs:label "Shear Stress"^^xsd:string ; | 366 | rdfs:label "Shear Stress"^^xsd:string ; |
| 335 | - rdfs:subClassOf ep-core:EnergyPerVolume . | 367 | + rdfs:subClassOf ep-core:EnergyPerVolume ; |
| 368 | + ep-core:seeReferenceData | ||
| 369 | + "http://posccaesar.org/rdl/RDS363149"^^xsd:string . | ||
| 336 | 370 | ||
| 337 | ep-core:SpecificVolume | 371 | ep-core:SpecificVolume |
| 338 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 372 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 339 | rdfs:label "specific volume"^^xsd:string ; | 373 | rdfs:label "specific volume"^^xsd:string ; |
| 340 | - rdfs:subClassOf owl:Class . | 374 | + rdfs:subClassOf owl:Class ; |
| 375 | + ep-core:seeReferenceData | ||
| 376 | + "http://posccaesar.org/rdl/RDS375029"^^xsd:string . | ||
| 341 | 377 | ||
| 342 | ep-core:Speed | 378 | ep-core:Speed |
| 343 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 379 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 344 | rdfs:label "speed"^^xsd:string ; | 380 | rdfs:label "speed"^^xsd:string ; |
| 345 | - rdfs:subClassOf owl:Class . | 381 | + rdfs:subClassOf owl:Class ; |
| 382 | + ep-core:seeReferenceData | ||
| 383 | + "http://posccaesar.org/rdl/RDS356309"^^xsd:string . | ||
| 346 | 384 | ||
| 347 | ep-core:Strain | 385 | ep-core:Strain |
| 348 | rdf:type rdfs:Class ; | 386 | rdf:type rdfs:Class ; |
| ... | @@ -356,7 +394,9 @@ ep-core:StrengthOfRockFormation | ... | @@ -356,7 +394,9 @@ ep-core:StrengthOfRockFormation |
| 356 | ep-core:Temperature | 394 | ep-core:Temperature |
| 357 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 395 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 358 | rdfs:label "temperature"^^xsd:string ; | 396 | rdfs:label "temperature"^^xsd:string ; |
| 359 | - rdfs:subClassOf owl:Class . | 397 | + rdfs:subClassOf owl:Class ; |
| 398 | + ep-core:seeReferenceData | ||
| 399 | + "http://posccaesar.org/rdl/RDS355859"^^xsd:string . | ||
| 360 | 400 | ||
| 361 | ep-core:Temperature60degF | 401 | ep-core:Temperature60degF |
| 362 | rdf:type ep-core:Temperature ; | 402 | rdf:type ep-core:Temperature ; |
| ... | @@ -398,17 +438,23 @@ ep-core:TimeDuration | ... | @@ -398,17 +438,23 @@ ep-core:TimeDuration |
| 398 | ep-core:Turbidity | 438 | ep-core:Turbidity |
| 399 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 439 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 400 | rdfs:label "turbidity"^^xsd:string ; | 440 | rdfs:label "turbidity"^^xsd:string ; |
| 401 | - rdfs:subClassOf owl:Class . | 441 | + rdfs:subClassOf owl:Class ; |
| 442 | + ep-core:seeReferenceData | ||
| 443 | + "http://posccaesar.org/rdl/RDS17043482"^^xsd:string . | ||
| 402 | 444 | ||
| 403 | ep-core:Velocity | 445 | ep-core:Velocity |
| 404 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 446 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 405 | rdfs:label "velocity"^^xsd:string ; | 447 | rdfs:label "velocity"^^xsd:string ; |
| 406 | - rdfs:subClassOf owl:Class . | 448 | + rdfs:subClassOf owl:Class ; |
| 449 | + ep-core:seeReferenceData | ||
| 450 | + "http://posccaesar.org/rdl/RDS54808338240"^^xsd:string . | ||
| 407 | 451 | ||
| 408 | ep-core:Volume | 452 | ep-core:Volume |
| 409 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 453 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 410 | rdfs:label "volume"^^xsd:string ; | 454 | rdfs:label "volume"^^xsd:string ; |
| 411 | - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial , owl:Class . | 455 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial , owl:Class ; |
| 456 | + ep-core:seeReferenceData | ||
| 457 | + "http://posccaesar.org/rdl/RDS356444"^^xsd:string . | ||
| 412 | 458 | ||
| 413 | ep-core:VolumeAt0degC1atm | 459 | ep-core:VolumeAt0degC1atm |
| 414 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 460 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| ... | @@ -481,12 +527,16 @@ ep-core:VolumicConcentration | ... | @@ -481,12 +527,16 @@ ep-core:VolumicConcentration |
| 481 | ep-core:Work | 527 | ep-core:Work |
| 482 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 528 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 483 | rdfs:label "Work (energy)"^^xsd:string ; | 529 | rdfs:label "Work (energy)"^^xsd:string ; |
| 484 | - rdfs:subClassOf owl:Class . | 530 | + rdfs:subClassOf owl:Class ; |
| 531 | + ep-core:seeReferenceData | ||
| 532 | + "http://posccaesar.org/rdl/RDS380654"^^xsd:string . | ||
| 485 | 533 | ||
| 486 | ep-core:YieldPoint | 534 | ep-core:YieldPoint |
| 487 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 535 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 488 | rdfs:label "yield point"^^xsd:string ; | 536 | rdfs:label "yield point"^^xsd:string ; |
| 489 | - rdfs:subClassOf owl:Class . | 537 | + rdfs:subClassOf owl:Class ; |
| 538 | + ep-core:seeReferenceData | ||
| 539 | + "http://posccaesar.org/rdl/RDS8647761"^^xsd:string . | ||
| 490 | 540 | ||
| 491 | ep-core:a_m-1 | 541 | ep-core:a_m-1 |
| 492 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 542 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ... | ... |
| ... | @@ -19,7 +19,9 @@ | ... | @@ -19,7 +19,9 @@ |
| 19 | ep-core:Area | 19 | ep-core:Area |
| 20 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 20 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 21 | rdfs:label "Area"^^xsd:string ; | 21 | rdfs:label "Area"^^xsd:string ; |
| 22 | - rdfs:subClassOf owl:Class . | 22 | + rdfs:subClassOf owl:Class ; |
| 23 | + ep-core:seeReferenceData | ||
| 24 | + "http://posccaesar.org/rdl/RDS349874"^^xsd:string . | ||
| 23 | 25 | ||
| 24 | ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart | 26 | ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart |
| 25 | rdf:type owl:TransitiveProperty ; | 27 | rdf:type owl:TransitiveProperty ; | ... | ... |
| 1 | +# baseURI: http://www.reportinghub.no/refdata/transform/match-designation | ||
| 2 | +# imports: file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls | ||
| 3 | +# imports: http://spinrdf.org/spin | ||
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 5 | + | ||
| 6 | +@prefix : <http://www.reportinghub.no/refdata/transform/match-designation#> . | ||
| 7 | +@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 12 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 13 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 14 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 15 | + | ||
| 16 | +<http://www.reportinghub.no/ep/schema/core#PropertySpace> | ||
| 17 | + spin:rule | ||
| 18 | + [ rdf:type sp:Construct ; | ||
| 19 | + sp:templates ([ sp:object | ||
| 20 | + [ sp:varName "uri"^^xsd:string | ||
| 21 | + ] ; | ||
| 22 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ; | ||
| 23 | + sp:subject spin:_this | ||
| 24 | + ]) ; | ||
| 25 | + sp:where ([ rdf:type sp:NotExists ; | ||
| 26 | + sp:elements ([ sp:object | ||
| 27 | + [ sp:varName "ref"^^xsd:string | ||
| 28 | + ] ; | ||
| 29 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ; | ||
| 30 | + sp:subject spin:_this | ||
| 31 | + ]) | ||
| 32 | + ] [ sp:object | ||
| 33 | + [ sp:varName "label"^^xsd:string | ||
| 34 | + ] ; | ||
| 35 | + sp:predicate rdfs:label ; | ||
| 36 | + sp:subject spin:_this | ||
| 37 | + ] [ rdf:type sp:Bind ; | ||
| 38 | + sp:expression | ||
| 39 | + [ rdf:type fn:upper-case ; | ||
| 40 | + sp:arg1 [ sp:varName "label"^^xsd:string | ||
| 41 | + ] | ||
| 42 | + ] ; | ||
| 43 | + sp:variable | ||
| 44 | + [ sp:varName "thisdes"^^xsd:string | ||
| 45 | + ] | ||
| 46 | + ] [ sp:object | ||
| 47 | + [ sp:varName "thisdes"^^xsd:string | ||
| 48 | + ] ; | ||
| 49 | + sp:predicate <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls#des> ; | ||
| 50 | + sp:subject | ||
| 51 | + [ sp:varName "rd"^^xsd:string | ||
| 52 | + ] | ||
| 53 | + ] [ sp:object | ||
| 54 | + [ sp:varName "uri"^^xsd:string | ||
| 55 | + ] ; | ||
| 56 | + sp:predicate <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls#uRI> ; | ||
| 57 | + sp:subject | ||
| 58 | + [ sp:varName "rd"^^xsd:string | ||
| 59 | + ] | ||
| 60 | + ]) | ||
| 61 | + ] . | ||
| 62 | + | ||
| 63 | +<http://www.reportinghub.no/refdata/transform/match-designation> | ||
| 64 | + rdf:type owl:Ontology ; | ||
| 65 | + owl:imports <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | ||
| 66 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 1 | +# baseURI: null | ||
| 2 | + | ||
| 3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +[] rdf:type inference:Configuration ; | ||
| 13 | + composite:child | ||
| 14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 15 | + composite:index "0"^^xsd:int | ||
| 16 | + ] . |
-
Please register or login to post a comment