Class: Company

A company is a legally recognized organization involved in the commercial, industrial, or professional activities that participates in the academic and research ecosystem through partnerships, funding, collaborative research projects, and other forms of cooperation with academic institutions and consortia.

URI: C2D_Ontology:Company

classDiagram class Company click Company href "../Company" Organisation <|-- Company click Organisation href "../Organisation" Company : contact Company --> "*" ContactInfo : contact click ContactInfo href "../ContactInfo" Company : description Company : location Company --> "*" LocationInfo : location click LocationInfo href "../LocationInfo" Company : name Company : persistentIdentifier Company --> "*" PersistentIdentifier : persistentIdentifier click PersistentIdentifier href "../PersistentIdentifier" Company : projects Company --> "*" Project : projects click Project href "../Project" Company : topic Company --> "*" Topic : topic click Topic href "../Topic"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A more extensive description of an object Organisation
topic *
Topic
Defines the knowledge inventory of an object Organisation
name 1
String
A descriptive label that specifies the name or designation of the entity, pro... Entity
contact *
ContactInfo
References a contact entity to describe different methods of contact Entity
location *
LocationInfo
Describes the location of something as n separate location object(s) Entity
persistentIdentifier *
PersistentIdentifier
Links PID item Entity
projects *
Project
Research projects and initiatives undertaken by the company Entity

Aliases

  • Unternemen

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/example/C2D_Ontology

Mappings

Mapping Type Mapped Value
self C2D_Ontology:Company
native C2D_Ontology:Company

LinkML Source

Direct

name: Company
description: A company is a legally recognized organization involved in the commercial,
  industrial, or professional activities that participates in the academic and research
  ecosystem through partnerships, funding, collaborative research projects, and other
  forms of cooperation with academic institutions and consortia.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- Unternemen
is_a: Organisation
slot_usage:
  name:
    name: name
    domain_of:
    - Entity
    range: string
  projects:
    name: projects
    description: Research projects and initiatives undertaken by the company.
    domain_of:
    - Entity
    - Item

Induced

name: Company
description: A company is a legally recognized organization involved in the commercial,
  industrial, or professional activities that participates in the academic and research
  ecosystem through partnerships, funding, collaborative research projects, and other
  forms of cooperation with academic institutions and consortia.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- Unternemen
is_a: Organisation
slot_usage:
  name:
    name: name
    domain_of:
    - Entity
    range: string
  projects:
    name: projects
    description: Research projects and initiatives undertaken by the company.
    domain_of:
    - Entity
    - Item
attributes:
  description:
    name: description
    description: A more extensive description of an object.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - Beschreibung
    rank: 1000
    multivalued: false
    alias: description
    owner: Company
    domain_of:
    - Organisation
    - CourseMaterial
    range: string
    required: false
  topic:
    name: topic
    description: Defines the knowledge inventory of an object.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - Thema
    rank: 1000
    multivalued: true
    alias: topic
    owner: Company
    domain_of:
    - Item
    - Organisation
    is_grouping_slot: true
    range: Topic
    required: false
  name:
    name: name
    description: A descriptive label that specifies the name or designation of the
      entity, providing a succinct identification or summary of its role or purpose.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: false
    alias: name
    owner: Company
    domain_of:
    - Entity
    range: string
    required: true
  contact:
    name: contact
    description: References a contact entity to describe different methods of contact.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - kontakt
    rank: 1000
    multivalued: true
    alias: contact
    owner: Company
    domain_of:
    - Entity
    range: ContactInfo
  location:
    name: location
    description: Describes the location of something as n separate location object(s).
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: location
    owner: Company
    domain_of:
    - Entity
    range: LocationInfo
  persistentIdentifier:
    name: persistentIdentifier
    description: Links PID item.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: persistentIdentifier
    owner: Company
    domain_of:
    - Entity
    - Item
    - Literature
    range: PersistentIdentifier
    required: false
  projects:
    name: projects
    description: Research projects and initiatives undertaken by the company.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: projects
    owner: Company
    domain_of:
    - Entity
    - Item
    range: Project