Skip to content

Class: Organization

Represents a group or organization related to or responsible for one or more Bridge2AI standards.

URI: https://w3id.org/bridge2ai/standards-schema-all/:Organization

classDiagram class Organization NamedThing <|-- Organization Organization : category Organization : contribution_date Organization : contributor_github_name Organization : contributor_name Organization : contributor_orcid Organization : description Organization : id Organization : name Organization : related_to Organization ..> NamedThing : related_to Organization : ror_id Organization : subclass_of Organization ..> NamedThing : subclass_of Organization : url Organization : wikidata_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
ror_id 0..1
RorIdentifier
Unique ROR identifier direct
wikidata_id 0..1
WikidataIdentifier
Unique Wikidata identifier direct
url 0..1
Uriorcurie
URL for basic documentation of the standard or tool direct
related_to 0..*
NamedThing
A relationship that is asserted between two named things direct
id 1..1
Uriorcurie
A unique identifier for a thing NamedThing
category 0..1
CategoryType
Name of the high level ontology class in which this entity is categorized NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
subclass_of 0..*
NamedThing
Holds between two classes where the domain class is a specialization of the r... NamedThing
contributor_name 0..1
String
The name of the person who added this node NamedThing
contributor_github_name 0..1
String
The name of the github user who added this node NamedThing
contributor_orcid 0..1
Uriorcurie
The ORCiD of the person who added this node NamedThing
contribution_date 0..1
Date
The date on which the node was added NamedThing

Usages

used by used in type used
DataStandardOrTool has_relevant_organization range Organization
DataStandard has_relevant_organization range Organization
BiomedicalStandard has_relevant_organization range Organization
Registry has_relevant_organization range Organization
OntologyOrVocabulary has_relevant_organization range Organization
ModelRepository has_relevant_organization range Organization
ReferenceDataOrDataset has_relevant_organization range Organization
SoftwareOrTool has_relevant_organization range Organization
ReferenceImplementation has_relevant_organization range Organization
TrainingProgram has_relevant_organization range Organization
OrganizationContainer organizations range Organization

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bridge2ai/standards-schema-all

Mappings

Mapping Type Mapped Value
self https://w3id.org/bridge2ai/standards-schema-all/:Organization
native https://w3id.org/bridge2ai/standards-schema-all/:Organization

LinkML Source

Direct

name: Organization
description: Represents a group or organization related to or responsible for one
  or more Bridge2AI standards.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: NamedThing
slots:
- ror_id
- wikidata_id
- url
- related_to

Induced

name: Organization
description: Represents a group or organization related to or responsible for one
  or more Bridge2AI standards.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: NamedThing
attributes:
  ror_id:
    name: ror_id
    description: Unique ROR identifier.
    examples:
    - value: ROR:02mp31p96
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    values_from:
    - ROR
    alias: ror_id
    owner: Organization
    domain_of:
    - Organization
    range: ror_identifier
  wikidata_id:
    name: wikidata_id
    description: Unique Wikidata identifier.
    examples:
    - value: WIKIDATA:Q282186
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    values_from:
    - WIKIDATA
    alias: wikidata_id
    owner: Organization
    domain_of:
    - Organization
    range: wikidata_identifier
  url:
    name: url
    description: URL for basic documentation of the standard or tool.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: node_property
    domain: NamedThing
    alias: url
    owner: Organization
    domain_of:
    - DataStandardOrTool
    - Organization
    range: uriorcurie
  related_to:
    name: related_to
    description: A relationship that is asserted between two named things.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    domain: NamedThing
    multivalued: true
    inherited: true
    alias: related_to
    owner: Organization
    domain_of:
    - NamedThing
    - Organization
    symmetric: true
    range: NamedThing
  id:
    name: id
    description: A unique identifier for a thing.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Organization
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  category:
    name: category
    description: Name of the high level ontology class in which this entity is categorized.
      Corresponds to the label for the entity type class, e.g., "BiomedicalStandard".
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: type
    domain: NamedThing
    designates_type: true
    alias: category
    owner: Organization
    domain_of:
    - NamedThing
    range: category_type
  name:
    name: name
    description: A human-readable name for a thing.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Organization
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Organization
    domain_of:
    - NamedThing
    range: string
  subclass_of:
    name: subclass_of
    description: Holds between two classes where the domain class is a specialization
      of the range class.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    exact_mappings:
    - rdfs:subClassOf
    - MESH:isa
    narrow_mappings:
    - rdfs:subPropertyOf
    rank: 1000
    is_a: related_to
    domain: NamedThing
    multivalued: true
    inherited: true
    alias: subclass_of
    owner: Organization
    domain_of:
    - NamedThing
    range: NamedThing
  contributor_name:
    name: contributor_name
    description: The name of the person who added this node.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: node_property
    domain: NamedThing
    alias: contributor_name
    owner: Organization
    domain_of:
    - NamedThing
    range: string
  contributor_github_name:
    name: contributor_github_name
    description: The name of the github user who added this node.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: node_property
    domain: NamedThing
    alias: contributor_github_name
    owner: Organization
    domain_of:
    - NamedThing
    range: string
  contributor_orcid:
    name: contributor_orcid
    description: The ORCiD of the person who added this node.
    examples:
    - value: ORCID:0000-0001-1234-5678
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: node_property
    domain: NamedThing
    alias: contributor_orcid
    owner: Organization
    domain_of:
    - NamedThing
    range: uriorcurie
  contribution_date:
    name: contribution_date
    description: The date on which the node was added.
    examples:
    - value: '2023-03-20'
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: node_property
    domain: NamedThing
    alias: contribution_date
    owner: Organization
    domain_of:
    - NamedThing
    range: date