@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dc:description	rdfs:label	"Description"@en ;
	rdfs:isDefinedBy	dc: ;
	rdfs:comment	"An account of the resource."@en .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dc:description	foaf:topic	dc:title ,
		dc:source ,
		dc:language ,
		dc:date ,
		dc:subject ,
		dc:publisher ,
		dc:contributor ,
		dc:creator ,
		dc:relation ,
		dc: ,
		dc:identifier ,
		dc:coverage ,
		dc:rights ,
		dc:type ,
		dc:format .
@prefix dcterms:	<http://purl.org/dc/terms/> .
dc:description	dcterms:description	"Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dc:description	dcterms:issued	"1999-07-02"^^xsd:date .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
dc:description	skos:note	"A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/).  See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."@en .
@prefix ns6:	<http://vocab.deri.ie/void#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/http/purl.org/dc/elements/1.1/> .
ns7:description	ns6:inDataset	dc:description .