@comake/skl-js-engine
Version:
Standard Knowledge Language Javascript Engine
13 lines • 2.26 kB
TypeScript
export declare const XSD_NAMESPACE = "http://www.w3.org/2001/XMLSchema#";
export declare const RDF_NAMESPACE = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
export declare const RDFS_NAMESPACE = "http://www.w3.org/2000/01/rdf-schema#";
export declare const R2RML_NAMESPACE = "http://www.w3.org/ns/r2rml#";
export declare const OWL_NAMESPACE = "https://www.w3.org/2002/07/owl#";
export declare const SHACL_NAMESPACE = "http://www.w3.org/ns/shacl#";
export declare const RDF: import("./helper").Namespace<"Property" | "type" | "datatype" | "JSON" | "first" | "rest" | "nil", "http://www.w3.org/1999/02/22-rdf-syntax-ns#">;
export declare const RDFS: import("./helper").Namespace<"subClassOf" | "label" | "range" | "domain", "http://www.w3.org/2000/01/rdf-schema#">;
export declare const R2RML: import("./helper").Namespace<"TriplesMap", "http://www.w3.org/ns/r2rml#">;
export declare const XSD: import("./helper").Namespace<"string" | "boolean" | "label" | "integer" | "double" | "decimal" | "float" | "positiveInteger" | "negativeInteger" | "int" | "date" | "time" | "dateTime", "http://www.w3.org/2001/XMLSchema#">;
export declare const OWL: import("./helper").Namespace<"Restriction" | "onProperty" | "allValuesFrom" | "Class" | "intersectionOf" | "someValuesFrom" | "ObjectProperty", "https://www.w3.org/2002/07/owl#">;
export declare const SHACL: import("./helper").Namespace<"datatype" | "NodeShape" | "PropertyShape" | "Literal" | "IRI" | "BlankNode" | "BlankNodeOrIRI" | "BlankNodeOrLiteral" | "IRIOrLiteral" | "property" | "path" | "name" | "description" | "minCount" | "maxCount" | "targetNode" | "targetClass" | "targetSubjectsOf" | "targetObjectOf" | "severity" | "message" | "deactivated" | "and" | "or" | "class" | "closed" | "ignoredProperties" | "disjoint" | "equals" | "in" | "languageIn" | "lessThan" | "lessThanOrEquals" | "maxExclusive" | "maxInclusive" | "maxLength" | "minExclusive" | "minInclusive" | "minLength" | "nodeKind" | "pattern" | "flags" | "qualifiedMaxCount" | "qualifiedMinCount" | "qualifiedValueShape" | "qualifiedValueShapesDisjoint" | "uniqueLang" | "xone" | "inversePath" | "zeroOrMorePath" | "oneOrMorePath" | "zeroOrOnePath" | "alternativePath" | "node", "http://www.w3.org/ns/shacl#">;
//# sourceMappingURL=Shared.d.ts.map