@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.productontology.org/id/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns3: <http://en.wikipedia.org/wiki/> . ns0:BeerCocktail rdfs:subClassOf ns0:Cocktail . ns0:Cocktail metadata_def:mappingSameURI ns0:Cocktail ; metadata:prefixIRI "bevon:Cocktail" ; dct:issued "2013-07-04+09:00"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2014-03-01+09:00"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:Class ; rdfs:comment """ Cocktails were originally a mixture of spirits, sugar, water, and bitters. It is now often used for almost any mixed drink that contains alcohol, including mixers, mixed shots, etc. A cocktail today usually contains one or more kinds of spirit and one or more mixers, such as soda or fruit juice. Additional ingredients may be sugar, honey, milk, cream, and various herbs. """@en ; rdfs:isDefinedBy <http://rdfs.co/bevon/> ; rdfs:seeAlso ns3:Cocktail ; rdfs:subClassOf ns0:AlcoholicBeverage, ns0:MixedDrink, ns1:Cocktail ; owl:disjointWith ns0:Mocktail ; ns2:term_status "unstable"@en ; skos:definition """ A cocktail is a mixed drink that contains alcohol, including mixers, mixed shots, etc. """@en ; skos:prefLabel "Cocktail"@en, "칵테일"@ko . ns0:Highball rdfs:subClassOf ns0:Cocktail . ns0:Shandy rdfs:subClassOf ns0:Cocktail .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.productontology.org/id/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns3: <http://en.wikipedia.org/wiki/> .

ns0:BeerCocktail
    rdfs:subClassOf ns0:Cocktail .

ns0:Cocktail
    metadata_def:mappingSameURI ns0:Cocktail ;
    metadata:prefixIRI "bevon:Cocktail" ;
    dct:issued "2013-07-04+09:00"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2014-03-01+09:00"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:Class ;
    rdfs:comment """
    Cocktails were originally a mixture of spirits, sugar, water, and bitters.
    It is now often used for almost any mixed drink that contains alcohol,
    including mixers, mixed shots, etc. A cocktail today usually contains one
    or more kinds of spirit and one or more mixers, such as soda or fruit juice.
    Additional ingredients may be sugar, honey, milk, cream, and various herbs.
    """@en ;
    rdfs:isDefinedBy <http://rdfs.co/bevon/> ;
    rdfs:seeAlso ns3:Cocktail ;
    rdfs:subClassOf ns0:AlcoholicBeverage, ns0:MixedDrink, ns1:Cocktail ;
    owl:disjointWith ns0:Mocktail ;
    ns2:term_status "unstable"@en ;
    skos:definition """
    A cocktail is a mixed drink that contains alcohol, including mixers, mixed
    shots, etc.
    """@en ;
    skos:prefLabel "Cocktail"@en, "칵테일"@ko .

ns0:Highball
    rdfs:subClassOf ns0:Cocktail .

ns0:Shandy
    rdfs:subClassOf ns0:Cocktail .