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 Nov. 16, 2025, 5:06 p.m.