Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change DataResource to CataloguedResource #74

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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