Mercurial > code > home > repos > streamed-graph
view src/namespaces.ts @ 98:6807ee85d031
update deps
author | drewp@bigasterisk.com |
---|---|
date | Fri, 11 Feb 2022 20:28:55 -0800 |
parents | 47d3b5a5bd5e |
children | f12feced00ce |
line wrap: on
line source
import { Util } from "n3"; export const RDFS = Util.prefix("http://www.w3.org/2000/01/rdf-schema#"); export const RDF = Util.prefix("http://www.w3.org/1999/02/22-rdf-syntax-ns#"); export const EX = Util.prefix("http://example.com/");