Skip to content

Class: Organization

An organization or institution that contributes to a mapping specification

URI: fair_mappings_schema: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

Slots

Name Cardinality and Range Description Inheritance
ror_id 0..1
String
ROR (Research Organization Registry) identifier direct
url 0..1
String
URL or web address 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:Organization
native fair_mappings_schema:Organization

LinkML Source

Direct

name: Organization
description: An organization or institution that contributes to a mapping specification
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
is_a: Agent
slots:
- ror_id
- url

Induced

name: Organization
description: An organization or institution that contributes to a mapping specification
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
is_a: Agent
attributes:
  ror_id:
    name: ror_id
    description: ROR (Research Organization Registry) identifier
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: ror_id
    owner: Organization
    domain_of:
    - Organization
    range: string
  url:
    name: url
    description: URL or web address
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: url
    owner: Organization
    domain_of:
    - Organization
    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: Organization
    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: Organization
    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: Organization
    domain_of:
    - Agent
    - Source
    - MappingSpecification
    range: string