Skip to content

Class: DatasetProperty

Represents a single property of a dataset, or a set of related properties.

URI: data_sheets_schema:DatasetProperty

classDiagram class DatasetProperty click DatasetProperty href "../DatasetProperty/" DatasetProperty <|-- Purpose click Purpose href "../Purpose/" DatasetProperty <|-- Task click Task href "../Task/" DatasetProperty <|-- AddressingGap click AddressingGap href "../AddressingGap/" DatasetProperty <|-- Creator click Creator href "../Creator/" DatasetProperty <|-- FundingMechanism click FundingMechanism href "../FundingMechanism/" DatasetProperty <|-- Instance click Instance href "../Instance/" DatasetProperty <|-- SamplingStrategy click SamplingStrategy href "../SamplingStrategy/" DatasetProperty <|-- MissingInfo click MissingInfo href "../MissingInfo/" DatasetProperty <|-- Relationships click Relationships href "../Relationships/" DatasetProperty <|-- Splits click Splits href "../Splits/" DatasetProperty <|-- DataAnomaly click DataAnomaly href "../DataAnomaly/" DatasetProperty <|-- DatasetBias click DatasetBias href "../DatasetBias/" DatasetProperty <|-- DatasetLimitation click DatasetLimitation href "../DatasetLimitation/" DatasetProperty <|-- ExternalResource click ExternalResource href "../ExternalResource/" DatasetProperty <|-- Confidentiality click Confidentiality href "../Confidentiality/" DatasetProperty <|-- ContentWarning click ContentWarning href "../ContentWarning/" DatasetProperty <|-- Subpopulation click Subpopulation href "../Subpopulation/" DatasetProperty <|-- Deidentification click Deidentification href "../Deidentification/" DatasetProperty <|-- SensitiveElement click SensitiveElement href "../SensitiveElement/" DatasetProperty <|-- DatasetRelationship click DatasetRelationship href "../DatasetRelationship/" DatasetProperty <|-- InstanceAcquisition click InstanceAcquisition href "../InstanceAcquisition/" DatasetProperty <|-- CollectionMechanism click CollectionMechanism href "../CollectionMechanism/" DatasetProperty <|-- DataCollector click DataCollector href "../DataCollector/" DatasetProperty <|-- CollectionTimeframe click CollectionTimeframe href "../CollectionTimeframe/" DatasetProperty <|-- DirectCollection click DirectCollection href "../DirectCollection/" DatasetProperty <|-- MissingDataDocumentation click MissingDataDocumentation href "../MissingDataDocumentation/" DatasetProperty <|-- RawDataSource click RawDataSource href "../RawDataSource/" DatasetProperty <|-- PreprocessingStrategy click PreprocessingStrategy href "../PreprocessingStrategy/" DatasetProperty <|-- CleaningStrategy click CleaningStrategy href "../CleaningStrategy/" DatasetProperty <|-- LabelingStrategy click LabelingStrategy href "../LabelingStrategy/" DatasetProperty <|-- RawData click RawData href "../RawData/" DatasetProperty <|-- ImputationProtocol click ImputationProtocol href "../ImputationProtocol/" DatasetProperty <|-- AnnotationAnalysis click AnnotationAnalysis href "../AnnotationAnalysis/" DatasetProperty <|-- MachineAnnotationTools click MachineAnnotationTools href "../MachineAnnotationTools/" DatasetProperty <|-- ExistingUse click ExistingUse href "../ExistingUse/" DatasetProperty <|-- UseRepository click UseRepository href "../UseRepository/" DatasetProperty <|-- OtherTask click OtherTask href "../OtherTask/" DatasetProperty <|-- FutureUseImpact click FutureUseImpact href "../FutureUseImpact/" DatasetProperty <|-- DiscouragedUse click DiscouragedUse href "../DiscouragedUse/" DatasetProperty <|-- IntendedUse click IntendedUse href "../IntendedUse/" DatasetProperty <|-- ProhibitedUse click ProhibitedUse href "../ProhibitedUse/" DatasetProperty <|-- ThirdPartySharing click ThirdPartySharing href "../ThirdPartySharing/" DatasetProperty <|-- DistributionFormat click DistributionFormat href "../DistributionFormat/" DatasetProperty <|-- DistributionDate click DistributionDate href "../DistributionDate/" DatasetProperty <|-- Maintainer click Maintainer href "../Maintainer/" DatasetProperty <|-- Erratum click Erratum href "../Erratum/" DatasetProperty <|-- UpdatePlan click UpdatePlan href "../UpdatePlan/" DatasetProperty <|-- RetentionLimits click RetentionLimits href "../RetentionLimits/" DatasetProperty <|-- VersionAccess click VersionAccess href "../VersionAccess/" DatasetProperty <|-- ExtensionMechanism click ExtensionMechanism href "../ExtensionMechanism/" DatasetProperty <|-- EthicalReview click EthicalReview href "../EthicalReview/" DatasetProperty <|-- DataProtectionImpact click DataProtectionImpact href "../DataProtectionImpact/" DatasetProperty <|-- CollectionNotification click CollectionNotification href "../CollectionNotification/" DatasetProperty <|-- CollectionConsent click CollectionConsent href "../CollectionConsent/" DatasetProperty <|-- ConsentRevocation click ConsentRevocation href "../ConsentRevocation/" DatasetProperty <|-- HumanSubjectResearch click HumanSubjectResearch href "../HumanSubjectResearch/" DatasetProperty <|-- InformedConsent click InformedConsent href "../InformedConsent/" DatasetProperty <|-- ParticipantPrivacy click ParticipantPrivacy href "../ParticipantPrivacy/" DatasetProperty <|-- HumanSubjectCompensation click HumanSubjectCompensation href "../HumanSubjectCompensation/" DatasetProperty <|-- VulnerablePopulations click VulnerablePopulations href "../VulnerablePopulations/" DatasetProperty <|-- LicenseAndUseTerms click LicenseAndUseTerms href "../LicenseAndUseTerms/" DatasetProperty <|-- IPRestrictions click IPRestrictions href "../IPRestrictions/" DatasetProperty <|-- ExportControlRegulatoryRestrictions click ExportControlRegulatoryRestrictions href "../ExportControlRegulatoryRestrictions/" DatasetProperty <|-- VariableMetadata click VariableMetadata href "../VariableMetadata/" DatasetProperty : description DatasetProperty : id DatasetProperty : name DatasetProperty : used_software DatasetProperty --> "*" Software : used_software click Software href "../Software/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 0..1
Uriorcurie
An optional identifier for this property direct
name 0..1
String
A human-readable name for this property direct
description 0..1
String
A human-readable description for this property direct
used_software *
Software
What software was used as part of this dataset property? direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DatasetProperty
description: Represents a single property of a dataset, or a set of related properties.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
attributes:
  id:
    name: id
    description: An optional identifier for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:identifier
    domain_of:
    - NamedThing
    - DatasetProperty
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:name
    domain_of:
    - NamedThing
    - DatasetProperty
    range: string
  description:
    name: description
    description: A human-readable description for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:description
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string
  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
    domain_of:
    - DatasetProperty
    range: Software
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: DatasetProperty
description: Represents a single property of a dataset, or a set of related properties.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
attributes:
  id:
    name: id
    description: An optional identifier for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:identifier
    alias: id
    owner: DatasetProperty
    domain_of:
    - NamedThing
    - DatasetProperty
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:name
    alias: name
    owner: DatasetProperty
    domain_of:
    - NamedThing
    - DatasetProperty
    range: string
  description:
    name: description
    description: A human-readable description for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:description
    alias: description
    owner: DatasetProperty
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string
  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: DatasetProperty
    domain_of:
    - DatasetProperty
    range: Software
    multivalued: true
    inlined: true
    inlined_as_list: true