@prefix : <https://mff-uk.github.io/specifications/dcat-dap#>.
@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://mff-uk.github.io/specifications/dcat-dap#> a prof:Profile, dsv:ApplicationProfile.
:Catalog dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "A curated collection of metadata about resources."@en, "Una colección curada de metadatos sobre recursos (por ejemplo, conjuntos de datos y servicios de datos en el contexto de un catálogo de datos)."@es, "Una raccolta curata di metadati sulle risorse (ad es. sui dataset e relativi servizi nel contesto di cataloghi di dati)."@it, "Une collection élaborée de métadonnées sur les jeux de données"@fr, "Řízená kolekce metadat o datových sadách a datových službách"@cs, "Μια επιμελημένη συλλογή μεταδεδομένων περί συνόλων δεδομένων"@el, "مجموعة من توصيفات قوائم البيانات"@ar, "データ・カタログは、データセットに関するキュレートされたメタデータの集合です。"@ja, "En udvalgt og arrangeret samling af metadata om ressourcer (fx datasæt og datatjenester i kontekst af et datakatalog). "@da;
    skos:scopeNote "A Web-based data catalog is typically represented as a single instance of this class.\nDatasets and data services are examples of resources in the context of a data catalog."@en;
    dsv:specializes :Dataset;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Catalog>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Catalog>;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/dcat#Catalog>;
    dsv:classRole role:main.
:CatalogRecord dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "1つのデータセットを記述したデータ・カタログ内のレコード。"@ja, "A record in a catalog, describing the registration of a single dcat:Resource."@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 "This class is optional and not all catalogs will use it. It exists for catalogs where a distinction is made between metadata about a dataset or service and metadata about the entry in the catalog about the dataset or service. For example, the publication date property of the dataset reflects the date when the information was originally made available by the publishing agency, while the publication date of the catalog record is the date when the dataset was added to the catalog. In cases where both dates differ, or where only the latter is known, the publication date SHOULD only be specified for the catalog record. Notice that the W3C PROV Ontology [[PROV-O]] allows describing further provenance information such as the details of the process and the agent involved in a particular change to a dataset or its registration."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#CatalogRecord>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Catalog_Record>;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/dcat#CatalogRecord>;
    dsv:classRole role:main.
:Dataset dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "This class describes the conceptual dataset. One or more representations might be available, with differing schematic layouts and formats or serializations.\nThis class describes the actual dataset as published by the dataset provider. In cases where a distinction between the actual dataset and its entry in the catalog is necessary (because metadata such as modification date might differ), the catalog record class can be used for the latter."@en;
    dsv:specializes :CatalogedResource;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Dataset>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Dataset>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset>;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/dcat#Dataset>;
    dsv:classRole role:main.
:CatalogedResource dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "Cataloged Resource"@en, "Katalogizovaný zdroj"@cs, "Recurso catalogado"@es, "Risorsa catalogata"@it, "Katalogiseret ressource"@da;
    skos:scopeNote "The class of all cataloged resources, the super-class of dcat:Dataset, dcat:DataService, dcat:Catalog and any other member of a dcat:Catalog.\n\nThis class carries properties common to all cataloged resources, including datasets and data services.\n\nThe instances of this class SHOULD be included in a catalog.\n\nWhen describing a resource which is not a dcat:Dataset or dcat:DataService, it is recommended to create a suitable sub-class of dcat:Resource, or use dcat:Resource with the dcterms:type property to indicate the specific type.\n\ndcat:Resource is an extension point that enables the definition of any kind of catalog. Additional sub-classes may be defined in a DCAT profile or other DCAT application for catalogs of other kinds of resources."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Resource>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Resource>;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/dcat#Resource>;
    dsv:classRole role:main.
:Document dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/Document>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/Document>
];
    a dsv:ClassProfile;
    dsv:class <http://xmlns.com/foaf/0.1/Document>;
    dsv:classRole role:supportive.
:rdfs-Resource dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource rdfs:Resource
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource rdfs:Resource
];
    a dsv:ClassProfile;
    dsv:class rdfs:Resource;
    dsv:classRole role:supportive.
:DataService dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "Data Service"@en, "Servizio di dati"@it, "Servicio de datos"@es, "Datatjeneste"@da;
    skos:definition "A collection of operations that provides access to one or more datasets or data processing functions."@en, "Umístění či přístupový bod poskytující operace související s hledáním, přistupem k, či výkonem funkcí na datech či souvisejících zdrojích."@cs, "Un sitio o end-point que provee operaciones relacionadas a funciones de descubrimiento, acceso, o procesamiento de datos o recursos relacionados."@es, "Un sito o end-point che fornisce operazioni relative alla scoperta, all'accesso o all'elaborazione di funzioni su dati o risorse correlate."@it, "Et websted eller endpoint der udstiller operationer relateret til opdagelse af, adgang til eller behandlende funktioner på data eller relaterede ressourcer."@da;
    skos:scopeNote "If a dcat:DataService is bound to one or more specified Datasets, they are indicated by the dcat:servesDataset property.\nThe kind of service can be indicated using the dcterms:type property. Its value may be taken from a controlled vocabulary such as the INSPIRE spatial data service type code list [INSPIRE-SDST]."@en;
    dsv:specializes :CatalogedResource;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Data_Service>;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/dcat#DataService>;
    dsv:classRole role:main.
:RightsStatement dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:RightsStatement
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:RightsStatement
];
    a dsv:ClassProfile;
    dsv:class dct:RightsStatement;
    dsv:classRole role:supportive.
