http://vocab.org/whisky/terms/region
DOMAIN | PROPERTY | RANGE |
---|---|---|
http://vocab.org/whisky/terms/Distillery | http://vocab.org/whisky/terms/region | http://vocab.org/whisky/terms/Region |
@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/region> a rdf:Property ;
rdfs:label "region" ;
rdfs:domain <http://vocab.org/whisky/terms/Distillery> ;
rdfs:isDefinedBy <http://vocab.org/whisky/terms> ;
rdfs:range <http://vocab.org/whisky/terms/Region> .