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


URI

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

Label

distillery

Usage

DOMAINPROPERTYRANGE
http://vocab.org/whisky/terms/Whisky http://vocab.org/whisky/terms/distillery http://vocab.org/whisky/terms/Distillery

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/distillery> a rdf:Property ;
    rdfs:label "distillery" ;
    rdfs:domain <http://vocab.org/whisky/terms/Whisky> ;
    rdfs:isDefinedBy <http://vocab.org/whisky/terms> ;
    rdfs:range <http://vocab.org/whisky/terms/Distillery> .