On this page:
quad
statement->quad
graph->quads

9 Module quad🔗ℹ

 (require rdf/core/quad) package: rdf-core

struct

(struct quad (subject predicate object graph-name))

  subject : subject?
  predicate : predicate?
  object : object?
  graph-name : graph-name?
TBD

Implements the generic interface gen:statement.

procedure

(statement->quad stmt graph-name)  boolean?

  stmt : statement?
  graph-name : graph-name?
TBD

procedure

(graph->quads graph)  (listof quad?)

  graph : graph?
TBD