@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/d7d5b771-8c3e-44d5-ba14-8a3757cecbaf>
  skos:inScheme <https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/GranuleDataFormat> ;
  skos:prefLabel "ASCII Grid"@en ;
  skos:changeNote """2020-06-17 12:42:42.0 [tstevens] Insert Concept 
add broader relation (ASCII Grid [d7d5b771-8c3e-44d5-ba14-8a3757cecbaf,560296] - Granule Data Format [8e770fe1-6e82-43aa-9f8a-75d217d7e6cb,558797]); 
""", """2020-06-17 12:43:50.0 [tstevens]  
insert AltLabel (id: null
category: primary
text: ESRI American Standard Code for Information Interchange Grid
language code: en); 
insert AltLabel (id: null
category: null
text: Grid formats, GRID ASCII format, ASCII grid
language code: en); 
insert Definition (id: null
text: Esri ASCII Grid files are raster files containing elevation data, and each elevation sample in the file is a point in a single FME raster feature. Esri ASCII Grid is a very simple format. It has a very short header that precedes the raster data. This header provides the location and size of the raster to follow. The raster is written as a series of rows, which contain one ASCII integer or floating point value per column in the raster. The first element of the raster corresponds to the upper left-hand corner of the raster. For each raster, there is only a single feature returned, since this feature will contain the entire raster.
language code: en); 
""", """2020-09-22 14:27:30.0 [tstevens]  
update AltLabel (Esri American Standard Code for Information Interchange Grid); 
""" ;
  skos:definition "Esri ASCII Grid files are raster files containing elevation data, and each elevation sample in the file is a point in a single FME raster feature. Esri ASCII Grid is a very simple format. It has a very short header that precedes the raster data. This header provides the location and size of the raster to follow. The raster is written as a series of rows, which contain one ASCII integer or floating point value per column in the raster. The first element of the raster corresponds to the upper left-hand corner of the raster. For each raster, there is only a single feature returned, since this feature will contain the entire raster."@en ;
  skos:broader <https://gcmd.earthdata.nasa.gov/kms/concept/8e770fe1-6e82-43aa-9f8a-75d217d7e6cb> ;
  ns0:altLabel [ ] ;
  a skos:Concept ;
  skos:altLabel "Grid formats, GRID ASCII format, ASCII grid"@en .

<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/d7d5b771-8c3e-44d5-ba14-8a3757cecbaf> .

