Skip to content

Class: PersonInRole

URI: linkml_common:PersonInRole

classDiagram class PersonInRole click PersonInRole href "../PersonInRole" Relationship <|-- PersonInRole click Relationship href "../Relationship" PersonInRole : object PersonInRole --> "0..1" Entity : object click Entity href "../Entity" PersonInRole : person_role PersonInRole --> "0..1" OrganizationalRole : person_role click OrganizationalRole href "../OrganizationalRole" PersonInRole : predicate PersonInRole --> "0..1" Concept : predicate click Concept href "../Concept" PersonInRole : subject PersonInRole --> "0..1" Entity : subject click Entity href "../Entity" PersonInRole : subject_person PersonInRole --> "0..1" Person : subject_person click Person href "../Person" PersonInRole : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
subject_person 0..1
Person
direct
person_role 0..1
OrganizationalRole
direct
subject 0..1
Entity
Relationship
predicate 0..1
Concept
Relationship
object 0..1
Entity
Relationship
type 0..1
String
A type for a thing Typed

Usages

used by used in type used
HealthcareOrganization has_person_roles range PersonInRole
FinancialOrganization has_person_roles range PersonInRole
Organization has_person_roles range PersonInRole

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:PersonInRole
native linkml_common:PersonInRole

LinkML Source

Direct

name: PersonInRole
from_schema: https://w3id.org/linkml/linkml-common
is_a: Relationship
attributes:
  subject_person:
    name: subject_person
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    domain_of:
    - PersonInRole
    range: Person
  person_role:
    name: person_role
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    domain_of:
    - PersonInRole
    range: OrganizationalRole

Induced

name: PersonInRole
from_schema: https://w3id.org/linkml/linkml-common
is_a: Relationship
attributes:
  subject_person:
    name: subject_person
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    alias: subject_person
    owner: PersonInRole
    domain_of:
    - PersonInRole
    range: Person
  person_role:
    name: person_role
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    alias: person_role
    owner: PersonInRole
    domain_of:
    - PersonInRole
    range: OrganizationalRole
  subject:
    name: subject
    from_schema: https://w3id.org/linkml-common/core
    alias: subject
    owner: PersonInRole
    domain_of:
    - Relationship
    - ClinicalHistory
    - SubjectHistory
    - OrganizationPersonnelRelationship
    range: Entity
  predicate:
    name: predicate
    from_schema: https://w3id.org/linkml-common/core
    rank: 1000
    alias: predicate
    owner: PersonInRole
    domain_of:
    - Relationship
    - TemporalRelationship
    - OrganizationPersonnelRelationship
    range: Concept
  object:
    name: object
    from_schema: https://w3id.org/linkml-common/core
    alias: object
    owner: PersonInRole
    domain_of:
    - Relationship
    - OrganizationPersonnelRelationship
    range: Entity
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: PersonInRole
    domain_of:
    - Typed
    range: string