Package | Description |
---|---|
it.uniroma2.art.owlart.models | |
it.uniroma2.art.owlart.models.impl | |
it.uniroma2.art.owlart.query | |
it.uniroma2.art.owlart.utilities |
Modifier and Type | Method and Description |
---|---|
ARTStatementIterator |
BaseRDFTripleModel.listStatements(ARTResource subj,
ARTURIResource pred,
ARTNode obj,
boolean inferred,
ARTResource... graphs)
returns statements which unify with triples containing
subj , pred and
obj in their respective positions. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBasedRDFTripleModelImpl.StatementIteratorAfterTupleBindingsIterator
wraps a
TupleBindingsIterator the content of which is composed of |
Modifier and Type | Method and Description |
---|---|
ARTStatementIterator |
SPARQLBasedRDFTripleModelImpl.listStatements(ARTResource subj,
ARTURIResource pred,
ARTNode obj,
boolean inferred,
ARTResource... graphs) |
ARTStatementIterator |
RDFModelImpl.listStatements(ARTResource subj,
ARTURIResource pred,
ARTNode obj,
boolean inferred,
ARTResource... graphs) |
Constructor and Description |
---|
ObjectsOfStatementsIterator(ARTStatementIterator statIt) |
PredicatesOfStatementsIterator(ARTStatementIterator statIt) |
SubjectsOfStatementsIterator(ARTStatementIterator statIt) |
Modifier and Type | Method and Description |
---|---|
ARTStatementIterator |
GraphQuery.evaluate(boolean infer) |
Modifier and Type | Method and Description |
---|---|
static ARTStatementIterator |
RDFIterators.createARTStatementIterator(java.util.Iterator<ARTStatement> it) |
static ARTStatementIterator |
RDFIterators.createARTStatementIterator(RDFIterator<ARTStatement> it) |
Modifier and Type | Method and Description |
---|---|
static ARTNodeIterator |
RDFIterators.listObjects(ARTStatementIterator statIt) |
static ARTURIResourceIterator |
RDFIterators.listPredicates(ARTStatementIterator statIt) |
static ARTResourceIterator |
RDFIterators.listSubjects(ARTStatementIterator statIt) |
Copyright © 2013 ART Group, University of Rome, Tor Vergata. All Rights Reserved.