@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/ascii>
  rdfs:label "ASCII" ;
  dc:description "ASCII (American Standard Code for Information Interchange) is a character-encoding scheme used for text files. Plain text files are often called 'ASCII' files."@en ;
  skos:prefLabel "ASCII"@en ;
  skos:notation "ascii" ;
  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/ascii> .

