UNPKG

shacl-engine

Version:
22 lines (19 loc) 593 B
import namespace from '@rdfjs/namespace' const ex = namespace('http://example.org/') const mf = namespace('http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#') const rdf = namespace('http://www.w3.org/1999/02/22-rdf-syntax-ns#') const rdfs = namespace('http://www.w3.org/2000/01/rdf-schema#') const sh = namespace('http://www.w3.org/ns/shacl#') const shn = namespace('https://schemas.link/shacl-next#') const sht = namespace('http://www.w3.org/ns/shacl-test#') const xsd = namespace('http://www.w3.org/2001/XMLSchema#') export { ex, mf, rdf, rdfs, sh, shn, sht, xsd }