David Leal

More MPR_productionOperation transform stuff

......@@ -1065,11 +1065,6 @@ ep-core:halfMillisecond
rdfs:domain ep-core:TimeDuration ;
rdfs:label "half millisecond"^^xsd:string .
ep-core:hasSetOfAllPartsOfType
rdf:type owl:ObjectProperty ;
rdfs:domain ep-core:PhysicalThing ;
rdfs:label "basis for"^^xsd:string .
ep-core:hectare
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "hectares"^^xsd:string .
......@@ -3127,6 +3122,11 @@ ep-prodcore:Acidity
rdfs:label "acidity"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodcore:CompositionOfAllPartsOfDefinedType
rdf:type rdfs:Class ;
rdfs:label "composition of all parts of defined type"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-prodcore:DensityAt0degC1atm
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ;
......@@ -3161,6 +3161,11 @@ ep-prodcore:RegionOfSpace
rdfs:label "region of space"^^xsd:string ;
rdfs:subClassOf ep-prodcore:TemporalPartOfARegionOfSpace .
ep-prodcore:SetOfAllPartsOfDefinedType
rdf:type rdfs:Class ;
rdfs:label "set of all parts of defined type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodcore:TemporalPartOfAPointInSpace
rdf:type owl:Class ;
rdfs:label "temporal part of a point in space"^^xsd:string ;
......@@ -3181,10 +3186,26 @@ ep-prodcore:VolumeFlowRateAt0degC1atm
rdfs:label "volume flow rate at 0 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
ep-prodcore:definingType
rdf:type owl:FunctionalProperty ;
rdfs:label "defining type"^^xsd:string ;
rdfs:range owl:Class .
ep-prodcore:dummyTrue
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "dummy true - I can't get FILTER to work."^^xsd:string .
ep-prodcore:hasCompositionOfAllPartsOfDefinedType
rdf:type owl:ObjectProperty ;
rdfs:domain ep-core:PhysicalObject ;
rdfs:label "has composition of all parts of defined type"^^xsd:string ;
rdfs:range ep-prodcore:CompositionOfAllPartsOfDefinedType .
ep-prodcore:hasSetOfAllPartsOfDefinedType
rdf:type owl:ObjectProperty ;
rdfs:label "has set of all parts of defined type"^^xsd:string ;
rdfs:range ep-prodcore:SetOfAllPartsOfDefinedType .
ep-prodcore:intervalIdentifier
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "ph"^^xsd:string .
......@@ -3193,6 +3214,17 @@ ep-prodcore:mapsTo
rdf:type rdf:Property ;
rdfs:label "maps to"^^xsd:string .
ep-prodcore:meanTimeBetweenParts
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-prodcore:CompositionOfAllPartsOfDefinedType ;
rdfs:label "mean time between parts"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
ep-prodcore:numberInSet
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain owl:Class ;
rdfs:label "number in set"^^xsd:string .
ep-prodcore:ph
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-prodcore:Acidity ;
......
......@@ -10,14 +10,14 @@
<http://www.reportinghub.no/ep/schema/1.0/production-organization>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/organization#Organization>
rdfs:subClassOf ep-prodorg:PersonOrOrganization .
ep-prodorg:CateringCrew
rdf:type ep-prodorg:CrewType , owl:Class ;
rdf:type owl:Class , ep-prodorg:CrewType ;
rdfs:label "catering crew"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Crew .
......@@ -27,7 +27,7 @@ ep-prodorg:CommercialEntity
rdfs:subClassOf ep-prodorg:PersonOrOrganization .
ep-prodorg:ContractorCrew
rdf:type ep-prodorg:CrewType , owl:Class ;
rdf:type owl:Class , ep-prodorg:CrewType ;
rdfs:label "contractor crew"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Crew .
......@@ -42,27 +42,27 @@ ep-prodorg:CrewType
rdfs:subClassOf owl:Class .
ep-prodorg:DayVisitorCrew
rdf:type ep-prodorg:CrewType , owl:Class ;
rdf:type owl:Class , ep-prodorg:CrewType ;
rdfs:label "day visitor crew"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Crew .
ep-prodorg:DrillingContractCrew
rdf:type ep-prodorg:CrewType , owl:Class ;
rdf:type owl:Class , ep-prodorg:CrewType ;
rdfs:label "drilling contract crew"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Crew .
ep-prodorg:NonOperatorOvernightVisitorCrew
rdf:type owl:Class , ep-prodorg:CrewType ;
rdf:type ep-prodorg:CrewType , owl:Class ;
rdfs:label "non-operator overnight visitor crew"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Crew .
ep-prodorg:OperatorNormalCrew
rdf:type ep-prodorg:CrewType , owl:Class ;
rdf:type owl:Class , ep-prodorg:CrewType ;
rdfs:label "operator normal crew"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Crew .
ep-prodorg:OperatorOvernightVisitorCrew
rdf:type ep-prodorg:CrewType , owl:Class ;
rdf:type owl:Class , ep-prodorg:CrewType ;
rdfs:label "operator overnight visitor crew"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Crew .
......@@ -79,8 +79,13 @@ ep-prodorg:PersonRole
rdfs:label "person role"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Person .
ep-prodorg:PersonRoleType
rdf:type rdfs:Class ;
rdfs:label "person role type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodorg:TotalCrew
rdf:type ep-prodorg:CrewType , owl:Class ;
rdf:type owl:Class , ep-prodorg:CrewType ;
rdfs:label "total crew"^^xsd:string ;
rdfs:subClassOf ep-prodorg:Crew .
......@@ -96,7 +101,7 @@ ep-prodorg:hasCrew
rdfs:range ep-prodorg:Crew .
ep-prodorg:numberInCrew
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-prodorg:Crew ;
rdfs:label "number in crew"^^xsd:string .
......
......@@ -9,7 +9,9 @@
# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations
# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults
# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1
@prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> .
@prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> .
@prefix injectionTestData: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> .
@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults#> .
......@@ -28,5 +30,5 @@
<http://www.reportinghub.no/ep/transform/1.0/dpr/collector>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> ;
owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .