Skip to content

Class: Software

A software program or library.

URI: schema:SoftwareApplication

classDiagram class Software click Software href "../Software/" NamedThing <|-- Software click NamedThing href "../NamedThing/" Software : description Software : id Software : license Software : name Software : url Software : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
version 0..1
String
The version identifier of the software (e direct
license 0..1
String
The license under which the software is distributed (e direct
url 0..1
Uri
URL where the software can be found (e direct
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
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
DatasetBias used_software range Software
DatasetLimitation 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
DatasetRelationship used_software range Software
InstanceAcquisition used_software range Software
CollectionMechanism used_software range Software
DataCollector used_software range Software
CollectionTimeframe used_software range Software
DirectCollection used_software range Software
MissingDataDocumentation used_software range Software
RawDataSource used_software range Software
PreprocessingStrategy used_software range Software
CleaningStrategy used_software range Software
LabelingStrategy used_software range Software
RawData used_software range Software
ImputationProtocol used_software range Software
AnnotationAnalysis used_software range Software
MachineAnnotationTools 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
IntendedUse used_software range Software
ProhibitedUse used_software range Software
ThirdPartySharing used_software range Software
DistributionFormat used_software range Software
DistributionDate 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
EthicalReview used_software range Software
DataProtectionImpact used_software range Software
CollectionNotification used_software range Software
CollectionConsent used_software range Software
ConsentRevocation used_software range Software
HumanSubjectResearch used_software range Software
InformedConsent used_software range Software
ParticipantPrivacy used_software range Software
HumanSubjectCompensation used_software range Software
AtRiskPopulations used_software range Software
LicenseAndUseTerms used_software range Software
IPRestrictions used_software range Software
ExportControlRegulatoryRestrictions used_software range Software
VariableMetadata 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 schema:SoftwareApplication
native data_sheets_schema:Software
exact schema:SoftwareApplication

LinkML Source

Direct

name: Software
description: A software program or library.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- schema:SoftwareApplication
is_a: NamedThing
attributes:
  version:
    name: version
    description: The version identifier of the software (e.g., "1.0.0", "2.3.1-beta").
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:softwareVersion
    domain_of:
    - Software
    - Information
    range: string
  license:
    name: license
    description: The license under which the software is distributed (e.g., "MIT",
      "Apache-2.0", "GPL-3.0").
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:license
    domain_of:
    - Software
    - Information
    range: string
  url:
    name: url
    description: URL where the software can be found (e.g., homepage, repository,
      or documentation).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:url
    domain_of:
    - Software
    range: uri
class_uri: schema:SoftwareApplication

Induced

name: Software
description: A software program or library.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- schema:SoftwareApplication
is_a: NamedThing
attributes:
  version:
    name: version
    description: The version identifier of the software (e.g., "1.0.0", "2.3.1-beta").
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:softwareVersion
    alias: version
    owner: Software
    domain_of:
    - Software
    - Information
    range: string
  license:
    name: license
    description: The license under which the software is distributed (e.g., "MIT",
      "Apache-2.0", "GPL-3.0").
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:license
    alias: license
    owner: Software
    domain_of:
    - Software
    - Information
    range: string
  url:
    name: url
    description: URL where the software can be found (e.g., homepage, repository,
      or documentation).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: Software
    domain_of:
    - Software
    range: uri
  id:
    name: id
    annotations:
      d4d:docExample:
        tag: d4d:docExample
        value: https://example.org/dataset/my-dataset-001
    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: Software
    domain_of:
    - NamedThing
    - DatasetProperty
    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: Software
    domain_of:
    - NamedThing
    - DatasetProperty
    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: Software
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string
class_uri: schema:SoftwareApplication