UNPKG

sparnatural

Version:

Visual client-side SPARQL query builder and knowledge graph exploration tool

7 lines (6 loc) 275 B
import { ISpecificationEntity } from "../ISpecificationEntity"; import { RdfStore } from "rdf-stores"; interface ISHACLSpecificationEntity extends ISpecificationEntity { isRangeOf(n3store: RdfStore, shapeUri: string): boolean; } export default ISHACLSpecificationEntity;