triples_to_ntriples: Internal: Convert triple data.frame to N-Triples format

View source: R/dataset_to_triples.R

triples_to_ntriplesR Documentation

Internal: Convert triple data.frame to N-Triples format

Description

Turns a data.frame with s, p, o columns into N-Triples strings.

Usage

triples_to_ntriples(df)

Arguments

df

A data.frame with columns s, p, and o.

Value

A character vector of N-Triple lines.


dataset documentation built on June 3, 2026, 5:07 p.m.