@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .

<http://purl.org/dc/terms/relation>
	rdf:type	rdf:Property ;
	rdfs:subPropertyOf	dc:relation ;
	rdfs:label	"Relation"@en ;
	rdfs:isDefinedBy	<http://purl.org/dc/terms/> ;
	rdfs:comment	"A related resource."@en ;
	<http://purl.org/dc/terms/description>	"Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en ;
	<http://purl.org/dc/terms/modified>	"2008-01-14"^^xsd:date ;
	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 ;
	<http://purl.org/dc/terms/issued>	"2008-01-14"^^xsd:date ;
	<http://purl.org/dc/terms/hasVersion>	<http://dublincore.org/usage/terms/history/#relationT-001> .
<http://purl.org/dc/terms/conformsTo>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isPartOf>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isVersionOf>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/source>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/references>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/hasPart>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/hasFormat>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/hasVersion>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isFormatOf>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isReferencedBy>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isReplacedBy>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isRequiredBy>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/replaces>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/requires>
	rdfs:subPropertyOf	<http://purl.org/dc/terms/relation> .