Global

Members

(constant) assert

author: Pieter Heyvaert (pheyvaer.heyvaert@ugent.be) Ghent University - imec - IDLab
Source:

(constant) assert

author: Pieter Heyvaert (pheyvaer.heyvaert@ugent.be) Ghent University - imec - IDLab
Source:

(constant) N3

author: Pieter Heyvaert (pheyvaer.heyvaert@ugent.be) Ghent University - imec - IDLab
Source:

(constant) N3

author: Pieter Heyvaert (pheyvaer.heyvaert@ugent.be) Ghent University - imec - IDLab
Source:

(constant) namespaces

author: Pieter Heyvaert (pheyvaer.heyvaert@ugent.be) Ghent University - imec - IDLab
Source:

Methods

(async) compareRDF(rdfStr1:, rdfStr2:) → {Promise.<void>}

This method compares two RDF strings. This method is used for testing.
Source:
Parameters:
Name Type Description
rdfStr1: the first RDF string
rdfStr2: the second RDF string
Returns:
Type:
Promise.<void>
: a promise that resolves with true if the RDF strings are semantically the same, else false

customUniqid() → {function}

This method returns a unique id, based on a counter. This method is used for testing.
Source:
Returns:
Type:
function
: a function that always returns a new number