Skip to contents

[Stable]

One 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.

Usage

organizing_unit_framework_bindings(rdf)

Arguments

rdf

An rdf object.

Value

A tibble with columns unit, unit_name, framework, framework_name.

Examples

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