@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://purl.org/dc/terms/mediator> rdfs:range <http://purl.org/dc/terms/AgentClass> . <http://purl.org/dc/terms/AgentClass> rdf:type rdfs:Class ; rdfs:subClassOf rdfs:Class ; rdfs:label "Agent Class"@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:comment "A group of agents."@en ; <http://purl.org/dc/terms/description> "Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers."@en ; <http://purl.org/dc/terms/modified> "2012-06-14"^^xsd:date ; <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date ; <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#AgentClass-003> . <http://purl.org/dc/terms/audience> rdfs:range <http://purl.org/dc/terms/AgentClass> . <http://purl.org/dc/terms/educationLevel> rdfs:range <http://purl.org/dc/terms/AgentClass> .