:Standard dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:Standard
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:Standard
];
    a dsv:ClassProfile;
    dsv:class dct:Standard;
    dsv:classRole role:supportive.
:Kind dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/2006/vcard/ns#Kind>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/2006/vcard/ns#Kind>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/2006/vcard/ns#Kind>;
    dsv:classRole role:supportive.
:Agent dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/Agent>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/Agent>
];
    a dsv:ClassProfile;
    dsv:class <http://xmlns.com/foaf/0.1/Agent>;
    dsv:classRole role:supportive.
:LinguisticSystem dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:LinguisticSystem
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:LinguisticSystem
];
    a dsv:ClassProfile;
    dsv:class dct:LinguisticSystem;
    dsv:classRole role:supportive.
:Class dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource rdfs:Class
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource rdfs:Class
];
    a dsv:ClassProfile;
    dsv:class rdfs:Class;
    dsv:classRole role:supportive.
:Relationship dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "Use to characterize a relationship between datasets, and potentially other resources, 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)"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Relationship>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Relationship>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Organization_Person>;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/dcat#Relationship>;
    dsv:classRole role:main.
:Attribution dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/prov#Attribution>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/prov#Attribution>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/prov#Attribution>;
    dsv:classRole role:supportive.
:LicenseDocument dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:LicenseDocument
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:LicenseDocument
];
    a dsv:ClassProfile;
    dsv:class dct:LicenseDocument;
    dsv:classRole role:supportive.
:Policy dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/odrl/2/Policy>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/odrl/2/Policy>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/odrl/2/Policy>;
    dsv:classRole role:supportive.
:Distribution dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    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. The use of dcat:downloadURL property indicates directly downloadable distributions."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Distribution>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Distribution>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset_Series>;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/dcat#Distribution>;
    dsv:classRole role:main.
:Frequency dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:Frequency
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:Frequency
];
    a dsv:ClassProfile;
    dsv:class dct:Frequency;
    dsv:classRole role:supportive.
:Location dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "For an extensive geometry (i.e., a set of coordinates denoting the vertices of the relevant geographic area), the property locn:geometry [[LOCN]] SHOULD be used.\nFor a geographic bounding box delimiting a spatial area the property dcat:bbox SHOULD be used.\nFor the geographic center of a spatial area, or another characteristic point, the property dcat:centroid SHOULD be used."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:Location
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:Location
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Location>;
    a dsv:ClassProfile;
    dsv:class dct:Location;
    dsv:classRole role:main.
:PeriodOfTime dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "An interval of time that is named or defined by its start and end."@en;
    skos:scopeNote "The start and end of the interval SHOULD be given by using properties dcat:startDate or time:hasBeginning, and dcat:endDate or time:hasEnd, respectively. The interval can also be open - i.e., it can have just a start or just an end."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:PeriodOfTime
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Period_of_Time>;
    a dsv:ClassProfile;
    dsv:class dct:PeriodOfTime;
    dsv:classRole role:main.
:Entity dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/prov#Entity>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/prov#Entity>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/prov#Entity>;
    dsv:classRole role:supportive.
:MediaType dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:MediaType
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:MediaType
];
    a dsv:ClassProfile;
    dsv:class dct:MediaType;
    dsv:classRole role:supportive.
:MediaTypeOrExtent dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource dct:MediaTypeOrExtent
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:MediaTypeOrExtent
];
    a dsv:ClassProfile;
    dsv:class dct:MediaTypeOrExtent;
    dsv:classRole role:supportive.
:Concept dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "A category or a theme used to describe datasets in the catalog."@en;
    skos:scopeNote "It is recommended to use either skos:inScheme or skos:topConceptOf on every skos:Concept used to classify datasets to link it to the concept scheme it belongs to. This concept scheme is typically associated with the catalog using dcat:themeTaxonomy."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource skos:Concept
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Concept>;
    a dsv:ClassProfile;
    dsv:class skos:Concept;
    dsv:classRole role:main.
:ConceptScheme dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "A knowledge organization system (KOS) used to represent themes/categories of datasets in the catalog."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource skos:ConceptScheme
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Concept_Scheme>;
    a dsv:ClassProfile;
    dsv:class skos:ConceptScheme;
    dsv:classRole role:main.
:Person dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "[[FOAF]] provides several properties to describe these entities."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/Person>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/Person>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Organization_Person>;
    a dsv:ClassProfile;
    dsv:class <http://xmlns.com/foaf/0.1/Person>;
    dsv:classRole role:main.
:Organization dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "[[FOAF]] provides several properties to describe these entities."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/Organization>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/Organization>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Organization_Person>;
    a dsv:ClassProfile;
    dsv:class <http://xmlns.com/foaf/0.1/Organization>;
    dsv:classRole role:main.
:Role dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "Used in a qualified-attribution to specify the role of an Agent with respect to an Entity. It is recommended that the values be managed as a controlled vocabulary of agent roles, such as [[ISO-19115-1]] CI_RoleCode.\nUsed in a qualified-relation to specify the role of an Entity with respect to another Entity. It is recommended that the values be managed as a controlled vocabulary of entity roles such as [[ISO-19115-1]] DS_AssociationTypeCode, IANA Registry of Link Relations [[IANA-RELATIONS]], DataCite metadata schema [[DataCite]], MARC relators."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Role>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#Role>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Class:Role>;
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/dcat#Role>;
    dsv:classRole role:main.
:Instant dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/2006/time#Instant>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/2006/time#Instant>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/2006/time#Instant>;
    dsv:classRole role:supportive.
