Package de.fuberlin.wiwiss.d2rq.find

The find query implementation can answer simple queries for triple patterns (RDF triples that may contain wildcards in the subject, predicate, and/or object positions).

See:
          Description

Class Summary
FindQuery A find query on a collection of TripleRelations.
TripleQueryIter Wraps a QueryIter over bindings with three s/p/o variables (see TripleRelation) as an iterator over Triples.
URIMakerRule The URI maker rule states that any URI that matches a URI pattern is not contained in a URI column.
 

Package de.fuberlin.wiwiss.d2rq.find Description

The find query implementation can answer simple queries for triple patterns (RDF triples that may contain wildcards in the subject, predicate, and/or object positions).