Class Index | File Index

Classes


Class STRequests.Statement


Defined in: STRequests.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
STRequests.Statement.getStatements(subj, pred, obj, inference, ngs)
basic service for retrieving statements from the RDF graph of current ontology
<static>  
STRequests.Statement.hasStatements(subj, pred, obj, inference, ngs)
checks if a statement is present in the graph of the current ontology
Class Detail
STRequests.Statement()
Method Detail
<static> STRequests.Statement.getStatements(subj, pred, obj, inference, ngs)
basic service for retrieving statements from the RDF graph of current ontology
Defined in: SERVICE_Statement.js.
Parameters:
subj
pred
obj
inference
ngs
Returns:

<static> STRequests.Statement.hasStatements(subj, pred, obj, inference, ngs)
checks if a statement is present in the graph of the current ontology
Defined in: SERVICE_Statement.js.
Parameters:
subj
pred
obj
inference
ngs
Returns:

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Sep 25 2014 16:02:12 GMT+0200 (CEST)