:Geometry dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/locn#Geometry>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/locn#Geometry>
];
    a dsv:ClassProfile;
    dsv:class <http://www.w3.org/ns/locn#Geometry>;
    dsv:classRole role:supportive.

<https://mff-uk.github.io/specifications/dcat-dap#Catalog.homepage> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "A homepage of the catalog (a public Web document usually available in HTML)."@en;
    skos:scopeNote "foaf:homepage is an inverse functional property (IFP) which means that it MUST be unique and precisely identify the Web-page for the resource. This property indicates the canonical Web-page, which might be helpful in cases where there is more than one Web-page about the resource."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/homepage>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_homepage>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://xmlns.com/foaf/0.1/homepage>;
    dsv:domain :Catalog;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Document.

<https://mff-uk.github.io/specifications/dcat-dap#Catalog.themeTaxonomy> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "El sistema de organización del conocimiento utilizado para clasificar conjuntos de datos de catálogos."@es, "Il sistema di organizzazione della conoscenza (KOS) usato per classificare i dataset del catalogo."@it, "Le systhème d'ogranisation de connaissances utilisé pour classifier les jeux de données du catalogue."@fr, "Systém organizace znalostí (KOS) použitý pro klasifikaci datových sad v katalogu."@cs, "A knowledge organization system (KOS) used to classify catalog's datasets and services."@en, "Το σύστημα οργάνωσης γνώσης που χρησιμοποιείται για την κατηγοριοποίηση των συνόλων δεδομένων του καταλόγου."@el, "لائحة التصنيفات المستخدمه لتصنيف قوائم البيانات ضمن الفهرس"@ar, "カタログのデータセットを分類するために用いられる知識組織化体系（KOS；knowledge organization system）。"@ja, "Vidensorganiseringssystem (KOS) som anvendes til at klassificere datasæt i kataloget."@da;
    skos:scopeNote "It is recommended that the taxonomy is organized in a skos:ConceptScheme, skos:Collection, owl:Ontology or similar, which allows each member to be denoted by an IRI and published as Linked Data."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#themeTaxonomy>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:catalog_themes>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#themeTaxonomy>;
    dsv:domain :Catalog;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :rdfs-Resource.

<https://mff-uk.github.io/specifications/dcat-dap#Catalog.dataset> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#dataset>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#dataset>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_dataset>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#dataset>;
    dsv:domain :Catalog;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Dataset.

<https://mff-uk.github.io/specifications/dcat-dap#Catalog.service> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#service>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#service>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_service>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#service>;
    dsv:domain :Catalog;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :DataService.

<https://mff-uk.github.io/specifications/dcat-dap#Catalog.catalog> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#catalog>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#catalog>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:catalog_catalog>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#catalog>;
    dsv:domain :Catalog;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Catalog.

