@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ns.inria.fr/meteo/vocab/weatherproperty/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://ns.inria.fr/meteo/ontology/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns2: <http://qudt.org/schema/qudt/> . @prefix ns3: <http://ns.inria.fr/meteo/ontology/property/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns4: <https://library.wmo.int/> . @prefix ns5: <http://www.w3.org/ns/ssn/> . @prefix ns6: <http://ns.inria.fr/meteo/vocab/meteorologicalfeature/> . @prefix ns7: <http://qudt.org/vocab/unit/> . ns6:cloud ns5:hasProperty ns0:totalCloudCover . ns0:lowCloudCover skos:broader ns0:totalCloudCover . ns0:totalCloudCover ns3:hasAbbreviation "n" ; dc:source <https://library.wmo.int/doc_num.php?explnum_id=4712> ; ns2:applicableUnit ns7:PERCENT ; a ns1:WeatherProperty, ns2:QuantityKind, owl:NamedIndividual, skos:Concept ; skos:altLabel "Cloud amount"@en, "Couverture nuageuse"@fr ; skos:definition "Fraction de la voûte céléste cachée par l'ensemble des nuages visibles."@fr, "Fraction of the celestial dome hidden by all the visible clouds."@en ; skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0745/> ; skos:prefLabel "Cloud cover"@en, "Nébulosité totale"@fr ; ns5:isPropertyOf ns6:cloud .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ns.inria.fr/meteo/vocab/weatherproperty/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://ns.inria.fr/meteo/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
@prefix ns3: <http://ns.inria.fr/meteo/ontology/property/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns4: <https://library.wmo.int/> .
@prefix ns5: <http://www.w3.org/ns/ssn/> .
@prefix ns6: <http://ns.inria.fr/meteo/vocab/meteorologicalfeature/> .
@prefix ns7: <http://qudt.org/vocab/unit/> .

ns6:cloud
    ns5:hasProperty ns0:totalCloudCover .

ns0:lowCloudCover
    skos:broader ns0:totalCloudCover .

ns0:totalCloudCover
    ns3:hasAbbreviation "n" ;
    dc:source <https://library.wmo.int/doc_num.php?explnum_id=4712> ;
    ns2:applicableUnit ns7:PERCENT ;
    a ns1:WeatherProperty, ns2:QuantityKind, owl:NamedIndividual, skos:Concept ;
    skos:altLabel "Cloud amount"@en, "Couverture nuageuse"@fr ;
    skos:definition "Fraction de la voûte céléste cachée par l'ensemble des nuages visibles."@fr, "Fraction of the celestial dome hidden by all the visible clouds."@en ;
    skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0745/> ;
    skos:prefLabel "Cloud cover"@en, "Nébulosité totale"@fr ;
    ns5:isPropertyOf ns6:cloud .