UNPKG

@rdfjs/data-model

Version:

A basic implementation of the RDF/JS Data Model

11 lines (8 loc) 214 B
class DefaultGraph { equals (other) { return !!other && other.termType === this.termType } } DefaultGraph.prototype.termType = 'DefaultGraph' DefaultGraph.prototype.value = '' export default DefaultGraph