Skip to content

Instantly share code, notes, and snippets.

@jgjay
jgjay / keybase.md
Last active January 18, 2016 23:02
keybase.md

Keybase proof

I hereby claim:

  • I am jgjay on github.
  • I am jgjay (https://keybase.io/jgjay) on keybase.
  • I have a public key whose fingerprint is A9AA C63A 39DA 769E D28A 25D2 7985 C143 58B3 FC23

To claim this, I am signing this object:

@jgjay
jgjay / main.go
Last active August 29, 2015 14:23
Setting Host header with net/http
package main
import (
"fmt"
"net/http"
"io/ioutil"
)
func main() {
client := &http.Client{}
SELECT ?graph1 ?person ?label
WHERE {
GRAPH ?graph1 {
?person a core:Person .
}
GRAPH ?graph2 {
?person a core:Person .
}
?graph1 provenance:managedBy cms:LDM .
?graph2 provenance:managedBy cms:LDM .

Software Engineer - Linked Data Platform

London, United Kingdom

Are you an established software engineer looking for a rewarding challenge?

BBC Future Media’s ambition is to create the world’s most compelling digital media services. We aim to propel the BBC toward an online, on-demand world by finding new ways of reaching audiences wherever they are. Future Media is at the heart of the BBC’s plans to transform the corporation for the digital age.

BBC Online has become the third most popular site in the UK and accounts for nearly ten per cent of all UK Internet traffic. This is an opportunity to work with a visionary team that deliver tools and services to ensure our products are at the forefront of the digital revolution.

PREFIX xsd:<http://www.w3.org/2001/XMLSchema#>
PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#>
PREFIX dc: <http://purl.org/dc/terms/>
PREFIX bbc: <http://www.bbc.co.uk/ontologies/bbc/>
PREFIX curric: <http://www.bbc.co.uk/ontologies/curriculum/>
CONSTRUCT {
result:this result:listItem ?klFieldOfStudy ;
result:orderByPredicate rdfs:label ;
@jgjay
jgjay / thing-graph.json
Created August 20, 2013 20:24
Music Artist
{
"@id": "http://www.bbc.co.uk/things/cc176ed0-dd85-4c86-b71e-aa7410ada9ae#id",
"@type": [
"ManagedThing",
"Person",
"SoloMusicArtist"
],
"sortLabel": "Fitzgerald, Ella",
"locator": {
"@id": "urn:musicbrainz:artist:54799c0e-eb45-4eea-996d-c4d71a63c499",