Skip to content

Class: Person

URI: basin3d_schema:Person

classDiagram class Person Base <|-- Person Person : email Person : first_name Person : institution Person : last_name Person : role

Inheritance

Slots

Name Cardinality and Range Description
email 0..1
xsd:string
last_name 0..1
xsd:string
institution 0..1
xsd:string
first_name 0..1
xsd:string
role 0..1
xsd:string

Usages

used by used in type used
MonitoringFeature related_party range Person

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/cmungall/basin3d_schema/core

Mappings

Mapping Type Mapped Value
self ['basin3d_schema:Person']
native ['basin3d_schema:Person']

LinkML Specification

Direct

name: Person
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  email:
    name: email
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    slot_uri: schema:email
    range: string
  last_name:
    name: last_name
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  institution:
    name: institution
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  first_name:
    name: first_name
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  role:
    name: role
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    range: string

Induced

name: Person
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  email:
    name: email
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    slot_uri: schema:email
    alias: email
    owner: Person
    domain_of:
    - Person
    range: string
  last_name:
    name: last_name
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: last_name
    owner: Person
    domain_of:
    - Person
    range: string
  institution:
    name: institution
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: institution
    owner: Person
    domain_of:
    - Person
    range: string
  first_name:
    name: first_name
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: first_name
    owner: Person
    domain_of:
    - Person
    range: string
  role:
    name: role
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    alias: role
    owner: Person
    domain_of:
    - RelatedSamplingFeature
    - Person
    range: string