UNPKG

rdf2hk

Version:

This library converts RDF to Hyperknowledge Description

9 lines (8 loc) 280 B
/* * Copyright (c) 2016-present, IBM Research * Licensed under The MIT License [see LICENSE for details] */ "use strict"; // WIKIDATA exports.INSTANCE_OF_URI = "<http://www.wikidata.org/prop/direct/P31>"; exports.SUBCLASS_OF_URI = "<http://www.wikidata.org/prop/direct/P279>";