
Package index
-
build_jsonld_context()stable - Build a standard JSON-LD
@contextblock -
build_multi_framework_context()stable - Build a JSON-LD
@contextblock covering multiple frameworks -
build_framework_node()stable - Construct a
cybed:Frameworktop-level node -
build_organizing_unit_node()stable - Construct a
cybed:OrganizingUnitnode -
build_role_node()stable - Construct a
cybed:Rolenode (workforce frameworks) -
build_role_element_node()stable - Construct a
cybed:RoleElementnode -
assemble_framework_document()stable - Assemble a framework-level
@graphdocument
Sub-point and example parsing
Lift prose-encoded enumerations and pedagogical-scaffolding content out of parent element text and promote each fragment to a first-class graph element. Framework-as-specified enumerations (“such as” lists, “including” patterns) become cybed:Subpoint instances with cybed:elaborates back-pointers. “Clarification statement:” pedagogical scaffolding becomes cybed:Example instances reachable only via the parent’s cybed:hasExample predicate. See vignette cross-framework-analysis for the encoding-strategy finding this enables.
-
parse_subpoints()stable - Parse subpoints out of a parent element's text
-
build_subpoint_node()stable - Construct a
cybed:Subpointnode -
build_example_node()stable - Construct a
cybed:Examplenode -
expand_with_subpoints()stable - Expand parent element nodes with sub-point and example child nodes
-
extend_role_element_ids()stable - Append Subpoint IDs to a role's child-element id list
-
read_jsonld_document()stable - Read a JSON-LD document from file
-
write_jsonld_document()stable - Write a JSON-LD document to file
-
load_single_framework_graph()stable - Load a single framework's JSON-LD into a new rdflib graph
-
load_unified_rdf_graph()experimental - Load every framework's JSON-LD into a unified rdflib graph
-
load_combined_rdf_graph()stable - Load the pre-assembled combined multi-framework JSON-LD into an rdflib graph
-
load_combined_ntriples_graph()stable - Load the pre-combined N-Triples file into an rdflib graph
-
make_demo_graph()stable - Build a small in-memory demo RDF graph
SPARQL helpers
Single-BGP query primitives and domain-level helpers. The package’s query discipline is one triple-pattern match per SPARQL call, with joins and aggregation done in R via dplyr; see vignette cross-framework-analysis for worked examples.
-
sparql_pairs()stable - Run a single-BGP SPARQL select returning subject-object pairs
-
sparql_subjects()stable - Run a single-BGP SPARQL select with fixed predicate and object
-
framework_metadata()stable - Domain helper: tibble of framework metadata
-
organizing_unit_framework_bindings()stable - Domain helper: organizing-unit-to-framework bindings with framework name attached
-
role_framework_bindings()stable - Domain helper: role-to-framework bindings with framework name attached
-
element_framework_bindings()stable - Domain helper: element-to-framework bindings with framework name attached
-
example_framework_bindings()stable - Domain helper: example-to-framework bindings with framework name attached
-
role_element_bindings()stable - Domain helper: role-to-element bindings
-
validate_jsonld_node()stable - Validate a JSON-LD node's minimum required structure
-
framework_summary - Eight-framework summary tibble