Skip to content

Class: Catalogue

A curated collection of metadata about resources (e.g. datasets and data services in the context of a data catalogue).

URI: [dcat:Catalog](http://www.w3.org/ns/dcat#Catalog)
 classDiagram
    class Catalogue
    click Catalogue href "../Catalogue/"
      CataloguedResource <|-- Catalogue
        click CataloguedResource href "../CataloguedResource/"

      Catalogue : applicableLegislation





        Catalogue --> "*" LegalResource : applicableLegislation
        click LegalResource href "../LegalResource/"



      Catalogue : catalogue





        Catalogue --> "*" Catalogue : catalogue
        click Catalogue href "../Catalogue/"



      Catalogue : creator





        Catalogue --> "0..1" Agent : creator
        click Agent href "../Agent/"



      Catalogue : dataset





        Catalogue --> "*" Dataset : dataset
        click Dataset href "../Dataset/"



      Catalogue : description

      Catalogue : geographicalCoverage





        Catalogue --> "*" Location : geographicalCoverage
        click Location href "../Location/"



      Catalogue : hasPart





        Catalogue --> "*" Catalogue : hasPart
        click Catalogue href "../Catalogue/"



      Catalogue : homepage





        Catalogue --> "0..1" Document : homepage
        click Document href "../Document/"



      Catalogue : language





        Catalogue --> "*" LinguisticSystem : language
        click LinguisticSystem href "../LinguisticSystem/"



      Catalogue : licence





        Catalogue --> "0..1" LicenceDocument : licence
        click LicenceDocument href "../LicenceDocument/"



      Catalogue : modificationDate

      Catalogue : publisher





        Catalogue --> "1" Agent : publisher
        click Agent href "../Agent/"



      Catalogue : record





        Catalogue --> "*" CatalogueRecord : record
        click CatalogueRecord href "../CatalogueRecord/"



      Catalogue : releaseDate

      Catalogue : rights





        Catalogue --> "0..1" RightsStatement : rights
        click RightsStatement href "../RightsStatement/"



      Catalogue : service





        Catalogue --> "*" DataService : service
        click DataService href "../DataService/"



      Catalogue : temporalCoverage





        Catalogue --> "*" PeriodOfTime : temporalCoverage
        click PeriodOfTime href "../PeriodOfTime/"



      Catalogue : themes





        Catalogue --> "*" ConceptScheme : themes
        click ConceptScheme href "../ConceptScheme/"



      Catalogue : title

## Inheritance * [Resource](Resource.md) * [CataloguedResource](CataloguedResource.md) * **Catalogue** ## Class Properties | Property | Value | | --- | --- | | Class URI | [dcat:Catalog](http://www.w3.org/ns/dcat#Catalog) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [title](title.md) | 1..*
[String](String.md) | A name given to the resource | direct | | [description](description.md) | 1..*
[String](String.md) | A free-text account of the resource | direct | | [publisher](publisher.md) | 1
[Agent](Agent.md) | An entity responsible for making the resource available | direct | | [applicableLegislation](applicableLegislation.md) | *
[LegalResource](LegalResource.md) | The legislation applicable to the resource (DCAT-AP extension) | direct | | [catalogue](catalogue.md) | *
[Catalogue](Catalogue.md) | A subordinate catalogue contained in this catalogue | direct | | [creator](creator.md) | 0..1
[Agent](Agent.md) | The entity responsible for producing the resource | direct | | [dataset](dataset.md) | *
[Dataset](Dataset.md) | A dataset listed by the catalogue | direct | | [geographicalCoverage](geographicalCoverage.md) | *
[Location](Location.md) | The geographic coverage of the resource | direct | | [hasPart](hasPart.md) | *
[Catalogue](Catalogue.md) | A related resource that is included physically or logically | direct | | [homepage](homepage.md) | 0..1
[Document](Document.md) | A web page that is the primary access point for the resource | direct | | [language](language.md) | *
[LinguisticSystem](LinguisticSystem.md) | A language of the resource | direct | | [licence](licence.md) | 0..1
[LicenceDocument](LicenceDocument.md) | A licence under which the resource is made available | direct | | [modificationDate](modificationDate.md) | 0..1
[String](String.md) or 
[Date](Date.md) or 
[Datetime](Datetime.md) or 
[GYear](GYear.md) or 
[GYearMonth](GYearMonth.md) | The date on which the resource was changed | direct | | [record](record.md) | *
[CatalogueRecord](CatalogueRecord.md) | A record describing a registration of a resource in the catalogue | direct | | [releaseDate](releaseDate.md) | 0..1
[String](String.md) or 
[Date](Date.md) or 
[Datetime](Datetime.md) or 
[GYear](GYear.md) or 
[GYearMonth](GYearMonth.md) | The date of formal issuance of the resource | direct | | [rights](rights.md) | 0..1
[RightsStatement](RightsStatement.md) | Rights statement for the resource | direct | | [service](service.md) | *
[DataService](DataService.md) | A data service listed by the catalogue | direct | | [temporalCoverage](temporalCoverage.md) | *
[PeriodOfTime](PeriodOfTime.md) | The temporal coverage of the resource | direct | | [themes](themes.md) | *
[ConceptScheme](ConceptScheme.md) | A theme taxonomy used to classify the catalogue's resources | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalogue](Catalogue.md) | [catalogue](catalogue.md) | range | [Catalogue](Catalogue.md) | | [Catalogue](Catalogue.md) | [hasPart](hasPart.md) | range | [Catalogue](Catalogue.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dcat:Catalog | | native | dcat_ap:Catalogue | ## LinkML Source ### Direct
name: Catalogue
description: A curated collection of metadata about resources (e.g. datasets and data
  services in the context of a data catalogue).
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
is_a: CataloguedResource
slots:
- title
- description
- publisher
- applicableLegislation
- catalogue
- creator
- dataset
- geographicalCoverage
- hasPart
- homepage
- language
- licence
- modificationDate
- record
- releaseDate
- rights
- service
- temporalCoverage
- themes
slot_usage:
  title:
    name: title
    required: true
    multivalued: true
  description:
    name: description
    required: true
    multivalued: true
  publisher:
    name: publisher
    required: true
    multivalued: false
  creator:
    name: creator
    multivalued: false
  licence:
    name: licence
    multivalued: false
  homepage:
    name: homepage
    multivalued: false
  rights:
    name: rights
    multivalued: false
  releaseDate:
    name: releaseDate
    multivalued: false
  modificationDate:
    name: modificationDate
    multivalued: false
class_uri: dcat:Catalog
### Induced
name: Catalogue
description: A curated collection of metadata about resources (e.g. datasets and data
  services in the context of a data catalogue).
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
is_a: CataloguedResource
slot_usage:
  title:
    name: title
    required: true
    multivalued: true
  description:
    name: description
    required: true
    multivalued: true
  publisher:
    name: publisher
    required: true
    multivalued: false
  creator:
    name: creator
    multivalued: false
  licence:
    name: licence
    multivalued: false
  homepage:
    name: homepage
    multivalued: false
  rights:
    name: rights
    multivalued: false
  releaseDate:
    name: releaseDate
    multivalued: false
  modificationDate:
    name: modificationDate
    multivalued: false
attributes:
  title:
    name: title
    description: A name given to the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:title
    owner: Catalogue
    domain_of:
    - Catalogue
    - CatalogueRecord
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    required: true
    multivalued: true
  description:
    name: description
    description: A free-text account of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:description
    owner: Catalogue
    domain_of:
    - Catalogue
    - CatalogueRecord
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    required: true
    multivalued: true
  publisher:
    name: publisher
    description: An entity responsible for making the resource available.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:publisher
    owner: Catalogue
    domain_of:
    - Catalogue
    - DataService
    - Dataset
    - DatasetSeries
    range: Agent
    required: true
    multivalued: false
  applicableLegislation:
    name: applicableLegislation
    description: The legislation applicable to the resource (DCAT-AP extension).
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcatap:applicableLegislation
    owner: Catalogue
    domain_of:
    - Catalogue
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: LegalResource
    multivalued: true
  catalogue:
    name: catalogue
    description: A subordinate catalogue contained in this catalogue.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:catalog
    owner: Catalogue
    domain_of:
    - Catalogue
    range: Catalogue
    multivalued: true
  creator:
    name: creator
    description: The entity responsible for producing the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:creator
    owner: Catalogue
    domain_of:
    - Catalogue
    - Dataset
    range: Agent
    multivalued: false
  dataset:
    name: dataset
    description: A dataset listed by the catalogue.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:dataset
    owner: Catalogue
    domain_of:
    - Catalogue
    range: Dataset
    multivalued: true
  geographicalCoverage:
    name: geographicalCoverage
    description: The geographic coverage of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:spatial
    owner: Catalogue
    domain_of:
    - Catalogue
    - Dataset
    - DatasetSeries
    range: Location
    multivalued: true
  hasPart:
    name: hasPart
    description: A related resource that is included physically or logically.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:hasPart
    owner: Catalogue
    domain_of:
    - Catalogue
    range: Catalogue
    multivalued: true
  homepage:
    name: homepage
    description: A web page that is the primary access point for the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: foaf:homepage
    owner: Catalogue
    domain_of:
    - Catalogue
    range: Document
    multivalued: false
  language:
    name: language
    description: A language of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:language
    owner: Catalogue
    domain_of:
    - Catalogue
    - CatalogueRecord
    - Dataset
    - Distribution
    range: LinguisticSystem
    multivalued: true
  licence:
    name: licence
    description: A licence under which the resource is made available.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:license
    owner: Catalogue
    domain_of:
    - Catalogue
    - DataService
    - Distribution
    range: LicenceDocument
    multivalued: false
  modificationDate:
    name: modificationDate
    description: The date on which the resource was changed. Modelled as a DateOrDateTimeDataType
      disjunction (xsd:date | xsd:dateTime | xsd:gYear | xsd:gYearMonth) to match
      DCAT-AP's DateOrDateTimeDataType_Shape.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:modified
    owner: Catalogue
    domain_of:
    - Catalogue
    - CatalogueRecord
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    multivalued: false
    any_of:
    - range: date
    - range: datetime
    - range: gYear
    - range: gYearMonth
  record:
    name: record
    description: A record describing a registration of a resource in the catalogue.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:record
    owner: Catalogue
    domain_of:
    - Catalogue
    range: CatalogueRecord
    multivalued: true
  releaseDate:
    name: releaseDate
    description: The date of formal issuance of the resource. Modelled as a DateOrDateTimeDataType
      disjunction (xsd:date | xsd:dateTime | xsd:gYear | xsd:gYearMonth) to match
      DCAT-AP's DateOrDateTimeDataType_Shape.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:issued
    owner: Catalogue
    domain_of:
    - Catalogue
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    multivalued: false
    any_of:
    - range: date
    - range: datetime
    - range: gYear
    - range: gYearMonth
  rights:
    name: rights
    description: Rights statement for the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:rights
    owner: Catalogue
    domain_of:
    - Catalogue
    - Distribution
    range: RightsStatement
    multivalued: false
  service:
    name: service
    description: A data service listed by the catalogue.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:service
    owner: Catalogue
    domain_of:
    - Catalogue
    range: DataService
    multivalued: true
  temporalCoverage:
    name: temporalCoverage
    description: The temporal coverage of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:temporal
    owner: Catalogue
    domain_of:
    - Catalogue
    - Dataset
    - DatasetSeries
    range: PeriodOfTime
    multivalued: true
  themes:
    name: themes
    description: A theme taxonomy used to classify the catalogue's resources.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:themeTaxonomy
    owner: Catalogue
    domain_of:
    - Catalogue
    range: ConceptScheme
    multivalued: true
class_uri: dcat:Catalog