@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:RootDepth . ns0:Deep skos:broader ns0:RootDepth . ns0:Intermediate skos:broader ns0:RootDepth . ns0:RootDepth a owl:NamedIndividual, skos:Concept ; skos:inScheme ns0:C3POVocabulary ; skos:narrower ns0:Deep, ns0:Intermediate, ns0:Superficial ; skos:prefLabel "Profondeur racinaire"@fr, "Root depth"@en ; skos:topConceptOf ns0:C3POVocabulary . ns0:Superficial skos:broader ns0:RootDepth .
@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:RootDepth .

ns0:Deep
    skos:broader ns0:RootDepth .

ns0:Intermediate
    skos:broader ns0:RootDepth .

ns0:RootDepth
    a owl:NamedIndividual, skos:Concept ;
    skos:inScheme ns0:C3POVocabulary ;
    skos:narrower ns0:Deep, ns0:Intermediate, ns0:Superficial ;
    skos:prefLabel "Profondeur racinaire"@fr, "Root depth"@en ;
    skos:topConceptOf ns0:C3POVocabulary .

ns0:Superficial
    skos:broader ns0:RootDepth .