<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="camera.xsl"?>
<PhotographyStore rdf:ID="Hunts"
                  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <store-location>Malden, MA</store-location>
    <phone>617-555-1234</phone>
    <catalog rdf:parseType="Collection">
        <![CDATA[
        <!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->
        <!--                                                                 -->
        <!-- Physical Expression of the Camera OWL Ontology - Expression #2  -->
        <!--                                                                 -->
        <!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->
        ]]>
        <SLR rdf:ID="Olympus-OM-10"
             xmlns="http://www.xfront.com/owl/ontologies/camera/#">
            <lens>
                 <Lens>
                       <focal-length>75-300mm zoom</focal-length>
                       <f-stop>4.5-5.6</f-stop>
                 </Lens>
            </lens>
            <body>
                 <Body>
                      <shutter-speed rdf:parseType="Resource">
                           <min>0.002</min>
                           <max>1.0</max>
                           <units>seconds</units>
                      </shutter-speed>
                 </Body>
            </body>
            <cost rdf:parseType="Resource">
                <rdf:value>325</rdf:value>
                <currency>USD</currency>
            </cost>
        </SLR>
    </catalog>
</PhotographyStore>