@prefix : <https://model.ccmm.cz/research-data/>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix dsv: <https://w3id.org/dsv#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix vann: <http://purl.org/vocab/vann/>.
@prefix cardinality: <https://w3id.org/dsv/cardinality#>.
@prefix requirement: <https://w3id.org/dsv/requirement-level#>.
@prefix role: <https://w3id.org/dsv/class-role#>.
@prefix prof: <http://www.w3.org/ns/dx/prof/>.


<https://model.ccmm.cz/research-data/> a prof:Profile, dsv:ApplicationProfile.
:Dataset dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Conjunto de datos"@es, "Dataset"@en, "Dataset"@it, "Datová sada"@cs, "Jeu de données"@fr, "Σύνολο Δεδομένων"@el, "قائمة بيانات"@ar, "データセット"@ja, "Datasæt"@da;
    skos:definition "1つのエージェントによって公開またはキュレートされ、1つ以上の形式でアクセスまたはダウンロードできるデータの集合。"@ja, "A conceptual entity that represents the information published. "@en, "Konceptuální entita představující publikovaná data."@cs, "Raccolta di dati, pubblicati o curati da un'unica fonte, disponibili per l'accesso o il download in uno o più formati."@it, "Una colección de datos, publicados o conservados por una única fuente, y disponibles para ser accedidos o descargados en uno o más formatos."@es, "Une collection de données, publiée ou élaborée par une seule source, et disponible pour accès ou téléchargement dans un ou plusieurs formats."@fr, "Μία συλλογή από δεδομένα, δημοσιευμένη ή επιμελημένη από μία και μόνο πηγή, διαθέσιμη δε προς πρόσβαση ή μεταφόρτωση σε μία ή περισσότερες μορφές."@el, "قائمة بيانات منشورة أو مجموعة من قبل مصدر ما و متاح الوصول إليها أو تحميلها"@ar, "En samling af data, udgivet eller udvalgt og arrangeret af en enkelt kilde og som er til råde for adgang til eller download af i en eller flere repræsentationer."@da;
    dsv:specializes :Resource;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Dataset>;
    a dsv:ClassProfile.
:Agent dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Agent>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Agent>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Agent>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Agent>
];
    a dsv:ClassProfile.
:Person dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Physical person. "@en;
    skos:scopeNote ""@en;
    dsv:specializes :Agent;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/prov#Person>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/prov#Person>.
:Organization dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. "@en;
    dsv:specializes :Agent;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Agent>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/prov#Organization>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/prov#Organization>.
:TermsOfUse dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Terms of use"@en;
    skos:definition "Terms of use defines overall conditions and rights regarding access and usage  of dataset. "@en;
    skos:scopeNote ""@en;
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/datacite#Rights>.
:FundingReference dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#FundingReference>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#FundingReference>
];
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/datacite#FundingReference>.
:Distribution dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "This represents a general availability of a dataset. It implies no information about the actual access method of the data, i.e., whether by direct download, API, or through a Web page. This is an abstract type. Use its subclasses to determine downloadable file or data service."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution>
];
    a dsv:ClassProfile.
:ValidationResult dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Validation result"@en;
    skos:definition "Class describing the result of validation testing. It may include validation of metadata, data and/or web services accessing the data."@en;
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#ValidationResult>.
:Subject dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Recommended approach is to use controlled list values, preferably in the form of IRI. "@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#Subject>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#Subject>
];
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/datacite#Subject>.
:RelatedResource dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Related resource"@en;
    skos:definition "Resource represents any resource, physical or digital, that is related to the described dataset. "@en;
    skos:scopeNote "Class is used for description of the resource together with the type of relation, for which is used value from codelist https://vocabs.ccmm.cz/registry/codelist/RelationType/. Distributions of the datasets SHALL NOT be modeled as related resource, but as a distribution. Use qualified resource property to link to the dataset class. \nExamples of resources: other related dataset, used methodology, instrument used for measurement, conference or conference paper etc..."@en;
    dsv:specializes :Resource;
    a dsv:ClassProfile;
    dsv:class rdfs:Resource.
:ResourceToAgentRelationship dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Resource to agent relationship"@en;
    skos:definition "An association class for attaching additional information to a relationship between Resource and Agent."@en;
    skos:scopeNote "Use to characterize a relationship between resources and agents, where the nature of the relationship is known but is not adequately characterized by the standard DCTERMS properties (dcterms:hasPart, dcterms:isPartOf, dcterms:conformsTo, dcterms:isFormatOf, dcterms:hasFormat, dcterms:isVersionOf, dcterms:hasVersion, dcterms:replaces, dcterms:isReplacedBy, dcterms:references, dcterms:isReferencedBy, dcterms:requires, dcterms:isRequiredBy) or PROV-O properties (prov:wasDerivedFrom, prov:wasInfluencedBy, prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource, prov:alternateOf, prov:specializationOf). Roles of the agent in the relation are specified using had role relation."@en;
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#ResourceToAgentRelationship>.
:ResourceAgentRoleType dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Resource agent role type"@en;
    skos:definition "Role of the agent in the relationship to the resource. "@en;
    skos:scopeNote "Use value from code list https://vocabs.ccmm.cz/registry/codelist/AgentRole/."@en;
    a dsv:ClassProfile;
    dsv:class skos:Concept.
:ContactDetails dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Contact details"@en;
    skos:definition "Details to contact the agent in a relationship to the resource."@en;
    skos:scopeNote "Describes contact details, such as telephone, e--mail address etc."@en;
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#ContactDetails>.
:Address dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "A spatial object that in a human-readable way identifies a fixed location. "@en;
    skos:scopeNote "Address shall refer to the IRI identifier of an address from existing Address registry (e.g. RÚIAN for Czechia). In cases, where address identifier does not exist or cannot be used, fill address details using class attributes."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/locn#Address>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/locn#Address>.
:MetadataRecord dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Metadata Record"@en, "Katalogizační záznam"@cs, "Record di catalogo"@it, "Registre du catalogue"@fr, "Registro del catálogo"@es, "Καταγραφή καταλόγου"@el, "سجل"@ar, "カタログ・レコード"@ja, "Katalogpost"@da;
    skos:definition "1つのデータセットを記述したデータ・カタログ内のレコード。"@ja, "Description of the metadata record of the dataset. "@en, "Un record in un catalogo di dati che descrive un singolo dataset o servizio di dati."@it, "Un registre du catalogue ou une entrée du catalogue, décrivant un seul jeu de données."@fr, "Un registro en un catálogo de datos que describe un solo conjunto de datos o un servicio de datos."@es, "Záznam v datovém katalogu popisující jednu datovou sadu či datovou službu."@cs, "Μία καταγραφή ενός καταλόγου, η οποία περιγράφει ένα συγκεκριμένο σύνολο δεδομένων."@el, "En post i et datakatalog der beskriver registreringen af et enkelt datasæt eller en datatjeneste."@da;
    skos:scopeNote "In case metadata is harvested from external catalogue, metadata record IRI shall be the same as IRI of the metadata record in original repository."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#CatalogueRecord>;
    a dsv:ClassProfile.
