@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.elzeard.co/ontologies/c3po/vocabulary#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:C3POVocabulary skos:hasTopConcept ns0:CleansingLevel . ns0:Cleaning skos:broader ns0:CleansingLevel . ns0:CleansingLevel a owl:NamedIndividual, skos:Concept ; skos:inScheme ns0:C3POVocabulary ; skos:narrower ns0:Cleaning, ns0:CleansingNotDefined, ns0:Dirty ; skos:prefLabel "Cleansing level"@en, "Niveau de nettoyage"@fr ; skos:topConceptOf ns0:C3POVocabulary . ns0:CleansingNotDefined skos:broader ns0:CleansingLevel . ns0:Dirty skos:broader ns0:CleansingLevel .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.elzeard.co/ontologies/c3po/vocabulary#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:C3POVocabulary
    skos:hasTopConcept ns0:CleansingLevel .

ns0:Cleaning
    skos:broader ns0:CleansingLevel .

ns0:CleansingLevel
    a owl:NamedIndividual, skos:Concept ;
    skos:inScheme ns0:C3POVocabulary ;
    skos:narrower ns0:Cleaning, ns0:CleansingNotDefined, ns0:Dirty ;
    skos:prefLabel "Cleansing level"@en, "Niveau de nettoyage"@fr ;
    skos:topConceptOf ns0:C3POVocabulary .

ns0:CleansingNotDefined
    skos:broader ns0:CleansingLevel .

ns0:Dirty
    skos:broader ns0:CleansingLevel .