@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://codes.wmo.int/wmdr/DataFormat/FM-83-sfazu>
  rdfs:label "FM 83 - SFAZU" ;
  dc:description "Detailed report of the distribution of sources of atmospherics by bearings for any period up to and including 24 hours. Manual on Codes Volume I.1. http://wis.wmo.int/ManCodes1"@en ;
  skos:prefLabel "FM 83 - SFAZU"@en ;
  skos:notation "FM-83-sfazu" ;
  a skos:Concept .

<http://codes.wmo.int/wmdr/DataFormat>
  a <http://www.w3.org/ns/ldp#Container>, <http://purl.org/linked-data/registry#Register>, skos:Collection ;
  skos:prefLabel "Data format"@en ;
  skos:member <http://codes.wmo.int/wmdr/DataFormat/FM-83-sfazu> .