:ApplicationProfile dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Application profile"@en;
    skos:definition "A standard or other specification to which a metadata record conforms."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Standard>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Standard>
];
    a dsv:ClassProfile.
:ProvenanceStatement dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Information about entities, activities, and people involved in producing a piece of data or thing."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#ProvenanceStatement>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#ProvenanceStatement>
];
    a dsv:ClassProfile.
:Repository dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Repository"@en, "Catalogo"@it, "Catalogue"@fr, "Catálogo"@es, "Katalog"@cs, "Κατάλογος"@el, "فهرس قوائم البيانات"@ar, "カタログ"@ja, "Katalog"@da;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Catalogue>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Catalogue>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Catalogue>
];
    a dsv:ClassProfile.
:Distribution-DownloadableFile dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Distribution - downloadable file"@en;
    skos:definition "Physical embodiment of the dataset in a particular format. "@en;
    dsv:specializes :Distribution;
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#Distribution-DownloadableFile>.
:Distribution-DataService dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Distribution - data service"@en;
    skos:definition "Physical embodiment of the dataset distribution as a particular data service. "@en;
    dsv:specializes :Distribution;
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#Distribution-DataService>.
:File dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "File"@en;
    skos:definition "Digital resource representing collection of data."@en;
    skos:scopeNote "File is represented by URL on which is it accessable."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#rdfs-Resource>;
    a dsv:ClassProfile.
:MediaType dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "A file format."@en;
    skos:scopeNote "Use IRI value from registry https://www.iana.org/assignments/media-types/media-types.xhtml."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#MediaType>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#MediaType>
];
    a dsv:ClassProfile.
:DataService dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#DataService>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#DataService>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#DataService>
];
    a dsv:ClassProfile.
:Documentation dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Documentation"@en;
    skos:definition "A textual resource intended for human consumption that contains information about the data service."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Document>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Document>
];
    a dsv:ClassProfile.
:SubjectScheme dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Subject scheme"@en;
    skos:definition "Collection of subjects (keywords, concepts, classification codes) curated by a single source."@en;
    skos:scopeNote "Subject scheme sets a contexts for all subjects within this scheme. It usually represents thesauri, vocabulary etc., but may also  represent a set of concepts with the meaning of the same context, such as domain specific nomenclature."@en;
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#SubjectScheme>.
:Location dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Spatial region, named place or geometry representation of a place related to the resource. "@en;
    skos:scopeNote "Location is represented according to the Open Formal Standard for Spatial Data. Locations are represented as a reference to the named place, geographic region or specific geometry according to the standardized geometry object representation. \nEvery Location instance must have at least one of the following attributes/relations: bbox, location name, geometry and/or related object identifier."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Location>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Location>
];
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/datacite#Geolocation>.
:Geometry dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "The Geometry class provides the means to identify a location as a point, line, polygon, etc. expressed using coordinates in some coordinate reference system."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Geometry>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Geometry>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Geometry>
];
    a dsv:ClassProfile.
:Identifier dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Unique and resolvable identifier containing the notation and identifier scheme in the form of URI."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/adms#Identifier>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/adms#Identifier>.
:AlternateTitle dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Alternate title"@en;
    skos:definition "Alternate title of the resource."@en;
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#AlternateTitle>.
:Checksum dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Checksum>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Checksum>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Checksum>
];
    a dsv:ClassProfile.
:ChecksumAlgorithm dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Checksum algorithm"@en;
    skos:definition "Algorithm used for Checksums."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#ChecksumAlgorithm>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#ChecksumAlgorithm>
];
    a dsv:ClassProfile.
:LicenseDocument dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "A legal document giving official permission to do something with a resource."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-dap#LicenseDocument>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-dap#LicenseDocument>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-dap#LicenseDocument>
];
    a dsv:ClassProfile.
:LocationRelationType dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Location relation type"@en;
    skos:definition "Relation of the dataset to the resource."@en;
    skos:scopeNote "Use value from codelist https://vocabs.ccmm.cz/registry/codelist/LocationRelation/."@en;
    a dsv:ClassProfile;
    dsv:class skos:Concept.
:AlternateTitleType dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Alternate title type"@en;
    skos:definition "Type of alternate title."@en;
    skos:scopeNote "Use value from codelist https://vocabs.ccmm.cz/registry/codelist/AlternateTitle/."@en;
    a dsv:ClassProfile;
    dsv:class skos:Concept.
:DateType dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Date type"@en;
    skos:definition "Type of a date in relation to the resource."@en;
    skos:scopeNote "Use value from codelist https://vocabs.ccmm.cz/registry/codelist/TimeReference/."@en;
    a dsv:ClassProfile;
    dsv:class skos:Concept.
:ResourceType dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Resource type"@en;
    skos:definition "Type of the resource."@en;
    skos:scopeNote "Use IRI identifier of the resource type from the codelist https://vocabularies.coar-repositories.org/resource_types/."@en;
    a dsv:ClassProfile;
    dsv:class skos:Concept.
:ResourceRelationType dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Resource relation type"@en;
    skos:definition "Type of the relation between the dataset and given resource."@en;
    skos:scopeNote "Use value from the codelist https://vocabs.ccmm.cz/registry/codelist/RelationType/."@en;
    a dsv:ClassProfile;
    dsv:class skos:Concept.
:LanguageSystem dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Language system"@en;
    skos:scopeNote "Use IRI identifier from the register http://publications.europa.eu/resource/authority/language."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#LinguisticSystem>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#LinguisticSystem>
];
    a dsv:ClassProfile.
:Format dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Format"@en;
    skos:definition "Format of downloadable file."@en;
    skos:scopeNote "Use IRI identifier from the register http://publications.europa.eu/resource/dataset/file-type. Human readable codelist representation is here: https://op.europa.eu/en/web/eu-vocabularies/concept-scheme/-/resource?uri=http://publications.europa.eu/resource/authority/file-type."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#MediaTypeOrExtent>;
    a dsv:ClassProfile.
:AccessRights dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Access rights"@en;
    skos:definition "A statement about the access rights to the dataset."@en;
    skos:scopeNote "Use IRI identifier from the register http://purl.org/coar/access_right/."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#RightsStatement>;
    a dsv:ClassProfile.
:TimeRepresentation dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Time representation"@en, "entidad temporal"@es;
    skos:definition "Representation of time reference as a temporal interval or instant on which something relevant to the resource has happened."@en, "Un intervalo temporal o un instante."@es;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/2006/time#TemporalEntity>.
