Package | Description |
---|---|
org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GraphLike<T extends TripleLike>
A "graph-like" interface that contains
TripleLike statements. |
Modifier and Type | Interface and Description |
---|---|
interface |
Quad
A Quad is a statement in a
RDF-1.1
Dataset, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Working Group Note published
on 25 February 2014.
|
interface |
QuadLike<G extends RDFTerm>
A generalised "quad-like" interface, extended by
Quad . |
interface |
Triple
An RDF-1.1
Triple, as defined by
RDF-1.1 Concepts and
Abstract Syntax, a W3C Recommendation published on 25 February 2014.
|
Copyright © 2015–2017 The Apache Software Foundation. All rights reserved.