Skip to content

Commit

Permalink
Merge pull request co-cddo#74 from co-cddo/issue73-CataloguedResource
Browse files Browse the repository at this point in the history
Change DataResource to CataloguedResource
  • Loading branch information
AlasdairGray authored Feb 6, 2024
2 parents 90703af + b8e7a55 commit 4d5bca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/model/uk_cross_government_metadata_exchange_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ classes:
- telephone
- address

DataResource:
CataloguedResource:
abstract: true
class_uri: dcat:Resource
description: Resource published or curated by a single agent.
Expand Down Expand Up @@ -84,7 +84,7 @@ classes:
required: true

DataService:
is_a: DataResource
is_a: CataloguedResource
class_uri: dcat:DataService
description: A collection of operations that provides access to one or more datasets or data processing functions.
slots:
Expand All @@ -98,7 +98,7 @@ classes:
recommended: true

Dataset:
is_a: DataResource
is_a: CataloguedResource
class_uri: dcat:Dataset
description: A collection of data, published or curated by a single agent, and available for access or download in one or more representations.
slots:
Expand Down

0 comments on commit 4d5bca3

Please sign in to comment.