Class: SynonymPropertyValue

A property value that represents an assertion about a synonym of an entity

URI: obographs:SynonymPropertyValue

classDiagram class SynonymPropertyValue PropertyValue <|-- SynonymPropertyValue SynonymPropertyValue : isExact SynonymPropertyValue : lang SynonymPropertyValue : meta SynonymPropertyValue --> Meta : meta SynonymPropertyValue : pred SynonymPropertyValue --> ScopeEnum : pred SynonymPropertyValue : synonymType SynonymPropertyValue : val SynonymPropertyValue : valType SynonymPropertyValue : xrefs

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

synonymType

0..1
SynonymTypeIdentifierString

This standard follows oboInOwl in allowing an open ended list of synonym type…

direct

isExact

0..1
Boolean

direct

pred

0..1
ScopeEnum

the predicate of an edge

direct

val

0..1
String

The textual string representing the synonym

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

synonyms

range

SynonymPropertyValue

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

obographs:SynonymPropertyValue

native

obographs:SynonymPropertyValue

LinkML Source

Direct

```yaml name: SynonymPropertyValue description: A property value that represents an assertion about a synonym of an entity from_schema: https://github.com/geneontology/obographs is_a: PropertyValue slots: - synonymType - isExact - pred slot_usage: pred: name: pred domain_of: - Edge - SynonymPropertyValue - PropertyValue - SynonymTypeDefinition range: ScopeEnum val: name: val description: The textual string representing the synonym. domain_of: - PropertyValue role: synonym text
</details>

### Induced

<details>
```yaml
name: SynonymPropertyValue
description: A property value that represents an assertion about a synonym of an entity
from_schema: https://github.com/geneontology/obographs
is_a: PropertyValue
slot_usage:
  pred:
    name: pred
    domain_of:
    - Edge
    - SynonymPropertyValue
    - PropertyValue
    - SynonymTypeDefinition
    range: ScopeEnum
  val:
    name: val
    description: The textual string representing the synonym.
    domain_of:
    - PropertyValue
    role: synonym text
attributes:
  synonymType:
    name: synonymType
    description: This standard follows oboInOwl in allowing an open ended list of
      synonym types
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    alias: synonymType
    owner: SynonymPropertyValue
    domain_of:
    - SynonymPropertyValue
    range: SynonymTypeIdentifierString
  isExact:
    name: isExact
    deprecated: use synonymType instead
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    alias: isExact
    owner: SynonymPropertyValue
    domain_of:
    - SynonymPropertyValue
    range: boolean
  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: SynonymPropertyValue
    domain_of:
    - Edge
    - SynonymPropertyValue
    - PropertyValue
    - SynonymTypeDefinition
    range: ScopeEnum
  val:
    name: val
    description: The textual string representing the synonym.
    from_schema: https://github.com/geneontology/obographs
    rank: 1000
    slot_uri: rdf:object
    alias: val
    owner: SynonymPropertyValue
    domain_of:
    - PropertyValue
    role: synonym text
    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: SynonymPropertyValue
    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: SynonymPropertyValue
    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: SynonymPropertyValue
    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: SynonymPropertyValue
    domain_of:
    - PropertyValue
    range: string