0.1.1 • Published 10 years ago
webid-get v0.1.1
webid-get
Get a webid graph for the browsers and Node.js
sameAs,seeAlso,prefslink following
Install
$ npm install --save webid-getUsage
var webidGet = require('webid-get')
var uri = 'http://www.w3.org/People/Berners-Lee/card#me'
webidGet(uri, function (err, graph) {
// webid will be a `rdf-ext` graph
})
var rdf = rdf.createGraph()
webidGet(uri, graph, function (err) {
// webid will be a `rdf-ext` graph
})License
MIT © Nicola Greco 2015