@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/Spatial_Representation/point>
  skos:prefLabel "point"@en ;
  skos:definition "A single data point (having no implied coordinate relationship to other points)"@en ;
  a skos:Concept .

mmd:Spatial_Representation
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Spatial Representation"@en ;
  skos:member <https://vocab.met.no/mmd/Spatial_Representation/point> .

