UNPKG

rdf2hk

Version:

This library converts RDF to Hyperknowledge Description

9 lines (8 loc) 319 B
/* * Copyright (c) 2016-present, IBM Research * Licensed under The MIT License [see LICENSE for details] */ "use strict"; exports.NAME_URI = "<http://xmlns.com/foaf/0.1/name>"; exports.NICK_URI = "<http://xmlns.com/foaf/0.1/nick>"; exports.MBOX_SHA1SUM = "<http://xmlns.com/foaf/0.1/mbox_sha1sum>";