Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
use @zazuko/prefixes instead of @zazuko/vocabularies
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Pluskiewicz <[email protected]>
  • Loading branch information
ludovicm67 and tpluscode authored Oct 24, 2023
1 parent a890fc1 commit 3d629e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/namespace.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _rdf from '@zazuko/env'
import { prefixes } from '@zazuko/vocabularies'
import prefixes from '@zazuko/prefixes'

export const dcat = _rdf.namespace(prefixes.dcat)
export const dcterms = _rdf.namespace(prefixes.dcterms)
Expand Down

0 comments on commit 3d629e1

Please sign in to comment.