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

locationrelation:Stored
  skos:prefLabel "Stored at location"@en, "Uchováno v lokaci"@cs ;
  skos:inScheme locationrelation: ;
  skos:topConceptOf locationrelation: ;
  skos:definition "This is the determination of the location where the data is permanently stored after collection, measurement or processing."@en, "Jedná se o určení lokace, kde byla daná data po sběru, naměření či zpracování uložena a jsou trvale uchovávána."@cs ;
  a skos:Concept .

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

