Class: Information
Grouping for datasets and data files
- NOTE: this is an abstract class and should not be instantiated directly
classDiagram
class Information
Information <|-- Brick
Information <|-- DataResource
Information : compression
Information : conforms_to
Information : conforms_to_class
Information : conforms_to_schema
Information : created_by
Information : created_on
Information : description
Information : download_url
Information : id
Information : issued
Information : keywords
Information : language
Information : license
Information : page
Information : publisher
Information : test_roles
Information --> TestRole : test_roles
Information : title
Information : version
Information : was_derived_from
Inheritance
- Information
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1..1 String |
the unique name of th dataset | direct |
| download_url | 0..1 Uri |
direct | |
| license | 0..1 String |
license for the data | direct |
| title | 0..1 String |
the official title of the element | direct |
| description | 0..1 String |
human readable description of the information | direct |
| conforms_to | 0..1 Uriorcurie |
direct | |
| conforms_to_schema | 0..1 Uriorcurie |
direct | |
| conforms_to_class | 0..1 Uriorcurie |
class in schema which the data object instantiates | direct |
| version | 0..1 String |
particular version of schema | direct |
| language | 0..1 String |
language in which the information is expressed | direct |
| publisher | 0..1 Uriorcurie |
direct | |
| keywords | 0..* String |
direct | |
| issued | 0..1 Datetime |
direct | |
| created_by | 0..1 Uriorcurie |
agent that created the element | direct |
| created_on | 0..1 Datetime |
time at which the element was created | direct |
| compression | 0..1 String |
direct | |
| was_derived_from | 0..1 String |
A derivation is a transformation of an entity into another, an update of an e... | direct |
| page | 0..1 String |
direct | |
| test_roles | 0..* TestRole |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/biobricks-ai/biobricks-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | biobricks:Information |
| native | biobricks:Information |
| close | schema:CreativeWork |
LinkML Source
Direct
name: Information
description: Grouping for datasets and data files
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
close_mappings:
- schema:CreativeWork
abstract: true
slots:
- id
- download_url
- license
- title
- description
- conforms_to
- conforms_to_schema
- conforms_to_class
- version
- language
- publisher
- keywords
- issued
- created_by
- created_on
- compression
- was_derived_from
- page
- test_roles
Induced
name: Information
description: Grouping for datasets and data files
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
close_mappings:
- schema:CreativeWork
abstract: true
attributes:
id:
name: id
description: the unique name of th dataset
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
exact_mappings:
- schema:name
rank: 1000
slot_uri: dcterms:identifier
identifier: true
alias: id
owner: Information
domain_of:
- Information
range: string
download_url:
name: download_url
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
exact_mappings:
- schema:url
close_mappings:
- frictionless:path
rank: 1000
slot_uri: dcat:downloadURL
alias: download_url
owner: Information
domain_of:
- Information
range: uri
license:
name: license
description: license for the data
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
exact_mappings:
- frictionless:licenses
rank: 1000
slot_uri: dcterms:license
alias: license
owner: Information
domain_of:
- Information
range: string
title:
name: title
description: the official title of the element
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: dcterms:title
alias: title
owner: Information
domain_of:
- Information
- DataResource
range: string
description:
name: description
description: human readable description of the information
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: dcterms:description
alias: description
owner: Information
domain_of:
- Information
- DataResource
range: string
conforms_to:
name: conforms_to
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: dcterms:conformsTo
alias: conforms_to
owner: Information
domain_of:
- Information
range: uriorcurie
conforms_to_schema:
name: conforms_to_schema
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
exact_mappings:
- frictionless:schema
rank: 1000
is_a: conforms_to
alias: conforms_to_schema
owner: Information
domain_of:
- Information
range: uriorcurie
conforms_to_class:
name: conforms_to_class
description: class in schema which the data object instantiates
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
is_a: conforms_to
alias: conforms_to_class
owner: Information
domain_of:
- Information
range: uriorcurie
version:
name: version
description: particular version of schema
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
exact_mappings:
- schema:version
- dcterms:hasVersion
rank: 1000
slot_uri: pav:version
alias: version
owner: Information
domain_of:
- Information
range: string
language:
name: language
description: language in which the information is expressed
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
alias: language
owner: Information
domain_of:
- Information
range: string
publisher:
name: publisher
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: dcterms:publisher
alias: publisher
owner: Information
domain_of:
- Information
range: uriorcurie
keywords:
name: keywords
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
exact_mappings:
- schema:keywords
rank: 1000
singular_name: keyword
slot_uri: dcat:keyword
multivalued: true
alias: keywords
owner: Information
domain_of:
- Information
range: string
issued:
name: issued
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: dcterms:issued
alias: issued
owner: Information
domain_of:
- Information
range: datetime
created_by:
name: created_by
description: agent that created the element
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: pav:createdBy
alias: created_by
owner: Information
domain_of:
- Information
range: uriorcurie
created_on:
name: created_on
description: time at which the element was created
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: pav:createdOn
alias: created_on
owner: Information
domain_of:
- Information
range: datetime
compression:
name: compression
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
alias: compression
owner: Information
domain_of:
- Information
range: string
was_derived_from:
name: was_derived_from
description: A derivation is a transformation of an entity into another, an update
of an entity resulting in a new one, or the construction of a new entity based
on a pre-existing entity.@en
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: prov:wasDerivedFrom
alias: was_derived_from
owner: Information
domain_of:
- Information
range: string
page:
name: page
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
slot_uri: dcat:landingPage
alias: page
owner: Information
domain_of:
- Information
range: string
test_roles:
name: test_roles
from_schema: https://w3id.org/biobricks-ai/biobricks-schema
rank: 1000
multivalued: true
alias: test_roles
owner: Information
domain_of:
- Information
range: TestRole