com.bigdata.rdf.sparql.ast.eval.sparql11-in-02.ttl 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 xsd: .
@prefix : .
:book1 a :Book ;
:discount "42"^^xsd:integer .
:book2 a :Book ;
:discount "41"^^xsd:integer .
:book3 a :Book ;
:discount "700.0"^^xsd:float .
:book4 a :Book ;
:discount "no discount"^^xsd:string .
:book5 a :Book ;
:discount "70" .
:book6 a :Book ;
:discount 50 .
:book7 a :Book .
© 2015 - 2024 Weber Informatics LLC | Privacy Policy