Class: Organization

An organization or institution that contributes to a mapping specification

URI: [linkmlmap:Organization](https://w3id.org/linkml/transformer/Organization)
 classDiagram
    class Organization
    click Organization href "../Organization/"
      Agent <|-- Organization
        click Agent href "../Agent/"

      Organization : id

      Organization : name

      Organization : ror_id

      Organization : type

      Organization : url
## Inheritance * [Agent](Agent.md) * **Organization** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [ror_id](ror_id.md) | 0..1
[Uriorcurie](Uriorcurie.md) | ROR (Research Organization Registry) identifier | direct | | [url](url.md) | 0..1
[Uri](Uri.md) | URL or web address of the organization | 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:Organization | | native | linkmlmap:Organization | ## LinkML Source ### Direct
name: Organization
description: An organization or institution that contributes to a mapping specification
from_schema: https://w3id.org/linkml/transformer
is_a: Agent
attributes:
  ror_id:
    name: ror_id
    description: ROR (Research Organization Registry) identifier
    from_schema: https://w3id.org/linkml/transformer
    rank: 1000
    domain_of:
    - Organization
    range: uriorcurie
  url:
    name: url
    description: URL or web address of the organization
    from_schema: https://w3id.org/linkml/transformer
    rank: 1000
    domain_of:
    - Organization
    range: uri
### Induced
name: Organization
description: An organization or institution that contributes to a mapping specification
from_schema: https://w3id.org/linkml/transformer
is_a: Agent
attributes:
  ror_id:
    name: ror_id
    description: ROR (Research Organization Registry) identifier
    from_schema: https://w3id.org/linkml/transformer
    rank: 1000
    owner: Organization
    domain_of:
    - Organization
    range: uriorcurie
  url:
    name: url
    description: URL or web address of the organization
    from_schema: https://w3id.org/linkml/transformer
    rank: 1000
    owner: Organization
    domain_of:
    - Organization
    range: uri
  id:
    name: id
    description: Identifier for the agent
    from_schema: https://w3id.org/linkml/transformer
    identifier: true
    owner: Organization
    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: Organization
    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: Organization
    domain_of:
    - Agent
    range: string