@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .

foaf:Agent
	owl:equivalentClass	<http://purl.org/dc/terms/Agent> .
<http://purl.org/dc/terms/Agent>
	rdf:type	rdfs:Class , <http://purl.org/dc/terms/AgentClass> ;
	rdfs:label	"Agent"@en ;
	rdfs:isDefinedBy	<http://purl.org/dc/terms/> ;
	rdfs:comment	"A resource that acts or has the power to act."@en ;
	<http://purl.org/dc/terms/description>	"Examples of Agent include person, organization, and software agent."@en ;
	<http://purl.org/dc/terms/issued>	"2008-01-14"^^xsd:date ;
	<http://purl.org/dc/terms/hasVersion>	<http://dublincore.org/usage/terms/history/#Agent-001> .
<http://purl.org/dc/terms/publisher>
	rdfs:range	<http://purl.org/dc/terms/Agent> .
<http://purl.org/dc/terms/creator>
	rdfs:range	<http://purl.org/dc/terms/Agent> .
<http://purl.org/dc/terms/contributor>
	rdfs:range	<http://purl.org/dc/terms/Agent> .
<http://purl.org/dc/terms/rightsHolder>
	rdfs:range	<http://purl.org/dc/terms/Agent> .