<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"> <rdfs:label>Creator</rdfs:label> <rdfs:label xml:lang="en-us">Creator</rdfs:label> <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/> <rdfs:comment xml:lang="en-us">An entity primarily responsible for making the content of the resource.</rdfs:comment> <dc:description xml:lang="en-us">Examples of a Creator include a person, an organisation, or a service. Typically, the name of a Creator should be used to indicate the entity.</dc:description> </owl:AnnotationProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator">
    <rdfs:label>Creator</rdfs:label>
    <rdfs:label xml:lang="en-us">Creator</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/>
    <rdfs:comment xml:lang="en-us">An entity primarily responsible for making the content 
         of the resource.</rdfs:comment>
    <dc:description xml:lang="en-us">Examples of a Creator include a person, an organisation,
         or a service.  Typically, the name of a Creator should 
         be used to indicate the entity.</dc:description>
  </owl:AnnotationProperty>
</rdf:RDF>