Re: Debates of the European Parliament as LOD

2014-11-20 Thread Tim Berners-Lee





On 2014-11 -11, at 09:00, Hollink, L. l.holl...@vu.nl wrote:

 On 08 Nov 2014, at 17:20, Tim Berners-Lee ti...@w3.org wrote:
 
 
 On 2014-11 -05, at 11:19, Hollink, L. l.holl...@vu.nl wrote:
 
 - Dataset announcement -
 
 We are happy to announce the release of a new linked dataset: the 
 proceedings of the plenary debates of the European Parliament as Linked 
 Open Data.
 
 The dataset covers all plenary debates held in the European Parliament (EP) 
 between July 1999 and January 2014, and biographical information about the 
 members of parliament. It includes: the monthly sessions of the EP, the 
 agenda of debates, the spoken words and translations thereof in 21 
 languages; the speakers, their role and the country they represent; 
 membership of national parties, European parties and commissions. The data 
 is available though a SPARQL endpoint, see 
 http://linkedpolitics.ops.few.vu.nl/ for more details.
 
 Please note that this is a first version; we hope you will try it out and 
 send us your feedback!
 
 - Access to the data -
 We provide access in three ways:
 • Through a SPARQL endpoint at http://linkedpolitics.ops.few.vu.nl/sparql/
 • Using the ClioPatria web interface at http://linkedpolitics.ops.few.vu.nl/
 • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.
 
 
 I am on a plane so I can't check but I hope also the data is Linked Data,
 in that every URI used can be looked up directly by HTTP GET.
 
 
 TimBL
 
 
 Dear Tim, 
 
 Yes it is. Thanks for looking into it!
 E.g. 
   curl --location --header Accept:application/rdf+xml 
 http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1 
 gives:
 
 ?xml version='1.0' encoding='UTF-8'?
 !DOCTYPE rdf:RDF [
!ENTITY dc 'http://purl.org/dc/elements/1.1/'
!ENTITY lp 'http://purl.org/linkedpolitics/vocabulary/'
!ENTITY lp_eu 'http://purl.org/linkedpolitics/vocabulary/eu/plenary/'
!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'
 ]
 
 rdf:RDF
xmlns:dc=dc;
xmlns:lp=lp;
xmlns:lp_eu=lp_eu;
xmlns:rdf=rdf;
xmlns:xsd=xsd;
 
 lp_eu:Speech 
 rdf:about=http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1;
  lp:spokenText xml:lang=en
  – I declare resumed the session of the European Parliament 
 adjourned on 7 May 1999, [ … etc.]
 
 Laura
 
 


Great.  
It works for me with cwm  and curl.

