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

11 Module quad🔗ℹ

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

Namespace Module Overview

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

predicate

(quad<? v1 v2)  boolean?

  v1 : quad?
  v2 : quad?
Returns #t if v1 and v2 are quad values, and v1 is less than v2.