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

com.bigdata.rdf.sparql.ast.eval.ticket-1007-custom.trig Maven / Gradle / Ivy

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

: {
    :s :untypedString "untypedString" .
    :s :typedString "typedString"^^xsd:unsignedByte .
    :s :int "10"^^xsd:int .
    :s :integer "10"^^xsd:integer .
    :s :double "10.0"^^xsd:double .
    :s :boolean "true"^^xsd:boolean .
    :c :p5 "5"^^xsd:integer .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy