com.bigdata.rdf.sparql.ast.eval.ticket-1007-custom.trig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
@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