@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:ClientCategory . ns0:CSA skos:broader ns0:ClientCategory . ns0:ClientCategory a owl:NamedIndividual, skos:Concept ; skos:inScheme ns0:C3POVocabulary ; skos:narrower ns0:CSA, ns0:DirectSelling, ns0:FarmSelling, ns0:Market, ns0:OtherClientCategory, ns0:Restaurant, ns0:Shipping ; skos:prefLabel "Catégorie de client"@fr, "Client category"@en ; skos:topConceptOf ns0:C3POVocabulary . ns0:DirectSelling skos:broader ns0:ClientCategory . ns0:FarmSelling skos:broader ns0:ClientCategory . ns0:Market skos:broader ns0:ClientCategory . ns0:OtherClientCategory skos:broader ns0:ClientCategory . ns0:Restaurant skos:broader ns0:ClientCategory . ns0:Shipping skos:broader ns0:ClientCategory .
@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:ClientCategory .

ns0:CSA
    skos:broader ns0:ClientCategory .

ns0:ClientCategory
    a owl:NamedIndividual, skos:Concept ;
    skos:inScheme ns0:C3POVocabulary ;
    skos:narrower ns0:CSA, ns0:DirectSelling, ns0:FarmSelling, ns0:Market, ns0:OtherClientCategory, ns0:Restaurant, ns0:Shipping ;
    skos:prefLabel "Catégorie de client"@fr, "Client category"@en ;
    skos:topConceptOf ns0:C3POVocabulary .

ns0:DirectSelling
    skos:broader ns0:ClientCategory .

ns0:FarmSelling
    skos:broader ns0:ClientCategory .

ns0:Market
    skos:broader ns0:ClientCategory .

ns0:OtherClientCategory
    skos:broader ns0:ClientCategory .

ns0:Restaurant
    skos:broader ns0:ClientCategory .

ns0:Shipping
    skos:broader ns0:ClientCategory .