Converts a list of statements into a single, cohesive Turtle (TTL) string using the Rosetta Statement Ontology (RSO). Handles prefix management automatically.
Arguments
- statements
A character vector of plain language statements.
- templates
A dataframe created by
init_library().
Examples
if (FALSE) { # \dontrun{
# (Use the same setup as above)
ttl <- rosetta_triplify(statements, templates)
cat(ttl)
} # }