Skip to content

Class: Entity

An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary ref.

URI: prov:Entity

classDiagram class Entity click Entity href "../Entity" NamedThing <|-- Entity click NamedThing href "../NamedThing" Entity <|-- Dataset click Dataset href "../Dataset" Entity <|-- Distribution click Distribution href "../Distribution" Entity : description Entity : identifier Entity : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifier 1
String
NamedThing
name 0..1
String
NamedThing
description 0..1
String
The description of the dataset NamedThing

Usages

used by used in type used
Activity used range Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarchinitiative/promet

Mappings

Mapping Type Mapped Value
self prov:Entity
native monarch_data:Entity

LinkML Source

Direct

name: Entity
description: An entity is a physical, digital, conceptual, or other kind of thing
  with some fixed aspects; entities may be real or imaginary [ref](https://www.w3.org/TR/prov-o/#Entity).
from_schema: https://w3id.org/monarchinitiative/promet
is_a: NamedThing
class_uri: prov:Entity

Induced

name: Entity
description: An entity is a physical, digital, conceptual, or other kind of thing
  with some fixed aspects; entities may be real or imaginary [ref](https://www.w3.org/TR/prov-o/#Entity).
from_schema: https://w3id.org/monarchinitiative/promet
is_a: NamedThing
attributes:
  identifier:
    name: identifier
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: identifier
    owner: Entity
    domain_of:
    - NamedThing
    - Dataset
    range: string
    required: true
  name:
    name: name
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: Entity
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: The description of the dataset.
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: Entity
    domain_of:
    - NamedThing
    - Dataset
    range: string
class_uri: prov:Entity