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


URI

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

Label

material

Usage

DOMAINPROPERTYRANGE
http://vocab.org/whisky/terms/Cask http://vocab.org/whisky/terms/material owl:Thing (inferred)

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