# Interface: IDcatCatalogRecordBase

Base interface for DCAT Catalog Record without JSON-LD context.
This is the context-free variant of IDcatCatalogRecord, intended for embedding
catalog record objects inline within catalogs where the context is provided by the enclosing document.

## See

https://www.w3.org/TR/vocab-dcat-3/#Class:Catalog_Record

## Extended by

- [`IDcatCatalogRecord`](IDcatCatalogRecord.md)

## Properties

### @type {#type}

> **@type**: `"dcat:CatalogRecord"`

The type identifier, typically "CatalogRecord".

***

### @id? {#id}

> `optional` **@id?**: `string`

The unique identifier for the catalog record.

***

### dcterms:title? {#dctermstitle}

> `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>

A name given to the catalog record.

#### See

https://www.w3.org/TR/vocab-dcat-3/#Property:record_title

***

### dcterms:description? {#dctermsdescription}

> `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>

A free-text account of the catalog record.

#### See

https://www.w3.org/TR/vocab-dcat-3/#Property:record_description

***

### dcterms:issued? {#dctermsissued}

> `optional` **dcterms:issued?**: `string`

The date of listing of the catalog record in the catalog.

#### See

https://www.w3.org/TR/vocab-dcat-3/#Property:record_listing_date

***

### dcterms:modified? {#dctermsmodified}

> `optional` **dcterms:modified?**: `string`

Most recent date on which the catalog record entry was changed or modified.

#### See

https://www.w3.org/TR/vocab-dcat-3/#Property:record_update_date

***

### dcterms:conformsTo? {#dctermsconformsto}

> `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>

An established standard to which the catalog record conforms.

#### See

https://www.w3.org/TR/vocab-dcat-3/#Property:record_conforms_to

***

### foaf:primaryTopic? {#foafprimarytopic}

> `optional` **foaf:primaryTopic?**: [`IDcatResource`](IDcatResource.md)

The dataset or data service described in the catalog record.

#### See

https://www.w3.org/TR/vocab-dcat-3/#Property:record_primary_topic
