UNPKG

sparnatural

Version:

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

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