<?xml version="1.0" encoding="UTF-8" ?>
<dcds:descriptionSet
  xmlns:dcds="http://purl.org/dc/xmlns/2008/09/01/dc-ds-xml/">
  <dcds:description
    dcds:resourceURI="http://dublincore.org/pages/home">
    <dcds:statement dcds:propertyURI="http://purl.org/dc/terms/title">
      <dcds:literalValueString>DCMI Home Page</dcds:literalValueString>
    </dcds:statement>
    <!-- Reference to value using local identifier -->
    <dcds:statement dcds:propertyURI="http://purl.org/dc/terms/publisher"
                   dcds:valueRef="DCMI" />
  </dcds:description>
  <dcds:description
    dcds:resourceURI="http://dublincore.org/pages/home">
    <dcds:statement dcds:propertyURI="http://purl.org/dc/terms/title">
      <dcds:valueString>DCMI Alternative Home Page</dcds:valueString>
    </dcds:statement>
    <!-- Reference to value using local identifier -->
    <dcds:statement dcds:propertyURI="http://purl.org/dc/terms/publisher"
                   dcds:valueRef="DCMI" />
  </dcds:description>
  <!-- Description of value using local identifier -->
  <dcds:description dcds:resourceId="DCMI">
    <dcds:statement dcds:propertyURI="http://my.example.org/terms/name">
      <dcds:literalValueString>Dublin Core Metadata Initiative</dcds:literalValueString>
    </dcds:statement>
  </dcds:description>
</dcds:descriptionSet>
