<?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:dc="http://purl.org/dc/elements/1.1/"> <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/> <rdfs:label xml:lang="en">Description</rdfs:label> <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/> <rdfs:comment xml:lang="en">An account of the resource.</rdfs:comment> <dct:description xml:lang="en">Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.</dct:description> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dct:issued> </owl:AnnotationProperty> <rdf:Description rdf:about="http://purl.org/dc/terms/abstract"> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/dc/terms/tableOfContents"> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/> </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:dc="http://purl.org/dc/elements/1.1/">
  <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/>
    <rdfs:label xml:lang="en">Description</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
    <rdfs:comment xml:lang="en">An account of the resource.</rdfs:comment>
    <dct:description xml:lang="en">Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.</dct:description>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dct:issued>
  </owl:AnnotationProperty>
  <rdf:Description rdf:about="http://purl.org/dc/terms/abstract">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/dc/terms/tableOfContents">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/>
  </rdf:Description>
</rdf:RDF>