Class MonolingualTextValueConverter

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

public class MonolingualTextValueConverter extends AbstractValueConverter<MonolingualTextValue>
  • Constructor Details

  • Method Details

    • getRdfValue

      public org.eclipse.rdf4j.model.Value getRdfValue(MonolingualTextValue 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