Class: Project

Projects are defined clusters of information that serve a specified and definded goal.

URI: C2D_Ontology:Project

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
dateBegin 0..1
Date
The date when a project or event starts direct
dateEnd 0..1
Date
The date when a project or event ends direct
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 related to this project Entity

Usages

used by used in type used
Entity projects range Project
Item projects range Project
KnowledgeItem projects range Project
Organisation projects range Project
Consortium projects range Project
Company projects range Project
Institution projects range Project
Person projects range Project
Project projects range Project
Article projects range Project
CourseMaterial projects range Project
DataProblem projects range Project
ExpertContract projects range Project
Guideline projects range Project
Portal projects range Project
Tool projects range Project

Aliases

  • Projekt

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Project
description: Projects are defined clusters of information that serve a specified and
  definded goal.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- Projekt
is_a: Organisation
slots:
- dateBegin
- dateEnd
slot_usage:
  name:
    name: name
    domain_of:
    - Entity
    range: string
  projects:
    name: projects
    description: Research projects and initiatives related to this project.
    domain_of:
    - Entity
    - Item

Induced

name: Project
description: Projects are defined clusters of information that serve a specified and
  definded goal.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- Projekt
is_a: Organisation
slot_usage:
  name:
    name: name
    domain_of:
    - Entity
    range: string
  projects:
    name: projects
    description: Research projects and initiatives related to this project.
    domain_of:
    - Entity
    - Item
attributes:
  dateBegin:
    name: dateBegin
    description: The date when a project or event starts.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: false
    alias: dateBegin
    owner: Project
    domain_of:
    - ContactInfo
    - Project
    range: date
    required: false
  dateEnd:
    name: dateEnd
    description: The date when a project or event ends.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: false
    alias: dateEnd
    owner: Project
    domain_of:
    - ContactInfo
    - Project
    range: date
    required: false
  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: Project
    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: Project
    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: Project
    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: Project
    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: Project
    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: Project
    domain_of:
    - Entity
    - Item
    - Literature
    range: PersistentIdentifier
    required: false
  projects:
    name: projects
    description: Research projects and initiatives related to this project.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: projects
    owner: Project
    domain_of:
    - Entity
    - Item
    range: Project