Uses of Interface
no.hasmac.rdf.RdfValue
Packages that use RdfValue
Package
Description
Serialize RDF as JSON-LD Algorithm.
-
Uses of RdfValue in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization declared as RdfValueMethods in no.hasmac.jsonld.serialization with parameters of type RdfValueModifier and TypeMethodDescriptionstatic RdfToObject
RdfToObject.with
(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes) Constructors in no.hasmac.jsonld.serialization with parameters of type RdfValueModifierConstructorDescriptionprivate
RdfToObject
(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes) -
Uses of RdfValue in no.hasmac.rdf
Subinterfaces of RdfValue in no.hasmac.rdfModifier and TypeInterfaceDescriptioninterface
TheRdfLiteral
interface describes an immutableRDF Literal
.interface
An immutable RDF statement's value.Methods in no.hasmac.rdf that return RdfValueModifier and TypeMethodDescriptionstatic RdfValue
Rdf.createValue
(String value) RdfTriple.getObject()
An absolute IRI or blank node identifier orRdfLiteral
.Methods in no.hasmac.rdf that return types with arguments of type RdfValueMethods in no.hasmac.rdf with parameters of type RdfValueModifier and TypeMethodDescriptionstatic RdfNQuad
Rdf.createNQuad
(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) static RdfTriple
Rdf.createTriple
(RdfResource subject, RdfResource predicate, RdfValue object) -
Uses of RdfValue in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfValueModifier and TypeClassDescription(package private) final class
(package private) final class
Fields in no.hasmac.rdf.impl declared as RdfValueFields in no.hasmac.rdf.impl with type parameters of type RdfValueModifier and TypeFieldDescriptionprivate final Map
<RdfResource, Map<RdfResource, Set<RdfValue>>> RdfGraphImpl.index
Methods in no.hasmac.rdf.impl that return RdfValueMethods in no.hasmac.rdf.impl with parameters of type RdfValueModifier and TypeMethodDescriptionDefaultRdfProvider.createQuad
(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) DefaultRdfProvider.createTriple
(RdfResource subject, RdfResource predicate, RdfValue object) Constructors in no.hasmac.rdf.impl with parameters of type RdfValueModifierConstructorDescriptionprotected
RdfNQuadImpl
(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) protected
RdfTripleImpl
(RdfResource subject, RdfResource predicate, RdfValue object) -
Uses of RdfValue in no.hasmac.rdf.io.nquad
Methods in no.hasmac.rdf.io.nquad that return RdfValueMethods in no.hasmac.rdf.io.nquad with parameters of type RdfValue