@jeswr/shacl2shex
Version:
Convert SHACL to ShEx
19 lines (18 loc) • 619 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShapeShapeShapeType = void 0;
const Shacl_schema_1 = require("./Shacl.schema");
const Shacl_context_1 = require("./Shacl.context");
/**
* =============================================================================
* LDO ShapeTypes Shacl
* =============================================================================
*/
/**
* ShapeShape ShapeType
*/
exports.ShapeShapeShapeType = {
schema: Shacl_schema_1.ShaclSchema,
shape: 'http://www.w3.org/ns/shacl-shacl#ShapeShape',
context: Shacl_context_1.ShaclContext,
};