@prefix :     <https://vocabs.ccmm.cz/registry/codelist/TimeReference/> .
@prefix dc:   <http://purl.org/dc/elements/1.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Refers>
        a                  skos:Concept ;
        skos:definition    "This is a relationship to a location that relates to the content of the data. The dataset contains data about the given location."@en , "Jedná se o vztah k lokaci, které se týkají obsahově daná data. Dataset obsahuje data o dané lokaci."@cs ;
        skos:inScheme      <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> ;
        skos:prefLabel     "Refers to the location"@en , "Týká se lokace"@cs ;
        skos:topConceptOf  <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> .

<https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Processed>
        a                  skos:Concept ;
        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 ;
        skos:inScheme      <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> ;
        skos:prefLabel     "Processed at location"@en , "Zpracováno v lokaci"@cs ;
        skos:topConceptOf  <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> .

<https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Collected>
        a                  skos:Concept ;
        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 ;
        skos:inScheme      <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> ;
        skos:prefLabel     "Collected in"@en , "Získáno v lokaci"@cs ;
        skos:topConceptOf  <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> .

<https://vocabs.ccmm.cz/registry/codelist/LocationRelation/>
        a                   skos:ConceptScheme ;
        dc:title            "Vztah k lokaci"@cs , "Location Relation"@en ;
        skos:hasTopConcept  <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Stored> , <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Refers> , <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Processed> , <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Other> , <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Collected> .

<https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Stored>
        a                  skos:Concept ;
        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 ;
        skos:inScheme      <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> ;
        skos:prefLabel     "Stored at location"@en , "Uchováno v lokaci"@cs ;
        skos:topConceptOf  <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> .

<https://vocabs.ccmm.cz/registry/codelist/LocationRelation/Other>
        a                  skos:Concept ;
        skos:inScheme      <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> ;
        skos:prefLabel     "Jiné"@cs , "Other"@en ;
        skos:topConceptOf  <https://vocabs.ccmm.cz/registry/codelist/LocationRelation/> .
