@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:NutritionalRequirement . ns0:Demanding skos:broader ns0:NutritionalRequirement . ns0:DemandingNotDefined skos:broader ns0:NutritionalRequirement . ns0:ModeratelyDemanding skos:broader ns0:NutritionalRequirement . ns0:NutritionalRequirement a owl:NamedIndividual, skos:Concept ; skos:inScheme ns0:C3POVocabulary ; skos:narrower ns0:Demanding, ns0:DemandingNotDefined, ns0:ModeratelyDemanding, ns0:Undemanding ; skos:prefLabel "Besoin nutritionel"@fr, "Nutritional requirement"@en ; skos:topConceptOf ns0:C3POVocabulary . ns0:Undemanding skos:broader ns0:NutritionalRequirement .
@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:NutritionalRequirement .

ns0:Demanding
    skos:broader ns0:NutritionalRequirement .

ns0:DemandingNotDefined
    skos:broader ns0:NutritionalRequirement .

ns0:ModeratelyDemanding
    skos:broader ns0:NutritionalRequirement .

ns0:NutritionalRequirement
    a owl:NamedIndividual, skos:Concept ;
    skos:inScheme ns0:C3POVocabulary ;
    skos:narrower ns0:Demanding, ns0:DemandingNotDefined, ns0:ModeratelyDemanding, ns0:Undemanding ;
    skos:prefLabel "Besoin nutritionel"@fr, "Nutritional requirement"@en ;
    skos:topConceptOf ns0:C3POVocabulary .

ns0:Undemanding
    skos:broader ns0:NutritionalRequirement .