MonkeyChap

Merge branch 'IanFri1'

......@@ -31,6 +31,11 @@ Would be much better if we could assume testDate is mandatory - that would give
sp:subject
[ sp:varName "epWellTest"^^xsd:string
]
] [ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "monthlyProductionActivity"^^xsd:string
]
] [ sp:object
[ sp:varName "epWellTest"^^xsd:string
] ;
......@@ -133,19 +138,7 @@ Would be much better if we could assume testDate is mandatory - that would give
[ sp:varName "epWellTest"^^xsd:string
]
]) ;
sp:where ([ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "monthlyProductionActivity"^^xsd:string
]
] [ sp:object
[ sp:varName "monthlyProductionActivity"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "monthlyProductionActivity"^^xsd:string
]
] [ sp:object
sp:where ([ sp:object
[ sp:varName "wellTest"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
......@@ -307,10 +300,91 @@ Would be much better if we could assume testDate is mandatory - that would give
[ sp:varName "epWellTestType"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "prodTest"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#productionTestRef> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "testDuration"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#testDurationRef> ;
sp:subject
[ sp:varName "prodTest"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "wellheadData"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#wellheadDataRef> ;
sp:subject
[ sp:varName "prodTest"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "temperature"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#temperatureRef> ;
sp:subject
[ sp:varName "wellheadData"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "flowingPressure"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#flowingPressureRef> ;
sp:subject
[ sp:varName "wellheadData"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "chokeOrificeSize"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#chokeOrificeSizeRef> ;
sp:subject
[ sp:varName "wellheadData"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "gasLiftChokeOrificeSize"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#gasLiftchokeOrificeSizeRef> ;
sp:subject
[ sp:varName "wellheadData"^^xsd:string
]
])
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "separatorData"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#separatorDataRef> ;
sp:subject
[ sp:varName "prodTest"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productionTestResults"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#productionTestResultsRef> ;
sp:subject
[ sp:varName "prodTest"^^xsd:string
]
])
])
])
] .
<http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ;
owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......