Skip to content

Class: DataCollection

Administrative unit (e.g. project, proposal, etc.) in which one or more entities is collected.

URI: bertron:DataCollection

classDiagram class DataCollection click DataCollection href "../DataCollection" DataCollection : alt_ids DataCollection : alt_titles DataCollection --> "*" Name : alt_titles click Name href "../Name" DataCollection : description DataCollection : id DataCollection : title DataCollection : url

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
The unique ID used for the project within the BER resource. It may not necessarily be resolvable outside the resource. direct
title 0..1
String
Human-readable string representing the project. direct
description 0..1
String
Textual description of the project. direct
alt_ids *
Uriorcurie
Fully-qualified URI or CURIE used as an identifier for a project. direct
alt_titles *
Name
Alternative versions of the title/name of a project. direct
url 1
Uriorcurie
Permanent resolvable URI for the collection at the data source. direct

Usages

used by used in type used
Entity part_of_collection range DataCollection

Comments

  • May be equivalent to FundingReference in the CreditMetadata schema.

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/bertron-schema

Mappings

Mapping Type Mapped Value
self bertron:DataCollection
native bertron:DataCollection

LinkML Source

Direct

name: DataCollection
description: Administrative unit (e.g. project, proposal, etc.) in which one or more
  entities is collected.
comments:
- May be equivalent to FundingReference in the CreditMetadata schema.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  id:
    name: id
    description: The unique ID used for the project within the BER resource. It may
      not necessarily be resolvable outside the resource.
    comments:
    - If the data source does not use CURIEs, we cannot guarantee that IDs will be
      unique between all the BER sources.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - proposal ID
    - project ID
    slot_uri: schema:identifier
    domain_of:
    - Entity
    - DataCollection
    range: string
  title:
    name: title
    description: Human-readable string representing the project.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - name
    rank: 1000
    slot_uri: schema:name
    domain_of:
    - DataCollection
    multivalued: false
  description:
    name: description
    description: Textual description of the project.
    from_schema: https://w3id.org/ber-data/bertron-schema
    slot_uri: schema:description
    domain_of:
    - Entity
    - DataCollection
    required: false
  alt_ids:
    name: alt_ids
    description: Fully-qualified URI or CURIE used as an identifier for a project.
    comments:
    - The project `id` should not appear in this list.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - CURIEs
    - database cross-references
    - dbxrefs
    - IDs
    - alternative identifiers
    - alternative IDs
    - alternative PIDs
    - PIDs
    domain_of:
    - Entity
    - DataCollection
    range: uriorcurie
    multivalued: true
  alt_titles:
    name: alt_titles
    description: Alternative versions of the title/name of a project.
    comments:
    - The project `title` should not appear in this list.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - alternative titles
    rank: 1000
    domain_of:
    - DataCollection
    range: Name
    multivalued: true
  url:
    name: url
    description: Permanent resolvable URI for the collection at the data source.
    from_schema: https://w3id.org/ber-data/bertron-schema
    rank: 1000
    domain_of:
    - DataCollection
    range: uriorcurie
    required: true

Induced

name: DataCollection
description: Administrative unit (e.g. project, proposal, etc.) in which one or more
  entities is collected.
comments:
- May be equivalent to FundingReference in the CreditMetadata schema.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  id:
    name: id
    description: The unique ID used for the project within the BER resource. It may
      not necessarily be resolvable outside the resource.
    comments:
    - If the data source does not use CURIEs, we cannot guarantee that IDs will be
      unique between all the BER sources.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - proposal ID
    - project ID
    slot_uri: schema:identifier
    alias: id
    owner: DataCollection
    domain_of:
    - Entity
    - DataCollection
    range: string
  title:
    name: title
    description: Human-readable string representing the project.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - name
    rank: 1000
    slot_uri: schema:name
    alias: title
    owner: DataCollection
    domain_of:
    - DataCollection
    range: string
    multivalued: false
  description:
    name: description
    description: Textual description of the project.
    from_schema: https://w3id.org/ber-data/bertron-schema
    slot_uri: schema:description
    alias: description
    owner: DataCollection
    domain_of:
    - Entity
    - DataCollection
    range: string
    required: false
  alt_ids:
    name: alt_ids
    description: Fully-qualified URI or CURIE used as an identifier for a project.
    comments:
    - The project `id` should not appear in this list.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - CURIEs
    - database cross-references
    - dbxrefs
    - IDs
    - alternative identifiers
    - alternative IDs
    - alternative PIDs
    - PIDs
    alias: alt_ids
    owner: DataCollection
    domain_of:
    - Entity
    - DataCollection
    range: uriorcurie
    multivalued: true
  alt_titles:
    name: alt_titles
    description: Alternative versions of the title/name of a project.
    comments:
    - The project `title` should not appear in this list.
    from_schema: https://w3id.org/ber-data/bertron-schema
    aliases:
    - alternative titles
    rank: 1000
    alias: alt_titles
    owner: DataCollection
    domain_of:
    - DataCollection
    range: Name
    multivalued: true
  url:
    name: url
    description: Permanent resolvable URI for the collection at the data source.
    from_schema: https://w3id.org/ber-data/bertron-schema
    rank: 1000
    alias: url
    owner: DataCollection
    domain_of:
    - DataCollection
    range: uriorcurie
    required: true