/* eslint-disable no-unused-vars */ export enum NameSpaces { XSD = 'http://www.w3.org/2001/XMLSchema#', TREE = 'https://w3id.org/tree#', RDF = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', SHACL = 'http://www.w3.org/ns/shacl#', EX = 'http://www.example.org#' }