@prefix void: <http://purl.org/ontology/void#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix : <#>.


:ds1 
	a void:Dataset;
	rdfs:label "Jamendo end-point on DBtune";
	dc:source <http://jamendo.com/>;
	foaf:maker <http://moustaki.org/foaf.rdf#moustaki>;
	void:sparql_end_point <http://dbtune.org:2105/sparql/>;
	void:example <http://moustaki.org/void/jamendo_example.n3>;
	.

