@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:ImplantationMode . ns0:FreeArea skos:broader ns0:ImplantationMode . ns0:ImplantationMode a owl:NamedIndividual, skos:Concept ; skos:inScheme ns0:C3POVocabulary ; skos:narrower ns0:FreeArea, ns0:PermanentBed ; skos:prefLabel "Implantation mode"@en, "Mode d'implantation"@fr ; skos:topConceptOf ns0:C3POVocabulary . ns0:PermanentBed skos:broader ns0:ImplantationMode .
@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:ImplantationMode .

ns0:FreeArea
    skos:broader ns0:ImplantationMode .

ns0:ImplantationMode
    a owl:NamedIndividual, skos:Concept ;
    skos:inScheme ns0:C3POVocabulary ;
    skos:narrower ns0:FreeArea, ns0:PermanentBed ;
    skos:prefLabel "Implantation mode"@en, "Mode d'implantation"@fr ;
    skos:topConceptOf ns0:C3POVocabulary .

ns0:PermanentBed
    skos:broader ns0:ImplantationMode .