rdfjs / dataset-spec

RDF/JS: Dataset specification 1.0 – This specification provides a definition how to store multiple quads in a so-called dataset.
https://rdf.js.org/dataset-spec/
6 stars 5 forks source link

describe Quad Matching in section #27

Closed bergos closed 5 years ago

bergos commented 5 years ago

There was already a comment that the matching logic should be describe only once, as the same logic is used in .match and .deleteMatches. This PR adds a new 2. Runtime Semantics section and a 2.1 Quad Matching. The description of the logic is removed from the .match and .deleteMatches methods and replaced by a link to the Quad Matching section.