@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://gcmd.gsfc.nasa.gov/kms#> .

<https://gcmd.earthdata.nasa.gov/kms/concept/8e770fe1-6e82-43aa-9f8a-75d217d7e6cb>
  skos:prefLabel "Granule Data Format"@en ;
  a skos:Concept ;
  skos:narrower <https://gcmd.earthdata.nasa.gov/kms/concept/465809cc-e76c-4630-8594-bb8bd7a1a380> .

<https://gcmd.earthdata.nasa.gov/kms/concept/465809cc-e76c-4630-8594-bb8bd7a1a380>
  skos:changeNote """2019-10-28 10:07:37.0 [sritz] Insert Concept 
add broader relation (CSV [465809cc-e76c-4630-8594-bb8bd7a1a380,369751] - Granule Data Format [8e770fe1-6e82-43aa-9f8a-75d217d7e6cb,369529]); 
""", """2020-06-17 14:30:36.0 [tstevens]  
insert AltLabel (id: null
category: primary
text: Comma-Separated Values File
language code: en); 
insert AltLabel (id: null
category: null
text: ASCII-csv, CSV (ASCII), Comma separated value file (.csv), text files (CSV), CSV (Comma delimited text file)
language code: en); 
insert Definition (id: null
text: A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format. A CSV file typically stores tabular data (numbers and text) in plain text, in which case each line will have the same number of fields.
language code: en); 
""" ;
  ns0:altLabel [ ] ;
  skos:definition "A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format. A CSV file typically stores tabular data (numbers and text) in plain text, in which case each line will have the same number of fields."@en ;
  skos:altLabel "ASCII-csv, CSV (ASCII), Comma separated value file (.csv), text files (CSV), CSV (Comma delimited text file)"@en ;
  skos:prefLabel "CSV"@en ;
  skos:inScheme <https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/GranuleDataFormat> ;
  skos:broader <https://gcmd.earthdata.nasa.gov/kms/concept/8e770fe1-6e82-43aa-9f8a-75d217d7e6cb> ;
  a skos:Concept .

