Results 8 issues of Dan Scott

Running Wikibase locally, I can generate results via curl: curl http://localhost:8989/bigdata/sparql?SELECT%20DISTINCT%3Fp%20WHERE%20%7B%20%3Fs%20%3Fp%20%3Fo%20%7D But trying to query the same endpoint with wikidata-taxonomy returns data from Wikidata instead: ``` node wdtaxonomy.js Q3 --sparql-endpoint...

Firefox on Android is a thing, and has a column for support, but unlike Chrome on Android it doesn't include Daydream, Cardboard, and Samsung Gear VR in the list. An...

browsers
ready

The OCLC Work identifier URIs are intended to group like works together, thus if found they should be turned into an Identifier at the level of a bf:Work instead of...

Essentially, we need to catch the exceptions that are thrown when zero results are returned. See https://code.google.com/p/googleappengine/issues/detail?id=9228 for the driver for these changes. There's undoubtedly a much better way to...

The `npm install` step installs the latest version of the gcloud API (currently v0.29.0), but the current text of the tutorial contains documentation links like http://googlecloudplatform.github.io/gcloud-node/#/docs/v0.14.0/datastore/dataset -- the have been...

The code for the solution for the Datastore query that is supposed to return only a specific user's books fails to return any books. The problem is that the comparison...

cla: no

To implement the **Display a user's books** query, the `getUserBooks()` function is updated to include the following line: ``` var query = dataset.createQuery(['Book']).filter('userId =', userId); ``` The `filter()` method is...

Currently Museum only subclasses CivicBusiness, which leaves it lacking important properties such as contactPoint and parentOrganization. One solution would be to have Museum directly subclass LocalBusiness, following the model of...

no-issue-activity