Skip to content

Class: Organizational

Overarching category for authors and grants

URI: https://w3id.org/osc-em/oscem-schemas/:Organizational

classDiagram class Organizational click Organizational href "../Organizational" Organizational : authors Organizational --> "1..*" Author : authors click Author href "../Author" Organizational : funder Organizational --> "1..*" Funder : funder click Funder href "../Funder" Organizational : grants Organizational --> "*" Grant : grants click Grant href "../Grant"

Slots

Name Cardinality and Range Description Inheritance
grants *
Grant
List of grants associated with the project direct
authors 1..*
Author
List of authors associated with the project direct
funder 1..*
Funder
funding organization/person direct

Usages

used by used in type used
EMDataset organizational range Organizational

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/osc-em/oscem-schemas

Mappings

Mapping Type Mapped Value
self https://w3id.org/osc-em/oscem-schemas/:Organizational
native https://w3id.org/osc-em/oscem-schemas/:Organizational

LinkML Source

Direct

name: Organizational
description: Overarching category for authors and grants
from_schema: https://w3id.org/osc-em/oscem-schemas
slots:
- grants
- authors
- funder
slot_usage:
  authors:
    name: authors
    required: true
  funder:
    name: funder
    required: true

Induced

name: Organizational
description: Overarching category for authors and grants
from_schema: https://w3id.org/osc-em/oscem-schemas
slot_usage:
  authors:
    name: authors
    required: true
  funder:
    name: funder
    required: true
attributes:
  grants:
    name: grants
    description: List of grants associated with the project
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    alias: grants
    owner: Organizational
    domain_of:
    - Organizational
    range: Grant
    multivalued: true
  authors:
    name: authors
    description: List of authors associated with the project
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    alias: authors
    owner: Organizational
    domain_of:
    - Organizational
    range: Author
    required: true
    multivalued: true
  funder:
    name: funder
    description: funding organization/person.
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    alias: funder
    owner: Organizational
    domain_of:
    - Organizational
    range: Funder
    required: true
    multivalued: true