Class: DefinitionPropertyValue

A property value that represents an assertion about the textual definition of an entity

URI: obographs:DefinitionPropertyValue

classDiagram class DefinitionPropertyValue PropertyValue <|-- DefinitionPropertyValue DefinitionPropertyValue : lang DefinitionPropertyValue : meta DefinitionPropertyValue --> Meta : meta DefinitionPropertyValue : pred DefinitionPropertyValue : val DefinitionPropertyValue : valType DefinitionPropertyValue : xrefs

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

pred

0..1
String

the predicate of an edge

PropertyValue

val

0..1
String

The textual string representing the definition

PropertyValue

xrefs

0..*
XrefString

A list of identifiers that support the definition

PropertyValue

meta

0..1
Meta

A collection of metadata about either an ontology (graph), an entity, or an a…

PropertyValue

valType

0..1
String

the datatype of a property value

PropertyValue

lang

0..1
String

the language of a property value

PropertyValue

Usages

used by

used in

type

used

Meta

definition

range

DefinitionPropertyValue

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/geneontology/obographs

Mappings

Mapping Type

Mapped Value

self

obographs:DefinitionPropertyValue

native

obographs:DefinitionPropertyValue

LinkML Source

Direct

```yaml name: DefinitionPropertyValue description: A property value that represents an assertion about the textual definition of an entity from_schema: https://github.com/geneontology/obographs is_a: PropertyValue slot_usage: val: name: val description: The textual string representing the definition. domain_of: - PropertyValue role: definition text xrefs: name: xrefs description: A list of identifiers that support the definition. The semantics are intentionally broad, and these identifiers might represent individual agents that contributed to the text of the definition, external publications, websites, or links to supporting information, or external vocabulary entities that played a contributing role in the definition. domain_of: - Meta - PropertyValue role: supporting identifiers
</details>

### Induced

<details>
```yaml
name: DefinitionPropertyValue
description: A property value that represents an assertion about the textual definition
  of an entity
from_schema: https://github.com/geneontology/obographs
is_a: PropertyValue
slot_usage:
  val:
    name: val
    description: The textual string representing the definition.
    domain_of:
    - PropertyValue
    role: definition text
  xrefs:
    name: xrefs
    description: A list of identifiers that support the definition. The semantics
      are intentionally broad, and these identifiers might represent individual agents
      that contributed to the text of the definition, external publications, websites,
      or links to supporting information, or external vocabulary entities that played
      a contributing role in the definition.
    domain_of:
    - Meta
    - PropertyValue
    role: supporting identifiers
attributes:
  pred:
    name: pred
    description: the predicate of an edge
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    slot_uri: rdf:predicate
    alias: pred
    owner: DefinitionPropertyValue
    domain_of:
    - Edge
    - SynonymPropertyValue
    - PropertyValue
    - SynonymTypeDefinition
    range: string
  val:
    name: val
    description: The textual string representing the definition.
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    slot_uri: rdf:object
    alias: val
    owner: DefinitionPropertyValue
    domain_of:
    - PropertyValue
    role: definition text
    range: string
  xrefs:
    name: xrefs
    description: A list of identifiers that support the definition. The semantics
      are intentionally broad, and these identifiers might represent individual agents
      that contributed to the text of the definition, external publications, websites,
      or links to supporting information, or external vocabulary entities that played
      a contributing role in the definition.
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    multivalued: true
    alias: xrefs
    owner: DefinitionPropertyValue
    domain_of:
    - Meta
    - PropertyValue
    role: supporting identifiers
    range: XrefString
  meta:
    name: meta
    description: A collection of metadata about either an ontology (graph), an entity,
      or an axiom
    from_schema: https://github.com/geneontology/obographs
    aliases:
    - annotations
    rank: 1000
    alias: meta
    owner: DefinitionPropertyValue
    domain_of:
    - GraphDocument
    - Graph
    - Node
    - Edge
    - PropertyValue
    - Axiom
    range: Meta
  valType:
    name: valType
    description: the datatype of a property value
    from_schema: https://github.com/geneontology/obographs
    aliases:
    - value type
    - datatype
    rank: 1000
    alias: valType
    owner: DefinitionPropertyValue
    domain_of:
    - PropertyValue
    range: string
  lang:
    name: lang
    description: the language of a property value
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    alias: lang
    owner: DefinitionPropertyValue
    domain_of:
    - PropertyValue
    range: string