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


URI

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

Label

character

Usage

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