@prefix locationrelation: <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

locationrelation:Collected
  skos:prefLabel "Collected in"@en, "Získáno v lokaci"@cs ;
  skos:inScheme locationrelation: ;
  skos:topConceptOf locationrelation: ;
  skos:definition "This is the determination of the location where the data was collected (measured, recorded, observed etc.)."@en, "Jedná se o určení lokace, kde byla daná data zaznamenána (naměřena, sesbírána...)."@cs ;
  a skos:Concept .

locationrelation:
  a skos:ConceptScheme ;
  skos:hasTopConcept locationrelation:Collected .