:TimeInstant dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Time instant"@en, "instante de tiempo."@es;
    skos:definition "A temporal entity with zero extent or duration."@en, "Una entidad temporal con una extensión o duración cero."@es;
    skos:scopeNote "Use for representation of time reference with zero extent or duration."@en;
    dsv:specializes :TimeRepresentation;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/2006/time#Instant>.
:TimeInterval dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Use for representation of time reference represented as an interval. Interval is represented by beginning and end time instants."@en;
    dsv:specializes :TimeRepresentation, :TimeRepresentation;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/2006/time#Interval>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/2006/time#Interval>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/2006/time#Interval>.
:IdentifierScheme dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Use identifier scheme in the form of IRI identifier. Methodology shall list known sources."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#IdentifierScheme>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#IdentifierScheme>
];
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#IdentifierScheme>.
:Description dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Description of the resource may have also a description type."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#Description>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#Description>
];
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/datacite#Description>.
:DescriptionType dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Use value from codelist https://vocabs.ccmm.cz/registry/codelist/DescriptionType/."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#DescriptionType>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#DescriptionType>
];
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/datacite#DescriptionType>.
:TimeReference dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "An object representing time reference relevant to some event related to the resource has happened."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#TimeReference>
];
    a dsv:ClassProfile;
    dsv:class <https://model.ccmm.cz/vocabulary/ccmm#TimeReference>.
:Resource dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "In the core model, resource is anything that is described within the metadata record, including dataset itself and all related resources. This class is also reused in domain extension for representing any physical or digital resources specific for the described scientific domain.  "@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource rdfs:Resource
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource rdfs:Resource
];
    a dsv:ClassProfile;
    dsv:class rdfs:Resource.

<https://model.ccmm.cz/research-data/Dataset.hasRelatedResource> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has related resource"@en;
    skos:definition "Reference to the resource in any way related to the described dataset."@en;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasRelatedResource>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :RelatedResource.

<https://model.ccmm.cz/research-data/Dataset.hasTermsOfUse> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has terms of use"@en;
    dsv:cardinality cardinality:11;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#hasRights>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :TermsOfUse.

<https://model.ccmm.cz/research-data/Dataset.hasFundingReference> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Has reference for funding of a dataset acquisition."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#hasFundingReference>
];
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#hasFundingReference>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :FundingReference.

<https://model.ccmm.cz/research-data/Dataset.hasDistribution> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has distribution"@en;
    skos:scopeNote "For the distribution of data in the form of files use instances of class Distribution – downloadable file. For the distribution of data through service use instance of class Distribution – data service. "@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Dataset.datasetDistribution>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Dataset.datasetDistribution>
];
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Distribution.

<https://model.ccmm.cz/research-data/Dataset.hasValidationResult> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has validation result"@en;
    skos:definition "Reference to the report about the dataset validation."@en;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasValidationResult>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ValidationResult.

<https://model.ccmm.cz/research-data/Dataset.hasSubject> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Dataset described using a subject."@en;
    skos:scopeNote "At least one subject must be a value from FRASCATI FORD vocabulary. For that subject use reference codelist https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/ as the Subject scheme and select at least one value from this codelist as a subject."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#hasSubject>
];
    dsv:cardinality cardinality:1n;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#hasSubject>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Subject.

<https://model.ccmm.cz/research-data/Dataset.hasTimeReference> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has time reference"@en;
    skos:definition "Reference to events related to the dataset."@en;
    skos:scopeNote "Must contain at least one time reference with date type value \"Created\"  from  https://vocabs.ccmm.cz/registry/codelist/TimeReference/."@en;
    dsv:cardinality cardinality:1n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasTimeReference>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :TimeReference.

<https://model.ccmm.cz/research-data/ResourceToAgentRelationship.hasRelatedAgent> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has related agent"@en;
    skos:definition "Specifies the agent an a given role in the relationship with the resource."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Relationship.relation>;
    dsv:cardinality cardinality:11;
    dsv:domain :ResourceToAgentRelationship;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Agent.

<https://model.ccmm.cz/research-data/ResourceToAgentRelationship.hadRole> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "May be used in a qualified-attribution to specify the role of an Agent with respect to an Entity. It is recommended that the value be taken from a controlled vocabulary of agent roles."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Relationship.hadRole>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Relationship.hadRole>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Relationship.hadRole>
];
    dsv:cardinality cardinality:11;
    dsv:domain :ResourceToAgentRelationship;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ResourceAgentRoleType.

<https://model.ccmm.cz/research-data/FundingReference.hasFunder> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has funder"@en;
    skos:definition "Relation to the agent entity of a funder."@en;
    dsv:cardinality cardinality:1n;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#hasFunderIdentifier>;
    dsv:domain :FundingReference;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Agent.

<https://model.ccmm.cz/research-data/Agent.contactPoint> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Punto de contacto"@es, "has contact point"@en, "má kontaktní bod"@cs, "point de contact"@fr, "punto di contatto"@it, "σημείο επικοινωνίας"@el, "عنوان اتصال"@ar, "窓口"@ja, "kontaktpunkt"@da;
    skos:definition "Información relevante de contacto para el recurso catalogado. Se recomienda el uso de vCard."@es, "Informazioni di contatto rilevanti per la risorsa catalogata. Si raccomanda l'uso di vCard."@it, "Relevant contact information for the catalogued resource. "@en, "Relevantní kontaktní informace pro katalogizovaný zdroj. Doporučuje se použít slovník VCard."@cs, "Relie un jeu de données à une information de contact utile en utilisant VCard."@fr, "Συνδέει ένα σύνολο δεδομένων με ένα σχετικό σημείο επικοινωνίας, μέσω VCard."@el, "تربط قائمة البيانات بعنوان اتصال موصف  باستخدام VCard"@ar, "データセットを、VCardを用いて提供されている適切な連絡先情報にリンクします。"@ja, "Relevante kontaktoplysninger for den katalogiserede ressource. Anvendelse af vCard anbefales."@da;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#contactPoint>;
    dsv:domain :Agent;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ContactDetails.

<https://model.ccmm.cz/research-data/ContactDetails.hasAddress> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Either links to IRI of address in address registry or describes the address using Address class attributes."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/2006/vcard/ns#hasAddress>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/2006/vcard/ns#hasAddress>
];
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/2006/vcard/ns#hasAddress>;
    dsv:domain :ContactDetails;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Address.

<https://model.ccmm.cz/research-data/Person.hasAffiliation> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has affiliation"@en;
    skos:definition "Affiliation of the person to an organization."@en;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasAffiliation>;
    dsv:domain :Person;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Organization.

<https://model.ccmm.cz/research-data/MetadataRecord.conformsToStandard> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "conforms to standard"@en;
    skos:definition "An established standard to which the metadata record conforms."@en;
    skos:scopeNote "This property SHOULD be used to indicate the standard or profile that was used to describe cataloged resource content."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-dap#CatalogRecord.conformsTo>;
    dsv:cardinality cardinality:1n;
    dsv:domain :MetadataRecord;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ApplicationProfile.