<https://mff-uk.github.io/specifications/dcat-dap#Catalog.record> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#record>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#record>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:catalog_catalog_record>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#record>;
    dsv:domain :Catalog;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :CatalogRecord.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.accessRights> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "access rights"@en;
    skos:scopeNote "Information about licenses and rights MAY be provided for the Resource."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:accessRights
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:accessRights;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :RightsStatement.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.conformsTo> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "conforms to"@en;
    skos:scopeNote "This property SHOULD be used to indicate the model, schema, ontology, view or profile that the cataloged resource content conforms to."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:conformsTo
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:conformsTo;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Standard.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.contactPoint> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#contactPoint>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#contactPoint>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#contactPoint>;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Kind.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.creator> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "creator"@en;
    skos:scopeNote "Resources of type foaf:Agent are recommended as values for this property."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:creator
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:creator;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Agent.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.language> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "language"@en;
    skos:definition "A language of the item. This refers to the natural language used for textual metadata (i.e. titles, descriptions, etc) of a cataloged resource (i.e. dataset or service) or the textual values of a dataset distribution."@en;
    skos:scopeNote "Repeat this property if the resource is available in multiple languages.\nThe value(s) provided for members of a catalog (i.e., dataset or service) override the value(s) provided for the catalog if they conflict.\nIf representations of a dataset are available for each language separately, define an instance of dcat:Distribution for each language and describe the specific language of each distribution using dct:language (i.e. the dataset will have multiple dct:language values and each distribution will have just one as the value of its dct:language property)."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_language>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:language;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :LinguisticSystem.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.publisher> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "publisher"@en;
    skos:definition "The entity responsible for making the item available."@en;
    skos:scopeNote "Resources of type foaf:Agent are recommended as values for this property."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_publisher>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:publisher;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Agent.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.theme-category> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "tema"@es, "tema"@it, "theme/category"@en, "thème"@fr, "téma"@cs, "Θέμα"@el, "التصنيف"@ar, "テーマ/カテゴリー"@ja, "emne"@da;
    skos:scopeNote "The set of skos:Concepts used to categorize the resources are organized in a skos:ConceptScheme describing all the categories and their relations in the catalog."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#theme>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_identifier>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#theme>;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :rdfs-Resource.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.type-genre> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "type/genre"@en;
    skos:scopeNote "The value SHOULD be taken from a well governed and broadly recognised controlled vocabulary, such as:\nDCMI Type vocabulary [[DCTERMS]]\n[[ISO-19115-1]] scope codes\nDatacite resource types [[DataCite]]\nPARSE.Insight content-types used by re3data.org [[RE3DATA-SCHEMA]] (see item 15 contentType)\nMARC intellectual resource types\nSome members of these controlled vocabularies are not strictly suitable for datasets or data services (e.g., DCMI Type Event, PhysicalObject; [[ISO-19115-1]] CollectionHardware, CollectionSession, Initiative, Sample, Repository), but might be used in the context of other kinds of catalogs defined in DCAT profiles or applications.\n\nTo describe the file format, physical medium, or dimensions of the resource, use the dcterms:format element."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:type
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:type;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Class.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.relation> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "resource relation"@en;
    skos:definition "A resource with an unspecified relationship to the cataloged item."@en;
    skos:scopeNote "dct:relation SHOULD be used where the nature of the relationship between a cataloged item and related resources is not known. A more specific sub-property SHOULD be used if the nature of the relationship of the link is known. The property dcat:distribution SHOULD be used to link from a dcat:Dataset to a representation of the dataset, described as a dcat:Distribution"@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_relation>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:relation;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :rdfs-Resource.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.qualifiedRelation> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "Used to link to another resource where the nature of the relationship is known but does not match one of 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).\n"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#qualifiedRelation>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#qualifiedRelation>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#qualifiedRelation>;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Relationship.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.landingPage> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#landingPage>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#landingPage>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#landingPage>;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Document.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.qualifiedAttribution> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "qualified attribution"@en;
    skos:definition "Link to an Agent having some form of responsibility for the resource"@en;
    skos:scopeNote "Used to link to an Agent where the nature of the relationship is known but does not match one of the standard [[DCTERMS]] properties (dcterms:creator, dcterms:publisher). Use dcat:hadRole on the prov:Attribution to capture the responsibility of the Agent with respect to the Resource. See 15.1 Relationships between datasets and agents for usage examples."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_attribution>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/prov#qualifiedAttribution>;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Attribution.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.license> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "license"@en;
    skos:definition "A legal document under which the resource is made available."@en;
    skos:scopeNote "Information about licenses and rights MAY be provided for the Resource."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:license;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :LicenseDocument.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.rights> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "rights"@en;
    skos:definition "A statement that concerns all rights not addressed with dcterms:license or dcterms:accessRights, such as copyright statements."@en;
    skos:scopeNote "Information about licenses and rights MAY be provided for the Resource."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:rights;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :RightsStatement.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.hasPolicy> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "has policy"@en;
    skos:definition "An ODRL conformant policy expressing the rights associated with the resource."@en;
    skos:scopeNote "Information about rights expressed as an ODRL policy [[ODRL-MODEL]] using the ODRL vocabulary [[ODRL-VOCAB]] MAY be provided for the resource. See also guidance at 9. License and rights statements."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_has_policy>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/odrl/2/hasPolicy>;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Policy.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.isReferencedBy> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "is referenced by"@en;
    skos:definition "A related resource, such as a publication, that references, cites, or otherwise points to the cataloged resource."@en;
    skos:scopeNote "In relation to the use case of data citation, when the cataloged resource is a dataset, the dcterms:isReferencedBy property allows to relate the dataset to the resources (such as scholarly publications) that cite or point to the dataset. Multiple dcterms:isReferencedBy properties can be used to indicate the dataset has been referenced by multiple publications, or other resources.\nThis property is used to associate a resource with the resource (of type dcat:Resource) in question. For other relations to resources not covered with this property, the more generic property dcat:qualifiedRelation can be used. See also 15. Qualified relations."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_has_policy>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:isReferencedBy;
    dsv:domain :CatalogedResource;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :rdfs-Resource.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogRecord.primaryTopic> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "The dcat:Resource (dataset or service) described in the record."@en;
    skos:scopeNote "foaf:primaryTopic property is functional: each catalog record can have at most one primary topic, i.e., describes one cataloged resource."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:prefLabel;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://xmlns.com/foaf/0.1/primaryTopic>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:record_primary_topic>;
    dsv:cardinality cardinality:01;
    dsv:property <http://xmlns.com/foaf/0.1/primaryTopic>;
    dsv:domain :CatalogRecord;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :CatalogedResource.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogRecord.conformsTo> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "conforms to"@en;
    skos:scopeNote "This property SHOULD be used to indicate the model, schema, ontology, view or profile that the catalog record metadata conforms to."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:conformsTo
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:record_conforms_to>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:conformsTo;
    dsv:domain :CatalogRecord;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Standard.

<https://mff-uk.github.io/specifications/dcat-dap#Dataset.distribution> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "distribuce"@cs, "distribución"@es, "dataset distribution"@en, "distribution"@fr, "distribuzione"@it, "distribution"@da, "διανομή"@el, "توزيع"@ar, "データセット配信"@ja;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#distribution>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:dataset_distribution>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#distribution>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Distribution.

<https://mff-uk.github.io/specifications/dcat-dap#Dataset.frequency> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "frequency"@en;
    skos:definition "The frequency at which a dataset is published."@en;
    skos:scopeNote "The value of dcterms:accrualPeriodicity gives the rate at which the dataset-as-a-whole is updated. This may be complemented by dcat:temporalResolution to give the time between collected data points in a time series."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:accrualPeriodicity;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Frequency.

<https://mff-uk.github.io/specifications/dcat-dap#Dataset.spatial-geographicalCoverage> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "spatial/geographical coverage"@en;
    skos:definition "The geographical area covered by the dataset."@en;
    skos:scopeNote "The spatial coverage of a dataset may be encoded as an instance of dcterms:Location, or may be indicated using an IRI reference (link) to a resource describing a location. It is recommended that links are to entries in a well maintained gazetteer such as Geonames."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:spatial;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Location.

<https://mff-uk.github.io/specifications/dcat-dap#Dataset.temporalCoverage> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "temporal coverage"@en;
    skos:definition "The temporal period that the dataset covers."@en;
    skos:scopeNote "The temporal coverage of a dataset may be encoded as an instance of dcterms:PeriodOfTime, or may be indicated using an IRI reference (link) to a resource describing a time period or interval."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:temporal;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :PeriodOfTime.

