0.1.1 • Published 9 years ago

webid-get v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

webid-get

Get a webid graph for the browsers and Node.js

  • sameAs, seeAlso, prefs link following

Install

$ npm install --save webid-get

Usage

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