Package com.apicatalog.rdf
Interface RdfNQuad
-
- All Superinterfaces:
RdfTriple
- All Known Implementing Classes:
ImmutableRdfNQuad
@Deprecated public interface RdfNQuad extends RdfTriple
Deprecated.since 1.7.0 - use an alternative RDF primitives library.This class is deprecated as of version 1.7.0.Please use Titanium RDF Primitives or any other third-party library to materialize RDF primitives.
- See Also:
- Titanium RDF Primitives
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<RdfResource>getGraphName()Deprecated.-
Methods inherited from interface com.apicatalog.rdf.RdfTriple
getObject, getPredicate, getSubject
-
-
-
-
Method Detail
-
getGraphName
java.util.Optional<RdfResource> getGraphName()
Deprecated.
-
-