Interface DatatypeIdValue
- All Known Implementing Classes:
DatatypeIdImpl
public interface DatatypeIdValue
A value that represents one of the available Wikibase datatypes. The method
getIri()
will always return one of the
datatype IRIs defined in this interface.- Author:
- Markus Kroetzsch
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_COMMONS_MEDIAstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_EDTFstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_EXTERNAL_IDstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_FORMstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_GEO_SHAPEstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_GLOBE_COORDINATESstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_ITEMstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_LEXEMEstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_MATHstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_MEDIA_INFOstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_MONOLINGUAL_TEXTstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_PROPERTYstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_QUANTITYstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_SENSEstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_STRINGstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_TABULAR_DATAstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_TIMEstatic final String
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_URLstatic final String
String used to refer to the property datatype for Commons media files, in JSON.static final String
String used to refer to the property datatype for EDTF dates, in JSON.static final String
String used to refer to the property datatype for external identifiers, in JSON.static final String
String used to refer to the property datatype for Geo shapes, in JSON.static final String
String used to refer to the property datatype for globe coordinates, in JSON.static final String
String used to refer to the property datatype for Wikibase items, in JSON.static final String
String used to refer to the property datatype for mathematical expressions, in JSON.static final String
String used to refer to the property datatype for monolingual text, in JSON.static final String
String used to refer to the property datatype for Wikibase properties, in JSON.static final String
String used to refer to the property datatype for quantities, in JSON.static final String
String used to refer to the property datatype for strings, in JSON.static final String
String used to refer to the property datatype for time values, in JSON.static final String
String used to refer to the property datatype for urls, in JSON. -
Method Summary
Modifier and TypeMethodDescriptiongetIri()
Deprecated.use org.wikidata.wdtk.rdf.AbstractRdfConverter.getDatatypeIri() from the wdtk-rdf moduleThe string identifying this datatype in the JSON serialization of a property.
-
Field Details
-
DT_ITEM
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_ITEMIRI of the item datatype in Wikibase.- See Also:
-
DT_PROPERTY
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_PROPERTYIRI of the property datatype in Wikibase.- See Also:
-
DT_LEXEME
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_LEXEMEIRI of the lexeme datatype in Wikibase.- See Also:
-
DT_FORM
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_FORMIRI of the form datatype in Wikibase.- See Also:
-
DT_SENSE
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_SENSEIRI of the sense datatype in Wikibase.- See Also:
-
DT_MEDIA_INFO
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_MEDIA_INFOIRI of the media info datatype in Wikibase.- See Also:
-
DT_STRING
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_STRINGIRI of the string datatype in Wikibase.- See Also:
-
DT_URL
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_URLIRI of the URL datatype in Wikibase.- See Also:
-
DT_COMMONS_MEDIA
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_COMMONS_MEDIAIRI of the Commons media datatype in Wikibase.- See Also:
-
DT_TIME
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_TIMEIRI of the time datatype in Wikibase.- See Also:
-
DT_GLOBE_COORDINATES
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_GLOBE_COORDINATESIRI of the globe coordinates datatype in Wikibase.- See Also:
-
DT_QUANTITY
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_QUANTITYIRI of the quantity datatype in Wikibase.- See Also:
-
DT_MONOLINGUAL_TEXT
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_MONOLINGUAL_TEXTIRI of the monolingual text datatype in Wikibase.- See Also:
-
DT_EXTERNAL_ID
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_EXTERNAL_IDIRI of the external identifier datatype in Wikibase.- See Also:
-
DT_MATH
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_MATHIRI of the math datatype in Wikibase.- See Also:
-
DT_GEO_SHAPE
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_GEO_SHAPEIRI of the geo shape datatype in Wikibase.- See Also:
-
DT_TABULAR_DATA
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_TABULAR_DATAIRI of the tabular data datatype in Wikibase.- See Also:
-
DT_EDTF
Deprecated.use org.wikidata.wdtk.rdf.Vocabulary.DT_EDTFIRI of the extended date time format (EDTF) datatype in Wikibase.- See Also:
-
JSON_DT_ITEM
String used to refer to the property datatype for Wikibase items, in JSON.- See Also:
-
JSON_DT_PROPERTY
String used to refer to the property datatype for Wikibase properties, in JSON.- See Also:
-
JSON_DT_GLOBE_COORDINATES
String used to refer to the property datatype for globe coordinates, in JSON.- See Also:
-
JSON_DT_URL
String used to refer to the property datatype for urls, in JSON.- See Also:
-
JSON_DT_COMMONS_MEDIA
String used to refer to the property datatype for Commons media files, in JSON.- See Also:
-
JSON_DT_TIME
String used to refer to the property datatype for time values, in JSON.- See Also:
-
JSON_DT_QUANTITY
String used to refer to the property datatype for quantities, in JSON.- See Also:
-
JSON_DT_STRING
String used to refer to the property datatype for strings, in JSON.- See Also:
-
JSON_DT_MONOLINGUAL_TEXT
String used to refer to the property datatype for monolingual text, in JSON.- See Also:
-
JSON_DT_EXTERNAL_ID
String used to refer to the property datatype for external identifiers, in JSON.- See Also:
-
JSON_DT_MATH
String used to refer to the property datatype for mathematical expressions, in JSON.- See Also:
-
JSON_DT_GEO_SHAPE
String used to refer to the property datatype for Geo shapes, in JSON.- See Also:
-
JSON_DT_EDTF
String used to refer to the property datatype for EDTF dates, in JSON.- See Also:
-
-
Method Details