With firefox with the tabulator extension I get a 500 error.
I thought that it was maybe confused because tabulator accepts HTML and RDF.  
But trying that with an accept header doesn't reproduce the problem

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) 
Gecko/20100101 Firefox/33.0 
Accept: 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.5,text/plain,image/png,*/*;q=0.1,application/rdf+xml,text/n3,text/turtle
 
Accept-Language: en-us,en;q=0.7,fr;q=0.3 
Accept-Encoding: gzip, deflate 






!DOCTYPE html
html
head
title500 Internal server error/title

meta http-equiv=content-type content=text/html; 
charset=UTF-8

/head
body

h1Internal server error/h1

p
goal unexpectedly failed: 
conf_lod:lod_api([redirected_from('http://purl.org/linkedpolitics/'),bounded_description(cbd)],[path_info('eu/plenary/1999-07-20/Speech_1'),protocol(http),peer(ip(10,0,3,1)),pool(client('httpd@3020',cp_server:http_dispatch,lt;streamgt;(0x7f878c1996e0),lt;streamgt;(0x7f878c1997d0))),input(lt;streamgt;(0x7f878c1996e0)),method(get),request_uri('/rdf/eu/plenary/1999-07-20/Speech_1'),path('/rdf/eu/plenary/1999-07-20/Speech_1'),http_version(1-1),host('linkedpolitics.ops.few.vu.nl'),connection(upgrade),user_agent('Mozilla/5.0
 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 
Firefox/33.0'),accept('application/rdf+xml, application/xhtml+xml;q=0.3,
 text/xml;q=0.2, application/xml;q=0.2, text/html;q=0.3, 
text/plain;q=0.1, text/n3;q=1.0, application/x-turtle;q=1, 
text/turtle;q=1'),accept_language('en-us,en;q=0.7,fr;q=0.3'),accept_encoding('gzip,
 deflate')])br
In:br
  [15] throw(error(...,_G5781))br
  [14] http_dispatch:call_action(conf_lod: ...,[...|...]) at 
/home/linkedpolitics/lib/swipl/library/http/http_dispatch.pl:642br

   [8] httpd_wrapper:call_handler(cp_server:http_dispatch,818,[...|...])
 at 
/home/linkedpolitics/lib/swipl/library/http/http_wrapper.pl:296br

   [7] catch(httpd_wrapper: ...,error(...,...),httpd_wrapper:true) at 
/home/linkedpolitics/lib/swipl/boot/init.pl:274br
   [6] 
httpd_wrapper:handler_with_output_to(cp_server:http_dispatch,818,[...|...],current_output,error(...,...))
 at 
/home/linkedpolitics/lib/swipl/library/http/http_wrapper.pl:276br

   [5] 
httpd_wrapper:handler_with_output_to(cp_server:http_dispatch,818,[...|...],lt;streamgt;(0x7f878c016590),error(...,...))
 at 
/home/linkedpolitics/lib/swipl/library/http/http_wrapper.pl:286br

   [4] 
httpd_wrapper:http_wrapper(cp_server:http_dispatch,lt;streamgt;(0x7f878c1996e0),lt;streamgt;(0x7f878c1997d0),_G5923,[...|...])
 at 

Re: Debates of the European Parliament as LOD

2014-11-12 Thread Hollink, L.
On 11 Nov 2014, at 23:08, Juan Sequeda 
juanfeder...@gmail.commailto:juanfeder...@gmail.com wrote:

Laura,

Is the data tagged or annotated somehow to specific topics?


No. What we do have in that direction is the title of the agenda item, for 
example “French Football Federation fine” or “Statement by Mr Prodi”. Also, we 
have info on the committee that the speakers work in. E.g. a speech from 
someone in the agriculture committee is likely to be about agriculture. 
However, people can be members of multiple committees.

Laura




Juan Sequeda
+1-575-SEQ-UEDA
www.juansequeda.comhttp://www.juansequeda.com/

On Tue, Nov 11, 2014 at 11:00 AM, Hollink, L. 
l.holl...@vu.nlmailto:l.holl...@vu.nl wrote:
On 08 Nov 2014, at 17:20, Tim Berners-Lee ti...@w3.orgmailto:ti...@w3.org 
wrote:


 On 2014-11 -05, at 11:19, Hollink, L. 
 l.holl...@vu.nlmailto:l.holl...@vu.nl wrote:

 - Dataset announcement -

 We are happy to announce the release of a new linked dataset: the 
 proceedings of the plenary debates of the European Parliament as Linked Open 
 Data...

 The dataset covers all plenary debates held in the European Parliament (EP) 
 between July 1999 and January 2014, and biographical information about the 
 members of parliament. It includes: the monthly sessions of the EP, the 
 agenda of debates, the spoken words and translations thereof in 21 
 languages; the speakers, their role and the country they represent; 
 membership of national parties, European parties and commissions. The data 
 is available though a SPARQL endpoint, see 
 http://linkedpolitics.ops.few.vu.nl/ for more details.

 Please note that this is a first version; we hope you will try it out and 
 send us your feedback!

 - Access to the data -
 We provide access in three ways:
 • Through a SPARQL endpoint at http://linkedpolitics.ops.few.vu.nl/sparql/
 • Using the ClioPatria web interface at http://linkedpolitics.ops.few.vu.nl/
 • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.


 I am on a plane so I can't check but I hope also the data is Linked Data,
 in that every URI used can be looked up directly by HTTP GET.


 TimBL


Dear Tim,

Yes it is. Thanks for looking into it!
E.g.
curl --location --header Accept:application/rdf+xml 
http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1
gives:

?xml version='1.0' encoding='UTF-8'?
!DOCTYPE rdf:RDF [
!ENTITY dc 'http://purl.org/dc/elements/1.1/'
!ENTITY lp 'http://purl.org/linkedpolitics/vocabulary/'
!ENTITY lp_eu 'http://purl.org/linkedpolitics/vocabulary/eu/plenary/'
!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'
]

rdf:RDF
xmlns:dc=dc;
xmlns:lp=lp;
xmlns:lp_eu=lp_eu;
xmlns:rdf=rdf;
xmlns:xsd=xsd;

lp_eu:Speech 
rdf:about=http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1;
  lp:spokenText xml:lang=en
  – I declare resumed the session of the European Parliament 
adjourned on 7 May 1999, [ … etc.]

Laura










Re: Debates of the European Parliament as LOD

2014-11-12 Thread Martin Kaltenböck
Dear Laura,

A great approach here would be to tag/annotate the articles with EuroVoc (
http://eurovoc.europa.eu/)  best regards from Vienna - Martin

--
Martin Kaltenböck, CMC
Managing Partner, CFO

Semantic Web Company (SWC)
Mariahilfer Strasse 70 / 8
A - 1070 Vienna, Austria
Tel +43 1 402 12 35 - 25
Fax +43 1 402 12 35 - 22
Mobile +43 650 3905697

http://www.semantic-web.at
http://blog.semantic-web.at
http://poolparty.biz


2014-11-12 9:51 GMT+01:00 Hollink, L. l.holl...@vu.nl:

  On 11 Nov 2014, at 23:08, Juan Sequeda juanfeder...@gmail.com wrote:

  Laura,

  Is the data tagged or annotated somehow to specific topics?



  No. What we do have in that direction is the title of the agenda item,
 for example “French Football Federation fine” or “Statement by Mr Prodi”.
 Also, we have info on the committee that the speakers work in. E.g. a
 speech from someone in the agriculture committee is likely to be about
 agriculture. However, people can be members of multiple committees.

  Laura




  Juan Sequeda
 +1-575-SEQ-UEDA
 www.juansequeda.com

 On Tue, Nov 11, 2014 at 11:00 AM, Hollink, L. l.holl...@vu.nl wrote:

 On 08 Nov 2014, at 17:20, Tim Berners-Lee ti...@w3.org wrote:

 
  On 2014-11 -05, at 11:19, Hollink, L. l.holl...@vu.nl wrote:
 
  - Dataset announcement -
 
  We are happy to announce the release of a new linked dataset: the
 proceedings of the plenary debates of the European Parliament as Linked
 Open Data..
 
  The dataset covers all plenary debates held in the European Parliament
 (EP) between July 1999 and January 2014, and biographical information about
 the members of parliament. It includes: the monthly sessions of the EP, the
 agenda of debates, the spoken words and translations thereof in 21
 languages; the speakers, their role and the country they represent;
 membership of national parties, European parties and commissions. The data
 is available though a SPARQL endpoint, see
 http://linkedpolitics.ops.few.vu.nl/ for more details.
 
  Please note that this is a first version; we hope you will try it out
 and send us your feedback!
 
  - Access to the data -
  We provide access in three ways:
  • Through a SPARQL endpoint at
 http://linkedpolitics.ops.few.vu.nl/sparql/
  • Using the ClioPatria web interface at
 http://linkedpolitics.ops.few.vu.nl/
  • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.
 
 
  I am on a plane so I can't check but I hope also the data is Linked
 Data,
  in that every URI used can be looked up directly by HTTP GET.
 
 
  TimBL


 Dear Tim,

 Yes it is. Thanks for looking into it!
 E.g.
 curl --location --header Accept:application/rdf+xml
 http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1
 gives:

 ?xml version='1.0' encoding='UTF-8'?
 !DOCTYPE rdf:RDF [
 !ENTITY dc 'http://purl.org/dc/elements/1.1/'
 !ENTITY lp 'http://purl.org/linkedpolitics/vocabulary/'
 !ENTITY lp_eu 'http://purl.org/linkedpolitics/vocabulary/eu/plenary/
 '
 !ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
 !ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'
 ]

 rdf:RDF
 xmlns:dc=dc;
 xmlns:lp=lp;
 xmlns:lp_eu=lp_eu;
 xmlns:rdf=rdf;
 xmlns:xsd=xsd;
 
 lp_eu:Speech rdf:about=
 http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1;
   lp:spokenText xml:lang=en
   – I declare resumed the session of the European Parliament
 adjourned on 7 May 1999, [ … etc.]

 Laura


 








Re: Debates of the European Parliament as LOD

2014-11-12 Thread Sarven Capadisli

On 2014-11-12 16:13, Martin Kaltenböck wrote:

A great approach here would be to tag/annotate the articles with EuroVoc
(http://eurovoc.europa.eu/)


Looks like the URIs end up only pointing to HTML documents e.g.:

curl -v -L -sI http://eurovoc.europa.eu/209392

-Sarven
http://csarven.ca/#i





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Debates of the European Parliament as LOD

2014-11-12 Thread Gannon Dick
Juan,

The G8 Open Data Charter Technical Annex contains Topics and Categories which 
would be a good starting point [1].

I scraped it and linked it with URN's to the US Library of Congress ID Servers. 
 I can supply that table if it would save you some time [2].

--Gannon


[1] 
https://www.gov.uk/government/publications/open-data-charter/g8-open-data-charter-and-technical-annex
[2] http://www.rustprivacy.org/faca/samples/displayStratMLtopics.html

On Wed, 11/12/14, Hollink, L. l.holl...@vu.nl wrote:

 Subject: Re: Debates of the European Parliament as LOD
 To: Juan Sequeda juanfeder...@gmail.com
 Cc: public-lod@w3.org public-lod@w3.org, SW-forum Web 
semantic-...@w3.org
 Date: Wednesday, November 12, 2014, 2:51 AM
 
 
 On 11 Nov 2014, at 23:08, Juan Sequeda juanfeder...@gmail.com
 wrote:
 
 
 
 Laura,
 
 
 
 Is the data tagged or annotated somehow to specific
 topics? 
 
 
 
 
 
 
 
 
 No. What we do have in that direction is the title of the
 agenda item, for example “French Football Federation
 fine” or “Statement by Mr Prodi”. Also, we have info
 on the committee that the speakers work in. E.g. a speech
 from someone in the agriculture committee
  is likely to be about agriculture. However, people can be
 members of multiple committees. 
 
 
 
 Laura
 
 
 
 
 
 
 
 
 
 
 
 
 Juan Sequeda
 
 +1-575-SEQ-UEDA
 
 www.juansequeda.com
 
 
 
 On Tue, Nov 11, 2014
 at 11:00 AM, Hollink, L. 
 l.holl...@vu.nl
 wrote:
 
 
 On 08 Nov 2014, at 17:20, Tim
 Berners-Lee ti...@w3.org
 wrote:
 
 
 
 
 
  On 2014-11 -05, at 11:19, Hollink, L. l.holl...@vu.nl
 wrote:
 
 
 
  - Dataset announcement -
 
 
 
  We are happy to announce the release of a
 new linked dataset: the proceedings of the plenary debates
 of the European Parliament as Linked Open Data..
 
 
 
  The dataset covers all plenary debates held in the
 European Parliament (EP) between July 1999 and January 2014,
 and biographical information about the members of
 parliament. It includes: the monthly sessions of the EP, the
 agenda of debates, the spoken words
  and translations thereof in 21 languages; the speakers,
 their role and the country they represent; membership of
 national parties, European parties and commissions. The data
 is available though a SPARQL endpoint, see
 http://linkedpolitics.ops.few.vu.nl/
 for more details.
 
 
 
  Please note that this is a first version; we hope
 you will try it out and send us your feedback!
 
 
 
  - Access to the data -
 
  We provide access in three ways:
 
  • Through a SPARQL endpoint at 
 http://linkedpolitics.ops.few.vu.nl/sparql/
 
  • Using the ClioPatria web interface at 
 http://linkedpolitics.ops.few.vu.nl/
 
  • By downloading data dumps. See 
 http://linkedpolitics.ops.few.vu.nl/.
 
 
 
 
 
  I am on a plane so I can't check but I hope also
 the data is Linked Data,
 
  in that every URI used can be looked up directly by
 HTTP GET.
 
 
 
 
 
  TimBL
 
 
 
 
 
 Dear Tim,
 
 
 
 Yes it is. Thanks for looking into it!
 
 E.g.
 
         curl --location --header
 Accept:application/rdf+xml 
 http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1
 
 gives:
 
 
 
 ?xml version='1.0'
 encoding='UTF-8'?
 
 !DOCTYPE rdf:RDF [
 
     !ENTITY dc 'http://purl.org/dc/elements/1.1/'
 
     !ENTITY lp 'http://purl.org/linkedpolitics/vocabulary/'
 
     !ENTITY lp_eu 'http://purl.org/linkedpolitics/vocabulary/eu/plenary/'
 
     !ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
 
     !ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'
 
 ]
 
 
 
 rdf:RDF
 
     xmlns:dc=dc;
 
     xmlns:lp=lp;
 
     xmlns:lp_eu=lp_eu;
 
     xmlns:rdf=rdf;
 
     xmlns:xsd=xsd;
 
 
 
 lp_eu:Speech 
rdf:about=http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1;
 
   lp:spokenText xml:lang=en
 
               – I declare resumed the session of
 the European Parliament adjourned on 7 May 1999, [ …
 etc.]
 
 
 
 Laura
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 




Re: Debates of the European Parliament as LOD

2014-11-11 Thread Hollink, L.
On 08 Nov 2014, at 17:20, Tim Berners-Lee ti...@w3.org wrote:

 
 On 2014-11 -05, at 11:19, Hollink, L. l.holl...@vu.nl wrote:
 
 - Dataset announcement -
 
 We are happy to announce the release of a new linked dataset: the 
 proceedings of the plenary debates of the European Parliament as Linked Open 
 Data..
 
 The dataset covers all plenary debates held in the European Parliament (EP) 
 between July 1999 and January 2014, and biographical information about the 
 members of parliament. It includes: the monthly sessions of the EP, the 
 agenda of debates, the spoken words and translations thereof in 21 
 languages; the speakers, their role and the country they represent; 
 membership of national parties, European parties and commissions. The data 
 is available though a SPARQL endpoint, see 
 http://linkedpolitics.ops.few.vu.nl/ for more details.
 
 Please note that this is a first version; we hope you will try it out and 
 send us your feedback!
 
 - Access to the data -
 We provide access in three ways:
 • Through a SPARQL endpoint at http://linkedpolitics.ops.few.vu.nl/sparql/
 • Using the ClioPatria web interface at http://linkedpolitics.ops.few.vu.nl/
 • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.
 
 
 I am on a plane so I can't check but I hope also the data is Linked Data,
 in that every URI used can be looked up directly by HTTP GET.
 
 
 TimBL


Dear Tim, 

Yes it is. Thanks for looking into it!
E.g. 
curl --location --header Accept:application/rdf+xml 
http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1 
gives:

?xml version='1.0' encoding='UTF-8'?
!DOCTYPE rdf:RDF [
!ENTITY dc 'http://purl.org/dc/elements/1.1/'
!ENTITY lp 'http://purl.org/linkedpolitics/vocabulary/'
!ENTITY lp_eu 'http://purl.org/linkedpolitics/vocabulary/eu/plenary/'
!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'
]

rdf:RDF
xmlns:dc=dc;
xmlns:lp=lp;
xmlns:lp_eu=lp_eu;
xmlns:rdf=rdf;
xmlns:xsd=xsd;

lp_eu:Speech 
rdf:about=http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1;
  lp:spokenText xml:lang=en
  – I declare resumed the session of the European Parliament 
adjourned on 7 May 1999, [ … etc.]

Laura


 





Re: Debates of the European Parliament as LOD

2014-11-11 Thread Juan Sequeda
Laura,

Is the data tagged or annotated somehow to specific topics?

Juan Sequeda
+1-575-SEQ-UEDA
www.juansequeda.com

On Tue, Nov 11, 2014 at 11:00 AM, Hollink, L. l.holl...@vu.nl wrote:

 On 08 Nov 2014, at 17:20, Tim Berners-Lee ti...@w3.org wrote:

 
  On 2014-11 -05, at 11:19, Hollink, L. l.holl...@vu.nl wrote:
 
  - Dataset announcement -
 
  We are happy to announce the release of a new linked dataset: the
 proceedings of the plenary debates of the European Parliament as Linked
 Open Data..
 
  The dataset covers all plenary debates held in the European Parliament
 (EP) between July 1999 and January 2014, and biographical information about
 the members of parliament. It includes: the monthly sessions of the EP, the
 agenda of debates, the spoken words and translations thereof in 21
 languages; the speakers, their role and the country they represent;
 membership of national parties, European parties and commissions. The data
 is available though a SPARQL endpoint, see
 http://linkedpolitics.ops.few.vu.nl/ for more details.
 
  Please note that this is a first version; we hope you will try it out
 and send us your feedback!
 
  - Access to the data -
  We provide access in three ways:
  • Through a SPARQL endpoint at
 http://linkedpolitics.ops.few.vu.nl/sparql/
  • Using the ClioPatria web interface at
 http://linkedpolitics.ops.few.vu.nl/
  • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.
 
 
  I am on a plane so I can't check but I hope also the data is Linked Data,
  in that every URI used can be looked up directly by HTTP GET.
 
 
  TimBL


 Dear Tim,

 Yes it is. Thanks for looking into it!
 E.g.
 curl --location --header Accept:application/rdf+xml
 http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1
 gives:

 ?xml version='1.0' encoding='UTF-8'?
 !DOCTYPE rdf:RDF [
 !ENTITY dc 'http://purl.org/dc/elements/1.1/'
 !ENTITY lp 'http://purl.org/linkedpolitics/vocabulary/'
 !ENTITY lp_eu 'http://purl.org/linkedpolitics/vocabulary/eu/plenary/
 '
 !ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
 !ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'
 ]

 rdf:RDF
 xmlns:dc=dc;
 xmlns:lp=lp;
 xmlns:lp_eu=lp_eu;
 xmlns:rdf=rdf;
 xmlns:xsd=xsd;
 
 lp_eu:Speech rdf:about=
 http://purl.org/linkedpolitics/eu/plenary/1999-07-20/Speech_1;
   lp:spokenText xml:lang=en
   – I declare resumed the session of the European Parliament
 adjourned on 7 May 1999, [ … etc.]

 Laura


 






Re: Debates of the European Parliament as LOD

2014-11-10 Thread Stian Soiland-Reyes
Thank you for publishing!

Have you considered describing the datasets using VOID?


On 5 November 2014 11:19, Hollink, L. l.holl...@vu.nl wrote:
 - Dataset announcement -

 We are happy to announce the release of a new linked dataset: the
 proceedings of the plenary debates of the European Parliament as Linked Open
 Data.

 The dataset covers all plenary debates held in the European Parliament (EP)
 between July 1999 and January 2014, and biographical information about the
 members of parliament. It includes: the monthly sessions of the EP, the
 agenda of debates, the spoken words and translations thereof in 21
 languages; the speakers, their role and the country they represent;
 membership of national parties, European parties and commissions. The data
 is available though a SPARQL endpoint, see
 http://linkedpolitics.ops.few.vu.nl/ for more details.

 Please note that this is a first version; we hope you will try it out and
 send us your feedback!

 - Access to the data -
 We provide access in three ways:
 • Through a SPARQL endpoint at http://linkedpolitics.ops.few.vu.nl/sparql/
 • Using the ClioPatria web interface at http://linkedpolitics.ops.few.vu.nl/
 • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.

 We use a CC BY 4.0 license. To acknowledge us, please cite us as: A.E. van
 Aggelen, L. Hollink. Plenary debates of the European Parliament as Linked
 Open Data. http://www.talkofeurope.eu/data/. Website accessed on [fill in
 date].

 - Origins the data -
 To generate data on the plenary debates, we generated RDF from the HTML
 pages published on the official website of the EP [2]. We collaborated with
 the Political Mashup project [3], who provided scripts to scrape the HTML
 pages. The bibliographical data about members of parliament comes from the
 Automated Database of the European Parliament by Bjørn Høyland of the
 University of Oslo [4]. We translated this database to RDF, linked it to the
 debate data, and made it available as Linked Data as part of the dataset.

 - Talk of Europe project -
 The data was created within the Talk of Europe project [1]. To stimulate
 people to work with our data, we organise a series of Creative Camps with
 bursaries for participants. The next call for participation is expected to
 open in January 2015. We look forward to your proposals!

 If you would like to keep informed about this dataset, the Talk of Europe
 project and the Creative Camps, please register for our mailinglist at
 http://www.talkofeurope.eu/contact/ .

 Kind regards

 Laura Hollink,
 on behalf of the Talk of Europe project partners:
 - Erasmus University Rotterdam / Erasmus Studio (Max Kemman, Martijn Kleppe,
 Henri Beunders)
 - VU University Amsterdam (Astrid van Aggelen, Laura Hollink)
 - The Netherlands Institute for Sound and Vision (Johan Oomen, Jaap Blom,
 Victor de Boer)
 - DANS (Marnix van Berchum)

 The Talk of Europe project is supported by CLARIN_NL, CLARIN-ERIC and NWO.

 [1] http://talkofeurope..eu/
 [2] http://europarl.europa.eu/
 [3] http://politicalmashup.nl/
 [4] http://folk.uio.no/bjornkho/MEP/

 --- --- --- --- ---
 Laura Hollink
 Assistant Professor
 Web and Media group
 VU University Amsterdam
 http://www.cs.vu.nl/~laurah/



-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester
http://soiland-reyes.com/stian/work/ http://orcid.org/-0001-9842-9718



Re: Debates of the European Parliament as LOD

2014-11-10 Thread Kingsley Idehen

On 11/5/14 6:19 AM, Hollink, L. wrote:

- Dataset announcement -

We are happy to announce the release of a new linked dataset: the 
proceedings of the plenary debates of the European Parliament as 
Linked Open Data.


The dataset covers all plenary debates held in the European Parliament 
(EP) between July 1999 and January 2014, and biographical information 
about the members of parliament. It includes: the monthly sessions of 
the EP, the agenda of debates, the spoken words and translations 
thereof in 21 languages; the speakers, their role and the country they 
represent; membership of national parties, European parties and 
commissions. The data is available though a SPARQL endpoint, see 
http://linkedpolitics.ops.few.vu.nl/ for more details.


Please note that this is a first version; we hope you will try it out 
and send us your feedback!


Good Job!

I was able to build a SPARQL-FED query [1], and then use the HTTP URIs 
exposed in the query results page for follow-my-nose based exploration 
and drill-down/ .



[1] http://bit.ly/sparql-fed-against-eu-parliament-debates-endpoint .

--
Regards,

Kingsley Idehen 
Founder  CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog 1: http://kidehen.blogspot.com
Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen
Twitter Profile: https://twitter.com/kidehen
Google+ Profile: https://plus.google.com/+KingsleyIdehen/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen
Personal WebID: http://kingsley.idehen.net/dataspace/person/kidehen#this




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Debates of the European Parliament as LOD

2014-11-08 Thread Tim Berners-Lee

On 2014-11 -05, at 11:19, Hollink, L. l.holl...@vu.nl wrote:

 - Dataset announcement -
 
 We are happy to announce the release of a new linked dataset: the proceedings 
 of the plenary debates of the European Parliament as Linked Open Data.
 
 The dataset covers all plenary debates held in the European Parliament (EP) 
 between July 1999 and January 2014, and biographical information about the 
 members of parliament. It includes: the monthly sessions of the EP, the 
 agenda of debates, the spoken words and translations thereof in 21 languages; 
 the speakers, their role and the country they represent; membership of 
 national parties, European parties and commissions. The data is available 
 though a SPARQL endpoint, see http://linkedpolitics.ops.few.vu.nl/ for more 
 details.
 
 Please note that this is a first version; we hope you will try it out and 
 send us your feedback!
 
 - Access to the data -
 We provide access in three ways:
 • Through a SPARQL endpoint at http://linkedpolitics.ops.few.vu.nl/sparql/
 • Using the ClioPatria web interface at http://linkedpolitics.ops.few.vu.nl/
 • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.
 

I am on a plane so I can't check but I hope also the data is Linked Data,
in that every URI used can be looked up directly by HTTP GET.


TimBL



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Debates of the European Parliament as LOD

2014-11-07 Thread Ruben Verborgh
Dear Laura,

 As you said (in your other email) it would be good to add some info on where 
 this data came from. At the moment people don’t know what this dataset is 
 about when they access it on http://data.linkeddatafragments.org, and also we 
 would not mind to be acknowledged ;) 

Rest assured that more metadata will be coming; we just have to add this 
functionality to the server implementation.
It's on the planned feature list :-)

Best,

Ruben


Re: Debates of the European Parliament as LOD

2014-11-07 Thread Hollink, L.
Dear Bernard, Ghislain,

I’ll look into it!

Laura


On 06 Nov 2014, at 14:46, Bernard Vatant 
bernard.vat...@mondeca.commailto:bernard.vat...@mondeca.com wrote:

+1

http://purl.org/linkedpolitics/vocabulary/404
http://purl.org/linkedpolitics/vocabulary/eu/plenary/404

Those vocabularies SHOULD be available from their URI namespace indeed - and of 
course are candidates for inclusion LOV as soon as they are.

Looking forward for this !

2014-11-06 14:31 GMT+01:00 Ghislain Atemezing 
auguste.atemez...@eurecom.frmailto:auguste.atemez...@eurecom.fr:
Dear Laura,

Thanks again  for this great dataset !
Please note that this is a first version; we hope you will try it out and send 
us your feedback!

Regarding the vocabulary used for the dataset, it would be great to have it 
inserted into LOV [a].
Currently in LOV, only two vocabularies seem to deal with politics [1]. So, it 
will be useful for other publishers to reuse the one you implemented.
When the dereferencing issue is solved [2],  it will be a pleasure for us to 
have the vocabulary in the LOV catalogue.

Best,
Ghislain

[a] http://lov.okfn.org/dataset/lov/
[1] http://lov.okfn.org/dataset/lov/search?q=politics
[2] 
http://validator.linkeddata.org/vapour?uri=http%3A%2F%2Fpurl.org%2Flinkedpolitics%2Fvocabulary%2FdefaultResponse=dontminduserAgent=vapour.sourceforge.nethttp://validator.linkeddata.org/vapour?uri=http://purl.org/linkedpolitics/vocabulary/defaultResponse=dontminduserAgent=vapour.sourceforge.net



--
Bernard Vatant
Vocabularies  Data Engineering
Tel :  + 33 (0)9 71 48 84 59
Skype : bernard.vatant
http://google.com/+BernardVatant

Mondeca
35 boulevard de Strasbourg 75010 Paris
www.mondeca.comhttp://www.mondeca.com/
Follow us on Twitter : @mondecanewshttp://twitter.com/#%21/mondecanews
--



Re: Debates of the European Parliament as LOD

2014-11-06 Thread Ruben Verborgh
Dear Laura, all,

Thanks for publishing this dataset under an open license,
this is a great example of the power of Linked Data!

We have made the dataset available as triple pattern fragments
under the following URL: http://data.linkeddatafragments.org/linkedpolitics.
This data can now be queried with a Linked Data Fragments client
(https://github.com/LinkedDataFragments/Client.js).

If people are interested, we can add some example queries
to the online client (http://client.linkeddatafragments.org/).

Best regards,

Ruben



Re: Debates of the European Parliament as LOD

2014-11-06 Thread Ghislain Atemezing
Dear Laura,

Thanks again  for this great dataset ! 
 Please note that this is a first version; we hope you will try it out and 
 send us your feedback!

Regarding the vocabulary used for the dataset, it would be great to have it 
inserted into LOV [a].
Currently in LOV, only two vocabularies seem to deal with politics [1]. So, it 
will be useful for other publishers to reuse the one you implemented.
When the dereferencing issue is solved [2],  it will be a pleasure for us to 
have the vocabulary in the LOV catalogue.

Best,
Ghislain

[a] http://lov.okfn.org/dataset/lov/ 
[1] http://lov.okfn.org/dataset/lov/search?q=politics 
[2] 
http://validator.linkeddata.org/vapour?uri=http%3A%2F%2Fpurl.org%2Flinkedpolitics%2Fvocabulary%2FdefaultResponse=dontminduserAgent=vapour.sourceforge.net

Re: Debates of the European Parliament as LOD

2014-11-06 Thread Bernard Vatant
+1

http://purl.org/linkedpolitics/vocabulary/404
http://purl.org/linkedpolitics/vocabulary/eu/plenary/404

Those vocabularies SHOULD be available from their URI namespace indeed -
and of course are candidates for inclusion LOV as soon as they are.

Looking forward for this !

2014-11-06 14:31 GMT+01:00 Ghislain Atemezing auguste.atemez...@eurecom.fr
:

 Dear Laura,

 Thanks again  for this great dataset !

 Please note that this is a first version; we hope you will try it out and
 send us your feedback!


 Regarding the vocabulary used for the dataset, it would be great to have
 it inserted into LOV [a].
 Currently in LOV, only two vocabularies seem to deal with politics [1].
 So, it will be useful for other publishers to reuse the one you implemented.
 When the dereferencing issue is solved [2],  it will be a pleasure for us
 to have the vocabulary in the LOV catalogue.

 Best,
 Ghislain

 [a] http://lov.okfn.org/dataset/lov/
 [1] http://lov.okfn.org/dataset/lov/search?q=politics
 [2]
 http://validator.linkeddata.org/vapour?uri=http%3A%2F%2Fpurl.org%2Flinkedpolitics%2Fvocabulary%2FdefaultResponse=dontminduserAgent=vapour.sourceforge.net
 http://validator.linkeddata.org/vapour?uri=http://purl.org/linkedpolitics/vocabulary/defaultResponse=dontminduserAgent=vapour.sourceforge.net




-- 

*Bernard Vatant*
Vocabularies  Data Engineering
Tel :  + 33 (0)9 71 48 84 59
Skype : bernard.vatant
http://google.com/+BernardVatant

*Mondeca*
35 boulevard de Strasbourg 75010 Paris
www.mondeca.com
Follow us on Twitter : @mondecanews http://twitter.com/#%21/mondecanews
--


Re: Debates of the European Parliament as LOD

2014-11-06 Thread Alfredo Serafini
great! :-)

2014-11-06 11:31 GMT+01:00 Ruben Verborgh ruben.verbo...@ugent.be:

 Dear Laura, all,

 Thanks for publishing this dataset under an open license,
 this is a great example of the power of Linked Data!

 We have made the dataset available as triple pattern fragments
 under the following URL:
 http://data.linkeddatafragments.org/linkedpolitics.
 This data can now be queried with a Linked Data Fragments client
 (https://github.com/LinkedDataFragments/Client.js).

 If people are interested, we can add some example queries
 to the online client (http://client.linkeddatafragments.org/).

 Best regards,

 Ruben



Re: Debates of the European Parliament as LOD

2014-11-05 Thread Alfredo Serafini
Great! :-)

unfortunately all the services are currently down :-(

2014-11-05 12:19 GMT+01:00 Hollink, L. l.holl...@vu.nl:

  - Dataset announcement -

 We are happy to announce the release of a new linked dataset: the
 proceedings of the plenary debates of the European Parliament as Linked
 Open Data.

 The dataset covers all plenary debates held in the European Parliament
 (EP) between July 1999 and January 2014, and biographical information about
 the members of parliament. It includes: the monthly sessions of the EP, the
 agenda of debates, the spoken words and translations thereof in 21
 languages; the speakers, their role and the country they represent;
 membership of national parties, European parties and commissions. The data
 is available though a SPARQL endpoint, see
 http://linkedpolitics.ops.few.vu.nl/ for more details.

 Please note that this is a first version; we hope you will try it out and
 send us your feedback!

 - Access to the data -
 We provide access in three ways:
 • Through a SPARQL endpoint at http://linkedpolitics.ops.few.vu.nl/sparql/
 • Using the ClioPatria web interface at
 http://linkedpolitics.ops.few.vu.nl/
 • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.

 We use a CC BY 4.0 license. To acknowledge us, please cite us as: *A.E.
 van Aggelen, L. Hollink. Plenary debates of the European Parliament as
 Linked Open Data. http://www.talkofeurope.eu/data/
 http://www.talkofeurope.eu/data/. Website accessed on [*fill in date*].*

  - Origins the data -
 To generate data on the plenary debates, we generated RDF from the HTML
 pages published on the official website of the EP [2]. We collaborated with
 the Political Mashup project [3], who provided scripts to scrape the HTML
 pages. The bibliographical data about members of parliament comes from the
 Automated Database of the European Parliament by Bjørn Høyland of the
 University of Oslo [4]. We translated this database to RDF, linked it to
 the debate data, and made it available as Linked Data as part of the
 dataset.

  - Talk of Europe project -
 The data was created within the Talk of Europe
 http://www.talkofeurope.eu project [1]. To stimulate people to work
 with our data, we organise a series of Creative Camps with bursaries for
 participants. The next call for participation is expected to open in
 January 2015. We look forward to your proposals!

  If you would like to keep informed about this dataset, the Talk of
 Europe project and the Creative Camps, please register for our mailinglist
 at http://www.talkofeurope.eu/contact/ .

  Kind regards

 Laura Hollink,
 on behalf of the Talk of Europe project partners:
 - Erasmus University Rotterdam / Erasmus Studio (Max Kemman, Martijn
 Kleppe, Henri Beunders)
 - VU University Amsterdam (Astrid van Aggelen, Laura Hollink)
 - The Netherlands Institute for Sound and Vision (Johan Oomen, Jaap Blom,
 Victor de Boer)
 - DANS (Marnix van Berchum)

  The Talk of Europe project is supported by CLARIN_NL, CLARIN-ERIC and
 NWO.

 [1] http://talkofeurope..eu/ http://talkofeurope.eu/
 [2] http://europarl.europa.eu/
 [3] http://politicalmashup.nl/
 [4] http://folk.uio.no/bjornkho/MEP/

 --- --- --- --- ---
 Laura Hollink
 Assistant Professor
 Web and Media group
 VU University Amsterdam
 http://www.cs.vu.nl/~laurah/



Re: Debates of the European Parliament as LOD

2014-11-05 Thread Pieter Colpaert

Hi Laura,

What Alfredo said: all the services are down. Maybe it's interesting to 
choose a more light-weight LOD publishing mechanism which focuses on 
availability [1]?


A public question: does your project intend on updating this data 
regularly with new debates?


Kind regards,

Pieter

[1] Check e.g., http://linkeddatafragments.org or host data dumps on a CDN

On 2014-11-05 12:45, Alfredo Serafini wrote:

Great! :-)

unfortunately all the services are currently down :-(

2014-11-05 12:19 GMT+01:00 Hollink, L. l.holl...@vu.nl 
mailto:l.holl...@vu.nl:


- Dataset announcement -

We are happy to announce the release of a new linked dataset: the
proceedings of the plenary debates of the European Parliament as
Linked Open Data.

The dataset covers all plenary debates held in the European
Parliament (EP) between July 1999 and January 2014, and
biographical information about the members of parliament. It
includes: the monthly sessions of the EP, the agenda of debates,
the spoken words and translations thereof in 21 languages; the
speakers, their role and the country they represent; membership of
national parties, European parties and commissions. The data is
available though a SPARQL endpoint, see
http://linkedpolitics.ops.few.vu.nl/ for more details.

Please note that this is a first version; we hope you will try it
out and send us your feedback!

- Access to the data -
We provide access in three ways:
• Through a SPARQL endpoint at
http://linkedpolitics.ops.few.vu.nl/sparql/
• Using the ClioPatria web interface at
http://linkedpolitics.ops.few.vu.nl/
• By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.

We use a CC BY 4.0 license. To acknowledge us, please cite us as:
/A.E. van Aggelen, L. Hollink. Plenary debates of the European
Parliament as Linked Open Data. http://www.talkofeurope.eu/data/.
Website accessed on [/fill in date/]./

- Origins the data -
To generate data on the plenary debates, we generated RDF from the
HTML pages published on the official website of the EP [2]. We
collaborated with the Political Mashup project [3], who provided
scripts to scrape the HTML pages. The bibliographical data about
members of parliament comes from the Automated Database of the
European Parliament by Bjørn Høyland of the University of Oslo
[4]. We translated this database to RDF, linked it to the debate
data, and made it available as Linked Data as part of the dataset.
/
/
- Talk of Europe project -
The data was created within the Talk of Europe
http://www.talkofeurope.eu project [1]. To stimulate people to
work with our data, we organise a series of Creative Camps with
bursaries for participants. The next call for participation is
expected to open in January 2015. We look forward to your proposals!

If you would like to keep informed about this dataset, the Talk of
Europe project and the Creative Camps, please register for our
mailinglist at http://www.talkofeurope.eu/contact/ .

Kind regards

Laura Hollink,
on behalf of the Talk of Europe project partners:
- Erasmus University Rotterdam / Erasmus Studio (Max Kemman,
Martijn Kleppe, Henri Beunders)
- VU University Amsterdam (Astrid van Aggelen, Laura Hollink)
- The Netherlands Institute for Sound and Vision (Johan Oomen,
Jaap Blom, Victor de Boer)
- DANS (Marnix van Berchum)

The Talk of Europe project is supported by CLARIN_NL, CLARIN-ERIC
and NWO.

[1] http://talkofeurope..eu/ http://talkofeurope.eu/
[2] http://europarl.europa.eu/
[3] http://politicalmashup.nl/
[4] http://folk.uio.no/bjornkho/MEP/

--- --- --- --- ---
Laura Hollink
Assistant Professor
Web and Media group
VU University Amsterdam
http://www.cs.vu.nl/~laurah/ http://www.cs.vu.nl/%7Elaurah/





--

+32 486 74 71 22

Open Knowledge Foundation Belgium
http://okfn.be

Open Transport Working Group OKFN
http://transport.okfn.org



Re: Debates of the European Parliament as LOD

2014-11-05 Thread Alfredo Serafini
Thanks Laura!
I'll make some test on the data, I'm really curious about them...

Alfredo

+1 for me too on LDF as a parallel publishing

2014-11-05 13:55 GMT+01:00 Hollink, L. l.holl...@vu.nl:

  Dear Alfredo, Pieter,

  The service is up again. Sorry for the inconvenience! We might have to
 to look into alternative publishing mechanisms in the future. For now, I
 hope everything is stable. Please let me know if you notice any hiccups.

  Yes, in the Talk of Europe project we do intend to update this data
 every now and then, but not continuously.

  Best regards,
 Laura



  On 05 Nov 2014, at 13:04, Pieter Colpaert pieter.colpa...@okfn.org
 wrote:

  Hi Laura,

 What Alfredo said: all the services are down. Maybe it's interesting to
 choose a more light-weight LOD publishing mechanism which focuses on
 availability [1]?

 A public question: does your project intend on updating this data
 regularly with new debates?

 Kind regards,

 Pieter

 [1] Check e.g., http://linkeddatafragments.org or host data dumps on a CDN

 On 2014-11-05 12:45, Alfredo Serafini wrote:

 Great! :-)

  unfortunately all the services are currently down :-(

 2014-11-05 12:19 GMT+01:00 Hollink, L. l.holl...@vu.nl:

 - Dataset announcement -

 We are happy to announce the release of a new linked dataset: the
 proceedings of the plenary debates of the European Parliament as Linked
 Open Data.

 The dataset covers all plenary debates held in the European Parliament
 (EP) between July 1999 and January 2014, and biographical information about
 the members of parliament. It includes: the monthly sessions of the EP, the
 agenda of debates, the spoken words and translations thereof in 21
 languages; the speakers, their role and the country they represent;
 membership of national parties, European parties and commissions. The data
 is available though a SPARQL endpoint, see
 http://linkedpolitics.ops.few.vu.nl/ for more details.

 Please note that this is a first version; we hope you will try it out and
 send us your feedback!

 - Access to the data -
 We provide access in three ways:
 • Through a SPARQL endpoint at
 http://linkedpolitics.ops.few.vu.nl/sparql/
 • Using the ClioPatria web interface at
 http://linkedpolitics.ops.few.vu.nl/
 • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.

 We use a CC BY 4.0 license. To acknowledge us, please cite us as: *A.E.
 van Aggelen, L. Hollink. Plenary debates of the European Parliament as
 Linked Open Data. http://www.talkofeurope.eu/data/
 http://www.talkofeurope.eu/data/. Website accessed on [*fill in date
 *].*

  - Origins the data -
 To generate data on the plenary debates, we generated RDF from the HTML
 pages published on the official website of the EP [2]. We collaborated with
 the Political Mashup project [3], who provided scripts to scrape the HTML
 pages. The bibliographical data about members of parliament comes from the
 Automated Database of the European Parliament by Bjørn Høyland of the
 University of Oslo [4]. We translated this database to RDF, linked it to
 the debate data, and made it available as Linked Data as part of the
 dataset.

  - Talk of Europe project -
 The data was created within the Talk of Europe
 http://www.talkofeurope.eu/ project [1]. To stimulate people to work
 with our data, we organise a series of Creative Camps with bursaries for
 participants. The next call for participation is expected to open in
 January 2015. We look forward to your proposals!

  If you would like to keep informed about this dataset, the Talk of
 Europe project and the Creative Camps, please register for our mailinglist
 at http://www.talkofeurope.eu/contact/ .

  Kind regards

 Laura Hollink,
 on behalf of the Talk of Europe project partners:
 - Erasmus University Rotterdam / Erasmus Studio (Max Kemman, Martijn
 Kleppe, Henri Beunders)
 - VU University Amsterdam (Astrid van Aggelen, Laura Hollink)
 - The Netherlands Institute for Sound and Vision (Johan Oomen, Jaap Blom,
 Victor de Boer)
 - DANS (Marnix van Berchum)

  The Talk of Europe project is supported by CLARIN_NL, CLARIN-ERIC and
 NWO.

 [1] http://talkofeurope..eu/ http://talkofeurope.eu/
 [2] http://europarl.europa.eu/
 [3] http://politicalmashup.nl/
 [4] http://folk.uio.no/bjornkho/MEP/

 --- --- --- --- ---
 Laura Hollink
 Assistant Professor
 Web and Media group
 VU University Amsterdam
 http://www.cs.vu.nl/~laurah/




 --
 +32 486 74 71 22

 Open Knowledge Foundation Belgiumhttp://okfn.be

 Open Transport Working Group OKFNhttp://transport.okfn.org





Re: Debates of the European Parliament as LOD

2014-11-05 Thread Hollink, L.
Dear Alfredo, Pieter,

The service is up again. Sorry for the inconvenience! We might have to to look 
into alternative publishing mechanisms in the future. For now, I hope 
everything is stable. Please let me know if you notice any hiccups.

Yes, in the Talk of Europe project we do intend to update this data every now 
and then, but not continuously.

Best regards,
Laura



On 05 Nov 2014, at 13:04, Pieter Colpaert 
pieter.colpa...@okfn.orgmailto:pieter.colpa...@okfn.org wrote:

Hi Laura,

What Alfredo said: all the services are down. Maybe it's interesting to choose 
a more light-weight LOD publishing mechanism which focuses on availability [1]?

A public question: does your project intend on updating this data regularly 
with new debates?

Kind regards,

Pieter

[1] Check e.g., http://linkeddatafragments.orghttp://linkeddatafragments.org/ 
or host data dumps on a CDN

On 2014-11-05 12:45, Alfredo Serafini wrote:
Great! :-)

unfortunately all the services are currently down :-(

2014-11-05 12:19 GMT+01:00 Hollink, L. 
l.holl...@vu.nlmailto:l.holl...@vu..nl:
- Dataset announcement -

We are happy to announce the release of a new linked dataset: the proceedings 
of the plenary debates of the European Parliament as Linked Open Data.

The dataset covers all plenary debates held in the European Parliament (EP) 
between July 1999 and January 2014, and biographical information about the 
members of parliament. It includes: the monthly sessions of the EP, the agenda 
of debates, the spoken words and translations thereof in 21 languages; the 
speakers, their role and the country they represent; membership of national 
parties, European parties and commissions. The data is available though a 
SPARQL endpoint, see http://linkedpolitics.ops.few.vu.nl/ for more details.

Please note that this is a first version; we hope you will try it out and send 
us your feedback!

- Access to the data -
We provide access in three ways:
• Through a SPARQL endpoint at http://linkedpolitics.ops.few.vu.nl/sparql/
• Using the ClioPatria web interface at http://linkedpolitics.ops.few.vu.nl/
• By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.

We use a CC BY 4.0 license. To acknowledge us, please cite us as: A.E. van 
Aggelen, L. Hollink. Plenary debates of the European Parliament as Linked Open 
Data. http://www.talkofeurope.eu/data/. Website accessed on [fill in date].

- Origins the data -
To generate data on the plenary debates, we generated RDF from the HTML pages 
published on the official website of the EP [2]. We collaborated with the 
Political Mashup project [3], who provided scripts to scrape the HTML pages. 
The bibliographical data about members of parliament comes from the Automated 
Database of the European Parliament by Bjørn Høyland of the University of Oslo 
[4]. We translated this database to RDF, linked it to the debate data, and made 
it available as Linked Data as part of the dataset.

- Talk of Europe project -
The data was created within the Talk of Europehttp://www.talkofeurope.eu/ 
project [1]. To stimulate people to work with our data, we organise a series of 
Creative Camps with bursaries for participants. The next call for participation 
is expected to open in January 2015. We look forward to your proposals!

If you would like to keep informed about this dataset, the Talk of Europe 
project and the Creative Camps, please register for our mailinglist at 
http://www.talkofeurope.eu/contact/ .

Kind regards

Laura Hollink,
on behalf of the Talk of Europe project partners:
- Erasmus University Rotterdam / Erasmus Studio (Max Kemman, Martijn Kleppe, 
Henri Beunders)
- VU University Amsterdam (Astrid van Aggelen, Laura Hollink)
- The Netherlands Institute for Sound and Vision (Johan Oomen, Jaap Blom, 
Victor de Boer)
- DANS (Marnix van Berchum)

The Talk of Europe project is supported by CLARIN_NL, CLARIN-ERIC and NWO.

[1] http://talkofeurope..eu/http://talkofeurope.eu/
[2] http://europarl.europa.eu/
[3] http://politicalmashup.nl/
[4] http://folk.uio.no/bjornkho/MEP/

--- --- --- --- ---
Laura Hollink
Assistant Professor
Web and Media group
VU University Amsterdam
http://www.cs.vu.nl/~laurah/http://www.cs.vu.nl/%7Elaurah/




--

+32 486 74 71 22

Open Knowledge Foundation Belgium
http://okfn.behttp://okfn.be/

Open Transport Working Group OKFN
http://transport.okfn.orghttp://transport.okfn.org/




Re: Debates of the European Parliament as LOD

2014-11-05 Thread Andreas Kuckartz
Hello,

those interested in such work should also consider joining the W3C Open
Government Community Group:
http://www.w3.org/community/opengov/

Cheers,
Andreas
---

Hollink, L. wrote:
 - Dataset announcement -
 
 We are happy to announce the release of a new linked dataset: the
 proceedings of the plenary debates of the European Parliament as Linked
 Open Data.
 
 The dataset covers all plenary debates held in the European Parliament
 (EP) between July 1999 and January 2014, and biographical information
 about the members of parliament. It includes: the monthly sessions of
 the EP, the agenda of debates, the spoken words and translations thereof
 in 21 languages; the speakers, their role and the country they
 represent; membership of national parties, European parties and
 commissions. The data is available though a SPARQL endpoint,
 see http://linkedpolitics.ops.few.vu.nl/ for more details.
 
 Please note that this is a first version; we hope you will try it out
 and send us your feedback!
 
 - Access to the data -
 We provide access in three ways:
 • Through a SPARQL endpoint at http://linkedpolitics.ops.few.vu.nl/sparql/
 • Using the ClioPatria web interface at http://linkedpolitics.ops.few.vu.nl/
 • By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.
 
 We use a CC BY 4.0 license. To acknowledge us, please cite us as: /A.E.
 van Aggelen, L. Hollink. Plenary debates of the European Parliament as
 Linked Open Data. http://www.talkofeurope.eu/data/. Website accessed on
 [/fill in date/]./
 
 - Origins the data -
 To generate data on the plenary debates, we generated RDF from the HTML
 pages published on the official website of the EP [2]. We collaborated
 with the Political Mashup project [3], who provided scripts to scrape
 the HTML pages. The bibliographical data about members of parliament
 comes from the Automated Database of the European Parliament by Bjørn
 Høyland of the University of Oslo [4]. We translated this database to
 RDF, linked it to the debate data, and made it available as Linked Data
 as part of the dataset.
 /
 /
 - Talk of Europe project -
 The data was created within the Talk of Europe
 http://www.talkofeurope.eu project [1]. To stimulate people to work
 with our data, we organise a series of Creative Camps with bursaries for
 participants. The next call for participation is expected to open in
 January 2015. We look forward to your proposals!
 
 If you would like to keep informed about this dataset, the Talk of
 Europe project and the Creative Camps, please register for our
 mailinglist at http://www.talkofeurope.eu/contact/ .
 
 Kind regards
 
 Laura Hollink, 
 on behalf of the Talk of Europe project partners:
 - Erasmus University Rotterdam / Erasmus Studio (Max Kemman, Martijn
 Kleppe, Henri Beunders)
 - VU University Amsterdam (Astrid van Aggelen, Laura Hollink)
 - The Netherlands Institute for Sound and Vision (Johan Oomen, Jaap
 Blom, Victor de Boer)
 - DANS (Marnix van Berchum)
 
 The Talk of Europe project is supported by CLARIN_NL, CLARIN-ERIC and NWO.
 
 [1] http://talkofeurope..eu/ http://talkofeurope.eu/
 [2] http://europarl.europa.eu/
 [3] http://politicalmashup.nl/
 [4] http://folk.uio.no/bjornkho/MEP/
 
 --- --- --- --- ---
 Laura Hollink
 Assistant Professor
 Web and Media group
 VU University Amsterdam
 http://www.cs.vu.nl/~laurah/



Debates of the European Parliament as LOD

2014-10-03 Thread Hollink, L.
- Dataset announcement -

We are happy to announce the release of a new linked dataset: the proceedings 
of the plenary debates of the European Parliament as Linked Open Data.

The dataset covers all plenary debates held in the European Parliament (EP) 
between July 1999 and January 2014, and biographical information about the 
members of parliament. It includes: the monthly sessions of the EP, the agenda 
of debates, the spoken words and translations thereof in 21 languages; the 
speakers, their role and the country they represent; membership of national 
parties, European parties and commissions. The data is available though a 
SPARQL endpoint, see http://linkedpolitics.ops.few.vu.nl/ for more details.

Please note that this is a first version; we hope you will try it out and send 
us your feedback!

- Context -
The data was created within the Talk of Europe project [1]. To obtain data on 
the plenary debates, we generated RDF from the HTML pages published on the 
official website of the EP [2]. We collaborated with the Political Mashup 
project [3], who provided scripts to scrape the HTML pages. The bibliographical 
data about members of parliament comes from the Automated Database of the 
European Parliament by Bjørn Høyland of the University of Oslo [4]. We 
translated this database to RDF, linked it to the debate data, and made it 
available as Linked Data as part of the Talk of Europe dataset.

- Access to the data -
We provide access in three ways:
• Through a SPARQL endpoint at 
http://linkedpolitics.ops.few.vu.nl/sparql/
• Using the ClioPatria web interface at 
http://linkedpolitics.ops.few.vu..nl/
• By downloading data dumps. See http://linkedpolitics.ops.few.vu.nl/.

We use a CC BY 4.0 license. To acknowledge us, please provide a link to the 
Talk of Europe project website http://talkofeurope.eu/.

Kind regards,
Laura Hollink

[1] http://talkofeurope.eu/
[2] http://europarl.europa.eu/
[3] http://politicalmashup.nl/
[4] http://folk.uio.no/bjornkho/MEP/

--- --- --- --- ---
Laura Hollink
Assistant Professor
Web and Media group
VU University Amsterdam
http://www.cs.vu.nl/~laurah/