UNPKG

sparnatural

Version:

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

5 lines (4 loc) 175 B
import { ISpecificationEntity } from "../ISpecificationEntity"; interface ISHACLSpecificationEntity extends ISpecificationEntity { } export default ISHACLSpecificationEntity;