Class: SubsetDefinition

URI: oio:SubsetProperty

classDiagram class SubsetDefinition SubsetDefinition : id SubsetDefinition : lbl

Slots

Name

Cardinality and Range

Description

Inheritance

id

1..1
OboIdentifierString

The unique identifier of the entity

direct

lbl

0..1
String

the human-readable label of a node

direct

Usages

used by

used in

type

used

Graph

subsetDefinitions

range

SubsetDefinition

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

oio:SubsetProperty

native

obographs:SubsetDefinition

LinkML Source

Direct

```yaml name: SubsetDefinition from_schema: https://github.com/geneontology/obographs slots: - id - lbl class_uri: oio:SubsetProperty
</details>

### Induced

<details>
```yaml
name: SubsetDefinition
from_schema: https://github.com/geneontology/obographs
attributes:
  id:
    name: id
    description: The unique identifier of the entity
    from_schema: https://github.com/geneontology/obographs
    see_also:
    - https://owlcollab.github.io/oboformat/doc/obo-syntax.html#2.5
    rank: 1000
    identifier: true
    alias: id
    owner: SubsetDefinition
    domain_of:
    - Graph
    - Node
    - SubsetDefinition
    - SynonymTypeDefinition
    range: OboIdentifierString
    required: true
  lbl:
    name: lbl
    description: the human-readable label of a node
    comments:
    - the name "lbl" exists for legacy purposes, this should be considered identical
      to label in rdfs
    from_schema: https://github.com/geneontology/obographs
    aliases:
    - label
    - name
    rank: 1000
    slot_uri: rdfs:label
    alias: lbl
    owner: SubsetDefinition
    domain_of:
    - Graph
    - Node
    - SubsetDefinition
    - SynonymTypeDefinition
    range: string
class_uri: oio:SubsetProperty