@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms:	<http://purl.org/dc/terms/> .
dcterms:source	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dcterms:source	rdfs:subPropertyOf	dcterms:relation .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dcterms:source	rdfs:subPropertyOf	dc:source ;
	dcterms:modified	"2008-01-14" ;
	rdfs:label	"Source"@en ,
		"Source"@en-us ;
	rdfs:isDefinedBy	dcterms: ;
	rdfs:comment	"A related resource from which the described resource is derived."@en ,
		"A related resource from which the described resource is derived."@en-us .
@prefix ns4:	<http://dublincore.org/usage/terms/history/#> .
dcterms:source	dcterms:hasVersion	ns4:sourceT-001 .
@prefix ns5:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns6:	<http://www.foodie-cloud.org/about/id/http/purl.org/dc/terms/> .
dcterms:source	ns5:describedby	ns6:Location .
@prefix ns7:	<http://www.foodie-cloud.org/about/id/entity/http/purl.org/dc/terms/> .
dcterms:source	ns5:describedby	ns7:Location ;
	dcterms:description	"The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en-us ,
		"This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."@en ;
	dcterms:issued	"2008-01-14" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dcterms:source	dcterms:issued	"2008-01-14"^^xsd:date .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
dcterms:source	skos:note	"This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/).  As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .