Package | Description |
---|---|
org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
org.apache.commons.rdf.api.fluentwriter | |
org.apache.commons.rdf.api.io |
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.
|
Modifier and Type | Method and Description |
---|---|
Sync |
NeedSource.source(Stream<? extends TripleLike> stream) |
Modifier and Type | Method and Description |
---|---|
Stream<? extends TripleLike> |
WriterSource.stream() |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.