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


URI

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

Label

owner

Usage

DOMAINPROPERTYRANGE
http://vocab.org/whisky/terms/Distillery http://vocab.org/whisky/terms/owner foaf:Organization

Implementation

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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/owner> a rdf:Property ;
    rdfs:label "owner" ;
    rdfs:domain <http://vocab.org/whisky/terms/Distillery> ;
    rdfs:isDefinedBy <http://vocab.org/whisky/terms> ;
    rdfs:range foaf:Organization .