webid-get

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i webid-get

Weekly Downloads

4

Version

0.1.1

License

MIT

Last publish

Collaborators

  • nicola