<https://mff-uk.github.io/specifications/dcat-dap#Dataset.wasGeneratedBy> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "was generated by"@en;
    skos:definition "An activity that generated, or provides the business context for, the creation of the dataset.\n"@en;
    skos:scopeNote "The activity associated with generation of a dataset will typically be an initiative, project, mission, survey, on-going activity (\"business as usual\") etc. Multiple prov:wasGeneratedBy properties can be used to indicate the dataset production context at various levels of granularity.\n\nUse prov:qualifiedGeneration to attach additional details about the relationship between the dataset and the activity, e.g., the exact time that the dataset was produced during the lifetime of a project"@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/prov#wasGeneratedBy>;
    dsv:domain :Dataset;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Entity.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.license> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "license"@en;
    skos:definition "A legal document under which the distribution is made available."@en;
    skos:scopeNote "Information about licenses and rights SHOULD be provided on the level of Distribution. Information about licenses and rights MAY be provided for a Dataset in addition to but not instead of the information provided for the Distributions of that Dataset. Providing license or rights information for a Dataset that is different from information provided for a Distribution of that Dataset SHOULD be avoided as this can create legal conflicts. See also guidance at 9. License and rights statements."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:license;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :LicenseDocument.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.accessRights> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "access rights"@en;
    skos:definition "A rights statement that concerns how the distribution is accessed."@en;
    skos:scopeNote "Information about licenses and rights MAY be provided for the Distribution. See also guidance at 9. License and rights statements."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_rights>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:accessRights;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :RightsStatement.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.rights> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "rights"@en;
    skos:definition "Information about rights held in and over the distribution."@en;
    skos:scopeNote "dcterms:license, which is a sub-property of dcterms:rights, can be used to link a distribution to a license document. However, dcterms:rights allows linking to a rights statement that can include licensing information as well as other information that supplements the license such as attribution.\n\nInformation about licenses and rights SHOULD be provided on the level of Distribution. Information about licenses and rights MAY be provided for a Dataset in addition to but not instead of the information provided for the Distributions of that Dataset. Providing license or rights information for a Dataset that is different from information provided for a Distribution of that Dataset SHOULD be avoided as this can create legal conflicts. See also guidance at 9. License and rights statements."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_rights>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:rights;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :RightsStatement.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.hasPolicy> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "has policy"@en;
    skos:definition "An ODRL conformant policy expressing the rights associated with the distribution."@en;
    skos:scopeNote "Information about rights expressed as an ODRL policy [[ODRL-MODEL]] using the ODRL vocabulary [[ODRL-VOCAB]] MAY be provided for the distribution. See also guidance at 9. License and rights statements."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_has_policy>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/odrl/2/hasPolicy>;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Policy.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.accessUrl> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "URL d'accès"@fr, "URL de acceso"@es, "URL πρόσβασης"@el, "access URL"@en, "indirizzo di accesso"@it, "přístupová adresa"@cs, "رابط وصول"@ar, "アクセスURL"@ja, "adgangsadresse"@da;
    skos:definition "A URL of the resource that gives access to a distribution of the dataset. E.g., landing page, feed, SPARQL endpoint."@en, "Ceci peut être tout type d'URL qui donne accès à une distribution du jeu de données. Par exemple, un lien à une page HTML contenant un lien au jeu de données, un Flux RSS, un point d'accès SPARQL. Utilisez le lorsque votre catalogue ne contient pas d'information sur quoi il est ou quand ce n'est pas téléchargeable."@fr, "Puede ser cualquier tipo de URL que de acceso a una distribución del conjunto de datos, e.g., página de destino, descarga, URL feed, punto de acceso SPARQL. Esta propriedad se debe usar cuando su catálogo de datos no tiene información sobre donde está o cuando no se puede descargar."@es, "URL zdroje, přes které je přístupná distribuce datové sady. Příkladem může být vstupní stránka, RSS kanál či SPARQL endpoint. Použijte ve všech případech kromě URL souboru ke stažení, pro které je lepší použít dcat:downloadURL."@cs, "Un URL di una risorsa che consente di accedere a una distribuzione del set di dati. Per esempio, pagina di destinazione, feed, endpoint SPARQL. Da utilizzare per tutti i casi, tranne  quando  si tratta di un semplice link per il download nel qual caso è preferito downloadURL."@it, "Μπορεί να είναι οποιουδήποτε είδους URL που δίνει πρόσβαση στη διανομή ενός συνόλου δεδομένων. Π.χ. ιστοσελίδα αρχικής πρόσβασης, μεταφόρτωση, feed URL, σημείο διάθεσης SPARQL. Να χρησιμοποιείται όταν ο κατάλογος δεν περιέχει πληροφορίες εαν πρόκειται ή όχι για μεταφορτώσιμο αρχείο."@el, "أي رابط يتيح الوصول إلى البيانات. إذا كان الرابط هو ربط مباشر لملف يمكن تحميله استخدم الخاصية downloadURL"@ar, "データセットの配信にアクセス権を与えるランディング・ページ、フィード、SPARQLエンドポイント、その他の種類の資源。"@ja, "En URL for en ressource som giver adgang til en repræsentation af datsættet. Fx destinationsside, feed, SPARQL-endpoint. Anvendes i alle sammenhænge undtagen til angivelse af et simpelt download link hvor anvendelse af egenskaben downloadURL foretrækkes."@da;
    skos:scopeNote "dcat:accessURL SHOULD be used for the URL of a service or location that can provide access to this distribution, typically through a Web form, query or API call.\n\ndcat:downloadURL is preferred for direct links to downloadable resources.\n\nIf the distribution(s) are accessible only through a landing page (i.e., direct download URLs are not known), then the landing page URL associated with the dcat:Dataset SHOULD be duplicated as access URL on a distribution (see 5.7 Dataset available only behind some Web page)."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_url>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#accessURL>;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :rdfs-Resource.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.accessService> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "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 "dcat:accessService SHOULD be used to link to a description of a dcat:DataService that can provide access to this distribution."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#accessService>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_service>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#accessService>;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :DataService.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.downloadUrl> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "dcat:downloadURL SHOULD be used for the URL at which this distribution is available directly, typically through a HTTP Get request."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#downloadURL>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#downloadURL>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_download_url>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#downloadURL>;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :rdfs-Resource.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.conformsTo> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "conforms to"@en;
    skos:definition "An established standard to which the distribution conforms."@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:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_conforms_to>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:conformsTo;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Standard.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.mediaType> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "This property SHOULD be used when the media type of the distribution is defined in IANA [[IANA-MEDIA-TYPES]], otherwise dcterms:format MAY be used with different values."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#mediaType>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#mediaType>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_media_type>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#mediaType>;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :MediaType.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.format> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "format"@en;
    skos:definition "The file format of the distribution."@en;
    skos:scopeNote "dcat:mediaType SHOULD be used if the type of the distribution is defined by IANA [[IANA-MEDIA-TYPES]]."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_format>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:format;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :MediaTypeOrExtent.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.compressionFormat> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "This property to be used when the files in the distribution are compressed, e.g., in a ZIP file. The format SHOULD be expressed using a media type as defined by IANA [[IANA-MEDIA-TYPES]], if available."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#compressFormat>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#compressFormat>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_compression_format>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#compressFormat>;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :MediaType.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.packagingFormat> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "This property to be used when the files in the distribution are packaged, e.g., in a TAR file, a ZIP file, a Frictionless Data Package or a Bagit file. The format SHOULD be expressed using a media type as defined by IANA [[IANA-MEDIA-TYPES]], if available."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#packageFormat>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#packageFormat>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_packaging_format>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#packageFormat>;
    dsv:domain :Distribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :MediaType.

