@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 dct: <http://purl.org/dc/terms/> . ns0:Aging metadata_def:mappingLoom "aging" ; metadata_def:mappingSameURI ns0:Aging ; metadata:prefixIRI "bevon:Aging" ; 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:isDefinedBy <http://rdfs.co/bevon/> ; rdfs:subClassOf owl:Thing ; ns1:term_status "unstable"@en ; skos:definition """ Aging is the process of storing beverages in casks for a specific period of time to remove harsh flavors and add distinct characteristics found in the cask's wood. """@en ; skos:prefLabel "Aging"@en, "숙성"@ko . ns0:aging rdfs:range ns0:Aging . ns0:duration rdfs:domain ns0:Aging . ns0:material rdfs:domain ns0:Aging . ns0:previous_content rdfs:domain ns0:Aging .
@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 dct: <http://purl.org/dc/terms/> .

ns0:Aging
    metadata_def:mappingLoom "aging" ;
    metadata_def:mappingSameURI ns0:Aging ;
    metadata:prefixIRI "bevon:Aging" ;
    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:isDefinedBy <http://rdfs.co/bevon/> ;
    rdfs:subClassOf owl:Thing ;
    ns1:term_status "unstable"@en ;
    skos:definition """
    Aging is the process of storing beverages in casks for a specific period of
    time to remove harsh flavors and add distinct characteristics found in the
    cask's wood.
    """@en ;
    skos:prefLabel "Aging"@en, "숙성"@ko .

ns0:aging
    rdfs:range ns0:Aging .

ns0:duration
    rdfs:domain ns0:Aging .

ns0:material
    rdfs:domain ns0:Aging .

ns0:previous_content
    rdfs:domain ns0:Aging .