
Domain helper: example-to-framework bindings with framework name attached
Source:R/sparql-helpers.R
example_framework_bindings.RdOne 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.
Examples
if (FALSE) { # \dontrun{
rdf <- load_combined_ntriples_graph()
example_framework_bindings(rdf)
} # }