annotate src/namespaces.ts @ 95:47d3b5a5bd5e

refactor
author drewp@bigasterisk.com
date Wed, 12 Jan 2022 22:15:13 -0800
parents
children f12feced00ce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
95
47d3b5a5bd5e refactor
drewp@bigasterisk.com
parents:
diff changeset
1 import { Util } from "n3";
47d3b5a5bd5e refactor
drewp@bigasterisk.com
parents:
diff changeset
2
47d3b5a5bd5e refactor
drewp@bigasterisk.com
parents:
diff changeset
3 export const RDFS = Util.prefix("http://www.w3.org/2000/01/rdf-schema#");
47d3b5a5bd5e refactor
drewp@bigasterisk.com
parents:
diff changeset
4 export const RDF = Util.prefix("http://www.w3.org/1999/02/22-rdf-syntax-ns#");
47d3b5a5bd5e refactor
drewp@bigasterisk.com
parents:
diff changeset
5 export const EX = Util.prefix("http://example.com/");