Class: KnownIssue
_Known issues for a dataset should have a description, when they are logged and by who _
URI: alspacdcs:KnownIssue
classDiagram
class KnownIssue
NamedThing <|-- KnownIssue
KnownIssue : description
KnownIssue : id
KnownIssue : issue_description
KnownIssue : logged_by
KnownIssue : logged_date
KnownIssue : name
Inheritance
- NamedThing
- KnownIssue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
issue_description | 0..1 xsd:string |
What the issue is | direct |
logged_by | 0..1 xsd:string |
The person who logged this issue | direct |
logged_date | 0..1 xsd:string |
The date that this issue was logged | direct |
id | 1..1 xsd:anyURI |
A unique identifier for a thing | NamedThing |
name | 0..1 xsd:string |
A human-readable name for a thing | NamedThing |
description | 0..1 xsd:string |
A human-readable description for a thing | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
AlspacDataSetVersion | known_issues | range | KnownIssue |
Identifier and Mapping Information
Schema Source
- from schema: http://purl.org/alspac/alspac-data-catalogue-schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | alspacdcs:KnownIssue |
native | alspacdcs:KnownIssue |
LinkML Source
Direct
name: KnownIssue
description: 'Known issues for a dataset should have a description, when they are
logged and by who '
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- issue_description
- logged_by
- logged_date
Induced
name: KnownIssue
description: 'Known issues for a dataset should have a description, when they are
logged and by who '
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
issue_description:
name: issue_description
description: What the issue is.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: issue_description
owner: KnownIssue
domain_of:
- KnownIssue
range: string
logged_by:
name: logged_by
description: The person who logged this issue.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: logged_by
owner: KnownIssue
domain_of:
- KnownIssue
range: string
logged_date:
name: logged_date
description: The date that this issue was logged.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
alias: logged_date
owner: KnownIssue
domain_of:
- KnownIssue
range: string
id:
name: id
description: A unique identifier for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: KnownIssue
domain_of:
- NamedThing
range: uriorcurie
name:
name: name
description: A human-readable name for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:name
alias: name
owner: KnownIssue
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:description
alias: description
owner: KnownIssue
domain_of:
- NamedThing
range: string