R/sparql-helpers.R
role_element_bindings.Rd
One row per (role, element) pair derived from cybed:hasElement triples.
cybed:hasElement
role_element_bindings(rdf)
An rdf object.
A tibble with columns role, element.
role
element
Other SPARQL helpers: element_framework_bindings(), example_framework_bindings(), framework_metadata(), organizing_unit_framework_bindings(), role_framework_bindings(), sparql_pairs(), sparql_subjects()
element_framework_bindings()
example_framework_bindings()
framework_metadata()
organizing_unit_framework_bindings()
role_framework_bindings()
sparql_pairs()
sparql_subjects()
if (FALSE) { # \dontrun{ rdf <- load_combined_ntriples_graph() role_element_bindings(rdf) } # }