<https://mff-uk.github.io/specifications/dcat-dap#DataService.endpointUrl> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "end-point del servicio"@es, "end-point del servizio"@it, "přístupový bod služby"@cs, "endpoint URL"@en, "tjenesteendpoint"@da;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#endpointURL>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:data_service_endpoint_url>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#endpointURL>;
    dsv:domain :DataService;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :rdfs-Resource.

<https://mff-uk.github.io/specifications/dcat-dap#DataService.endpointDescription> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "descripción del end-point del servicio"@es, "endpoint description"@en, "descrizione dell'endpoint del servizio"@it, "popis přístupového bodu služby"@cs, "endpointbeskrivelse"@da;
    skos:scopeNote "The endpoint description gives specific details of the actual endpoint instances, while dcterms:conformsTo is used to indicate the general standard or specification that the endpoints implement.\nAn endpoint description may be expressed in a machine-readable form, such as an OpenAPI (Swagger) description [OpenAPI], an OGC GetCapabilities response [WFS], [ISO-19142], [WMS], [ISO-19128], a SPARQL Service Description [SPARQL11-SERVICE-DESCRIPTION], an [OpenSearch] or [WSDL20] document, a Hydra API description [HYDRA], else in text or some other informal mode if a formal representation is not possible."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#endpointDescription>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:data_service_endpoint_description>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#endpointDescription>;
    dsv:domain :DataService;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :rdfs-Resource.

<https://mff-uk.github.io/specifications/dcat-dap#DataService.servesDataset> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#servesDataset>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#servesDataset>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:data_service_serves_dataset>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#servesDataset>;
    dsv:domain :DataService;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Dataset.

<https://mff-uk.github.io/specifications/dcat-dap#Relationship.relation> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "relation"@en;
    skos:definition "The resource related to the source resource."@en;
    skos:scopeNote "In the context of a dcat:Relationship this is expected to point to another dcat:Dataset or other cataloged resource."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:relationship_relation>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:relation;
    dsv:domain :Relationship;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :CatalogedResource.

<https://mff-uk.github.io/specifications/dcat-dap#Relationship.hadRole> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "tiene rol"@it, "had role"@en, "sehraná role"@cs, "havde rolle"@da;
    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, such as [[ISO-19115]] CI_RoleCode.\nMay be used in a qualified-relation to specify the role of an Entity with respect to another Entity. It is recommended that the value be taken from a controlled vocabulary of entity roles."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#hadRole>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:relationship_hadRole>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#hadRole>;
    dsv:domain :Relationship;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Role.

<https://mff-uk.github.io/specifications/dcat-dap#Attribution.hadRole> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "tiene rol"@it, "had role"@en, "sehraná role"@cs, "havde rolle"@da;
    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, such as [[ISO-19115]] CI_RoleCode.\nMay be used in a qualified-relation to specify the role of an Entity with respect to another Entity. It is recommended that the value be taken from a controlled vocabulary of entity roles."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#hadRole>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:relationship_hadRole>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#hadRole>;
    dsv:domain :Attribution;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Role.

