Class: CountOfInstantiatedClasses

Number of distinct instantiations of a class. Note in many OBOs, classes are not directly instantiated

URI: semsql_rdf:CountOfInstantiatedClasses

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

Usage

SELECT * FROM count_of_instantiated_classes;

Inheritance

Slots

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

Usages

Comments

  • sqlview>> SELECT object AS element, count(*) AS count_value FROM rdf_type_statement GROUP BY element ORDER BY count_value DESC

Identifier and Mapping Information

Schema Source

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

SQL View

This class has a SQL view definition:

sqlview>> SELECT object AS element, count(*) AS count_value FROM rdf_type_statement GROUP BY element ORDER BY count_value DESC

Mappings

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

LinkML Specification

Direct

name: count_of_instantiated_classes
description: Number of distinct instantiations of a class. Note in many OBOs, classes
  are not directly instantiated
comments:
- sqlview>> SELECT object AS element, count(*) AS count_value FROM rdf_type_statement
  GROUP BY element ORDER BY count_value DESC
from_schema: https://w3id.org/semsql/rdf
rank: 1000
is_a: rdf_level_summary_statistic

Induced

name: count_of_instantiated_classes
description: Number of distinct instantiations of a class. Note in many OBOs, classes
  are not directly instantiated
comments:
- sqlview>> SELECT object AS element, count(*) AS count_value FROM rdf_type_statement
  GROUP BY element ORDER BY count_value DESC
from_schema: https://w3id.org/semsql/rdf
rank: 1000
is_a: rdf_level_summary_statistic
attributes:
  element:
    name: element
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    alias: element
    owner: count_of_instantiated_classes
    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: count_of_instantiated_classes
    domain_of:
    - rdf_level_summary_statistic
    range: integer