Uses of Class
no.hasmac.jsonld.serialization.RdfToJsonld.Reference
-
Packages that use RdfToJsonld.Reference Package Description no.hasmac.jsonld.serialization Serialize RDF as JSON-LD Algorithm. -
-
Uses of RdfToJsonld.Reference in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization with type parameters of type RdfToJsonld.Reference Modifier and Type Field Description private java.util.Map<java.lang.String,RdfToJsonld.Reference>
RdfToJsonld. referenceOnce
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<RdfToJsonld.Reference>>>
GraphMap. usages
Methods in no.hasmac.jsonld.serialization that return types with arguments of type RdfToJsonld.Reference Modifier and Type Method Description java.util.List<RdfToJsonld.Reference>
GraphMap. getUsages(java.lang.String graphName, java.lang.String subject)
Methods in no.hasmac.jsonld.serialization with parameters of type RdfToJsonld.Reference Modifier and Type Method Description void
GraphMap. addUsage(java.lang.String graphName, java.lang.String subject, RdfToJsonld.Reference reference)
-