quantitykind:AmountOfCloudCover

URI: http://qudt.org/vocab/quantitykind/AmountOfCloudCover

Type
Description

Applicable units are those of quantitykind:AmountOfCloudCover

Properties
qudt:plainTextDescription
The amount of the celestial dome covered by all clouds visible.
Annotations
rdfs:comment
Applicable units are those of quantitykind:AmountOfCloudCover
rdfs:label
Amount of cloud cover(en)
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/quantitykind/AmountOfCloudCover">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/OKTA"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://windy.app/blog/okta-cloud-cover.html</j.0:informativeReference>
    <j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://library.wmo.int/viewer/68695/?offset=3#page=514&amp;viewer=picture&amp;o=bookmark&amp;n=0&amp;q=</j.0:isoNormativeReference>
    <j.0:plainTextDescription>The amount of the celestial dome covered by all clouds visible.</j.0:plainTextDescription>
    <rdfs:comment>Applicable units are those of quantitykind:AmountOfCloudCover</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Amount of cloud cover</rdfs:label>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/vocab/quantitykind/AmountOfCloudCover>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/OKTA> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://windy.app/blog/okta-cloud-cover.html"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "https://library.wmo.int/viewer/68695/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q="^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "The amount of the celestial dome covered by all clouds visible." ;
  rdfs:comment "Applicable units are those of quantitykind:AmountOfCloudCover" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Amount of cloud cover"@en ;
.
JSON
{"resource":"Amount of cloud cover" 
 ,"qname":"quantitykind:AmountOfCloudCover" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/AmountOfCloudCover" 
 ,"properties":["applicable unit":"unit:OKTA" 
    ,"comment":"Applicable units are those of quantitykind:AmountOfCloudCover" 
    ,"description (plain text)":"The amount of the celestial dome covered by all clouds visible." 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"informative reference":"https:\/\/windy.app\/blog\/okta-cloud-cover.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Amount of cloud cover" 
    ,"normative reference (ISO)":"https:\/\/library.wmo.int\/viewer\/68695\/?offset=3#page=514&amp;viewer=picture&amp;o=bookmark&amp;n=0&amp;q=" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/AmountOfCloudCover",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : "http://qudt.org/vocab/unit/OKTA",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "informativeReference" : "https://windy.app/blog/okta-cloud-cover.html",
  "isoNormativeReference" : "https://library.wmo.int/viewer/68695/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q=",
  "plainTextDescription" : "The amount of the celestial dome covered by all clouds visible.",
  "comment" : "Applicable units are those of quantitykind:AmountOfCloudCover",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Amount of cloud cover"
  },
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isoNormativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2025-01-28T15:45:59.657-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)