Uses of Interface
no.hasmac.rdf.RdfNQuad
Packages that use RdfNQuad
-
Uses of RdfNQuad in no.hasmac.rdf
Methods in no.hasmac.rdf that return RdfNQuadModifier and TypeMethodDescriptionstatic RdfNQuad
Rdf.createNQuad
(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) static RdfNQuad
Rdf.createNQuad
(RdfTriple triple, RdfResource graphName) Methods in no.hasmac.rdf that return types with arguments of type RdfNQuadMethods in no.hasmac.rdf with parameters of type RdfNQuadModifier and TypeMethodDescriptionAddN-Quad
to the dataset.default void
RdfDataset.handleQuad
(RdfNQuad nquad) -
Uses of RdfNQuad in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfNQuadFields in no.hasmac.rdf.impl with type parameters of type RdfNQuadMethods in no.hasmac.rdf.impl that return RdfNQuadModifier and TypeMethodDescriptionDefaultRdfProvider.createQuad
(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) DefaultRdfProvider.createQuad
(RdfTriple rdfTriple, RdfResource graphName) Methods in no.hasmac.rdf.impl that return types with arguments of type RdfNQuadMethods in no.hasmac.rdf.impl with parameters of type RdfNQuad -
Uses of RdfNQuad in no.hasmac.rdf.io.nquad
Methods in no.hasmac.rdf.io.nquad that return RdfNQuadMethods in no.hasmac.rdf.io.nquad with parameters of type RdfNQuad