/**
* author: Pieter Heyvaert (pheyvaer.heyvaert@ugent.be)
* Ghent University - imec - IDLab
*/
const namespaces = require('prefix-ns').asMap();
namespaces.chess = 'http://purl.org/NET/rdfchess/ontology/';
namespaces.game = 'http://example.org/game/';
namespaces.storage = 'http://example.org/storage/';
module.exports = namespaces;