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 : notes
Software : source_caveats
Software : url
Software : version
Inheritance
- NamedThing
- Software
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 |
| notes | 0..1 String |
Residual content only, after every fitting slot is used — structured slots fi... | NamedThing |
| source_caveats | 0..1 String |
Commentary on the evidence behind this object's values — source conflicts, wh... | NamedThing |
Usages
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
annotations:
d4d:docExample:
tag: d4d:docExample
value: 3.8.1
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
annotations:
d4d:docExample:
tag: d4d:docExample
value: MIT
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
annotations:
d4d:docExample:
tag: d4d:docExample
value: https://github.com/example/tool
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
annotations:
d4d:docExample:
tag: d4d:docExample
value: 3.8.1
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
annotations:
d4d:docExample:
tag: d4d:docExample
value: MIT
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
annotations:
d4d:docExample:
tag: d4d:docExample
value: https://github.com/example/tool
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
- Organization
- DatasetProperty
- Grant
range: uriorcurie
required: true
name:
name: name
annotations:
d4d:docExample:
tag: d4d:docExample
value: AI-READI Dataset
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
- Organization
- DatasetProperty
- Grant
range: string
description:
name: description
annotations:
d4d:docExample:
tag: d4d:docExample
value: A multimodal dataset of 4,000 participants with Type 2 Diabetes.
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
- Organization
- DatasetProperty
- Grant
- DatasetRelationship
range: string
notes:
name: notes
description: Residual content only, after every fitting slot is used — structured
slots first, then description; notes solely for what description cannot hold
(#385). Never invent keys (#380).
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
rank: 1000
slot_uri: schema:comment
alias: notes
owner: Software
domain_of:
- NamedThing
- Organization
- DatasetProperty
- Grant
range: string
source_caveats:
name: source_caveats
description: 'Commentary on the evidence behind this object''s values — source
conflicts, what a value was transcribed from, questions the source material
leaves unanswered (#385). A trust annotation about the sibling slots, not dataset
content: content belongs in the structured slots, description or notes.'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
rank: 1000
slot_uri: dcterms:provenance
alias: source_caveats
owner: Software
domain_of:
- NamedThing
- Organization
- DatasetProperty
- Grant
range: string
class_uri: schema:SoftwareApplication