# -*- encoding: utf-8 -*- # frozen_string_literal: true # This file generated automatically using vocab-fetch from http://www.w3.org/ns/dcat# require 'rdf' module RDF::Vocab # @!parse # # Vocabulary for # class DCAT < RDF::StrictVocabulary # end class DCAT < RDF::StrictVocabulary("http://www.w3.org/ns/dcat#") # Class definitions term :Catalog, comment: %(A curated collection of metadata about datasets).freeze, :"http://purl.org/vocab/vann/usageNote" => %(Typically, a web-based data catalog is represented as a single instance of this class.).freeze, label: "Catalog".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :CatalogRecord, comment: %(A record in a data catalog, describing a single dataset.).freeze, :"http://purl.org/vocab/vann/usageNote" => %(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 and metadata about the dataset's entry in the catalog. 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 allows describing further provenance information such as the details of the process and the agent involved in a particular change to a dataset.).freeze, label: "Catalog Record".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Dataset, comment: %(A collection of data, published or curated by a single source, and available for access or download in one or more formats).freeze, :"http://purl.org/vocab/vann/usageNote" => %(This class represents the actual dataset as published by the dataset publisher. In cases where a distinction between the actual dataset and its entry in the catalog is necessary \(because metadata such as modification date and maintainer might differ\), the catalog record class can be used for the latter.).freeze, label: "Dataset".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, subClassOf: "dcmitype:Dataset".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Distribution, comment: %(Represents a specific available form of a dataset. Each dataset might be available in different forms, these forms might represent different formats of the dataset or different endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed).freeze, :"http://purl.org/vocab/vann/usageNote" => %(This represents a general availability of a dataset it implies no information about the actual access method of the data, i.e. whether it is a direct download, API, or some through Web page. The use of dcat:downloadURL property indicates directly downloadable distributions.).freeze, label: "Distribution".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Download, comment: %(represents a downloadable distribution of a dataset. This term has been deprecated).freeze, label: "Download (Deprecated)".freeze, :"owl:deprecated" => %(true).freeze, :"rdfs:isDefinedBy" => %(dcat:).freeze, subClassOf: "dcat:Distribution".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Feed, comment: %(represents availability of a dataset as a feed. This term has been deprecated).freeze, label: "Feed (Deprecated)".freeze, :"owl:deprecated" => %(true).freeze, :"rdfs:isDefinedBy" => %(dcat:).freeze, subClassOf: "dcat:Distribution".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :WebService, comment: %(represents a web service that enables access to the data of a dataset. This term has been deprecated).freeze, label: "Web Service (Deprecated)".freeze, :"owl:deprecated" => %(true).freeze, :"rdfs:isDefinedBy" => %(dcat:).freeze, subClassOf: "dcat:Distribution".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] # Property definitions property :accessURL, comment: %(Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page, download, feed URL, SPARQL endpoint. Use when your catalog does not have information on which it is or when it is definitely not a download.).freeze, domain: "dcat:Distribution".freeze, :"http://purl.org/vocab/vann/usageNote" => %(The value is a URL. If the distribution\(s\) are accessible only through a landing page \(i.e. direct download URLs are not known\), then the landing page link should be duplicated as accessURL on a distribution.).freeze, label: "access URL".freeze, range: "rdfs:Resource".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :byteSize, comment: %(The size of a distribution in bytes.).freeze, domain: "dcat:Distribution".freeze, :"http://purl.org/vocab/vann/usageNote" => %(The size in bytes can be approximated when the precise size is not known. The literal value of dcat:byteSize should by typed as xsd:decimal).freeze, label: "byte size".freeze, range: "rdfs:Literal".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :bytes, comment: %(describe size of resource in bytes. This term has been deprecated).freeze, domain: "dcat:Distribution".freeze, label: "size in bytes (Deprecated)".freeze, :"owl:deprecated" => %(true).freeze, range: "xsd:integer".freeze, :"rdfs:isDefinedBy" => %(dcat:).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :contactPoint, comment: %(Links a dataset to relevant contact information which is provided using VCard.).freeze, domain: "dcat:Dataset".freeze, label: "contact point".freeze, range: "vcard:Kind".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :dataDictionary, comment: %(links a dataset to a dictionary that helps interpreting the data. This term has been deprecated).freeze, domain: "dcat:Dataset".freeze, label: "data dictionary (Deprecated)".freeze, :"owl:deprecated" => %(true).freeze, :"rdfs:isDefinedBy" => %(dcat:).freeze, type: "rdf:Property".freeze property :dataQuality, comment: %(describes the quality of data e.g. precision. This should not be used to describe the data collection characteristics, other more specialized statistical properties can be used instead. This term has been deprecated).freeze, domain: "dcat:Dataset".freeze, label: "data quality (Deprecated)".freeze, :"owl:deprecated" => %(true).freeze, :"rdfs:isDefinedBy" => %(dcat:).freeze, type: "rdf:Property".freeze property :dataset, comment: %(Links a catalog to a dataset that is part of the catalog.).freeze, domain: "dcat:Catalog".freeze, label: "dataset".freeze, range: "dcat:Dataset".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, subPropertyOf: "dc:hasPart".freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :distribution, comment: %(Connects a dataset to one of its available distributions.).freeze, domain: "dcat:Dataset".freeze, label: "distribution".freeze, range: "dcat:Distribution".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :downloadURL, comment: %(This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. The format is described by the distribution's dc:format and/or dcat:mediaType).freeze, domain: "dcat:Distribution".freeze, :"http://purl.org/vocab/vann/usageNote" => %(The value is a URL.).freeze, label: "download URL".freeze, range: "rdfs:Resource".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :granularity, comment: %(describes the level of granularity of data in a dataset. The granularity can be in time, place etc. This term has been deprecated).freeze, domain: "dcat:Dataset".freeze, label: "granularity (Deprecated)".freeze, :"owl:deprecated" => %(true).freeze, :"rdfs:isDefinedBy" => %(dcat:).freeze, type: "rdf:Property".freeze property :keyword, comment: %(A keyword or tag describing the dataset.).freeze, domain: "dcat:Dataset".freeze, label: "keyword".freeze, range: "rdfs:Literal".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, subPropertyOf: "dc:subject".freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :landingPage, comment: %(A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.).freeze, domain: "dcat:Dataset".freeze, :"http://purl.org/vocab/vann/usageNote" => %(If the distribution\(s\) are accessible only through a landing page \(i.e. direct download URLs are not known\), then the landing page link should be duplicated as accessURL on a distribution.).freeze, label: "landing page".freeze, range: "foaf:Document".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, subPropertyOf: "foaf:page".freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :mediaType, comment: %(This property SHOULD be used when the media type of the distribution is defined in IANA, otherwise dct:format MAY be used with different values.).freeze, domain: "dcat:Distribution".freeze, label: "media type".freeze, range: "dc:MediaTypeOrExtent".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, subPropertyOf: "dc:format".freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :record, comment: %(Links a catalog to its records.).freeze, domain: "dcat:Catalog".freeze, label: "record".freeze, range: "dcat:CatalogRecord".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :size, comment: %(the size of a distribution. This term has been deprecated).freeze, domain: "dcat:Distribution".freeze, label: "size (Deprecated)".freeze, :"owl:deprecated" => %(true).freeze, :"rdfs:isDefinedBy" => %(dcat:).freeze, subPropertyOf: "dc:extent".freeze, type: "rdf:Property".freeze property :theme, comment: %(The main category of the dataset. A dataset can have multiple themes.).freeze, domain: "dcat:Dataset".freeze, :"http://purl.org/vocab/vann/usageNote" => %(The set of skos:Concepts used to categorize the datasets are organized in a skos:ConceptScheme describing all the categories and their relations in the catalog.).freeze, label: "theme".freeze, range: "skos:Concept".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, subPropertyOf: "dc:subject".freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :themeTaxonomy, comment: %(The knowledge organization system \(KOS\) used to classify catalog's datasets.).freeze, domain: "dcat:Catalog".freeze, label: "theme taxonomy".freeze, range: "skos:ConceptScheme".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] end end