@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:DataDownload	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:MediaObject .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns4:	<http://www.w3.org/ns/dcat#> .
schema:DataDownload	owl:equivalentClass	ns4:Distribution ;
	rdfs:label	"DataDownload" ;
	rdfs:comment	"A dataset in downloadable form." .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns6:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:DataDownload	dcterms:source	ns6:source_DatasetClass .