public interface RDF4JTripleLike extends TripleLike
TripleLike
statements.
This interface is in common with the more specific RDF4JTriple
or
RDF4JQuad
.
This is backed by a Statement
retrievable with
asStatement()
.
RDF4JTriple
,
RDF4JQuad
Modifier and Type | Method and Description |
---|---|
org.eclipse.rdf4j.model.Statement |
asStatement()
Return the corresponding RDF4J
Statement . |
getObject, getPredicate, getSubject
org.eclipse.rdf4j.model.Statement asStatement()
Statement
.Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.