Skip to contents

[Stable]

One row per (element, framework) pair where the element is typed cybed:RoleElement (which includes parent elements, cybed:Subpoint children, and cybed:Example children) and its partOf target is typed cybed:Framework. Elements without a cybed:partOf triple, or whose partOf target is not a Framework, are excluded.

This helper is the broad cut. Use example_framework_bindings() when you need only the cybed:Example subset (e.g., for the "with-examples" counting column in framework_summary).

Usage

element_framework_bindings(rdf)

Arguments

rdf

An rdf object.

Value

A tibble with columns element, framework, framework_name.

Examples

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