java.lang.Object
org.apache.jena.riot.system.JenaTitanium
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed (not needed for Titanium 1.7.0, which introduces titanium-rdf-primitives)
/** Conversion to Titanium JSON-LD.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic DatasetGraph
convert
(com.apicatalog.rdf.RdfDataset dataset) Deprecated, for removal: This API element is subject to removal in a future version.No longer used by the LangJSONLD_11static DatasetGraph
convert
(com.apicatalog.rdf.RdfDataset dataset, ParserProfile parserProfile) Deprecated, for removal: This API element is subject to removal in a future version.No longer used by the LangJSONLD_11static void
convert
(com.apicatalog.rdf.RdfDataset dataset, ParserProfile parserProfile, StreamRDF output) Deprecated, for removal: This API element is subject to removal in a future version.No longer used by the LangJSONLD_11static void
Deprecated, for removal: This API element is subject to removal in a future version.No longer used by the LangJSONLD_11static com.apicatalog.rdf.RdfDataset
convert
(DatasetGraph dataset) Deprecated, for removal: This API element is subject to removal in a future version.due to changes introduced in Titanium 1.7.0.
-
Constructor Details
-
JenaTitanium
public JenaTitanium()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
convert
@Deprecated(forRemoval=true) public static com.apicatalog.rdf.RdfDataset convert(DatasetGraph dataset) Deprecated, for removal: This API element is subject to removal in a future version.due to changes introduced in Titanium 1.7.0.Translate a JenaDatasetGraph
to a Titanium JSON-LD dataset -
convert
@Deprecated(forRemoval=true) public static DatasetGraph convert(com.apicatalog.rdf.RdfDataset dataset, ParserProfile parserProfile) Deprecated, for removal: This API element is subject to removal in a future version.No longer used by the LangJSONLD_11Translate a Titanium JSON-LD dataset to aDatasetGraph
-
convert
@Deprecated(forRemoval=true) public static DatasetGraph convert(com.apicatalog.rdf.RdfDataset dataset) Deprecated, for removal: This API element is subject to removal in a future version.No longer used by the LangJSONLD_11Translate a Titanium JSON-LD dataset to aDatasetGraph
-
convert
@Deprecated(forRemoval=true) public static void convert(com.apicatalog.rdf.RdfDataset dataset, StreamRDF output) Deprecated, for removal: This API element is subject to removal in a future version.No longer used by the LangJSONLD_11Translate a Titanium JSON-LD dataset and output to aStreamRDF
-
convert
@Deprecated(forRemoval=true) public static void convert(com.apicatalog.rdf.RdfDataset dataset, ParserProfile parserProfile, StreamRDF output) Deprecated, for removal: This API element is subject to removal in a future version.No longer used by the LangJSONLD_11Translate a Titanium JSON-LD dataset and output to aStreamRDF
-