Skip to content

Class: HumanPhenotype

A phenotype observed in humans

URI: HP:0000001

classDiagram class HumanPhenotype click HumanPhenotype href "../HumanPhenotype/" Phenotype <|-- HumanPhenotype click Phenotype href "../Phenotype/" HumanPhenotype : category HumanPhenotype : description HumanPhenotype : hp_id HumanPhenotype : id HumanPhenotype : name HumanPhenotype : onset_age HumanPhenotype : severity HumanPhenotype : upheno_id HumanPhenotype : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
hp_id 0..1
Uriorcurie
Human Phenotype Ontology identifier direct
upheno_id 0..1
Uriorcurie
Unified phenotype ontology identifier Phenotype
severity 0..1
String
Severity of phenotype or disease Phenotype
onset_age 0..1
String
Age of onset Phenotype
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
category *
String
A category or type for a thing NamedThing
xref *
Uriorcurie
External database cross-references NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/diatomsRcool/exposome-schema

Mappings

Mapping Type Mapped Value
self HP:0000001
native exposome_schema:HumanPhenotype

LinkML Source

Direct

name: HumanPhenotype
description: A phenotype observed in humans
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Phenotype
slots:
- hp_id
class_uri: HP:0000001

Induced

name: HumanPhenotype
description: A phenotype observed in humans
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Phenotype
attributes:
  hp_id:
    name: hp_id
    description: Human Phenotype Ontology identifier
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: hp_id
    owner: HumanPhenotype
    domain_of:
    - HumanPhenotype
    range: uriorcurie
    pattern: ^HP:\d{7}$
  upheno_id:
    name: upheno_id
    description: Unified phenotype ontology identifier
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: upheno_id
    owner: HumanPhenotype
    domain_of:
    - Phenotype
    range: uriorcurie
    pattern: ^UPHENO:\d+$
  severity:
    name: severity
    description: Severity of phenotype or disease
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: severity
    owner: HumanPhenotype
    domain_of:
    - Phenotype
    range: string
  onset_age:
    name: onset_age
    description: Age of onset
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: onset_age
    owner: HumanPhenotype
    domain_of:
    - Phenotype
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: HumanPhenotype
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: HumanPhenotype
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: HumanPhenotype
    domain_of:
    - NamedThing
    range: string
  category:
    name: category
    description: A category or type for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: category
    owner: HumanPhenotype
    domain_of:
    - NamedThing
    range: string
    multivalued: true
  xref:
    name: xref
    description: External database cross-references
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: xref
    owner: HumanPhenotype
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: HP:0000001