@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:ClimateCharacteristics skos:narrower ns0:OceanicClimate . ns0:OceanicClimate a owl:NamedIndividual, skos:Concept ; skos:broader ns0:ClimateCharacteristics ; skos:inScheme ns0:C3POVocabulary ; skos:prefLabel "Climat océanique"@fr, "Oceanic climate"@en .
@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:ClimateCharacteristics
    skos:narrower ns0:OceanicClimate .

ns0:OceanicClimate
    a owl:NamedIndividual, skos:Concept ;
    skos:broader ns0:ClimateCharacteristics ;
    skos:inScheme ns0:C3POVocabulary ;
    skos:prefLabel "Climat océanique"@fr, "Oceanic climate"@en .