Skip to content

Class: Software

A software program or library.

URI: data_sheets_schema:Software

erDiagram Software { string version string license string url string id string name string description }

Inheritance

Slots

Name Cardinality and Range Description Inheritance
version 0..1
String
direct
license 0..1
String
direct
url 0..1
String
direct
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
DatasetProperty used_software range Software
Purpose used_software range Software
Task used_software range Software
AddressingGap used_software range Software
Creator used_software range Software
FundingMechanism used_software range Software
Instance used_software range Software
SamplingStrategy used_software range Software
MissingInfo used_software range Software
Relationships used_software range Software
Splits used_software range Software
DataAnomaly used_software range Software
ExternalResource used_software range Software
Confidentiality used_software range Software
ContentWarning used_software range Software
Subpopulation used_software range Software
Deidentification used_software range Software
SensitiveElement used_software range Software
InstanceAcquisition used_software range Software
CollectionMechanism used_software range Software
DataCollector used_software range Software
CollectionTimeframe used_software range Software
EthicalReview used_software range Software
DirectCollection used_software range Software
CollectionNotification used_software range Software
CollectionConsent used_software range Software
ConsentRevocation used_software range Software
DataProtectionImpact used_software range Software
PreprocessingStrategy used_software range Software
CleaningStrategy used_software range Software
LabelingStrategy used_software range Software
RawData used_software range Software
ExistingUse used_software range Software
UseRepository used_software range Software
OtherTask used_software range Software
FutureUseImpact used_software range Software
DiscouragedUse used_software range Software
ThirdPartySharing used_software range Software
DistributionFormat used_software range Software
DistributionDate used_software range Software
LicenseAndUseTerms used_software range Software
IPRestrictions used_software range Software
ExportControlRegulatoryRestrictions used_software range Software
Maintainer used_software range Software
Erratum used_software range Software
UpdatePlan used_software range Software
RetentionLimits used_software range Software
VersionAccess used_software range Software
ExtensionMechanism used_software range Software

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Software
description: A software program or library.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: NamedThing
attributes:
  version:
    name: version
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    range: string
  license:
    name: license
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    range: string
  url:
    name: url
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    range: string

Induced

name: Software
description: A software program or library.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: NamedThing
attributes:
  version:
    name: version
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    alias: version
    owner: Software
    domain_of:
    - Information
    - Software
    range: string
  license:
    name: license
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    alias: license
    owner: Software
    domain_of:
    - Information
    - Software
    range: string
  url:
    name: url
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    alias: url
    owner: Software
    domain_of:
    - Software
    range: string
  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: Software
    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: Software
    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: Software
    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