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

locationrelation:Processed
  skos:prefLabel "Processed at location"@en, "Zpracováno v lokaci"@cs ;
  skos:inScheme locationrelation: ;
  skos:topConceptOf locationrelation: ;
  skos:definition "This is the determination of the location where the data was further processed after collection or measurement."@en, "Jedná se o určení lokace, kde byla daná data po sběru či naměření dále zpracována."@cs ;
  a skos:Concept .

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

