mirror of
https://github.com/bpmbpm/doc.git
synced 2026-04-28 19:42:06 +00:00
Update Error1.md
This commit is contained in:
parent
2bc2b159c8
commit
9e55cd0287
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@ javascript
|
|||
|
||||
import rdf from 'rdf-ext';
|
||||
|
||||
let subject = rdf.namedNode('http://example.org/subject');
|
||||
let predicate = rdf.namedNode('http://example.org/predicate');
|
||||
let object = rdf.literal('object');
|
||||
let subject = rdf.namedNode('http://example.org/subject');
|
||||
let predicate = rdf.namedNode('http://example.org/predicate');
|
||||
let object = rdf.literal('object');
|
||||
|
||||
let quad = rdf.quad(subject, predicate, object);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue