Export a KRT as RDF (JSON-LD or Turtle)
Arguments
- x
A krt_tbl.
- format
"jsonld"(default) or"turtle"(requires therdflibpackage).- path
Output path, or
NULLto return the text.- audience
"author"(default) or"public"(redacts the table first).
Examples
invisible(as_rdf(krt_example, format = "jsonld"))
