Class JenaTitanium

java.lang.Object
org.apache.jena.riot.system.JenaTitanium

@Deprecated(forRemoval=true) public class JenaTitanium extends Object
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 Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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_11
    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_11
    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_11
    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_11
    static com.apicatalog.rdf.RdfDataset
    Deprecated, for removal: This API element is subject to removal in a future version.
    due to changes introduced in Titanium 1.7.0.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 Jena DatasetGraph 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_11
      Translate a Titanium JSON-LD dataset to a DatasetGraph
    • 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_11
      Translate a Titanium JSON-LD dataset to a DatasetGraph
    • 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_11
      Translate a Titanium JSON-LD dataset and output to a StreamRDF
    • 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_11
      Translate a Titanium JSON-LD dataset and output to a StreamRDF