<https://model.ccmm.cz/research-data/Dataset.hasProvenance> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has provenance"@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Dataset.provenance>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Dataset.provenance>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Dataset.provenance>
];
    dsv:cardinality cardinality:0n;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ProvenanceStatement.

<https://model.ccmm.cz/research-data/MetadataRecord.hasOriginalRepository> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has original repository"@en;
    skos:definition "Link to the repository in which the metadata were originally stored and curated."@en;
    skos:scopeNote "Original repository is a repository where the original metadata was harvested from or where it was created and/or published. There is always exactly one original repository. \nIf metadata record is harvested form other repository, make sure to include the first repository from which it was harvested."@en;
    dsv:cardinality cardinality:11;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#originalRepository>;
    dsv:domain :MetadataRecord;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Repository.

<https://model.ccmm.cz/research-data/MetadataRecord.describes> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "describes"@en;
    skos:definition "Dataset described by the metadata record."@en;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#describes>;
    dsv:domain :MetadataRecord;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Dataset.

<https://model.ccmm.cz/research-data/Distribution-DownloadableFile.downloadUrl> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Download URL SHOULD be used for the URL at which this distribution is available directly, typically through a HTTP Get request."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.downloadUrl>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.downloadUrl>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.downloadUrl>
];
    dsv:domain :Distribution-DownloadableFile;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :File.

<https://model.ccmm.cz/research-data/Distribution-DownloadableFile.accessUrl> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "The resource at the access URL contains information about how to get the Dataset. It shall be the web page (not a document file)."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.accessUrl>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.accessUrl>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.accessUrl>
];
    dsv:domain :Distribution-DownloadableFile;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :File.

<https://model.ccmm.cz/research-data/Distribution-DownloadableFile.mediaType> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "This property SHOULD be used when the media type of the distribution is defined in IANA (using value from https://www.iana.org/assignments/media-types/media-types.xhtml), otherwise Format MAY be used with values from Publication Office of the EU File type codelist http://publications.europa.eu/resource/dataset/file-type."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.mediaType>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.mediaType>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.mediaType>
];
    dsv:domain :Distribution-DownloadableFile;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :MediaType.

<https://model.ccmm.cz/research-data/Distribution-DownloadableFile.conformsToSchema> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "conforms to schema"@en;
    skos:scopeNote "This property SHOULD be used to indicate the model, schema, ontology, view or profile that this representation of a dataset conforms to. This is (generally) a complementary concern to the media-type or format."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.linkedSchemas>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.linkedSchemas>
];
    dsv:cardinality cardinality:0n;
    dsv:domain :Distribution-DownloadableFile;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ApplicationProfile.

<https://model.ccmm.cz/research-data/Distribution-DataService.hasAccessService> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has access service"@en, "servicio de acceso de datos"@es, "servizio di accesso ai dati"@it, "služba pro přístup k datům"@cs, "dataadgangstjeneste"@da;
    skos:scopeNote "Access service SHOULD be used to link to a description of Data service that can provide access to this distribution."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.accessService>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.accessService>
];
    dsv:domain :Distribution-DataService;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :DataService.

<https://model.ccmm.cz/research-data/Distribution-DataService.conformsToSpecification> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "conforms to specification"@en;
    skos:scopeNote "This property SHOULD be used to indicate the profile or specification that this data service conforms to. This is (generally) a complementary concern to the service standard."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.linkedSchemas>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.linkedSchemas>
];
    dsv:domain :Distribution-DataService;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ApplicationProfile.

<https://model.ccmm.cz/research-data/Distribution-DataService.hasDocumentation> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has documentation"@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.documentation>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.documentation>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.documentation>
];
    dsv:domain :Distribution-DataService;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Documentation.

<https://model.ccmm.cz/research-data/TermsOfUse.hasContactPoint> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "Punto de contacto"@es, "has contact point"@en, "kontaktní bod"@cs, "point de contact"@fr, "punto di contatto"@it, "σημείο επικοινωνίας"@el, "عنوان اتصال"@ar, "窓口"@ja, "kontaktpunkt"@da;
    skos:definition "Información relevante de contacto para el recurso catalogado. Se recomienda el uso de vCard."@es, "Informazioni di contatto rilevanti per la risorsa catalogata. Si raccomanda l'uso di vCard."@it, "Contact point for the further details about the terms of use."@en, "Relevantní kontaktní informace pro katalogizovaný zdroj. Doporučuje se použít slovník VCard."@cs, "Relie un jeu de données à une information de contact utile en utilisant VCard."@fr, "Συνδέει ένα σύνολο δεδομένων με ένα σχετικό σημείο επικοινωνίας, μέσω VCard."@el, "تربط قائمة البيانات بعنوان اتصال موصف  باستخدام VCard"@ar, "データセットを、VCardを用いて提供されている適切な連絡先情報にリンクします。"@ja, "Relevante kontaktoplysninger for den katalogiserede ressource. Anvendelse af vCard anbefales."@da;
    dsv:property <http://www.w3.org/ns/dcat#contactPoint>;
    dsv:domain :TermsOfUse;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Agent.

<https://model.ccmm.cz/research-data/Subject.inSubjectScheme> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "in subject scheme"@en;
    skos:definition "Belonging of the subject to the subject scheme."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#inSubjectScheme>;
    dsv:domain :Subject;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :SubjectScheme.

<https://model.ccmm.cz/research-data/Dataset.hasLocation> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has location"@en;
    skos:scopeNote "In the CCMM spatial coverage does not only cover the area of dataset, it may be connected to the dataset in some other way, e.g. the place from where the data were measured, administrative area to which the dataset  conforms or other."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Dataset.geographicalCoverage>, <https://mff-uk.github.io/specifications/dcat-dap#Dataset.spatial-geographicalCoverage>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Dataset.geographicalCoverage>
];
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Location.

<https://model.ccmm.cz/research-data/Location.hasRelatedObject> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has related object"@en;
    skos:definition "Relation to the spatial object."@en;
    skos:scopeNote "The relation is provided by the identifier of the related object. It shall be identifier of an existing spatial object in a registry, such as Place Named Authority List (http://publications.europa.eu/resource/authority/place), Register of Territorial Identification, Addresses and Real Estates or others."@en;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasRelatedResource>;
    dsv:domain :Location;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :RelatedResource.

<https://model.ccmm.cz/research-data/Location.hasGeometry> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has geometry"@en;
    skos:scopeNote "The range of this property allows for any type of geometry specification. E.g., the geometry could be encoded by a literal, as WKT (geosparql:wktLiteral), or represented by a class, as geosparql:Geometry (or any of its subclasses)."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Location.geometry>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Location.geometry>
];
    dsv:cardinality cardinality:0n;
    dsv:domain :Location;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Geometry.

