rdfs:comment"The value to match against."^^xsd:string;
spl:predicatesp:arg1
];
spin:returnTyperdfs:Resource.
npdata:npd
...
...
@@ -513,15 +513,15 @@ rhspin:dtypeValue
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The predicate that points to the reified value."^^xsd:string;
spl:predicatesp:arg2;
spl:valueTyperdf:Property
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The subject of the value."^^xsd:string;
spl:predicatesp:arg1;
spl:valueTyperdfs:Resource
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The predicate that points to the reified value."^^xsd:string;
spl:predicatesp:arg2;
spl:valueTyperdf:Property
].
rhspin:facilityById
...
...
@@ -570,7 +570,7 @@ rhspin:fieldById
rhspin:graphForDDR
rdf:typespin:Function;
rdfs:comment"Gets the URI resource of the named graph that holds the reports for a given DDR."^^xsd:string;
rdfs:comment"Gets the URI resource of the named graph that holds the reports for a given DDR. This function needs to be called on the (in-memory) graph that contains the newly generated DDR triples. To get the graph for a DDR later, fetch the well bore id from the reports metadata graph and then call rhspin:graphForWellBoreWithId."^^xsd:string;
rdfs:label"graph for DDR"^^xsd:string;
rdfs:subClassOfspin:Functions;
spin:body
...
...
@@ -617,6 +617,61 @@ rhspin:graphForDDR
];
spin:returnTyperdfs:Resource.
rhspin:graphForWellBoreWithId
rdf:typespin:Function;
rdfs:comment"Gets the URI resource of the named graph that holds the reports for a given well bore."^^xsd:string;
rdfs:label"graph for well bore with id"^^xsd:string;