<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dct="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns0="http://purl.org/dc/dcam/"> <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/audience"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> <rdfs:label xml:lang="en">Audience</rdfs:label> <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/> <rdfs:comment xml:lang="en">A class of agents for whom the resource is intended or useful.</rdfs:comment> <dct:description xml:lang="en">Recommended practice is to use this property with non-literal values from a vocabulary of audience types.</dct:description> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2001-05-21</dct:issued> <ns0:rangeIncludes rdf:resource="http://purl.org/dc/terms/AgentClass"/> </owl:AnnotationProperty> <rdf:Description rdf:about="http://purl.org/dc/terms/educationLevel"> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/audience"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/dc/terms/mediator"> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/audience"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dct="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns0="http://purl.org/dc/dcam/">
  <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/audience">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
    <rdfs:label xml:lang="en">Audience</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
    <rdfs:comment xml:lang="en">A class of agents for whom the resource is intended or useful.</rdfs:comment>
    <dct:description xml:lang="en">Recommended practice is to use this property with non-literal values from a vocabulary of audience types.</dct:description>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2001-05-21</dct:issued>
    <ns0:rangeIncludes rdf:resource="http://purl.org/dc/terms/AgentClass"/>
  </owl:AnnotationProperty>
  <rdf:Description rdf:about="http://purl.org/dc/terms/educationLevel">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/audience"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/dc/terms/mediator">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/audience"/>
  </rdf:Description>
</rdf:RDF>