Skip to content

Class: Organization

Information about the providing organization.

 classDiagram
    class Organization
    click Organization href "../Organization/"
      Organization : name

      Organization : site

Attributes

Name Cardinality and Range Description Inheritance
name 1
string
Organization responsible for the application's development and distribution direct
site 0..1
string
Link to the organization's website direct

Usages

used by used in type used
Catalog organization range Organization

This section is only relevant for contributors of the specification

LinkML Source

Direct

Details
name: Organization
description: Information about the providing organization.
from_schema: https://specification.margo.org/data-model
attributes:
  name:
    name: name
    description: Organization responsible for the application's development and distribution.
    from_schema: https://specification.margo.org/application-schema
    domain_of:
    - Component
    - Parameter
    - DeploymentMetadata
    - ApplicationMetadata
    - Author
    - Organization
    - Section
    - Setting
    - Schema
    - ComponentStatus
    range: string
    required: true
  site:
    name: site
    description: Link to the organization's website.
    from_schema: https://specification.margo.org/application-schema
    domain_of:
    - CatalogApplicationMetadata
    - Organization
    range: string

Induced

Details
name: Organization
description: Information about the providing organization.
from_schema: https://specification.margo.org/data-model
attributes:
  name:
    name: name
    description: Organization responsible for the application's development and distribution.
    from_schema: https://specification.margo.org/application-schema
    alias: name
    owner: Organization
    domain_of:
    - Component
    - Parameter
    - DeploymentMetadata
    - ApplicationMetadata
    - Author
    - Organization
    - Section
    - Setting
    - Schema
    - ComponentStatus
    range: string
    required: true
  site:
    name: site
    description: Link to the organization's website.
    from_schema: https://specification.margo.org/application-schema
    alias: site
    owner: Organization
    domain_of:
    - CatalogApplicationMetadata
    - Organization
    range: string