<https://mff-uk.github.io/specifications/dcat-dap#PeriodOfTime.beginning> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "beginning"@en, "tiene principio"@es;
    skos:definition "Beginning of a period or interval."@en, "Comienzo de una entidad temporal."@es;
    skos:scopeNote "Use of the property time:hasBeginning entails that value of the dcterms:temporal property is a member of the time:TemporalEntity class from [[OWL-TIME]]. In this context this could be taken to imply that dcterms:PeriodOfTime is equivalent to the sub-class time:ProperInterval"@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:period_has_beginning>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/2006/time#hasBeginning>;
    dsv:domain :PeriodOfTime;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Instant.

<https://mff-uk.github.io/specifications/dcat-dap#PeriodOfTime.end> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "end"@en, "tiene fin"@es;
    skos:definition "End of a period or interval."@en, "Final de una entidad temporal."@es;
    skos:scopeNote "Use of the property time:hasEnd entails that value of the dcterms:temporal property is a member of the time:TemporalEntity class from [[OWL-TIME]]. In this context this could be taken to imply that dcterms:PeriodOfTime is equivalent to the sub-class time:ProperInterval"@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:period_has_end>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/2006/time#hasEnd>;
    dsv:domain :PeriodOfTime;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Instant.

<https://mff-uk.github.io/specifications/dcat-dap#Location.geometry> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "Associates any resource with the corresponding geometry. [LOCN]"@en;
    skos:scopeNote "The range of this property is intentionally generic, with the purpose of allowing different geometry encodings. E.g., the geometry could be encoded as WKT (geosparql:asWKT [GeoSPARQL])."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/locn#geometry>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:location_geometry>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/locn#geometry>;
    dsv:domain :Location;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :Geometry.

<https://mff-uk.github.io/specifications/dcat-dap#Catalog.hasPart> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "has part"@en;
    skos:definition "An item that is listed in the catalog."@en;
    skos:scopeNote "This is the most general predicate for membership of a catalog. Use of a more specific sub-property is recommended when available."@en;
    dsv:cardinality cardinality:0n;
    dsv:property dct:hasPart;
    dsv:domain :Catalog;
    a dsv:ObjectPropertyProfile;
    dsv:objectPropertyRange :CatalogedResource.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.title> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "title"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:title
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:title;
    dsv:domain :CatalogedResource;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.releaseDate> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "release date"@en;
    skos:definition "Date of formal issuance (e.g., publication) of the item."@en;
    skos:scopeNote "This property SHOULD be set using the first known date of issuance."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_release_date>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:issued;
    dsv:domain :CatalogedResource;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.update-modificationDate> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "update/modification date"@en;
    skos:definition "Most recent date on which the resource was changed, updated or modified."@en;
    skos:scopeNote "The value of this property indicates a change to the actual resource, not a change to the catalog record. An absent value MAY indicate that the resource has never changed after its initial publication, or that the date of last modification is not known, or that the resource is continuously updated."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:modified;
    dsv:domain :CatalogedResource;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.identifier> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "identifier"@en;
    skos:definition "A unique identifier of the item."@en;
    skos:scopeNote "The identifier might be used as part of the URI of the item, but still having it represented explicitly is useful."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:resource_identifier>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:identifier;
    dsv:domain :CatalogedResource;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.keyword> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "keyword/tag"@en, "klíčové slovo"@cs, "mot-clés "@fr, "palabra clave"@es, "parola chiave"@it, "λέξη-κλειδί"@el, "كلمة  مفتاحية "@ar, "キーワード/タグ"@ja, "nøgleord"@da;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#keyword>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#keyword>;
    dsv:domain :CatalogedResource;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogRecord.title> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "title"@en;
    skos:definition "A name given to the record."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:record_title>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:title;
    dsv:domain :CatalogRecord;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogRecord.listingDate> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "listing date"@en;
    skos:definition "The date of listing (i.e., formal recording) of the corresponding dataset or service in the catalog."@en;
    skos:scopeNote "This indicates the date of listing the dataset in the catalog and not the publication date of the dataset itself."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:record_listing_date>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:issued;
    dsv:domain :CatalogRecord;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogRecord.update-modificationDate> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "update/modification date"@en;
    skos:definition "Most recent date on which the catalog entry was changed, updated or modified."@en;
    skos:scopeNote "This indicates the date of last change of a catalog entry, i.e., the catalog metadata description of the dataset, and not the date of the dataset itself."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:record_update_date>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:modified;
    dsv:domain :CatalogRecord;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#Dataset.spatialResolution> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "prostorové rozlišení (metry)"@cs, "resolución espacial (metros)"@es, "risoluzione spaziale (metri)"@it, "spatial resolution (meters)"@en-us, "spatial resolution (metres)"@en-gb, "geografisk opløsning (meter)"@da, "spatial resolution"@en;
    skos:definition "minimum spatial separation resolvable in a dataset, measured in meters."@en-us, "minimum spatial separation resolvable in a dataset, measured in metres."@en-gb, "minimální prostorový rozestup rozeznatelný v datové sadě, měřeno v metrech."@cs, "mínima separacíon espacial disponible en un conjunto de datos, medida en metros."@es, "separazione spaziale minima risolvibile in un set di dati, misurata in metri."@it, "mindste geografiske afstand som kan erkendes i et datasæt, målt i meter."@da, "Minimum spatial separation resolvable in a dataset, measured in meters."@en;
    skos:scopeNote "If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial datasets, this property will usually indicate the smallest distance between items in the dataset."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#spatialResolutionInMeters>;
    dsv:domain :Dataset;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#decimal>.

