http://vocab.org/whisky/terms/finishingCask leaf node


URI

http://vocab.org/whisky/terms/finishingCask

Label

finishing cask

Usage

DOMAINPROPERTYRANGE
http://vocab.org/whisky/terms/Whisky http://vocab.org/whisky/terms/finishingCask http://vocab.org/whisky/terms/Cask

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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