@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://purl.archive.org/data.vignevin.com/ontology/flair#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <https://purl.archive.org/data.vignevin.com/ontology/flair/id/> . ns0:candiedFruit metadata_def:mappingLoom "candiedfruit" ; metadata_def:mappingSameURI ns0:candiedFruit ; metadata_def:prefLabel "candied fruit" ; a owl:Class ; rdfs:label "candied fruit"@en, "fruit cuit"@fr ; rdfs:subClassOf ns0:fruity . <https://purl.archive.org/data.vignevin.com/ontology/flair/id/aroma.candiedFruit> a ns0:candiedFruit .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://purl.archive.org/data.vignevin.com/ontology/flair#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <https://purl.archive.org/data.vignevin.com/ontology/flair/id/> .

ns0:candiedFruit
    metadata_def:mappingLoom "candiedfruit" ;
    metadata_def:mappingSameURI ns0:candiedFruit ;
    metadata_def:prefLabel "candied fruit" ;
    a owl:Class ;
    rdfs:label "candied fruit"@en, "fruit cuit"@fr ;
    rdfs:subClassOf ns0:fruity .

<https://purl.archive.org/data.vignevin.com/ontology/flair/id/aroma.candiedFruit>
    a ns0:candiedFruit .