This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": { | |
"fitsense": "https://shapes.pub/shapes/activity.shex#", | |
"calories": "fitsense:calories", | |
"date": "fitsense:date", | |
"distance": "fitsense:distance", | |
"score": "fitsense:score", | |
"steps": "fitsense:steps" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": { | |
"steps": "act:steps", | |
"score": "act:score", | |
"distance": "act:distance", | |
"date": "act:date", | |
"calories": "act:calories", | |
"act": "http://shapes.pub/shapes/activity.shex#", | |
"xsd": "http://www.w3.org/2001/XMLSchema#" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /home/eric/checkouts/linkeddata/rabel/node_modules/file-fetch/index-orig.js 2017-10-30 06:33:39.254504474 -0400 | |
+++ /home/eric/checkouts/linkeddata/rabel/node_modules/file-fetch/index.js 2017-10-30 08:20:25.020709986 -0400 | |
@@ -57,6 +57,30 @@ | |
} | |
} | |
+const util = require('util') | |
+const EventEmitter = require('events') | |
+function send (options) { | |
+ if (!(this instanceof send)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var n3 = require('n3') | |
function describe (dlabel, d) { | |
d(it, xit) | |
function it (ilabel, i) { | |
try { | |
i() | |
++passing | |
} catch (e) { |
NewerOlder