<https://model.ccmm.cz/research-data/Dataset.hasIdentifier> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has identifier"@en;
    skos:definition "has identifier"@en;
    dsv:cardinality cardinality:1n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasIdentifier>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Identifier.

<https://model.ccmm.cz/research-data/Dataset.isDescribedBy> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "is described by"@en;
    skos:definition "Inverse relation between dataset and metadata record."@en;
    dsv:cardinality cardinality:1n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#isDescribedBy>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :MetadataRecord.

<https://model.ccmm.cz/research-data/DataService.endpointUrl> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#DataService.endpointUrl>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#DataService.endpointUrl>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#DataService.endpointUrl>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#DataService.endpointUrl>
];
    dsv:cardinality cardinality:1n;
    dsv:domain :DataService;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :RelatedResource.

<https://model.ccmm.cz/research-data/Agent.hasIdentifier> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has identifier"@en;
    skos:definition "has identifier"@en;
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasIdentifier>;
    dsv:domain :Agent;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Identifier.

<https://model.ccmm.cz/research-data/MetadataRecord.qualifiedRelation> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Enlace a una descripción de la relación con otro recurso."@es, "Link a una descrizione di una relazione con un'altra risorsa."@it, "Link to a description of a relationship between metadata record and agent with the specification of the role of agent in this relationship."@en, "Odkaz na popis vztahu s jiným zdrojem."@cs, "Reference til en beskrivelse af en relation til en anden ressource."@da;
    skos:scopeNote "Relationship shall contain at least one agent with role \"Data Manager\" from codelist https://vocabs.ccmm.cz/registry/codelist/AgentRole/."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-dap#CataloguedResource.qualifiedRelation>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-dap#CataloguedResource.qualifiedRelation>
];
    dsv:cardinality cardinality:1n;
    dsv:domain :MetadataRecord;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ResourceToAgentRelationship.

<https://model.ccmm.cz/research-data/Checksum.usesAlgorithm> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "uses algorithm"@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Checksum.algorithm>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Checksum.algorithm>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Checksum.algorithm>
];
    dsv:cardinality cardinality:11;
    dsv:domain :Checksum;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ChecksumAlgorithm.

<https://model.ccmm.cz/research-data/Distribution-DataService.hasChecksum> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has checksum"@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.checksum>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.checksum>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.checksum>
];
    dsv:cardinality cardinality:01;
    dsv:domain :Distribution-DownloadableFile;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Checksum.

<https://model.ccmm.cz/research-data/TermsOfUse.license> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has license"@en;
    skos:definition "Reference to the legal document giving official permission to do something with the resource."@en;
    dsv:cardinality cardinality:11;
    dsv:property dct:license;
    dsv:domain :TermsOfUse;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :LicenseDocument.

<https://model.ccmm.cz/research-data/MetadataRecord.hasLanguage> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "language"@en;
    skos:definition "A language used in the textual metadata describing titles, descriptions of the metadata record."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#CatalogueRecord.language>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#CatalogueRecord.language>
];
    dsv:cardinality cardinality:0n;
    dsv:domain :MetadataRecord;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :LanguageSystem.

<https://model.ccmm.cz/research-data/Dataset.hasPrimaryLanguage> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has primary language"@en;
    skos:definition "A primary language of the Dataset."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Dataset.language>;
    dsv:cardinality cardinality:01;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :LanguageSystem.

<https://model.ccmm.cz/research-data/Dataset.hasOtherLanguage> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has other language"@en;
    skos:definition "Any other languages of the Dataset."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Dataset.language>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:scopeNote;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Dataset.language>
];
    dsv:cardinality cardinality:0n;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :LanguageSystem.

<https://model.ccmm.cz/research-data/Distribution-DownloadableFile.hasFormat> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has format"@en;
    skos:scopeNote ""@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.format>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Distribution.format>
];
    dsv:cardinality cardinality:11;
    dsv:domain :Distribution-DownloadableFile;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Format.

<https://model.ccmm.cz/research-data/TermsOfUse.accessRights> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "access rights"@en;
    skos:definition "Information about the conditions to access the resource or an indication of its security status."@en;
    dsv:cardinality cardinality:11;
    dsv:property dct:accessRights;
    dsv:domain :TermsOfUse;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :AccessRights.

<https://model.ccmm.cz/research-data/TimeInterval.hasBeginning> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Time instant representing the beginning of a temporal interval."@en, "Comienzo de una entidad temporal."@es;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/2006/time#hasBeginning>
];
    dsv:cardinality cardinality:11;
    dsv:property <http://www.w3.org/2006/time#hasBeginning>;
    dsv:domain :TimeInterval;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :TimeInstant.

<https://model.ccmm.cz/research-data/TimeInterval.hasEnd> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Time instant representing the end of a temporal interval."@en, "Final de una entidad temporal."@es;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/2006/time#hasEnd>
];
    dsv:cardinality cardinality:11;
    dsv:property <http://www.w3.org/2006/time#hasEnd>;
    dsv:domain :TimeInterval;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :TimeInstant.

<https://model.ccmm.cz/research-data/TimeReference.hasDateType> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has date type"@en;
    skos:definition "Reference to the codelist of date types."@en;
    skos:scopeNote ""@en;
    dsv:cardinality cardinality:11;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasType>;
    dsv:domain :TimeReference;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :DateType.

<https://model.ccmm.cz/research-data/Resource.hasResourceRelationType> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has resource relation type"@en;
    skos:definition "Relation to the relation type between dataset and resource."@en;
    skos:scopeNote "Use value from https://vocabs.ccmm.cz/registry/codelist/RelationType/."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasType>;
    dsv:domain :RelatedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ResourceRelationType.

<https://model.ccmm.cz/research-data/Location.hasLocationRelationType> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has location relation type"@en;
    skos:definition "Relation of the location to the dataset."@en;
    skos:scopeNote "Use values from codelist https://vocabs.ccmm.cz/registry/codelist/LocationRelation/."@en;
    dsv:cardinality cardinality:11;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasType>;
    dsv:domain :Location;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :LocationRelationType.

<https://model.ccmm.cz/research-data/AlternateTitle.hasType> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has alternate title type"@en;
    skos:definition "Type of the alternate name relation."@en;
    skos:scopeNote "References to the value from https://vocabs.ccmm.cz/registry/codelist/AlternateTitle/."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasType>;
    dsv:domain :AlternateTitle;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :AlternateTitleType.

<https://model.ccmm.cz/research-data/Identifier.inScheme> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#inScheme>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#inScheme>
];
    dsv:cardinality cardinality:11;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#inScheme>;
    dsv:domain :Identifier;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :IdentifierScheme.

<https://model.ccmm.cz/research-data/Dataset.hasDescription> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Relation to the description of a dataset."@en;
    skos:scopeNote "Description may have various type from the codelist https://vocabs.ccmm.cz/registry/codelist/DescriptionType/. "@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#hasDescription>
];
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#hasDescription>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Description.

