annotate src/namespaces.ts @ 102:ab7dca42afbd

rewrite ViewConfig
author drewp@bigasterisk.com
date Fri, 11 Mar 2022 23:19:35 -0800
parents 47d3b5a5bd5e
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/");