Class: BasicPropertyValue

A property value that represents an assertion about an entity that is not a definition, synonym, or xref

URI: obographs:BasicPropertyValue

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

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

pred

0..1
String

the predicate of an edge

PropertyValue

val

0..1
String

the value of a property

PropertyValue

xrefs

0..*
XrefString

A list of cross references to other entities represented in other ontologies,…

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

basicPropertyValues

range

BasicPropertyValue

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

obographs:BasicPropertyValue

native

obographs:BasicPropertyValue

LinkML Source

Direct

```yaml name: BasicPropertyValue description: A property value that represents an assertion about an entity that is not a definition, synonym, or xref from_schema: https://github.com/geneontology/obographs is_a: PropertyValue
</details>

### Induced

<details>
```yaml
name: BasicPropertyValue
description: A property value that represents an assertion about an entity that is
  not a definition, synonym, or xref
from_schema: https://github.com/geneontology/obographs
is_a: PropertyValue
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: BasicPropertyValue
    domain_of:
    - Edge
    - SynonymPropertyValue
    - PropertyValue
    - SynonymTypeDefinition
    range: string
  val:
    name: val
    description: the value of a property
    from_schema: https://github.com/geneontology/obographs
    aliases:
    - value
    rank: 1000
    slot_uri: rdf:object
    alias: val
    owner: BasicPropertyValue
    domain_of:
    - PropertyValue
    range: string
  xrefs:
    name: xrefs
    description: A list of cross references to other entities represented in other
      ontologies, vocabularies, databases, or websites. The semantics of xrefs are
      intentionally weak, and most closely align with rdfs:seeAlso
    from_schema: https://github.com/geneontology/obographs
    exact_mappings:
    - oio:hasDbXref
    close_mappings:
    - rdfs:seeAlso
    rank: 1000
    multivalued: true
    alias: xrefs
    owner: BasicPropertyValue
    domain_of:
    - Meta
    - PropertyValue
    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: BasicPropertyValue
    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: BasicPropertyValue
    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: BasicPropertyValue
    domain_of:
    - PropertyValue
    range: string