diff --git a/dataset-spec.html b/dataset-spec.html index 8afaa58..72084b9 100644 --- a/dataset-spec.html +++ b/dataset-spec.html @@ -46,8 +46,11 @@
-

-

+

Abstract

+

The scope of this specification is to provide a way to store multiple quads in a so-called dataset. Similar to the Interface Specification: RDF Representation (RDFJS Specification), this is a low-level specification that provides only essential methods for working with multiple quads. High-level interfaces that work with quads can and should be using libraries that implement this interface.

+

The specification itself consists of a core-part that is the base for all other functions defined.

+

Low-level methods are using explicit parameters that cannot be omitted.

+

Additional high-level interfaces are outside of the scope of this specification and should be defined elsewhere.