<?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#" xmlns:dct="http://purl.org/dc/terms/" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/format"> <rdfs:label xml:lang="en">Format</rdfs:label> <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/> <rdfs:comment xml:lang="en">The file format, physical medium, or dimensions of the resource.</rdfs:comment> <dct:description xml:lang="en">Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)].</dct:description> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1999-07-02</dct:issued> <skos:note xml:lang="en">A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/format) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.</skos:note> </owl:AnnotationProperty> <rdf:Description rdf:about="http://purl.org/dc/terms/extent"> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/dc/terms/format"> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/dc/terms/medium"> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/> </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: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#" xmlns:dct="http://purl.org/dc/terms/" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
  <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/format">
    <rdfs:label xml:lang="en">Format</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/>
    <rdfs:comment xml:lang="en">The file format, physical medium, or dimensions of the resource.</rdfs:comment>
    <dct:description xml:lang="en">Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)].</dct:description>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1999-07-02</dct:issued>
    <skos:note xml:lang="en">A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/format) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/).  See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.</skos:note>
  </owl:AnnotationProperty>
  <rdf:Description rdf:about="http://purl.org/dc/terms/extent">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/dc/terms/format">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/dc/terms/medium">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/>
  </rdf:Description>
</rdf:RDF>