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

com.bigdata.rdf.sparql.ast.eval.sparql11-in-02.ttl Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
@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