@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rdfs.co/bevon/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns2: <http://en.wikipedia.org/wiki/> . @prefix ns3: <http://purl.org/vocab/whisky/terms/> . ns3:abv rdfs:subPropertyOf ns0:abv . ns0:abv dct:issued "2013-07-04+09:00"^^xsd:date ; dct:modified "2014-03-01+09:00"^^xsd:date ; a owl:DatatypeProperty ; rdfs:domain ns0:Beverage ; rdfs:isDefinedBy <http://rdfs.co/bevon/> ; rdfs:range xsd:decimal ; rdfs:seeAlso ns2:Alcohol_by_volume ; ns1:term_status "testing"@en ; skos:altLabel "alcohol by volume"@en ; skos:definition """ ABV (Alcohol by Volume) is a standard measure of how much alcohol is contained in the drink. """@en ; skos:prefLabel "ABV"@en, "알코올 도수"@ko .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rdfs.co/bevon/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns2: <http://en.wikipedia.org/wiki/> .
@prefix ns3: <http://purl.org/vocab/whisky/terms/> .

ns3:abv
    rdfs:subPropertyOf ns0:abv .

ns0:abv
    dct:issued "2013-07-04+09:00"^^xsd:date ;
    dct:modified "2014-03-01+09:00"^^xsd:date ;
    a owl:DatatypeProperty ;
    rdfs:domain ns0:Beverage ;
    rdfs:isDefinedBy <http://rdfs.co/bevon/> ;
    rdfs:range xsd:decimal ;
    rdfs:seeAlso ns2:Alcohol_by_volume ;
    ns1:term_status "testing"@en ;
    skos:altLabel "alcohol by volume"@en ;
    skos:definition """
    ABV (Alcohol by Volume) is a standard measure of how much alcohol is
    contained in the drink.
    """@en ;
    skos:prefLabel "ABV"@en, "알코올 도수"@ko .