view src/namespaces.ts @ 102:ab7dca42afbd

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