Class RdfOutputUtils<T>

java.lang.Object
net.sansa_stack.hadoop.output.jena.base.RdfOutputUtils<T>

public class RdfOutputUtils<T> extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.jena.riot.Lang
    getLang(org.apache.hadoop.conf.Configuration conf, org.apache.jena.riot.Lang defaultLang)
     
    static boolean
    getMapQuadsToTriplesForTripleLangs(org.apache.hadoop.conf.Configuration conf)
     
    static org.apache.jena.shared.PrefixMapping
    getPrefixes(org.apache.hadoop.conf.Configuration conf)
     
    static org.apache.jena.riot.RDFFormat
    getRdfFormat(org.apache.hadoop.conf.Configuration conf, org.apache.jena.riot.RDFFormat defaultFormat)
     
    static List<org.apache.jena.sparql.core.Var>
    getVars(org.apache.hadoop.conf.Configuration conf)
     
    static org.apache.hadoop.conf.Configuration
    setLang(org.apache.hadoop.conf.Configuration conf, org.apache.jena.riot.Lang lang)
     
    static org.apache.hadoop.conf.Configuration
    setMapQuadsToTriplesForTripleLangs(org.apache.hadoop.conf.Configuration conf, boolean value)
     
    static org.apache.hadoop.conf.Configuration
    setPrefixes(org.apache.hadoop.conf.Configuration conf, org.apache.jena.shared.PrefixMapping prefixMap)
     
    static org.apache.hadoop.conf.Configuration
    setRdfFormat(org.apache.hadoop.conf.Configuration conf, org.apache.jena.riot.RDFFormat rdfFormat)
     
    static org.apache.hadoop.conf.Configuration
    setVars(org.apache.hadoop.conf.Configuration conf, List<org.apache.jena.sparql.core.Var> vars)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • RdfOutputUtils

      public RdfOutputUtils()
  • Method Details

    • setPrefixes

      public static org.apache.hadoop.conf.Configuration setPrefixes(org.apache.hadoop.conf.Configuration conf, org.apache.jena.shared.PrefixMapping prefixMap)
    • getPrefixes

      public static org.apache.jena.shared.PrefixMapping getPrefixes(org.apache.hadoop.conf.Configuration conf)
    • setRdfFormat

      public static org.apache.hadoop.conf.Configuration setRdfFormat(org.apache.hadoop.conf.Configuration conf, org.apache.jena.riot.RDFFormat rdfFormat)
    • getRdfFormat

      public static org.apache.jena.riot.RDFFormat getRdfFormat(org.apache.hadoop.conf.Configuration conf, org.apache.jena.riot.RDFFormat defaultFormat)
    • setMapQuadsToTriplesForTripleLangs

      public static org.apache.hadoop.conf.Configuration setMapQuadsToTriplesForTripleLangs(org.apache.hadoop.conf.Configuration conf, boolean value)
    • getMapQuadsToTriplesForTripleLangs

      public static boolean getMapQuadsToTriplesForTripleLangs(org.apache.hadoop.conf.Configuration conf)
    • setLang

      public static org.apache.hadoop.conf.Configuration setLang(org.apache.hadoop.conf.Configuration conf, org.apache.jena.riot.Lang lang)
    • getLang

      public static org.apache.jena.riot.Lang getLang(org.apache.hadoop.conf.Configuration conf, org.apache.jena.riot.Lang defaultLang)
    • setVars

      public static org.apache.hadoop.conf.Configuration setVars(org.apache.hadoop.conf.Configuration conf, List<org.apache.jena.sparql.core.Var> vars)
    • getVars

      public static List<org.apache.jena.sparql.core.Var> getVars(org.apache.hadoop.conf.Configuration conf)