Split weather section of DPR2 rpt into Atmosphere and Sea weather, finished Atmosphere one
Showing
3 changed files
with
84 additions
and
78 deletions
This diff could not be displayed because it is too large.
| ... | @@ -67,6 +67,7 @@ WHERE { | ... | @@ -67,6 +67,7 @@ WHERE { |
| 67 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" /> | 67 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" /> |
| 68 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" /> | 68 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" /> |
| 69 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WeatherInformation" /> | 69 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WeatherInformation" /> |
| 70 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SeaWeatherInformation" /> | ||
| 70 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" /> | 71 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" /> |
| 71 | 72 | ||
| 72 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> | 73 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/swp/dpr | 1 | +# baseURI: http://www.reportinghub.no/swp/dpr |
| 2 | -# imports: http://uispin.org/tui | 2 | +# imports: http://uispin.org/tui |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production |
| 4 | -# imports: http://www.reportinghub.no/ep/spin/dpr-tables | 4 | +# imports: http://www.reportinghub.no/ep/spin/dpr-tables |
| 5 | -# imports: http://www.reportinghub.no/spin/rh | 5 | +# imports: http://www.reportinghub.no/spin/rh |
| 6 | - | 6 | + |
| 7 | -@prefix arg: <http://spinrdf.org/arg#> . | 7 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 8 | -@prefix dprswp: <http://www.reportinghub.no/swp/dpr#> . | 8 | +@prefix dprswp: <http://www.reportinghub.no/swp/dpr#> . |
| 9 | -@prefix html: <http://uispin.org/html#> . | 9 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 10 | -@prefix let: <http://uispin.org/let#> . | 10 | +@prefix html: <http://uispin.org/html#> . |
| 11 | -@prefix letrs: <http://uispin.org/letrs#> . | 11 | +@prefix let: <http://uispin.org/let#> . |
| 12 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | +@prefix letrs: <http://uispin.org/letrs#> . |
| 13 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 14 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 15 | -@prefix sp: <http://spinrdf.org/sp#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 16 | -@prefix spin: <http://spinrdf.org/spin#> . | 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 17 | -@prefix spl: <http://spinrdf.org/spl#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 18 | -@prefix ui: <http://uispin.org/ui#> . | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 19 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 20 | - | 20 | +@prefix ui: <http://uispin.org/ui#> . |
| 21 | -arg:report | 21 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 22 | - rdf:type rdf:Property ; | 22 | + |
| 23 | - rdfs:label "report"^^xsd:string ; | 23 | +arg:report |
| 24 | - rdfs:subPropertyOf sp:arg . | 24 | + rdf:type rdf:Property ; |
| 25 | - | 25 | + rdfs:label "report"^^xsd:string ; |
| 26 | -arg:template | 26 | + rdfs:subPropertyOf sp:arg . |
| 27 | - rdf:type rdf:Property ; | 27 | + |
| 28 | - rdfs:label "template"^^xsd:string ; | 28 | +arg:template |
| 29 | - rdfs:subPropertyOf sp:arg . | 29 | + rdf:type rdf:Property ; |
| 30 | - | 30 | + rdfs:label "template"^^xsd:string ; |
| 31 | -<http://www.reportinghub.no/ep/schema/report#DailyProductionReport> | 31 | + rdfs:subPropertyOf sp:arg . |
| 32 | - ui:instanceView | 32 | + |
| 33 | - [ rdf:type dprswp:DailyProductionReportView ; | 33 | +<http://www.reportinghub.no/ep/schema/report#DailyProductionReport> |
| 34 | - arg:report spin:_this | 34 | + ui:instanceView |
| 35 | - ] . | 35 | + [ rdf:type dprswp:DailyProductionReportView ; |
| 36 | - | 36 | + arg:report spin:_this |
| 37 | -<http://www.reportinghub.no/swp/dpr> | 37 | + ] . |
| 38 | - rdf:type owl:Ontology ; | 38 | + |
| 39 | - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/dpr-tables> , <http://www.reportinghub.no/spin/rh> ; | 39 | +<http://www.reportinghub.no/ep/spin/dpr-tables#WeatherInformation> |
| 40 | - owl:versionInfo "0.1.0"^^xsd:string . | 40 | + rdfs:comment "rhspin:tableHeaders values come from http://massivemonster.org/prodmltutorial/movingon/operational/weather"^^xsd:string . |
| 41 | - | 41 | + |
| 42 | -dprswp:DailyProductionReportView | 42 | +<http://www.reportinghub.no/swp/dpr> |
| 43 | - rdf:type ui:NodeClass ; | 43 | + rdf:type owl:Ontology ; |
| 44 | - rdfs:label "Daily production report view"^^xsd:string ; | 44 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/dpr-tables> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://uispin.org/tui> ; |
| 45 | - rdfs:subClassOf ui:Element ; | 45 | + owl:versionInfo "0.1.0"^^xsd:string . |
| 46 | - spin:constraint | 46 | + |
| 47 | - [ rdf:type spl:Argument ; | 47 | +dprswp:DailyProductionReportView |
| 48 | - rdfs:comment "The report to display."^^xsd:string ; | 48 | + rdf:type ui:NodeClass ; |
| 49 | - spl:predicate arg:report ; | 49 | + rdfs:label "Daily production report view"^^xsd:string ; |
| 50 | - spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> | 50 | + rdfs:subClassOf ui:Element ; |
| 51 | - ] ; | 51 | + spin:constraint |
| 52 | - ui:headIncludes | 52 | + [ rdf:type spl:Argument ; |
| 53 | - [ rdf:type html:Link ; | 53 | + rdfs:comment "The report to display."^^xsd:string ; |
| 54 | - html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; | 54 | + spl:predicate arg:report ; |
| 55 | - html:rel "stylesheet"^^xsd:string ; | 55 | + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> |
| 56 | - html:type "text/css"^^xsd:string | 56 | + ] ; |
| 57 | - ] ; | 57 | + ui:headIncludes |
| 58 | - ui:prototype <http://www.reportinghub.no/swp/DailyProductionReport.uispin.html> . | 58 | + [ rdf:type html:Link ; |
| 59 | - | 59 | + html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ; |
| 60 | -dprswp:Table | 60 | + html:rel "stylesheet"^^xsd:string ; |
| 61 | - rdf:type ui:NodeClass ; | 61 | + html:type "text/css"^^xsd:string |
| 62 | - rdfs:comment "An HTML table displaying the results of a given SPIN template for a given DPR. The template should also provide rhspin:tableHeaders."^^xsd:string ; | 62 | + ] ; |
| 63 | - rdfs:label "Table"^^xsd:string ; | 63 | + ui:prototype <http://www.reportinghub.no/swp/DailyProductionReport.uispin.html> . |
| 64 | - rdfs:subClassOf ui:Element ; | 64 | + |
| 65 | - spin:constraint | 65 | +dprswp:Table |
| 66 | - [ rdf:type spl:Argument ; | 66 | + rdf:type ui:NodeClass ; |
| 67 | - rdfs:comment "The report that serves as root of the template."^^xsd:string ; | 67 | + rdfs:comment "An HTML table displaying the results of a given SPIN template for a given DPR. The template should also provide rhspin:tableHeaders."^^xsd:string ; |
| 68 | - spl:optional "true"^^xsd:boolean ; | 68 | + rdfs:label "Table"^^xsd:string ; |
| 69 | - spl:predicate arg:report ; | 69 | + rdfs:subClassOf ui:Element ; |
| 70 | - spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> | 70 | + spin:constraint |
| 71 | - ] ; | 71 | + [ rdf:type spl:Argument ; |
| 72 | - spin:constraint | 72 | + rdfs:comment "The SPIN Template to execute."^^xsd:string ; |
| 73 | - [ rdf:type spl:Argument ; | 73 | + spl:predicate arg:template ; |
| 74 | - rdfs:comment "The SPIN Template to execute."^^xsd:string ; | 74 | + spl:valueType spin:Template |
| 75 | - spl:predicate arg:template ; | 75 | + ] ; |
| 76 | - spl:valueType spin:Template | 76 | + spin:constraint |
| 77 | - ] ; | 77 | + [ rdf:type spl:Argument ; |
| 78 | - ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> . | 78 | + rdfs:comment "The report that serves as root of the template."^^xsd:string ; |
| 79 | + spl:optional "true"^^xsd:boolean ; | ||
| 80 | + spl:predicate arg:report ; | ||
| 81 | + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> | ||
| 82 | + ] ; | ||
| 83 | + ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> . | ... | ... |
-
Please register or login to post a comment