Showing
3 changed files
with
3 additions
and
2 deletions
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
21 | <http://www.reportinghub.no/ep/spin/ddr-tables> | 21 | <http://www.reportinghub.no/ep/spin/ddr-tables> |
22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
23 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; | 23 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; |
24 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ; |
25 | owl:versionInfo "0.1.0"^^xsd:string . | 25 | owl:versionInfo "0.1.0"^^xsd:string . |
26 | 26 | ||
27 | ddr-tables:BitRecord | 27 | ddr-tables:BitRecord |
... | @@ -196,6 +196,8 @@ ddr-tables:CasingLinerTubingInformation | ... | @@ -196,6 +196,8 @@ ddr-tables:CasingLinerTubingInformation |
196 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 196 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
197 | spin:body | 197 | spin:body |
198 | [ rdf:type sp:Select ; | 198 | [ rdf:type sp:Select ; |
199 | + sp:orderBy ([ sp:varName "startTime"^^xsd:string | ||
200 | + ]) ; | ||
199 | sp:resultVariables ([ sp:varName "typeOfPipe"^^xsd:string | 201 | sp:resultVariables ([ sp:varName "typeOfPipe"^^xsd:string |
200 | ] [ sp:varName "casingType"^^xsd:string | 202 | ] [ sp:varName "casingType"^^xsd:string |
201 | ] [ sp:varName "startTime"^^xsd:string | 203 | ] [ sp:varName "startTime"^^xsd:string | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment