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
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The subject of the value."^^xsd:string;
spl:predicatesp:arg1;
spl:valueTyperdfs:Resource
].
rhspin:facilityById
...
...
@@ -874,9 +874,8 @@ rhspin:npdTripleExists
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The subject to find"^^xsd:string;
spl:predicatesp:arg1;
spl:valueTyperdfs:Resource
rdfs:comment"The object to match."^^xsd:string;
spl:predicatesp:arg3
];
spin:constraint
[rdf:typespl:Argument;
...
...
@@ -886,8 +885,9 @@ rhspin:npdTripleExists
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The object to match."^^xsd:string;
spl:predicatesp:arg3
rdfs:comment"The subject to find"^^xsd:string;
spl:predicatesp:arg1;
spl:valueTyperdfs:Resource
];
spin:returnTypexsd:boolean.
...
...
@@ -946,6 +946,13 @@ rhspin:tufById
spl:valueTypexsd:string
].
rhspin:userCanUpload
rdf:typespin:Function;
rdfs:comment"Checks whether the current user has the privilege to upload reports. This is used to control which parts of the UI are visible, depending on who is logged in. The implementation of this function is Java only."^^xsd:string;
rdfs:label"user can upload"^^xsd:string;
rdfs:subClassOfspin:Functions;
spin:returnTypexsd:boolean.
rhspin:userName
rdf:typespin:Function;
rdfs:comment"Gets the name of the currently logged in user."^^xsd:string;