triples_column_generate: Internal: Generate RDF triples for a single column

View source: R/dataset_to_triples.R

triples_column_generateR Documentation

Internal: Generate RDF triples for a single column

Description

Create subject-predicate-object triples from one column of a dataset

Usage

triples_column_generate(s_vec, col, colname)

Arguments

s_vec

A character vector of subject URIs (length = number of rows)

col

The column vector (e.g., x[[i]])

colname

The name of the column (used as fallback for predicate)

Value

A data.frame with columns s, p, o


dataset documentation built on Nov. 16, 2025, 5:06 p.m.