Skip to content

Class: Creator

Who created the dataset (e.g., which team, research group) and on behalf of which entity (e.g., company, institution, organization)? This may also be considered a team.

URI: data_sheets_schema:Creator

erDiagram Creator { string id string name string description } Software { string version string license string url string id string name string description } Organization { string email ror_identifier ror_id wikidata_identifier wikidata_id string id string name string description } Person { string email string id string name string description } Creator ||--|o Person : "principal_investigator" Creator ||--|o Organization : "affiliation" Creator ||--}o Software : "used_software" Person ||--}o Organization : "affiliation"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
principal_investigator 0..1
Person
direct
affiliation 0..1
Organization
direct
used_software 0..*
Software
What software was used as part of this dataset property? DatasetProperty
id 1..1
String
the unique name of the dataset NamedThing
name 0..1
String
NamedThing
description 0..1
String
human readable description of the information NamedThing

Usages

used by used in type used
Dataset creators range Creator
DataSubset creators range Creator

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bridge2ai/data-sheets-schema

Mappings

Mapping Type Mapped Value
self data_sheets_schema:Creator
native data_sheets_schema:Creator

LinkML Source

Direct

name: Creator
description: Who created the dataset (e.g., which team, research group) and on behalf
  of which entity (e.g., company, institution, organization)? This may also be considered
  a team.
in_subset:
- Motivation
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  principal_investigator:
    name: principal_investigator
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    range: Person
  affiliation:
    name: affiliation
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    range: Organization

Induced

name: Creator
description: Who created the dataset (e.g., which team, research group) and on behalf
  of which entity (e.g., company, institution, organization)? This may also be considered
  a team.
in_subset:
- Motivation
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  principal_investigator:
    name: principal_investigator
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    alias: principal_investigator
    owner: Creator
    domain_of:
    - Creator
    range: Person
  affiliation:
    name: affiliation
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    alias: affiliation
    owner: Creator
    domain_of:
    - Person
    - Creator
    range: Organization
  used_software:
    name: used_software
    description: What software was used as part of this dataset property?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    multivalued: true
    alias: used_software
    owner: Creator
    domain_of:
    - DatasetProperty
    range: Software
  id:
    name: id
    description: the unique name of the dataset
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    exact_mappings:
    - schema:name
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    alias: id
    owner: Creator
    domain_of:
    - NamedThing
    - Information
    range: string
    required: true
  name:
    name: name
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Creator
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: human readable description of the information
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: Creator
    domain_of:
    - NamedThing
    - Information
    - Relationships
    - Splits
    - DataAnomaly
    - Confidentiality
    - Deidentification
    - SensitiveElement
    - InstanceAcquisition
    - CollectionMechanism
    - DataCollector
    - CollectionTimeframe
    - EthicalReview
    - DirectCollection
    - CollectionNotification
    - CollectionConsent
    - ConsentRevocation
    - DataProtectionImpact
    - PreprocessingStrategy
    - CleaningStrategy
    - LabelingStrategy
    - RawData
    - ExistingUse
    - UseRepository
    - OtherTask
    - FutureUseImpact
    - DiscouragedUse
    - ThirdPartySharing
    - DistributionFormat
    - DistributionDate
    - LicenseAndUseTerms
    - IPRestrictions
    - ExportControlRegulatoryRestrictions
    - Maintainer
    - Erratum
    - UpdatePlan
    - RetentionLimits
    - VersionAccess
    - ExtensionMechanism
    range: string