Class StringValueConverter

java.lang.Object
org.wikidata.wdtk.rdf.values.AbstractValueConverter<StringValue>
org.wikidata.wdtk.rdf.values.StringValueConverter
All Implemented Interfaces:
ValueConverter<StringValue>

public class StringValueConverter extends AbstractValueConverter<StringValue>
  • Constructor Details

  • Method Details

    • getRdfValue

      public org.eclipse.rdf4j.model.Value getRdfValue(StringValue value, PropertyIdValue propertyIdValue, boolean simple)
      Description copied from interface: ValueConverter
      Returns an RDF value that should be used to represent the given Wikibase data value in RDF.
      Parameters:
      value - the value to convert
      propertyIdValue - the property for which this value was used; this provides important context information for the conversion
      simple - if true, use a simplified conversion to RDF and do not convert values that are inherently complex
      Returns:
      the RDF value to use for representing the data value in RDF