Showing
1 changed file
with
13 additions
and
6 deletions
| ... | @@ -99,18 +99,25 @@ reportspin:idOfDDRByDateAndWellBoreId | ... | @@ -99,18 +99,25 @@ reportspin:idOfDDRByDateAndWellBoreId |
| 99 | sp:subject | 99 | sp:subject |
| 100 | [ sp:varName "report"^^xsd:string | 100 | [ sp:varName "report"^^xsd:string |
| 101 | ] | 101 | ] |
| 102 | + ] [ sp:object | ||
| 103 | + [ sp:varName "id"^^xsd:string | ||
| 104 | + ] ; | ||
| 105 | + sp:predicate <http://rdfs.org/sioc/ns#id> ; | ||
| 106 | + sp:subject | ||
| 107 | + [ sp:varName "report"^^xsd:string | ||
| 108 | + ] | ||
| 102 | ]) | 109 | ]) |
| 103 | ] ; | 110 | ] ; |
| 104 | spin:constraint | 111 | spin:constraint |
| 105 | [ rdf:type spl:Argument ; | 112 | [ rdf:type spl:Argument ; |
| 106 | - rdfs:comment "The id of the well bore."^^xsd:string ; | ||
| 107 | - spl:predicate <http://spinrdf.org/arg#wellBoreId> ; | ||
| 108 | - spl:valueType xsd:string | ||
| 109 | - ] ; | ||
| 110 | - spin:constraint | ||
| 111 | - [ rdf:type spl:Argument ; | ||
| 112 | rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ; | 113 | rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ; |
| 113 | spl:predicate <http://spinrdf.org/arg#date> ; | 114 | spl:predicate <http://spinrdf.org/arg#date> ; |
| 114 | spl:valueType xsd:date | 115 | spl:valueType xsd:date |
| 115 | ] ; | 116 | ] ; |
| 117 | + spin:constraint | ||
| 118 | + [ rdf:type spl:Argument ; | ||
| 119 | + rdfs:comment "The id of the well bore."^^xsd:string ; | ||
| 120 | + spl:predicate <http://spinrdf.org/arg#wellBoreId> ; | ||
| 121 | + spl:valueType xsd:string | ||
| 122 | + ] ; | ||
| 116 | spin:returnType xsd:string . | 123 | spin:returnType xsd:string . | ... | ... |
-
Please register or login to post a comment