Skip to content

Instantly share code, notes, and snippets.

@ewingson
Created June 3, 2019 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewingson/f60e119ae2ab818e0266d943505499c2 to your computer and use it in GitHub Desktop.
Save ewingson/f60e119ae2ab818e0266d943505499c2 to your computer and use it in GitHub Desktop.
_quad_
const quad = require('rdf-quad');
quad('http://example.org/subject', 'http://example.org/predicate', '?variable');
quad('http://example.org/subject', 'http://example.org/predicate', '"myString"', 'http://example.org/someGraph');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment