Uses of Enum Class
org.linkedopenactors.rdfpub.domain.commonsrdf.RdfFormat
Package
Description
-
Uses of RdfFormat in org.linkedopenactors.rdfpub.client2024
-
Uses of RdfFormat in org.linkedopenactors.rdfpub.domain.commonsrdf
Modifier and TypeMethodDescriptionContentTypeHeaderMappings.determineRdfFormat
(String requestedAcceptHeader) static RdfFormat
Returns the enum constant of this class with the specified name.static RdfFormat[]
RdfFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGraphToStringConverter.convert
(RdfFormat rdfFormat, org.apache.commons.rdf.api.Graph graph, boolean resolveIris) org.apache.commons.rdf.api.Graph
Map
<org.apache.commons.rdf.api.BlankNodeOrIRI, org.apache.commons.rdf.api.Graph> StringToGraphConverter.convert
(RdfFormat rdfFormat, Set<org.apache.commons.rdf.api.BlankNodeOrIRI> subjects, String graphAsString) ActivityPubObjectFactory.createActivityList
(RdfFormat format, String modelAsTurtleString) Converts the passed graph/model iinto a string. -
Uses of RdfFormat in org.linkedopenactors.rdfpub.store.rdf4j
Modifier and TypeMethodDescriptionContentTypeHeaderMappingsRdf4j.determineRdfFormat
(String requestedAcceptHeader)