<https://model.ccmm.cz/research-data/Description.hasDescriptionType> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Type of the description from the codelist https://vocabs.ccmm.cz/registry/codelist/DescriptionType/."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#hasDescriptionType>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#hasDescriptionType>
];
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#hasDescriptionType>;
    dsv:domain :Description;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :DescriptionType.

<https://model.ccmm.cz/research-data/TimeReference.hasTemporalRepresentation> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has temporal representation"@en;
    dsv:cardinality cardinality:11;
    dsv:property <http://www.w3.org/2006/time#hasTime>;
    dsv:domain :TimeReference;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :TimeRepresentation.

<https://model.ccmm.cz/research-data/Resource.hasAlternateTitle> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#hasAlternateTitle>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#hasAlternateTitle>
];
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasAlternateTitle>;
    dsv:domain :Resource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :AlternateTitle.

<https://model.ccmm.cz/research-data/Resource.qualifiedRelation> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:scopeNote "Link to a description of a relationship between resource and an agent with the specification of the role of agent in this relationship."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#qualifiedRelation>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#qualifiedRelation>
];
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#qualifiedRelation>;
    dsv:domain :Resource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ResourceToAgentRelationship.

<https://model.ccmm.cz/research-data/Resource.hasIdentifier> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#hasIdentifier>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#hasIdentifier>
];
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasIdentifier>;
    dsv:domain :Resource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Identifier.

<https://model.ccmm.cz/research-data/Resource.hasTimeReference> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:definition "Reference to events related to the resource."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#hasTimeReference>
];
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#hasTimeReference>;
    dsv:domain :Resource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :TimeReference.

<https://model.ccmm.cz/research-data/Resource.hasResourceType> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "has resource type"@en;
    skos:definition "The resource type of the resource."@en;
    skos:scopeNote "Use IRI identifier of a value from the register https://vocabularies.coar-repositories.org/resource_types/."@en;
    dsv:cardinality cardinality:01;
    dsv:property dct:type;
    dsv:domain :Resource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :ResourceType.

<https://model.ccmm.cz/research-data/Dataset.title> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "title"@en;
    skos:definition "A name given to the dataset."@en;
    dsv:cardinality cardinality:11;
    dsv:property dct:title;
    dsv:domain :Dataset;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Dataset.version> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "version"@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Dataset.version>;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://mff-uk.github.io/specifications/dcat-ap#Dataset.version>
];
    dsv:cardinality cardinality:01;
    dsv:domain :Dataset;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Dataset.publicationYear> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "publication year"@en;
    skos:scopeNote "If TimeReference with dateType \"Issued\" is present, year in that date and publicationYear must be the same“"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#relatedItemPublicationYear>
];
    dsv:cardinality cardinality:11;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#relatedItemPublicationYear>;
    dsv:domain :Dataset;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#gYear>.

<https://model.ccmm.cz/research-data/FundingReference.localIdentifier> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "local identifier"@en;
    skos:definition "The code assigned by the funder to a sponsored award (grant)."@en;
    skos:scopeNote "In case the award or grant has an ID or DOI, the full URL shall be included."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#awardNumber>;
    dsv:domain :FundingReference;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/FundingReference.awardTitle> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "award title"@en;
    skos:definition " The human readable title or name of the award (grant)."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#awardTitle>;
    dsv:domain :FundingReference;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/FundingReference.fundingProgram> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "funding program"@en;
    skos:definition "Reference to the specific funding program."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#fundingProgram>;
    dsv:domain :FundingReference;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#anyURI>.

<https://model.ccmm.cz/research-data/ContactDetails.phone> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "phone"@en;
    skos:definition "Phone number"@en;
    skos:scopeNote "Phone number in international format +xx(x) xxx xxx xxx"@en;
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#phone>;
    dsv:domain :ContactDetails;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/ContactDetails.email> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "email"@en;
    skos:definition "Email address."@en;
    skos:scopeNote "Email address in standard format, e.g. john.doe@domain.com"@en;
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#email>;
    dsv:domain :ContactDetails;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/ContactDetails.dataBox> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "data box"@en;
    skos:definition "Code of the data box."@en;
    skos:scopeNote ""@en;
    dsv:cardinality cardinality:0n;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#dataBox>;
    dsv:domain :ContactDetails;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Person.givenName> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "given name"@en;
    skos:definition "The given name associated with the person."@en;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/2006/vcard/ns#given-name>;
    dsv:domain :Person;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Person.familyName> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "family name"@en;
    skos:definition "The family name associated with the person."@en;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/2006/vcard/ns#family-name>;
    dsv:domain :Person;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Organization.alternateName> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "alternate name"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/2006/vcard/ns#organization-name>
];
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/2006/vcard/ns#organization-name>;
    dsv:domain :Organization;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <https://ofn.gov.cz/zdroj/základní-datové-typy/2020-07-01/text>.

<https://model.ccmm.cz/research-data/MetadataRecord.dateCreated> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "date created"@en;
    skos:definition "The date on which the metadata record was created."@en;
    dsv:cardinality cardinality:01;
    dsv:property dct:created;
    dsv:domain :MetadataRecord;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#date>.

<https://model.ccmm.cz/research-data/MetadataRecord.dateUpdated> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "date updated"@en;
    skos:scopeNote "The date on which the metadata record was changed or modified."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource dct:modified
];
    dsv:cardinality cardinality:0n;
    dsv:property dct:modified;
    dsv:domain :MetadataRecord;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#date>.

<https://model.ccmm.cz/research-data/Distribution.title> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "title"@en;
    skos:definition "A name given to the distribution."@en;
    dsv:cardinality cardinality:11;
    dsv:property dct:title;
    dsv:domain :Distribution;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Distribution-DownloadableFile.byteSize> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "byte size"@en;
    skos:definition "The size of a Distribution in bytes. "@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.byteSize>;
    dsv:cardinality cardinality:11;
    dsv:domain :Distribution-DownloadableFile;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#integer>.

<https://model.ccmm.cz/research-data/Distribution-DataService.Description> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "description"@en;
    skos:definition "A free-text account of the Distribution."@en;
    skos:scopeNote "This property can be repeated for parallel language versions of the description. "@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Distribution.description>;
    dsv:cardinality cardinality:0n;
    dsv:domain :Distribution-DataService;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <https://ofn.gov.cz/zdroj/základní-datové-typy/2020-07-01/text>.

<https://model.ccmm.cz/research-data/TermsOfUse.Description> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "description"@en;
    skos:definition "Descriptive text on details of rights and licensing."@en;
    dsv:cardinality cardinality:0n;
    dsv:property dct:description;
    dsv:domain :TermsOfUse;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <https://ofn.gov.cz/zdroj/základní-datové-typy/2020-07-01/text>.

