@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<https://dati.veneto.it/lod/admin/editor/> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:Regione_Veneto	rdf:type	foaf:Agent .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:Regione_Veneto	rdf:type	skos:ConceptScheme .
@prefix ns4:	<http://dati.gov.it/onto/dcatapit#> .
ns1:Regione_Veneto	rdf:type	ns4:Agent ;
	foaf:name	"Regione Veneto" .
@prefix dcterms:	<http://purl.org/dc/terms/> .
ns1:Regione_Veneto	dcterms:title	"Il Vocabolario Data Theme"@it ;
	dcterms:identifier	"Regione Veneto" .
@prefix ns6:	<https://dati.veneto.it/lod/> .
ns6:catalog	dcterms:publisher	ns1:Regione_Veneto .