Skip to content

Class: Software

A software tool or system used in creating mappings

URI: fair_mappings_schema:Software

classDiagram class Software click Software href "../Software/" Agent <|-- Software click Agent href "../Agent/" Software : id Software : name Software : repository_url Software : type Software : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
version 0..1
String
Version of the digital object direct
repository_url 0..1
String
URL to a code repository direct
id 0..1
String
Identifier for the information entity Agent
name 0..1
String
Name of the information entity Agent
type 0..1
String
Type of the information entity Agent

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/mapping-commons/fair-mappings-schema

Mappings

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

LinkML Source

Direct

name: Software
description: A software tool or system used in creating mappings
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
is_a: Agent
slots:
- version
- repository_url

Induced

name: Software
description: A software tool or system used in creating mappings
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
is_a: Agent
attributes:
  version:
    name: version
    description: Version of the digital object
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: version
    owner: Software
    domain_of:
    - Software
    - Source
    - MappingSpecification
    range: string
  repository_url:
    name: repository_url
    description: URL to a code repository
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: repository_url
    owner: Software
    domain_of:
    - Software
    range: string
  id:
    name: id
    description: Identifier for the information entity
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: id
    owner: Software
    domain_of:
    - Agent
    - Source
    - MappingSpecification
    range: string
  name:
    name: name
    description: Name of the information entity
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: name
    owner: Software
    domain_of:
    - Agent
    - Source
    - MappingSpecification
    range: string
  type:
    name: type
    description: Type of the information entity
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    designates_type: true
    alias: type
    owner: Software
    domain_of:
    - Agent
    - Source
    - MappingSpecification
    range: string