Class: InformationArtifact
Anything that informs, or reduces uncertainty. Can be about a material entity or a process.
URI: beril_model:InformationArtifact
classDiagram
class InformationArtifact
NamedThing <|-- InformationArtifact
InformationArtifact : description
InformationArtifact : id
InformationArtifact : md5
InformationArtifact : name
InformationArtifact : size_in_bytes
InformationArtifact : url
Inheritance
- NamedThing
- InformationArtifact
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
size_in_bytes | 0..1 Integer |
The size of a file in bytes | direct |
md5 | 0..1 String |
The MD5 checksum of a file | direct |
url | 0..1 Uriorcurie |
A URL for a file | direct |
id | 1..1 Uriorcurie |
A unique identifier for a thing | NamedThing |
name | 0..1 String |
A human-readable name for a thing | NamedThing |
description | 0..1 String |
A human-readable description for a thing | NamedThing |
Comments
- Information is (almost?) always conveyed by something, like a book printed on paper, electrical charges stored on a computer disk, or human speech. Those information bearers are not the information itself.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/beril-model/beril-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | beril_model:InformationArtifact |
native | beril_model:InformationArtifact |
exact | IAO:0000030 |
LinkML Source
Direct
name: InformationArtifact
description: Anything that informs, or reduces uncertainty. Can be about a material
entity or a process.
comments:
- Information is (almost?) always conveyed by something, like a book printed on paper,
electrical charges stored on a computer disk, or human speech. Those information
bearers are not the information itself.
from_schema: https://w3id.org/beril-model/beril-model
exact_mappings:
- IAO:0000030
rank: 1000
is_a: NamedThing
slots:
- size_in_bytes
- md5
- url
disjoint_with:
- MaterialEntity
- Process
- Observation
Induced
name: InformationArtifact
description: Anything that informs, or reduces uncertainty. Can be about a material
entity or a process.
comments:
- Information is (almost?) always conveyed by something, like a book printed on paper,
electrical charges stored on a computer disk, or human speech. Those information
bearers are not the information itself.
from_schema: https://w3id.org/beril-model/beril-model
exact_mappings:
- IAO:0000030
rank: 1000
is_a: NamedThing
attributes:
size_in_bytes:
name: size_in_bytes
description: The size of a file in bytes
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
alias: size_in_bytes
owner: InformationArtifact
domain_of:
- InformationArtifact
range: integer
md5:
name: md5
description: The MD5 checksum of a file
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
alias: md5
owner: InformationArtifact
domain_of:
- InformationArtifact
range: string
url:
name: url
description: A URL for a file
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
alias: url
owner: InformationArtifact
domain_of:
- InformationArtifact
range: uriorcurie
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/beril-model/beril-model
rank: 1
slot_uri: schema:identifier
identifier: true
alias: id
owner: InformationArtifact
domain_of:
- NamedThing
- Person
slot_group: identifiers
range: uriorcurie
required: true
pattern: '[a-zA-Z0-9_]+:[a-zA-Z0-9_]+'
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/beril-model/beril-model
rank: 2
slot_uri: schema:name
alias: name
owner: InformationArtifact
domain_of:
- NamedThing
slot_group: identifiers
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/beril-model/beril-model
rank: 3
slot_uri: schema:description
alias: description
owner: InformationArtifact
domain_of:
- NamedThing
slot_group: identifiers
range: string
disjoint_with:
- MaterialEntity
- Process
- Observation