<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://vocab.org/whisky/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:ns1="http://vocab.org/whisky/"> <owl:Class rdf:about="http://vocab.org/whisky/terms/Cask"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <metadata_def:mappingSameURI rdf:resource="http://vocab.org/whisky/terms/Cask"/> <metadata_def:mappingLoom>cask</metadata_def:mappingLoom> <metadata_def:prefLabel>cask</metadata_def:prefLabel> <rdfs:isDefinedBy rdf:resource="http://vocab.org/whisky/terms"/> <rdfs:label>cask</rdfs:label> </owl:Class> <rdf:Description rdf:about="http://vocab.org/whisky/terms/agingCask"> <rdfs:range> <rdf:Description rdf:about="http://vocab.org/whisky/terms/Cask"> <metadata_def:mappingSameURI rdf:resource="http://vocab.org/whisky/terms/Cask"/> </rdf:Description> </rdfs:range> </rdf:Description> <rdf:Description rdf:about="http://vocab.org/whisky/terms/finishingCask"> <rdfs:range rdf:resource="http://vocab.org/whisky/terms/Cask"/> </rdf:Description> <rdf:Description rdf:about="http://vocab.org/whisky/terms/material"> <rdfs:domain rdf:resource="http://vocab.org/whisky/terms/Cask"/> </rdf:Description> <rdf:Description rdf:about="http://vocab.org/whisky/terms/previousContents"> <rdfs:domain rdf:resource="http://vocab.org/whisky/terms/Cask"/> </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:ns0="http://vocab.org/whisky/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:ns1="http://vocab.org/whisky/">
  <owl:Class rdf:about="http://vocab.org/whisky/terms/Cask">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <metadata_def:mappingSameURI rdf:resource="http://vocab.org/whisky/terms/Cask"/>
    <metadata_def:mappingLoom>cask</metadata_def:mappingLoom>
    <metadata_def:prefLabel>cask</metadata_def:prefLabel>
    <rdfs:isDefinedBy rdf:resource="http://vocab.org/whisky/terms"/>
    <rdfs:label>cask</rdfs:label>
  </owl:Class>
  <rdf:Description rdf:about="http://vocab.org/whisky/terms/agingCask">
    <rdfs:range>
      <rdf:Description rdf:about="http://vocab.org/whisky/terms/Cask">
        <metadata_def:mappingSameURI rdf:resource="http://vocab.org/whisky/terms/Cask"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab.org/whisky/terms/finishingCask">
    <rdfs:range rdf:resource="http://vocab.org/whisky/terms/Cask"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab.org/whisky/terms/material">
    <rdfs:domain rdf:resource="http://vocab.org/whisky/terms/Cask"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocab.org/whisky/terms/previousContents">
    <rdfs:domain rdf:resource="http://vocab.org/whisky/terms/Cask"/>
  </rdf:Description>
</rdf:RDF>