
Domain helper: organizing-unit-to-framework bindings with framework name attached
Source:R/sparql-helpers.R
organizing_unit_framework_bindings.RdOne row per (organizing unit, framework) pair across all eight
frameworks. Queries on the cross-framework abstract type
cybed:OrganizingUnit, which every framework's top-level enumerated
unit asserts (work roles, work profiles, skills, grade-band x sub-concept cells,
level x concept cells, Knowledge Areas, competence areas). Use this
helper for cross-framework parent-level analysis. Use
role_framework_bindings() when the question is workforce-specific
(NICE work roles, DCWF work roles, ENISA ECSF profiles only).
Units without a cybed:partOf triple, or whose partOf target is not
typed cybed:Framework, are excluded.
Examples
if (FALSE) { # \dontrun{
rdf <- load_combined_ntriples_graph()
organizing_unit_framework_bindings(rdf)
} # }