David Leal

Completion of weather and of data in obj_report context

......@@ -22,7 +22,7 @@
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
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/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-mpr-spin-lib:Function
......@@ -5388,6 +5388,37 @@ ep-mpr-spin-lib:selectReportPeriodType
])
] .
ep-mpr-spin-lib:selectReportVersionStatusType
rdf:type spin:Function ;
rdfs:label "select ReportVersionStatusType"^^xsd:string ;
rdfs:subClassOf ep-mpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "reportVersionStatusType"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VS_final>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/report#FinalVersionOfAReport> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VS_preliminary>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/report#PreliminaryVersionOfAReport> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/report#Report>
]
] ;
sp:variable
[ sp:varName "reportVersionStatusType"^^xsd:string
]
])
] .
ep-mpr-spin-lib:selectReportingFacilityType
rdf:type spin:Function ;
rdfs:label "select ReportingFacilityType"^^xsd:string ;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.