@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://vocab.org/whisky/terms/expressionLabel>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "expression label" .

<http://vocab.org/whisky/terms/distillery>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "distillery" ;
        rdfs:range        <http://vocab.org/whisky/terms/Distillery> .

<http://vocab.org/whisky/terms/nose>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/WhiskyReview> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "nose" .

<http://vocab.org/whisky/terms/grain>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "grain" .

<http://vocab.org/whisky/terms/WhiskyReview>
        a                 rdfs:Class ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "Whisky Review" .

<http://vocab.org/whisky/terms.json>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "JSON" ;
        dc:format   "application/json" .

<http://vocab.org/whisky/terms/agingCask>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "aging cask" ;
        rdfs:range        <http://vocab.org/whisky/terms/Cask> .

<http://vocab.org/whisky/terms.html>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "HTML" ;
        dc:format   "text/html" .

<http://vocab.org/whisky/terms/abv>
        a                 rdf:Property ;
        rdfs:comment      "a standard measure of how much alcohol is contained in the drink" ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "alcohol by volume" .

<http://vocab.org/whisky/terms/colour>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/WhiskyReview> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "colour" .

<http://vocab.org/whisky/terms/finish>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/WhiskyReview> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "finish" .

<http://vocab.org/whisky/terms/WaterSource>
        a                 rdfs:Class ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "water source" .

<http://vocab.org/whisky/terms/body>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/WhiskyReview> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "body" .

<http://vocab.org/whisky/terms/material>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Cask> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "material" .

<http://vocab.org/whisky/terms/age>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "age" .

<http://vocab.org/whisky/terms/owner>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Distillery> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "owner" ;
        rdfs:range        foaf:Organization .

<http://vocab.org/whisky/terms/character>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "character" .

<http://vocab.org/whisky/terms/waterSource>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Distillery> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "water source" ;
        rdfs:range        <http://vocab.org/whisky/terms/WaterSource> .

<http://vocab.org/whisky/terms.rdf>
        a                  <http://purl.org/dc/dcmitype/Text> , foaf:Document ;
        dct:hasFormat      <http://vocab.org/whisky/terms.turtle> , <http://vocab.org/whisky/terms.json> , <http://vocab.org/whisky/terms.html> ;
        foaf:primaryTopic  <http://vocab.org/whisky/terms> ;
        foaf:topic         <http://vocab.org/whisky/terms> .

<http://vocab.org/whisky/terms/Cask>
        a                 rdfs:Class ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "cask" .

<http://vocab.org/whisky/terms.turtle>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "Turtle" ;
        dc:format   "text/plain" .

<http://vocab.org/whisky/terms/colourDescription>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "colour description" .

<http://vocab.org/whisky/terms>
        a             <http://www.w3.org/2002/07/owl#Ontology> ;
        rdfs:comment  "Created at vocamp oxford 2008"@en ;
        dc:title      "Vocabulary for describing whisky varieties"@en .

<http://vocab.org/whisky/terms/region>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Distillery> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "region" ;
        rdfs:range        <http://vocab.org/whisky/terms/Region> .

<http://vocab.org/whisky/terms/Distillery>
        a                 rdfs:Class ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "distillery" .

<http://vocab.org/whisky/terms/Whisky>
        a                 rdfs:Class ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "Whiskey" , "Whisky" .

<http://vocab.org/whisky/terms/previousContents>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Cask> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "previous contents" ;
        rdfs:range        <http://umbel.org/umbel/ac/LiquidTangibleThing> .

<http://vocab.org/whisky/terms/brand>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "brand" ;
        rdfs:range        <http://vocab.org/whisky/terms/Brand> .

<http://vocab.org/whisky/terms/Brand>
        a                 rdfs:Class ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "brand" .

<http://vocab.org/whisky/terms/palate>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/WhiskyReview> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "palate" .

<http://vocab.org/whisky/terms/finishingCask>
        a                 rdf:Property ;
        rdfs:domain       <http://vocab.org/whisky/terms/Whisky> ;
        rdfs:isDefinedBy  <http://vocab.org/whisky/terms> ;
        rdfs:label        "finishing cask" ;
        rdfs:range        <http://vocab.org/whisky/terms/Cask> .