<https://model.ccmm.cz/research-data/Subject.classificationCode> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "classification code"@en;
    skos:definition "The classification code used for notation of the subject term in the subject scheme."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#subjectClassificationCode>;
    dsv:domain :Subject;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Subject.title> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "title"@en;
    skos:definition "Title of the subject."@en;
    dsv:cardinality cardinality:1n;
    dsv:property dct:title;
    dsv:domain :Subject;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/Subject.definition> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "definition"@en;
    skos:definition "Definition of the subject in the given context."@en;
    skos:scopeNote "Context is usually given by the subject scheme representing specific thesauri, vocabulary or simply a context (domain specific group at an university etc.)."@en;
    dsv:cardinality cardinality:0n;
    dsv:property skos:definition;
    dsv:domain :Subject;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <https://ofn.gov.cz/zdroj/základní-datové-typy/2020-07-01/text>.

<https://model.ccmm.cz/research-data/Location.name> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "name"@en;
    skos:definition "Name of the spatial location."@en;
    skos:scopeNote "Name of the place.\nExamples: Prague Castle, Tour d'Eiffel, Šumava National Park"@en;
    dsv:cardinality cardinality:0n;
    dsv:property dct:title;
    dsv:domain :Location;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <https://ofn.gov.cz/zdroj/základní-datové-typy/2020-07-01/text>.

<https://model.ccmm.cz/research-data/Location.bbox> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "bounding box"@en;
    skos:definition "Bounding box of the location geometry."@en;
    skos:scopeNote "Typically defined by top-left and bottom-right corners."@en;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#bbox>;
    dsv:domain :Location;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://model.ccmm.cz/research-data/TimeReference.dateInformation> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "date information"@en;
    skos:definition "Additional information to the date in text form."@en;
    skos:scopeNote "Write any additional information needed to understand the meaning of event that happened in the given time."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#dateInformation>;
    dsv:domain :TimeReference;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <https://ofn.gov.cz/zdroj/základní-datové-typy/2020-07-01/text>.

<https://model.ccmm.cz/research-data/Identifier.value> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "value"@en;
    skos:definition "Value of the identifer within the given identifier scheme."@en;
    dsv:cardinality cardinality:11;
    dsv:property skos:notation;
    dsv:domain :Identifier;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Repository.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Human readable name of the repository."@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :Repository;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/ApplicationProfile.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of application profile"@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :ApplicationProfile;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/SubjectScheme.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of the subject scheme."@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :SubjectScheme;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/Documentation.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Documentation label"@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :Documentation;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/MediaType.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Media type label."@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :MediaType;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/File.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "File label"@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :File;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/Geometry.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of geometry object."@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :Geometry;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/ValidationResult.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of the validation result."@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :ValidationResult;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/ProvenanceStatement.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Provenance state label."@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :ProvenanceStatement;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/Address.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Address label"@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/AlternateTitle.title> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "title"@en;
    skos:definition "A human-readable name for the subject."@en;
    dsv:cardinality cardinality:1n;
    dsv:property dct:title;
    dsv:domain :AlternateTitle;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/DataService.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Data service label"@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :DataService;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/ResourceAgentRoleType.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Resource agent role type label."@en;
    skos:scopeNote "Use label of the corresponding value from code list https://vocabs.ccmm.cz/registry/codelist/AgentRole/."@en;
    dsv:cardinality cardinality:0n;
    dsv:property rdfs:label;
    dsv:domain :ResourceAgentRoleType;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/Resource.resourceURL> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "resource URL"@en;
    skos:definition "Human readable resolvable URL representing the resource."@en;
    skos:scopeNote "Resource URL represents human readable resolvable representation of the resource. Same url must be aslo in c:iri."@en;
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#resourceUrl>;
    dsv:domain :RelatedResource;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#anyURI>.

<https://model.ccmm.cz/research-data/Checksum.checksumValue> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "checksum value"@en;
    skos:definition "A lower case hexadecimal encoded digest value produced using a specific algorithm. "@en;
    skos:scopeNote "Value is generated automatically using given algorithm."@en;
    dsv:profileOf <https://mff-uk.github.io/specifications/dcat-ap#Checksum.checksumValue>;
    dsv:cardinality cardinality:11;
    dsv:domain :Checksum;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#hexBinary>.

<https://model.ccmm.cz/research-data/Agent.name> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "name"@en;
    skos:definition "Name of the agent."@en;
    skos:scopeNote "It is used for the official name of the agent. For Persons it is combination of first and family names. Recommended format is \"family names, first names\"."@en;
    dsv:cardinality cardinality:11;
    dsv:property <http://xmlns.com/foaf/0.1/name>;
    dsv:domain :Agent;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.fullAddress> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "full address"@en;
    skos:definition "The complete address written as a string."@en;
    skos:scopeNote "Use of this property is recommended as it will not suffer any misunderstandings that might arise through the breaking up of an address into its component parts. This property is analogous to vCard's label property but with two important differences: (1) formatting is not assumed so that, unlike vCard label, it may not be suitable to print this on an address label, (2) vCard's label property has a domain of vCard Address; the fullAddress property has no such restriction. An example of a full address is \"Champ de Mars, 5 Avenue Anatole France, 75007 Paris, France\". "@en;
    dsv:property <http://www.w3.org/ns/locn#fullAddress>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.poBox> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "post office box"@en;
    skos:definition "A location designator for a postal delivery point at a post office, usually a number."@en;
    dsv:property <http://www.w3.org/ns/locn#poBox>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.thoroughfare> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "thoroughfare"@en;
    skos:definition "The name of a passage or way through from one location to another."@en;
    skos:scopeNote "A thoroughfare is usually a street, but it might be a waterway or some other feature. For example, \"Avenue des Champs-Élysées\"."@en;
    dsv:property <http://www.w3.org/ns/locn#thoroughfare>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.locatorDesignator> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "locator designator"@en;
    skos:definition "A number or sequence of characters that uniquely identifies the locator within the relevant scope."@en;
    skos:scopeNote "In simpler terms, this is the building number, apartment number, etc. For an address such as \"Flat 3, 17 Bridge Street\", the locator is \"flat 3, 17\". "@en;
    dsv:property <http://www.w3.org/ns/locn#locatorDesignator>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.locatorName> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "locator name"@en;
    skos:definition "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building."@en;
    skos:scopeNote "The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.\n\nThe key difference between a locator designator and a locator name is that the latter is a proper name and is unlikely to include digits. For example, \"Shumann, Berlaymont\" is a meeting room within the European Commission headquarters for which locator name is more appropriate than locator. "@en;
    dsv:property <http://www.w3.org/ns/locn#locatorName>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.addressArea> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "address area"@en;
    skos:definition "The name of a geographic area that groups Addresses."@en;
    skos:scopeNote " This would typically be part of a city, a neighbourhood or village, e.g. Montmartre. Address area is not an administrative unit. "@en;
    dsv:property <http://www.w3.org/ns/locn#addressArea>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.postName> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "post name"@en;
    skos:definition "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points. "@en;
    skos:scopeNote "Usually a city, for example \"Paris\". Eventually name of the post itself."@en;
    dsv:property <http://www.w3.org/ns/locn#postName>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.administrativeUnitLevel1> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "administrative unit level 1"@en;
    skos:definition "The name of the uppermost level of the address, almost always a country."@en;
    skos:scopeNote "Best practice is to use the ISO 3166-1 code but if this is inappropriate for the context, country names should be provided in a consistent manner to reduce ambiguity. For example, either write 'France' or 'FRA' consistently throughout the dataset and avoid mixing the two. The Country controlled vocabulary from the Publications Office can be reused for this."@en;
    dsv:property <http://www.w3.org/ns/locn#adminUnitL1>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.administrativeUnitLevel2> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "administrative unit level 2"@en;
    skos:definition "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."@en;
    skos:scopeNote "Values could be a region or province, more granular than level 1."@en;
    dsv:property <http://www.w3.org/ns/locn#adminUnitL2>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/Address.postCode> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "post code"@en;
    skos:definition "The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en;
    skos:scopeNote "Post codes are common elements in many countries' postal address systems. One of the many post codes of Paris is for example \"75000\"."@en;
    dsv:property <http://www.w3.org/ns/locn#postCode>;
    dsv:domain :Address;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.

