Lines Matching refs:graph
53 /** represents an RDF named graph that is stored in an RDF Repository.
57 name of the graph is the string value of the RDF node.
64 If a graph is destroyed, subsequent calls to <member>addStatement</member>,
77 /** returns the name of the graph.
84 the name of the graph
89 /** removes all statements from the graph.
92 if this graph does not exist in the repository any more
102 /** adds a RDF statement to the graph.
124 if this graph does not exist in the repository any more
137 /** removes matching RDF statements from the graph.
162 if this graph does not exist in the repository any more
174 /** gets matching RDF statements from a graph.
199 an iterator over all RDF statements in the graph that match
204 if this graph does not exist in the repository any more