Skip to content

Class: ExternalResource

Is the dataset self-contained or does it rely on external resources (e.g., websites, other datasets)? If external, are there guarantees that those resources will remain available and unchanged?

__

URI: data_sheets_schema:ExternalResource

classDiagram class ExternalResource click ExternalResource href "../ExternalResource/" DatasetProperty <|-- ExternalResource click DatasetProperty href "../DatasetProperty/" ExternalResource : archival ExternalResource : description ExternalResource : external_resources ExternalResource : future_guarantees ExternalResource : id ExternalResource : name ExternalResource : restrictions ExternalResource : used_software ExternalResource --> "*" Software : used_software click Software href "../Software/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
external_resources *
String
List of links or identifiers for external resources direct
future_guarantees *
String
Explanation of any commitments that external resources will remain available ... direct
archival *
Boolean
Indication whether official archival versions of external resources are inclu... direct
restrictions *
String
Description of any restrictions or fees associated with external resources direct
used_software *
Software
What software was used as part of this dataset property? DatasetProperty
id 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

Usages

used by used in type used
Dataset external_resources range ExternalResource
DataSubset external_resources range ExternalResource

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ExternalResource
description: 'Is the dataset self-contained or does it rely on external resources
  (e.g., websites, other datasets)? If external, are there guarantees that those resources
  will remain available and unchanged?

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  external_resources:
    name: external_resources
    description: List of links or identifiers for external resources.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    domain_of:
    - Dataset
    - ExternalResource
    range: string
    multivalued: true
  future_guarantees:
    name: future_guarantees
    description: 'Explanation of any commitments that external resources will remain
      available and stable over time.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    domain_of:
    - ExternalResource
    range: string
    multivalued: true
  archival:
    name: archival
    description: 'Indication whether official archival versions of external resources
      are included.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    domain_of:
    - ExternalResource
    range: boolean
    multivalued: true
  restrictions:
    name: restrictions
    description: 'Description of any restrictions or fees associated with external
      resources.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    domain_of:
    - ExternalResource
    range: string
    multivalued: true

Induced

name: ExternalResource
description: 'Is the dataset self-contained or does it rely on external resources
  (e.g., websites, other datasets)? If external, are there guarantees that those resources
  will remain available and unchanged?

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  external_resources:
    name: external_resources
    description: List of links or identifiers for external resources.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    alias: external_resources
    owner: ExternalResource
    domain_of:
    - Dataset
    - ExternalResource
    range: string
    multivalued: true
  future_guarantees:
    name: future_guarantees
    description: 'Explanation of any commitments that external resources will remain
      available and stable over time.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    alias: future_guarantees
    owner: ExternalResource
    domain_of:
    - ExternalResource
    range: string
    multivalued: true
  archival:
    name: archival
    description: 'Indication whether official archival versions of external resources
      are included.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    alias: archival
    owner: ExternalResource
    domain_of:
    - ExternalResource
    range: boolean
    multivalued: true
  restrictions:
    name: restrictions
    description: 'Description of any restrictions or fees associated with external
      resources.

      '
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    alias: restrictions
    owner: ExternalResource
    domain_of:
    - ExternalResource
    range: string
    multivalued: true
  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/base
    rank: 1000
    alias: used_software
    owner: ExternalResource
    domain_of:
    - DatasetProperty
    range: Software
    multivalued: true
  id:
    name: id
    description: A unique identifier for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: ExternalResource
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ExternalResource
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: ExternalResource
    domain_of:
    - NamedThing
    - Relationships
    - Splits
    - DataAnomaly
    - Confidentiality
    - Deidentification
    - SensitiveElement
    - InstanceAcquisition
    - CollectionMechanism
    - DataCollector
    - CollectionTimeframe
    - DirectCollection
    - PreprocessingStrategy
    - CleaningStrategy
    - LabelingStrategy
    - RawData
    - ExistingUse
    - UseRepository
    - OtherTask
    - FutureUseImpact
    - DiscouragedUse
    - ThirdPartySharing
    - DistributionFormat
    - DistributionDate
    - Maintainer
    - Erratum
    - UpdatePlan
    - RetentionLimits
    - VersionAccess
    - ExtensionMechanism
    - EthicalReview
    - DataProtectionImpact
    - CollectionNotification
    - CollectionConsent
    - ConsentRevocation
    - LicenseAndUseTerms
    - IPRestrictions
    - ExportControlRegulatoryRestrictions
    range: string