<https://model.ccmm.cz/research-data/LicenseDocument.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of the license document."@en;
    dsv:property rdfs:label;
    dsv:domain :LicenseDocument;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/Format.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of format value."@en;
    skos:scopeNote "Use a label of a codelist value from http://publications.europa.eu/resource/dataset/file-type."@en;
    dsv:property rdfs:label;
    dsv:domain :Format;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/LanguageSystem.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Language label"@en;
    skos:scopeNote "Use language label and/or its 3-letter code from http://publications.europa.eu/resource/authority/language/."@en;
    dsv:property rdfs:label;
    dsv:domain :LanguageSystem;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/AccessRights.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of the access rights vocabulary value."@en;
    skos:scopeNote "Short label of the value from register http://purl.org/coar/access_right/. Allowed English values are 'embargoes access', 'metadata only access', 'open access' and 'restricted access'."@en;
    dsv:property rdfs:label;
    dsv:domain :AccessRights;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/ResourceType.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of the resource type."@en;
    dsv:property rdfs:label;
    dsv:domain :ResourceType;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/TimeInstant.date> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "date"@en;
    skos:definition "Position of an instant, expressed using xsd:date."@en;
    skos:scopeNote "Each time instant SHALL have exactly one date OR date time stamp attribute."@en;
    dsv:cardinality cardinality:01;
    dsv:property <http://www.w3.org/2006/time#inXSDDate>;
    dsv:domain :TimeInstant;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#date>.

<https://model.ccmm.cz/research-data/DateType.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Date type label."@en;
    dsv:property rdfs:label;
    dsv:domain :DateType;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/ResourceRelationType.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of the relation type."@en;
    skos:scopeNote "Use label of corresponding value from code list https://vocabs.ccmm.cz/registry/codelist/RelationType/."@en;
    dsv:property rdfs:label;
    dsv:domain :ResourceRelationType;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/LocationRelationType.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of location relation type."@en;
    dsv:property rdfs:label;
    dsv:domain :LocationRelationType;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/AlternateTitleType.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Alternate title type label."@en;
    skos:scopeNote "Use label of a respective value from https://vocabs.ccmm.cz/registry/codelist/AlternateTitle/."@en;
    dsv:property rdfs:label;
    dsv:domain :AlternateTitleType;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/IdentifierScheme.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Identifier scheme label"@en;
    skos:scopeNote "E.g. DOI, ORCID etc..."@en;
    dsv:property rdfs:label;
    dsv:domain :IdentifierScheme;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/TimeInstant.dateTime> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "date time"@en;
    skos:definition "Date with timestamp represented as xsd:dateTime."@en;
    skos:scopeNote "Each time instant SHALL have exactly one date OR date time attribute.\n\nMaintanance note: In the draft on newest version of Time ontology, in XSD date-time is deprecated and replaced with in XSD date-time-stamp."@en;
    dsv:cardinality cardinality:01;
    dsv:property <http://www.w3.org/2006/time#inXSDDateTime>;
    dsv:domain :TimeInstant;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#dateTime>.

<https://model.ccmm.cz/research-data/Geometry.wellKnownTextLiteral> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "well known text literal"@en;
    skos:definition "Representation of geometry object as WKT Literal."@en;
    dsv:cardinality cardinality:01;
    dsv:property <http://www.opengis.net/ont/geosparql#asWKT>;
    dsv:domain :Geometry;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.opengis.net/ont/geosparql#wktLiteral>.

<https://model.ccmm.cz/research-data/Geometry.geographyMarkupLanguageLiteral> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "geography markup language literal"@en;
    skos:definition "Representation of geometry object as GML Literal."@en;
    dsv:cardinality cardinality:01;
    dsv:property <http://www.opengis.net/ont/geosparql#asGML>;
    dsv:domain :Geometry;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.opengis.net/ont/geosparql#gmlLiteral>.

<https://model.ccmm.cz/research-data/Description.descriptionText> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#descriptionText>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/datacite#descriptionText>
];
    dsv:cardinality cardinality:11;
    dsv:property <https://model.ccmm.cz/vocabulary/datacite#descriptionText>;
    dsv:domain :Description;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/DescriptionType.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "label"@en;
    skos:definition "Label of the description type."@en;
    dsv:property rdfs:label;
    dsv:domain :DescriptionType;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/ChecksumAlgorithm.label> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedFromResource rdfs:label
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource rdfs:label
];
    dsv:property rdfs:label;
    dsv:domain :ChecksumAlgorithm;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdf:langString.

<https://model.ccmm.cz/research-data/Identifier.authorized> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "authorized"@en;
    skos:scopeNote "This attribute shall be filled mainly for ORCiD identifiers of Persons. It serves to determine whether the person in the repository is really the person it is meant to be."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource <https://model.ccmm.cz/vocabulary/ccmm#authorized>
];
    dsv:cardinality cardinality:01;
    dsv:property <https://model.ccmm.cz/vocabulary/ccmm#authorized>;
    dsv:domain :Identifier;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#boolean>.

<https://model.ccmm.cz/research-data/Resource.title> dct:isPartOf <https://model.ccmm.cz/research-data/>;
    a dsv:TermProfile;
    skos:prefLabel "title"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedFromResource dct:title
];
    dsv:cardinality cardinality:01;
    dsv:property dct:title;
    dsv:domain :Resource;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#string>.
