Skip to content

Class: CatalogueRecord

A description of a single entry in a data catalogue.

URI: [dcat:CatalogRecord](http://www.w3.org/ns/dcat#CatalogRecord)
 classDiagram
    class CatalogueRecord
    click CatalogueRecord href "../CatalogueRecord/"
      CatalogueRecord : applicationProfile





        CatalogueRecord --> "0..1" Standard : applicationProfile
        click Standard href "../Standard/"



      CatalogueRecord : changeType





        CatalogueRecord --> "0..1" Concept : changeType
        click Concept href "../Concept/"



      CatalogueRecord : description

      CatalogueRecord : language





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



      CatalogueRecord : listingDate

      CatalogueRecord : modificationDate

      CatalogueRecord : primaryTopic





        CatalogueRecord --> "1" CataloguedResource : primaryTopic
        click CataloguedResource href "../CataloguedResource/"



      CatalogueRecord : sourceMetadata





        CatalogueRecord --> "0..1" CatalogueRecord : sourceMetadata
        click CatalogueRecord href "../CatalogueRecord/"



      CatalogueRecord : title

## Class Properties | Property | Value | | --- | --- | | Class URI | [dcat:CatalogRecord](http://www.w3.org/ns/dcat#CatalogRecord) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [applicationProfile](applicationProfile.md) | 0..1
[Standard](Standard.md) | The application profile this catalogue record conforms to | direct | | [changeType](changeType.md) | 0..1
[Concept](Concept.md) | The type of update on the cataloged resource | direct | | [description](description.md) | *
[String](String.md) | A free-text account of the resource | direct | | [language](language.md) | *
[LinguisticSystem](LinguisticSystem.md) | A language of the resource | direct | | [listingDate](listingDate.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 description was listed in the catalogue | direct | | [modificationDate](modificationDate.md) | 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 | | [primaryTopic](primaryTopic.md) | 1
[CataloguedResource](CataloguedResource.md) | The resource described by this catalogue record | direct | | [sourceMetadata](sourceMetadata.md) | 0..1
[CatalogueRecord](CatalogueRecord.md) | Original metadata source for the catalog record | direct | | [title](title.md) | *
[String](String.md) | A name given to the resource | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalogue](Catalogue.md) | [record](record.md) | range | [CatalogueRecord](CatalogueRecord.md) | | [CatalogueRecord](CatalogueRecord.md) | [sourceMetadata](sourceMetadata.md) | range | [CatalogueRecord](CatalogueRecord.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:CatalogRecord | | native | dcat_ap:CatalogueRecord | ## LinkML Source ### Direct
name: CatalogueRecord
description: A description of a single entry in a data catalogue.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slots:
- applicationProfile
- changeType
- description
- language
- listingDate
- modificationDate
- primaryTopic
- sourceMetadata
- title
slot_usage:
  primaryTopic:
    name: primaryTopic
    required: true
    multivalued: false
  modificationDate:
    name: modificationDate
    required: true
    multivalued: false
  applicationProfile:
    name: applicationProfile
    multivalued: false
  listingDate:
    name: listingDate
    multivalued: false
  changeType:
    name: changeType
    multivalued: false
  sourceMetadata:
    name: sourceMetadata
    multivalued: false
class_uri: dcat:CatalogRecord
### Induced
name: CatalogueRecord
description: A description of a single entry in a data catalogue.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slot_usage:
  primaryTopic:
    name: primaryTopic
    required: true
    multivalued: false
  modificationDate:
    name: modificationDate
    required: true
    multivalued: false
  applicationProfile:
    name: applicationProfile
    multivalued: false
  listingDate:
    name: listingDate
    multivalued: false
  changeType:
    name: changeType
    multivalued: false
  sourceMetadata:
    name: sourceMetadata
    multivalued: false
attributes:
  applicationProfile:
    name: applicationProfile
    description: The application profile this catalogue record conforms to.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:conformsTo
    owner: CatalogueRecord
    domain_of:
    - CatalogueRecord
    range: Standard
    multivalued: false
  changeType:
    name: changeType
    description: The type of update on the cataloged resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: adms:status
    owner: CatalogueRecord
    domain_of:
    - CatalogueRecord
    range: Concept
    multivalued: false
  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: CatalogueRecord
    domain_of:
    - Catalogue
    - CatalogueRecord
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    multivalued: true
  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: CatalogueRecord
    domain_of:
    - Catalogue
    - CatalogueRecord
    - Dataset
    - Distribution
    range: LinguisticSystem
    multivalued: true
  listingDate:
    name: listingDate
    description: The date on which the description was listed in the catalogue. 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: CatalogueRecord
    domain_of:
    - CatalogueRecord
    range: string
    multivalued: false
    any_of:
    - range: date
    - range: datetime
    - range: gYear
    - range: gYearMonth
  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: CatalogueRecord
    domain_of:
    - Catalogue
    - CatalogueRecord
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    required: true
    multivalued: false
    any_of:
    - range: date
    - range: datetime
    - range: gYear
    - range: gYearMonth
  primaryTopic:
    name: primaryTopic
    description: The resource described by this catalogue record.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: foaf:primaryTopic
    owner: CatalogueRecord
    domain_of:
    - CatalogueRecord
    range: CataloguedResource
    required: true
    multivalued: false
  sourceMetadata:
    name: sourceMetadata
    description: Original metadata source for the catalog record.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:source
    owner: CatalogueRecord
    domain_of:
    - CatalogueRecord
    range: CatalogueRecord
    multivalued: false
  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: CatalogueRecord
    domain_of:
    - Catalogue
    - CatalogueRecord
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    multivalued: true
class_uri: dcat:CatalogRecord