Class: Software

A software tool or system used in creating mappings

URI: [linkmlmap:Software](https://w3id.org/linkml/transformer/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 * [Agent](Agent.md) * **Software** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [version](version.md) | 0..1
[String](String.md) | Version of the software | direct | | [repository_url](repository_url.md) | 0..1
[Uri](Uri.md) | URL to a code repository | direct | | [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | Identifier for the agent | [Agent](Agent.md) | | [name](name.md) | 0..1
[String](String.md) | Name of the agent | [Agent](Agent.md) | | [type](type.md) | 0..1
[String](String.md) | Type of the agent | [Agent](Agent.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/transformer ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkmlmap:Software | | native | linkmlmap:Software | ## LinkML Source ### Direct
name: Software
description: A software tool or system used in creating mappings
from_schema: https://w3id.org/linkml/transformer
is_a: Agent
attributes:
  version:
    name: version
    description: Version of the software
    from_schema: https://w3id.org/linkml/transformer
    domain_of:
    - TransformationSpecification
    - SchemaReference
    - Software
    range: string
  repository_url:
    name: repository_url
    description: URL to a code repository
    from_schema: https://w3id.org/linkml/transformer
    rank: 1000
    domain_of:
    - Software
    range: uri
### Induced
name: Software
description: A software tool or system used in creating mappings
from_schema: https://w3id.org/linkml/transformer
is_a: Agent
attributes:
  version:
    name: version
    description: Version of the software
    from_schema: https://w3id.org/linkml/transformer
    owner: Software
    domain_of:
    - TransformationSpecification
    - SchemaReference
    - Software
    range: string
  repository_url:
    name: repository_url
    description: URL to a code repository
    from_schema: https://w3id.org/linkml/transformer
    rank: 1000
    owner: Software
    domain_of:
    - Software
    range: uri
  id:
    name: id
    description: Identifier for the agent
    from_schema: https://w3id.org/linkml/transformer
    identifier: true
    owner: Software
    domain_of:
    - TransformationSpecification
    - Agent
    range: uriorcurie
    required: true
  name:
    name: name
    description: Name of the agent
    from_schema: https://w3id.org/linkml/transformer
    slot_uri: schema:name
    owner: Software
    domain_of:
    - SchemaReference
    - ElementDerivation
    - ObjectDerivation
    - SlotDerivation
    - EnumDerivation
    - PermissibleValueDerivation
    - Agent
    range: string
  type:
    name: type
    description: Type of the agent
    from_schema: https://w3id.org/linkml/transformer
    rank: 1000
    designates_type: true
    owner: Software
    domain_of:
    - Agent
    range: string