Skip to content

Class: OntologySubset

URI: kgcl:OntologySubset

classDiagram class OntologySubset Node <|-- OntologySubset OntologySubset : annotation_set OntologySubset --> Annotation : annotation_set OntologySubset : id OntologySubset : name OntologySubset : owl_type OntologySubset --> OwlTypeEnum : owl_type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
String
Node
name 0..1
String
Node
annotation_set 0..1
Annotation
Node
owl_type 0..1
OwlTypeEnum
Node

Usages

used by used in type used
SubsetMembershipChange in_subset range OntologySubset
AddToSubset in_subset range OntologySubset
RemoveFromSubset in_subset range OntologySubset
AddNodeToSubset in_subset range OntologySubset
RemoveNodeFromSubset in_subset range OntologySubset

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/kgcl

Mappings

Mapping Type Mapped Value
self kgcl:OntologySubset
native kgcl:OntologySubset

LinkML Source

Direct

name: OntologySubset
from_schema: https://w3id.org/kgcl
is_a: Node

Induced

name: OntologySubset
from_schema: https://w3id.org/kgcl
is_a: Node
attributes:
  id:
    name: id
    from_schema: https://w3id.org/kgcl
    rank: 1000
    identifier: true
    alias: id
    owner: OntologySubset
    domain_of:
    - Change
    - Node
    - Activity
    - Agent
    range: string
    required: true
  name:
    name: name
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: name
    owner: OntologySubset
    domain_of:
    - NodeCreation
    - Node
    range: string
  annotation_set:
    name: annotation_set
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: annotation_set
    owner: OntologySubset
    domain_of:
    - EdgeCreation
    - EdgeDeletion
    - EdgeObsoletion
    - MappingCreation
    - NodeCreation
    - Annotation
    - Node
    - Edge
    range: Annotation
  owl_type:
    name: owl_type
    from_schema: https://w3id.org/kgcl
    rank: 1000
    alias: owl_type
    owner: OntologySubset
    domain_of:
    - NodeCreation
    - Node
    range: OwlTypeEnum