@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcat:	<http://www.w3.org/ns/dcat#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dcat:distribution	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dcat:distribution	rdfs:domain	dcat:Dataset ;
	rdfs:comment	"Una representaci\u00F3n espec\u00EDfica de un conjunto de datos."@es ,
		"A specific representation of a dataset."@en .