Skip to contents

[Stable]

Calls one single-BGP query per metadata property and inner-joins on the framework URI. The set of frameworks is anchored by the rdf:type triple (?s a cybed:Framework), so frameworks missing any property still appear in the output (with NA in the missing column) thanks to left_join.

Usage

framework_metadata(rdf)

Arguments

rdf

An rdf object.

Value

A tibble with columns framework, name, jurisdiction, sector, specificity. One row per framework typed as cybed:Framework.

Examples

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