SparqlValueType
Description:
[ CCode ( cprefix = "TRACKER_SPARQL_VALUE_TYPE_" , has_type_id = false ) ]
public enum SparqlValueType
Enumeration with the possible types of the cursor's cells
Content:
Enum values:
- BLANK_NODE - Blank node value
type
- BOOLEAN - Boolean value type,
xsd:boolean
- DATETIME - Datetime value type,
xsd:dateTime
- DOUBLE - Double value type,
xsd:double
- INTEGER - Integer value type,
xsd:integer
- STRING - String value type,
xsd:string or rdf:langString
- UNBOUND - Unbound value type
- URI - Uri value type, rdfs:Resource