MonkeyChap

Spoiled the minimalist perfection of dpr-productionOperations by adding some SPIN rules

[sigh]
# Saved by TopBraid on Fri Oct 14 13:44:06 BST 2011
# Saved by TopBraid on Fri Oct 14 14:49:32 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations
# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed
# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
# imports: http://spinrdf.org/spin
# imports: http://www.witsml.org/schemas/131/addendum/combo
# imports: http://www.reportinghub.no/ep/schema/1.0/production-report
@prefix : <http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations#> .
@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
@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 sp: <http://spinrdf.org/sp#> .
@prefix spif: <http://spinrdf.org/spif#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix unnamed: <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations>
rdf:type <http://www.w3.org/2002/07/owl#Ontology> ;
<http://www.w3.org/2002/07/owl#imports>
<http://spinrdf.org/spin> ;
<http://www.w3.org/2002/07/owl#versionInfo>
"Created with TopBraid Composer"^^xsd:string .
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.witsml.org/schemas/131/addendum/combo> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#DailyProductionReport> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b2
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b2
]) ;
sp:where ([ sp:object _:b5 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentInfoRef> ;
sp:subject spin:_this
] [ sp:object _:b6 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentNameRef> ;
sp:subject _:b5
] [ sp:object _:b7 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b6
] [ sp:object _:b8 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentDate> ;
sp:subject _:b5
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/dailyProductionReport/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 [ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b7
] ;
sp:arg2 "$" ;
sp:arg3 _:b8
]
] ;
sp:variable _:b1
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "pvrSet"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productVolumeSetRef> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b9 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationSetRef> ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b10 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationRef> ;
sp:subject _:b9
] [ sp:object
[ sp:varName "mainFacility"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject _:b10
] [ sp:object _:b3 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject _:b10
] [ sp:object _:b4 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject _:b10
] [ sp:object _:b11 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#contextFacilityRef> ;
sp:subject _:b10
] [ sp:object _:b12 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b11
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionActivityURI ;
sp:arg1 _:b12 ;
sp:arg2 _:b3 ;
sp:arg3 _:b4
] ;
sp:variable _:b2
])
])
])
] .
<http://www.witsml.org/schemas/131/addendum/combo#Co_productionOperation>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "?mainFacility dtype:value ?mainFacName ."^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#DailyProductionOperationsActivity> ;
sp:predicate rdf:type ;
sp:subject _:b13
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionActivityToEndOfReportingPeriod> ;
sp:predicate rdf:type ;
sp:subject _:b14
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b14
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ;
sp:subject _:b14
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationsActivityToEndOfReportingPeriod> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ;
sp:subject _:b15
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b16
] [ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b13
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b13
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b15
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b14
] [ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ;
sp:predicate rdf:type ;
sp:subject _:b19
] [ sp:object _:b19 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvement> ;
sp:subject _:b16
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvement> ;
sp:subject _:b16
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ;
sp:subject _:b21
]) ;
sp:where ([ sp:object
[ sp:varName "mainFacility"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject spin:_this
] [ sp:object _:b17 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject spin:_this
] [ sp:object _:b18 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "mfsNameSystem"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#namingSystem> ;
sp:subject
[ sp:varName "mainFacilityStruct"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b22 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operatorRef> ;
sp:subject spin:_this
] [ sp:object _:b23 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b22
] [ sp:object _:b24 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#contextFacilityRef> ;
sp:subject spin:_this
] [ sp:object _:b25 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b24
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildFacilityURI ;
sp:arg1 _:b25
] ;
sp:variable _:b21
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildTemporalPartOfFacilityURI ;
sp:arg1 _:b25 ;
sp:arg2 _:b17 ;
sp:arg3 _:b18
] ;
sp:variable _:b20
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/OperatingCompany/" ;
sp:arg2 _:b23
] ;
sp:variable _:b19
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:dateFormat ;
sp:arg1 _:b17 ;
sp:arg2 "yyyy"
] ;
sp:variable
[ sp:varName "startYear"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionActivityURI ;
sp:arg1 _:b25 ;
sp:arg2 _:b17 ;
sp:arg3 _:b18
] ;
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b25 ;
sp:arg2 _:b17 ;
sp:arg3 _:b18
] ;
sp:variable _:b13
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ;
sp:arg1 _:b25 ;
sp:arg2 _:b18
] ;
sp:variable _:b14
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildAnnualProductionOperationsActivityToEndOfPeriodURI ;
sp:arg1 _:b25 ;
sp:arg2 _:b18
] ;
sp:variable _:b15
])
] .
<http://www.witsml.org/schemas/131/addendum/combo#Cs_alarm>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#Alarm> ;
sp:predicate rdf:type ;
sp:subject _:b26
] [ sp:object
[ sp:varName "alStartTime"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b26
] [ sp:object
[ sp:varName "alEndTime"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b26
] [ sp:object
[ sp:varName "alComment"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:subject _:b26
] [ sp:object _:b26 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b27
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b28
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/alarm/{?1}" ;
sp:arg2 _:b28
] ;
sp:variable _:b26
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b29 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
sp:subject _:b30
] [ sp:object spin:_this ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#alarmRef> ;
sp:subject _:b29
] [ sp:object _:b31 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject _:b30
] [ sp:object _:b32 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b31
] [ sp:object _:b30 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
sp:subject _:b33
] [ sp:object _:b34 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject _:b33
] [ sp:object _:b35 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject _:b33
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b32 ;
sp:arg2 _:b34 ;
sp:arg3 _:b35
] ;
sp:variable _:b27
])
])
] .
<http://www.witsml.org/schemas/131/addendum/combo#Cs_cargoShipOperation>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#LostProduction> ;
sp:predicate rdf:type ;
sp:subject _:b36
] [ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b36
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b36
] [ sp:object _:b36 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b39
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b40
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/cargoShipOperation/{?1}" ;
sp:arg2 _:b40
] ;
sp:variable _:b36
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b38 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
sp:subject spin:_this
] [ sp:object _:b37 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b41 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
sp:subject _:b42
] [ sp:object spin:_this ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#cargoShipOperationRef> ;
sp:subject _:b41
] [ sp:object _:b43 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject _:b42
] [ sp:object _:b44 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b43
] [ sp:object _:b42 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
sp:subject _:b45
] [ sp:object _:b46 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject _:b45
] [ sp:object _:b47 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject _:b45
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b44 ;
sp:arg2 _:b46 ;
sp:arg3 _:b47
] ;
sp:variable _:b39
])
])
] .
<http://www.witsml.org/schemas/131/addendum/combo#Cs_installationReport>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """
Need functions to generate facility URIs - also need their temporal parts"""^^xsd:string ;
sp:templates ([ sp:object _:b48 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b49
] [ sp:object _:b50 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvement> ;
sp:subject _:b48
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAPlatform> ;
sp:predicate rdf:type ;
sp:subject _:b50
] [ sp:object _:b51 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ;
sp:subject _:b50
] [ sp:object
[ sp:varName "cateringCrewCount"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfCateringCrew> ;
sp:subject _:b50
] [ sp:object
[ sp:varName "contractorCrewCount"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfContractorCrew> ;
sp:subject _:b50
] [ sp:object
[ sp:varName "dayVisitorsCount"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfDayVisitors> ;
sp:subject _:b50
] [ sp:object
[ sp:varName "drillingContractCrewCount"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfDrillingContractCrew> ;
sp:subject _:b50
] [ sp:object
[ sp:varName "otherCrewCount"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOtherCrew> ;
sp:subject _:b50
] [ sp:object
[ sp:varName "ownCrewCount"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnCrew> ;
sp:subject _:b50
] [ sp:object
[ sp:varName "ownOtherCrewCount"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnOtherCrew> ;
sp:subject _:b50
] [ sp:object
[ sp:varName "personnelOnboardCount"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfPersonnelOnBoard> ;
sp:subject _:b50
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FusionOfHSEActivitiesOverPeriod> ;
sp:predicate rdf:type ;
sp:subject _:b52
] [ sp:object _:b53 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#productionActivityPeriodClassification> ;
sp:subject _:b52
] [ sp:object _:b54 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#classificationBySafetyActivityType> ;
sp:subject _:b52
] [ sp:object _:b52 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b55
] [ sp:object _:b56 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfAllPartsOfType> ;
sp:subject _:b52
] [ sp:object _:b57 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#count> ;
sp:subject _:b56
] [ sp:object _:b48 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> ;
sp:subject _:b55
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationsActivityToEndOfReportingPeriod> ;
sp:predicate rdf:type ;
sp:subject _:b55
] [ sp:object _:b55 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b58
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#DailyProductionOperationsActivity> ;
sp:predicate rdf:type ;
sp:subject _:b48
]) ;
sp:where ([ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b51 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#bedsAvailable> ;
sp:subject spin:_this
])
] [ sp:object spin:_this ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
sp:subject _:b59
] [ sp:object _:b60 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject _:b59
] [ sp:object _:b61 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject _:b59
] [ sp:object _:b62 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject _:b59
] [ sp:object _:b63 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b62
] [ sp:object _:b64 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "installkind"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b64
] [ sp:object _:b65 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b64
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildAnnualProductionOperationsActivityToEndOfPeriodURI ;
sp:arg1 _:b63 ;
sp:arg2 _:b61
] ;
sp:variable _:b58
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b63 ;
sp:arg2 _:b60 ;
sp:arg3 _:b61
] ;
sp:variable _:b49
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b65 ;
sp:arg2 _:b60 ;
sp:arg3 _:b61
] ;
sp:variable _:b48
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildTemporalPartOfFacilityURI ;
sp:arg1 _:b65 ;
sp:arg2 _:b60 ;
sp:arg3 _:b61
] ;
sp:variable _:b50
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildAnnualProductionOperationsActivityToEndOfPeriodURI ;
sp:arg1 _:b65 ;
sp:arg2 _:b61
] ;
sp:variable _:b55
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b66 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operationalHSERef> ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b67 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#safetyRef> ;
sp:subject _:b66
] [ sp:object _:b68 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#safetyCountRef> ;
sp:subject _:b67
] [ sp:object _:b57 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b68
] [ sp:object _:b69 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#periodRef> ;
sp:subject _:b68
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildUniqueURI ;
sp:arg1 "<https://www.reportinghub.no/ep/data/FusionOfHseActivities/>"
] ;
sp:variable
[ sp:varName "epHseFusion"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType ;
sp:arg1 _:b69
] ;
sp:variable _:b53
] [ rdf:type sp:Bind ;
sp:expression _:b55 ;
sp:variable
[ sp:varName "epSafetyParent"^^xsd:string
]
] [ sp:object _:b70 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#typeRef> ;
sp:subject _:b68
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectSafetyActivityType ;
sp:arg1 _:b70
] ;
sp:variable _:b54
])
])
])
] .
<http://www.witsml.org/schemas/131/addendum/combo#Cs_lostProduction>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#LostProduction> ;
sp:predicate rdf:type ;
sp:subject _:b71
] [ sp:object _:b72 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b71
] [ sp:object _:b73 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b71
] [ sp:object _:b71 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b74
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b75
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/lostProduction/{?1}" ;
sp:arg2 _:b75
] ;
sp:variable _:b71
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b73 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
sp:subject spin:_this
] [ sp:object _:b72 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b76 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
sp:subject _:b77
] [ sp:object spin:_this ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#lostProductionRef> ;
sp:subject _:b76
] [ sp:object _:b78 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject _:b77
] [ sp:object _:b79 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b78
] [ sp:object _:b77 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
sp:subject _:b80
] [ sp:object _:b81 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject _:b80
] [ sp:object _:b82 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject _:b80
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b79 ;
sp:arg2 _:b81 ;
sp:arg3 _:b82
] ;
sp:variable _:b74
])
])
] .
<http://www.witsml.org/schemas/131/addendum/combo#Cs_marineOperation>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MarineOperation> ;
sp:predicate rdf:type ;
sp:subject _:b83
] [ sp:object _:b84 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b83
] [ sp:object _:b85 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b83
] [ sp:object _:b86 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#involvedVessel> ;
sp:subject _:b83
] [ sp:object _:b87 ;
sp:predicate rdfs:comment ;
sp:subject _:b83
] [ sp:object _:b83 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b88
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b89
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/marineOperation/{?1}" ;
sp:arg2 _:b89
] ;
sp:variable _:b83
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b85 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
sp:subject spin:_this
] [ sp:object _:b84 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b90 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#supplyShip> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildShipURI ;
sp:arg1 _:b90
] ;
sp:variable _:b86
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b91 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#activityRef> ;
sp:subject spin:_this
] [ sp:object _:b87 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ;
sp:subject _:b91
] [ sp:object _:b85 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
sp:subject _:b91
] [ sp:object _:b84 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject _:b91
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b92 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
sp:subject _:b93
] [ sp:object spin:_this ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#marineOperationRef> ;
sp:subject _:b92
] [ sp:object _:b94 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject _:b93
] [ sp:object _:b95 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b94
] [ sp:object _:b93 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
sp:subject _:b96
] [ sp:object _:b97 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject _:b96
] [ sp:object _:b98 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject _:b96
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b95 ;
sp:arg2 _:b97 ;
sp:arg3 _:b98
] ;
sp:variable _:b88
])
])
] .
<http://www.witsml.org/schemas/131/addendum/combo#Cs_operationalComment>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object _:b99 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b100
] [ sp:object _:b101 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b100
] [ sp:object _:b100 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b102
] [ sp:object _:b103 ;
sp:predicate rdfs:comment ;
sp:subject _:b100
] [ sp:object _:b104 ;
sp:predicate rdf:type ;
sp:subject _:b100
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b105
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/PartOfProductionOperation/{?1}" ;
sp:arg2 _:b105
] ;
sp:variable _:b100
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b101 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
sp:subject spin:_this
] [ sp:object _:b99 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b106 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#typeRef> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionOperationPartType ;
sp:arg1 _:b106
] ;
sp:variable _:b104
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b103 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#comment> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b107 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
sp:subject _:b108
] [ sp:object spin:_this ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operationalCommentRef> ;
sp:subject _:b107
] [ sp:object _:b109 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject _:b108
] [ sp:object _:b110 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b109
] [ sp:object _:b108 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
sp:subject _:b111
] [ sp:object _:b112 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject _:b111
] [ sp:object _:b113 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject _:b111
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b110 ;
sp:arg2 _:b112 ;
sp:arg3 _:b113
] ;
sp:variable _:b102
])
])
] .
<http://www.witsml.org/schemas/131/addendum/combo#Cs_waterCleaningQuality>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#WaterCleaningOperation> ;
sp:predicate rdf:type ;
sp:subject _:b114
] [ sp:object _:b115 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b114
] [ sp:object _:b116 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b114
] [ sp:object _:b114 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b117
] [ sp:object _:b118 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplePoint> ;
sp:subject _:b114
] [ sp:object _:b119 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#waterSampleTaken> ;
sp:subject _:b114
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#WaterSample> ;
sp:predicate rdf:type ;
sp:subject _:b119
] [ sp:object _:b120 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplePhValue> ;
sp:subject _:b119
] [ sp:object _:b121 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#amountOfOil> ;
sp:subject _:b119
] [ sp:object _:b122 ;
sp:predicate rdf:type ;
sp:subject _:b121
] [ sp:object _:b123 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#oilInWater> ;
sp:subject _:b119
] [ sp:object _:b124 ;
sp:predicate rdf:type ;
sp:subject _:b123
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b125
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/waterCleaningQuality/{?1}" ;
sp:arg2 _:b125
] ;
sp:variable _:b114
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b126
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/{?1}" ;
sp:arg2 _:b126
] ;
sp:variable _:b119
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b116 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
sp:subject spin:_this
] [ sp:object _:b115 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b118 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#samplePoint> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b120 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#phValue> ;
sp:subject spin:_this
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b127 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#amountOfOilRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "oilAmountVal"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b127
] [ sp:object _:b128 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject
[ sp:varName "oilAmounrRef"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ;
sp:arg1 _:b128
] ;
sp:variable _:b122
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b129
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/amountOfOil/{?1}" ;
sp:arg2 _:b129
] ;
sp:variable _:b121
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b130 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilInWaterProducedRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "owVal"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b130
] [ sp:object
[ sp:varName "owUOM"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b130
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectMassConcentrationScale ;
sp:arg1 _:b128
] ;
sp:variable _:b124
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:generateUUID
] ;
sp:variable _:b131
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/waterSample/amountOfOil/{?1}" ;
sp:arg2 _:b131
] ;
sp:variable _:b123
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b132 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionActivityRef> ;
sp:subject _:b133
] [ sp:object spin:_this ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#waterCleaningQualityRef> ;
sp:subject _:b132
] [ sp:object _:b134 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ;
sp:subject _:b133
] [ sp:object _:b135 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b134
] [ sp:object _:b133 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationReportRef> ;
sp:subject _:b136
] [ sp:object _:b137 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject _:b136
] [ sp:object _:b138 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ;
sp:subject _:b136
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildDailyProductionOperationsActivityURI ;
sp:arg1 _:b135 ;
sp:arg2 _:b137 ;
sp:arg3 _:b138
] ;
sp:variable _:b117
])
])
] .
_:b5 sp:varName "docInfo"^^xsd:string .
_:b6 sp:varName "docNameStruct"^^xsd:string .
_:b7 sp:varName "docName"^^xsd:string .
_:b8 sp:varName "docDate"^^xsd:string .
_:b1 sp:varName "epDailyProdRep"^^xsd:string .
_:b9 sp:varName "porSet"^^xsd:string .
_:b10
sp:varName "porRef"^^xsd:string .
_:b3 sp:varName "startDate"^^xsd:string .
_:b4 sp:varName "endDate"^^xsd:string .
_:b11
sp:varName "contextFacility"^^xsd:string .
_:b12
sp:varName "mainFacName"^^xsd:string .
_:b2 sp:varName "epDailyProdAct"^^xsd:string .
_:b17
sp:varName "startDate"^^xsd:string .
_:b18
sp:varName "endDate"^^xsd:string .
_:b22
sp:varName "operator"^^xsd:string .
_:b23
sp:varName "operatorName"^^xsd:string .
_:b24
sp:varName "contextFacility"^^xsd:string .
_:b25
sp:varName "mainFacName"^^xsd:string .
_:b21
sp:varName "epMainFac"^^xsd:string .
_:b20
sp:varName "epMainFacTempPart"^^xsd:string .
_:b19
sp:varName "opCo"^^xsd:string .
_:b16
sp:varName "epDailyProdAct"^^xsd:string .
_:b13
sp:varName "epDailyProdOpAct"^^xsd:string .
_:b14
sp:varName "epAnnualProdAct"^^xsd:string .
_:b15
sp:varName "epAnnualProdOpAct"^^xsd:string .
_:b51
sp:varName "beds"^^xsd:string .
_:b59
sp:varName "parentRep"^^xsd:string .
_:b60
sp:varName "startDate"^^xsd:string .
_:b61
sp:varName "endDate"^^xsd:string .
_:b62
sp:varName "mainFacility"^^xsd:string .
_:b63
sp:varName "mainFacName"^^xsd:string .
_:b64
sp:varName "installation"^^xsd:string .
_:b65
sp:varName "installName"^^xsd:string .
_:b58
sp:varName "epAnnualProdOpAct"^^xsd:string .
_:b49
sp:varName "epDailyProdOpAct"^^xsd:string .
_:b48
sp:varName "epInstProdOpAct"^^xsd:string .
_:b50
sp:varName "epInstallTempPart"^^xsd:string .
_:b55
sp:varName "epInstallAnnualAct"^^xsd:string .
_:b66
sp:varName "operationalHSERef"^^xsd:string .
_:b67
sp:varName "safetyRef"^^xsd:string .
_:b68
sp:varName "safetyCountRef"^^xsd:string .
_:b57
sp:varName "safetyCount"^^xsd:string .
_:b69
sp:varName "periodEnum"^^xsd:string .
_:b53
sp:varName "temporalPartOfActivityDurationType"^^xsd:string .
_:b70
sp:varName "safetyActivityEnum"^^xsd:string .
_:b54
sp:varName "safetyActivityType"^^xsd:string .
_:b125
sp:varName "UUID"^^xsd:string .
_:b114
sp:varName "epWaterClean"^^xsd:string .
_:b126
sp:varName "wsUUID"^^xsd:string .
_:b119
sp:varName "epWaterSample"^^xsd:string .
_:b116
sp:varName "endTime"^^xsd:string .
_:b115
sp:varName "startTime"^^xsd:string .
_:b118
sp:varName "samplePoint"^^xsd:string .
_:b120
sp:varName "phVal"^^xsd:string .
_:b127
sp:varName "oilAmountRef"^^xsd:string .
_:b128
sp:varName "oilAmountUOM"^^xsd:string .
_:b122
sp:varName "epOilAmountUOM"^^xsd:string .
_:b129
sp:varName "oaUUID"^^xsd:string .
_:b121
sp:varName "epOilAmount"^^xsd:string .
_:b130
sp:varName "oilInWaterRef"^^xsd:string .
_:b124
sp:varName "epOwUOM"^^xsd:string .
_:b131
sp:varName "owUUID"^^xsd:string .
_:b123
sp:varName "epOilInWater"^^xsd:string .
_:b133
sp:varName "instRep"^^xsd:string .
_:b132
sp:varName "prodAct"^^xsd:string .
_:b134
sp:varName "installation"^^xsd:string .
_:b135
sp:varName "installName"^^xsd:string .
_:b136
sp:varName "parentRep"^^xsd:string .
_:b137
sp:varName "startDate"^^xsd:string .
_:b138
sp:varName "endDate"^^xsd:string .
_:b117
sp:varName "epInstProdOpAct"^^xsd:string .
_:b75
sp:varName "UUID"^^xsd:string .
_:b71
sp:varName "epLostProd"^^xsd:string .
_:b73
sp:varName "endTime"^^xsd:string .
_:b72
sp:varName "startTime"^^xsd:string .
_:b77
sp:varName "instRep"^^xsd:string .
_:b76
sp:varName "prodAct"^^xsd:string .
_:b78
sp:varName "installation"^^xsd:string .
_:b79
sp:varName "installName"^^xsd:string .
_:b80
sp:varName "parentRep"^^xsd:string .
_:b81
sp:varName "startDate"^^xsd:string .
_:b82
sp:varName "endDate"^^xsd:string .
_:b74
sp:varName "epInstProdOpAct"^^xsd:string .
_:b28
sp:varName "alUUID"^^xsd:string .
_:b26
sp:varName "epAlarm"^^xsd:string .
_:b30
sp:varName "instRep"^^xsd:string .
_:b29
sp:varName "prodAct"^^xsd:string .
_:b31
sp:varName "installation"^^xsd:string .
_:b32
sp:varName "installName"^^xsd:string .
_:b33
sp:varName "parentRep"^^xsd:string .
_:b34
sp:varName "startDate"^^xsd:string .
_:b35
sp:varName "endDate"^^xsd:string .
_:b27
sp:varName "epInstProdOpAct"^^xsd:string .
_:b40
sp:varName "UUID"^^xsd:string .
_:b36
sp:varName "epCargoOp"^^xsd:string .
_:b38
sp:varName "endTime"^^xsd:string .
_:b37
sp:varName "startTime"^^xsd:string .
_:b42
sp:varName "instRep"^^xsd:string .
_:b41
sp:varName "prodAct"^^xsd:string .
_:b43
sp:varName "installation"^^xsd:string .
_:b44
sp:varName "installName"^^xsd:string .
_:b45
sp:varName "parentRep"^^xsd:string .
_:b46
sp:varName "startDate"^^xsd:string .
_:b47
sp:varName "endDate"^^xsd:string .
_:b39
sp:varName "epInstProdOpAct"^^xsd:string .
_:b89
sp:varName "moUUID"^^xsd:string .
_:b83
sp:varName "epMarineOp"^^xsd:string .
_:b85
sp:varName "moEndTime"^^xsd:string .
_:b84
sp:varName "moStartTime"^^xsd:string .
_:b90
sp:varName "supplyShipName"^^xsd:string .
_:b86
sp:varName "epSupplyShip"^^xsd:string .
_:b91
sp:varName "moActivity"^^xsd:string .
_:b87
sp:varName "moActComment"^^xsd:string .
_:b93
sp:varName "instRep"^^xsd:string .
_:b92
sp:varName "prodAct"^^xsd:string .
_:b94
sp:varName "installation"^^xsd:string .
_:b95
sp:varName "installName"^^xsd:string .
_:b96
sp:varName "parentRep"^^xsd:string .
_:b97
sp:varName "startDate"^^xsd:string .
_:b98
sp:varName "endDate"^^xsd:string .
_:b88
sp:varName "epInstProdOpAct"^^xsd:string .
_:b105
sp:varName "UUID"^^xsd:string .
_:b100
sp:varName "epNotableOp"^^xsd:string .
_:b101
sp:varName "endTime"^^xsd:string .
_:b99
sp:varName "startTime"^^xsd:string .
_:b106
sp:varName "operationalCommentRefType"^^xsd:string .
_:b104
sp:varName "epNotableOpType"^^xsd:string .
_:b103
sp:varName "naComment"^^xsd:string .
_:b108
sp:varName "instRep"^^xsd:string .
_:b107
sp:varName "prodAct"^^xsd:string .
_:b109
sp:varName "installation"^^xsd:string .
_:b110
sp:varName "installName"^^xsd:string .
_:b111
sp:varName "parentRep"^^xsd:string .
_:b112
sp:varName "startDate"^^xsd:string .
_:b113
sp:varName "endDate"^^xsd:string .
_:b102
sp:varName "epInstProdOpAct"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 14 13:44:05 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations
# Saved by TopBraid on Fri Oct 14 14:49:32 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
......