@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://vocab.met.no/mmd> a prov:Entity, skos:ConceptScheme .
<https://vocab.met.no/mmd/Spatial_Representation/grid>
  skos:prefLabel "grid"@en ;
  a skos:Concept .

mmd:Spatial_Representation
  skos:member <https://vocab.met.no/mmd/Spatial_Representation/trajectory>, <https://vocab.met.no/mmd/Spatial_Representation/point>, <https://vocab.met.no/mmd/Spatial_Representation/grid>, <https://vocab.met.no/mmd/Spatial_Representation/vector> ;
  skos:prefLabel "Spatial Representation"@en ;
  skos:inScheme <https://vocab.met.no/mmd> ;
  skos:definition "The method used to spatially represent geographic information."@en ;
  a isothes:ConceptGroup, skos:Collection .

<https://vocab.met.no/mmd/Spatial_Representation/trajectory>
  skos:prefLabel "trajectory"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Spatial_Representation/point>
  skos:prefLabel "point"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Spatial_Representation/vector>
  skos:prefLabel "vector"@en ;
  a skos:Concept .

