Skip to contents

[Stable]

One row per (example, framework) pair where the example is typed cybed:Example (the pedagogical-scaffolding subtype reserved for Cyber.org K-12 and CSTA "Clarification statement:" content) and its partOf target is typed cybed:Framework. Examples without a valid framework partOf are excluded.

Examples are a strict subset of the elements returned by element_framework_bindings(). Use this helper when reporting on the Subpoint-vs-Example split for a framework, or when constructing a "strict" element count (parent + Subpoint, no Example) by subtracting Example counts from total element counts.

Usage

example_framework_bindings(rdf)

Arguments

rdf

An rdf object.

Value

A tibble with columns example, framework, framework_name.

Examples

if (FALSE) { # \dontrun{
rdf <- load_combined_ntriples_graph()
example_framework_bindings(rdf)
} # }