Class: Portal

Sites with multiple relevant knowledgeItems.

URI: C2D_Ontology:Portal

classDiagram class Portal click Portal href "../Portal" Item <|-- Portal click Item href "../Item" Portal : language Portal : persistentIdentifier Portal --> "*" PersistentIdentifier : persistentIdentifier click PersistentIdentifier href "../PersistentIdentifier" Portal : professionalDomain Portal --> "*" ProfessionalDomain : professionalDomain click ProfessionalDomain href "../ProfessionalDomain" Portal : projects Portal --> "*" Project : projects click Project href "../Project" Portal : title Portal : topic Portal --> "*" Topic : topic click Topic href "../Topic"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
language *
String
Item
professionalDomain *
ProfessionalDomain
A branch of knowledge or professional domain that encompasses a structured bo... Item
persistentIdentifier *
PersistentIdentifier
Links PID item Item
topic *
Topic
Defines the knowledge inventory of an object Item
projects *
Project
Research projects and initiatives related to this element Item
title 0..1
String
A concise and descriptive heading that encapsulates the main topic or focus o... Item

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Portal
description: Sites with multiple relevant knowledgeItems.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
is_a: Item

Induced

name: Portal
description: Sites with multiple relevant knowledgeItems.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
is_a: Item
attributes:
  language:
    name: language
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - sprache
    rank: 1000
    multivalued: true
    alias: language
    owner: Portal
    domain_of:
    - Item
    is_grouping_slot: true
    range: string
    required: false
  professionalDomain:
    name: professionalDomain
    description: A branch of knowledge or professional domain that encompasses a structured
      body of concepts, practices, and methodologies, such as biology, engineering,
      or central university facilities. It often includes multiple subfields, departments,
      or areas of expertise, and may span both academic research and practical application.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - fachbereich
    rank: 1000
    multivalued: true
    alias: professionalDomain
    owner: Portal
    domain_of:
    - Item
    range: ProfessionalDomain
    required: false
  persistentIdentifier:
    name: persistentIdentifier
    description: Links PID item.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: persistentIdentifier
    owner: Portal
    domain_of:
    - Entity
    - Item
    - Literature
    range: PersistentIdentifier
    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: Portal
    domain_of:
    - Item
    - Organisation
    is_grouping_slot: true
    range: Topic
    required: false
  projects:
    name: projects
    description: Research projects and initiatives related to this element.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - Projekte
    rank: 1000
    multivalued: true
    alias: projects
    owner: Portal
    domain_of:
    - Entity
    - Item
    range: Project
  title:
    name: title
    description: A concise and descriptive heading that encapsulates the main topic
      or focus of the item.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    alias: title
    owner: Portal
    domain_of:
    - Item
    range: string