Holger Knublauch

Missing id in function

......@@ -99,13 +99,14 @@ reportspin:idOfDDRByDateAndWellBoreId
sp:subject
[ sp:varName "report"^^xsd:string
]
])
] [ sp:object
[ sp:varName "id"^^xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The id of the well bore."^^xsd:string ;
spl:predicate <http://spinrdf.org/arg#wellBoreId> ;
spl:valueType xsd:string
sp:predicate <http://rdfs.org/sioc/ns#id> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
])
] ;
spin:constraint
[ rdf:type spl:Argument ;
......@@ -113,4 +114,10 @@ reportspin:idOfDDRByDateAndWellBoreId
spl:predicate <http://spinrdf.org/arg#date> ;
spl:valueType xsd:date
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The id of the well bore."^^xsd:string ;
spl:predicate <http://spinrdf.org/arg#wellBoreId> ;
spl:valueType xsd:string
] ;
spin:returnType xsd:string .
......