UNPKG

@rdf-esm/data-model

Version:

A basic implementation of the RDFJS Data Model

14 lines (11 loc) 195 B
export class DefaultGraph { get value () { return '' } equals (other) { return !!other && other.termType === this.termType } get termType () { return 'DefaultGraph' } }