@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 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 ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix ns2: <http://en.wikipedia.org/wiki/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns3: <http://rdfs.co/bevon/container/> . ns0:BeerBottle rdfs:subClassOf ns0:GlassBottle . ns0:GlassBottle metadata_def:mappingSameURI ns0:GlassBottle ; metadata:prefixIRI "bevon:GlassBottle" ; 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 """ Glass bottles can vary in size considerably, but are most commonly found in sizes ranging between about 10ml and 5 litres. """@en ; rdfs:isDefinedBy <http://rdfs.co/bevon/> ; rdfs:seeAlso ns2:Glass_bottle ; rdfs:subClassOf ns0:Container ; ns1:term_status "unstable"@en ; skos:definition """ A glass bottle is a bottle created from glass. """@en ; skos:prefLabel "Glass Bottle"@en, "유리병"@ko . <http://rdfs.co/bevon/container/360mlGlassBottle> a ns0:GlassBottle . <http://rdfs.co/bevon/container/700mlGlassBottle> a ns0:GlassBottle . <http://rdfs.co/bevon/container/750mlGlassBottle> a ns0:GlassBottle .
@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 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 ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix ns2: <http://en.wikipedia.org/wiki/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns3: <http://rdfs.co/bevon/container/> .

ns0:BeerBottle
    rdfs:subClassOf ns0:GlassBottle .

ns0:GlassBottle
    metadata_def:mappingSameURI ns0:GlassBottle ;
    metadata:prefixIRI "bevon:GlassBottle" ;
    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 """
    Glass bottles can vary in size considerably, but are most commonly found in
    sizes ranging between about 10ml and 5 litres.
    """@en ;
    rdfs:isDefinedBy <http://rdfs.co/bevon/> ;
    rdfs:seeAlso ns2:Glass_bottle ;
    rdfs:subClassOf ns0:Container ;
    ns1:term_status "unstable"@en ;
    skos:definition """
    A glass bottle is a bottle created from glass.
    """@en ;
    skos:prefLabel "Glass Bottle"@en, "유리병"@ko .

<http://rdfs.co/bevon/container/360mlGlassBottle>
    a ns0:GlassBottle .

<http://rdfs.co/bevon/container/700mlGlassBottle>
    a ns0:GlassBottle .

<http://rdfs.co/bevon/container/750mlGlassBottle>
    a ns0:GlassBottle .