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


URI

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

Label

previous contents

Usage

DOMAINPROPERTYRANGE
http://vocab.org/whisky/terms/Cask http://vocab.org/whisky/terms/previousContents http://umbel.org/umbel/ac/LiquidTangibleThing

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/previousContents> a rdf:Property ;
    rdfs:label "previous contents" ;
    rdfs:domain <http://vocab.org/whisky/terms/Cask> ;
    rdfs:isDefinedBy <http://vocab.org/whisky/terms> ;
    rdfs:range <http://umbel.org/umbel/ac/LiquidTangibleThing> .