Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 16, 2024
1 parent 8f8f589 commit 5216aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/blog/lib/generateIri.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import rdf from '@zazuko/env-node'
import { schema } from './namespaces.js'

// Generates IRIs for new resources based on the given rdf:type and parent.
// An actual implementation could use a SPARQL query to find the next IRI.
Expand Down

0 comments on commit 5216aa8

Please sign in to comment.