All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.rdf.sparql.ast.eval.unsigned-01.trig Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
@prefix :  .
@prefix rdf:  .
@prefix rdfs:  .
@prefix foaf:  .
@prefix xsd:  .

: {
    :p :v "255"^^xsd:unsignedByte .
    :p :v "0"^^xsd:unsignedByte .
    :p :v "0"^^xsd:unsignedShort .
    :p :v "55000"^^xsd:unsignedShort .
    :p :v "0"^^xsd:unsignedInt .
    :p :v "3000000000"^^xsd:unsignedInt .
    :p :v "0"^^xsd:unsignedLong .
    :p :v "10000000000000000000"^^xsd:unsignedLong .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy