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


URI

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

Label

alcohol by volume

Description

a standard measure of how much alcohol is contained in the drink

Usage

DOMAINPROPERTYRANGE
http://vocab.org/whisky/terms/Whisky http://vocab.org/whisky/terms/abv 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/abv> a rdf:Property ;
    rdfs:label "alcohol by volume" ;
    rdfs:comment "a standard measure of how much alcohol is contained in the drink" ;
    rdfs:domain <http://vocab.org/whisky/terms/Whisky> ;
    rdfs:isDefinedBy <http://vocab.org/whisky/terms> .