@prefix :     <https://vocabs.repo.cz/vocabularies/DescriptionType/> .
@prefix dc:   <http://purl.org/dc/elements/1.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/TableOfContents>
        a                  skos:Concept ;
        skos:definition    "Obsah zdroje."@cs , "A listing of the Table of Contents."@en ;
        skos:inScheme      : ;
        skos:prefLabel     "Table Of Contents"@en , "Obsah"@cs ;
        skos:topConceptOf  : .

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/SeriesInformation>
        a                  skos:Concept ;
        skos:definition    "Informace o sérii, například svazek a číslo."@cs , "Information about a repeating series, such as volume, issue, number."@en ;
        skos:inScheme      : ;
        skos:prefLabel     "Series Information"@en , "Informace o sérii"@cs ;
        skos:topConceptOf  : .

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/TechnicalInfo>
        a                  skos:Concept ;
        skos:definition    "Podrobné informace, které mohou souviset s návrhem, implementací, provozem, použitím a/nebo údržbou systému nebo přístroje nebo jiným nastavením procesu získání či ověření datasetu či jiného zdroje."@cs , "Detailed information that may be associated with design, implementation, operation, use, and/or maintenance of a process, system, or instrument."@en ;
        skos:inScheme      : ;
        skos:prefLabel     "Technical Info"@en , "Technická informace"@cs ;
        skos:topConceptOf  : .

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/Other>
        a                  skos:Concept ;
        skos:definition    "Další popisné informace, které nelze zařadit do existující kategorie."@cs , "Other description information that does not fit into an existing category."@en ;
        skos:inScheme      : ;
        skos:prefLabel     "Other"@en , "Jiný"@cs ;
        skos:topConceptOf  : .

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/Abstract>
        a                  skos:Concept ;
        skos:definition    "Stručný popis zdroje a kontextu, v jehož rámci zdroj vznikl."@cs , "A brief description of the resource and the context in which the resource was created."@en ;
        skos:inScheme      : ;
        skos:prefLabel     "Abstract"@en , "Abstrakt"@cs ;
        skos:topConceptOf  : .

:       a                   skos:ConceptScheme ;
        dc:title            "Description Type"@en , "Typ popisu"@cs ;
        skos:hasTopConcept  <https://vocabs.ccmm.cz/vocabularies/DescriptionType/TechnicalInfo> , <https://vocabs.ccmm.cz/vocabularies/DescriptionType/TableOfContents> , <https://vocabs.ccmm.cz/vocabularies/DescriptionType/SeriesInformation> , <https://vocabs.ccmm.cz/vocabularies/DescriptionType/Other> , <https://vocabs.ccmm.cz/vocabularies/DescriptionType/Methods> , <https://vocabs.ccmm.cz/vocabularies/DescriptionType/Abstract> .

<https://vocabs.ccmm.cz/vocabularies/DescriptionType/Methods>
        a                  skos:Concept ;
        skos:definition    "Metodologie použitá pro studii nebo výzkum."@cs , "The methodology employed for the study or research."@en ;
        skos:inScheme      : ;
        skos:prefLabel     "Methods"@en , "Metodologie"@cs ;
        skos:topConceptOf  : .
