Class: RdfLevelSummaryStatistic

Abstract grouping for views/classes that provide some kind of count summary about an individual element

  • NOTE: this is an abstract class and should not be instantiated directly

URI: semsql_rdf:RdfLevelSummaryStatistic

classDiagram IsReport <|-- RdfLevelSummaryStatistic RdfLevelSummaryStatistic : count_value RdfLevelSummaryStatistic : element

Usage

SELECT * FROM rdf_level_summary_statistic;

Inheritance

Slots

Name Cardinality and Range Description
element 0..1
Node
count_value 0..1
xsd:integer

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/semsql/rdf

Mappings

Mapping Type Mapped Value
self ['semsql_rdf:RdfLevelSummaryStatistic']
native ['semsql_rdf:RdfLevelSummaryStatistic']

LinkML Specification

Direct

name: rdf_level_summary_statistic
description: Abstract grouping for views/classes that provide some kind of count summary
  about an individual element
from_schema: https://w3id.org/semsql/rdf
rank: 1000
abstract: true
mixins:
- is_report
attributes:
  element:
    name: element
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    range: node
  count_value:
    name: count_value
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    range: integer

Induced

name: rdf_level_summary_statistic
description: Abstract grouping for views/classes that provide some kind of count summary
  about an individual element
from_schema: https://w3id.org/semsql/rdf
rank: 1000
abstract: true
mixins:
- is_report
attributes:
  element:
    name: element
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    alias: element
    owner: rdf_level_summary_statistic
    domain_of:
    - rdf_level_summary_statistic
    range: node
  count_value:
    name: count_value
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    alias: count_value
    owner: rdf_level_summary_statistic
    domain_of:
    - rdf_level_summary_statistic
    range: integer