Dataset EU Who Is Who
Published 18th August 2011

Data scraped from http://europa.eu/whoiswho/public/index.cfm?lang=en

People, Organisations, organisational hierarchy.

Explore the dataset
Default APIs

SPARQL Endpoint

Use the SPARQL 1.1 query language to perform structured queries against a dataset. Useful for performing precise queries against a dataset whose structure you understand.

Sample queries

Query: 
PREFIX org: <http://www.w3.org/ns/org#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> select ?person (count(?membership) as ?count) { ?membership a org:Membership ; org:member ?person . ?person a foaf:Person . } group by ?person order by desc(?count) limit 10
Login to test this query using our experimental API explorer Permalink to this sample query
Query: 
Login to test this query using our experimental API explorer Permalink to this sample query
Query: 
PREFIX org: <http://www.w3.org/ns/org#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> select ?org (count(?membership) as ?count) { ?membership a org:Membership ; org:organization ?org . } group by ?org order by desc(?count) limit 10
Login to test this query using our experimental API explorer Permalink to this sample query
Create a sample query

Search API

Perform a free-text search against the text fields indexed in a dataset. Useful when you want to quickly query a dataset but don't know, or need to know its structure. There is also a solr search endpoint allowing more complex queries.

Lookup API

Retrieve a description of a single resource. Useful for fetching the key properties and relationships of a single entity.

Reconciliation API

Useful for resolving names, labels or codes against a dataset in Kasabi to find links to more data. This API is compatible with the Google Refine tool.

How to Attribute This Dataset

Kasabi provides a quick and easy way to attribute a dataset from any webpage. We think attribution is an important community norm.

To directly embed an attribution message in a webpage, add a script tag that invokes our Attribution API as follows

<script
     type="text/javascript"
     src="http://api.kasabi.com/dataset/eu-who-who/attribution">
</script>

If you need more flexible options, then read the Attribution API documentation

Contributed APIs

No Contributed APIs available