<https://mff-uk.github.io/specifications/dcat-dap#Dataset.temporalResolution> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "Minimum time period resolvable in the dataset."@en, "minimální doba trvání rozlišitelná v datové sadě."@cs, "periodo di tempo minimo risolvibile in un set di dati."@it, "período de tiempo mínimo en el conjunto de datos."@es, "mindste tidsperiode der kan resolveres i datasættet."@da;
    skos:scopeNote "If the dataset is a time-series this should correspond to the spacing of items in the series. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#temporalResolution>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#temporalResolution>;
    dsv:domain :Dataset;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#duration>.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.title> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "title"@en;
    skos:definition "A name given to the distribution."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_title>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:title;
    dsv:domain :Distribution;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.releaseDate> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "release date"@en;
    skos:scopeNote "This property SHOULD be set using the first known date of issuance."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:issued
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_release_date>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:issued;
    dsv:domain :Distribution;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.update-modificationDate> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "update/modification date"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource dct:modified
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_update_date>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:modified;
    dsv:domain :Distribution;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.byteSize> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "The size in bytes can be approximated (as a decimal) when the precise size is not known."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#byteSize>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:comment;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#byteSize>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_size>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#byteSize>;
    dsv:domain :Distribution;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#decimal>.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.spatialResolution> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "prostorové rozlišení (metry)"@cs, "resolución espacial (metros)"@es, "risoluzione spaziale (metri)"@it, "spatial resolution (meters)"@en-us, "spatial resolution (metres)"@en-gb, "geografisk opløsning (meter)"@da, "spatial resolution"@en;
    skos:definition "The minimum spatial separation resolvable in a dataset distribution, measured in meters."@en-us, "minimum spatial separation resolvable in a dataset, measured in metres."@en-gb, "minimální prostorový rozestup rozeznatelný v datové sadě, měřeno v metrech."@cs, "mínima separacíon espacial disponible en un conjunto de datos, medida en metros."@es, "separazione spaziale minima risolvibile in un set di dati, misurata in metri."@it, "mindste geografiske afstand som kan erkendes i et datasæt, målt i meter."@da;
    skos:scopeNote "If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial datasets, this property will usually indicate the smallest distance between items in the dataset.\nAlternative spatial resolutions might be provided as different dataset distributions"@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_spatial_resolution>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#spatialResolutionInMeters>;
    dsv:domain :Distribution;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.temporalResolution> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "Minimum time period resolvable in the dataset distribution."@en, "minimální doba trvání rozlišitelná v datové sadě."@cs, "periodo di tempo minimo risolvibile in un set di dati."@it, "período de tiempo mínimo en el conjunto de datos."@es, "mindste tidsperiode der kan resolveres i datasættet."@da;
    skos:scopeNote "If the dataset is a time-series this should correspond to the spacing of items in the series. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset.\nAlternative temporal resolutions might be provided in different dataset distributions"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#temporalResolution>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_temporal_resolution>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#temporalResolution>;
    dsv:domain :Distribution;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange <http://www.w3.org/2001/XMLSchema#duration>.

<https://mff-uk.github.io/specifications/dcat-dap#PeriodOfTime.startDate> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:definition "The start of the period."@en;
    skos:scopeNote "rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [[DATETIME]] and typed using the appropriate XML Schema datatype [[XMLSCHEMA11-2]] (xsd:gYear, xsd:gYearMonth, xsd:date, or xsd:dateTime)."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#startDate>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:period_start_date>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#startDate>;
    dsv:domain :PeriodOfTime;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#PeriodOfTime.endDate> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [[DATETIME]] and typed using the appropriate XML Schema datatype [[XMLSCHEMA11-2]]"@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#endDate>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#endDate>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:period_end_date>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#endDate>;
    dsv:domain :PeriodOfTime;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#Location.boundingBox> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "The range of this property (rdfs:Literal) is intentionally generic, with the purpose of allowing different geometry literal encodings. E.g., the geometry could be encoded as a WKT literal (geosparql:wktLiteral [[GeoSPARQL]])."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#bbox>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#bbox>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:location_bbox>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#bbox>;
    dsv:domain :Location;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#Location.centroid> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:scopeNote "The range of this property (rdfs:Literal) is intentionally generic, with the purpose of allowing different geometry literal encodings. E.g., the geometry could be encoded as a WKT literal (geosparql:wktLiteral [[GeoSPARQL]])."@en;
    dsv:reusesPropertyValue [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty rdfs:label;
  dsv:reusedAsProperty skos:prefLabel;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#centroid>
], [
  a dsv:PropertyValueReuse;
  dsv:reusedProperty skos:definition;
  dsv:reusedAsProperty skos:definition;
  dsv:reusedFromResource <http://www.w3.org/ns/dcat#centroid>
];
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:location_centroid>;
    dsv:cardinality cardinality:0n;
    dsv:property <http://www.w3.org/ns/dcat#centroid>;
    dsv:domain :Location;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogRecord.description> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "description"@en;
    skos:definition "A free-text account of the record."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:record_description>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:description;
    dsv:domain :CatalogRecord;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#Distribution.description> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "description"@en;
    skos:definition "A free-text account of the distribution."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_description>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:description;
    dsv:domain :Distribution;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.

<https://mff-uk.github.io/specifications/dcat-dap#CatalogedResource.description> dct:isPartOf <https://mff-uk.github.io/specifications/dcat-dap#>;
    a dsv:TermProfile;
    skos:prefLabel "description"@en;
    skos:definition "A free-text account of the resource."@en;
    dsv:externalDocumentation <https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description>;
    dsv:cardinality cardinality:0n;
    dsv:property dct:description;
    dsv:domain :CatalogedResource;
    a dsv:DatatypePropertyProfile;
    dsv:datatypePropertyRange rdfs:Literal.
