Freitag, 24. Juni 2011

Re: [public-lod2] [lod2] OpenDataChallenge.org winners announced and PublicData.eu beta launched at Digital Agenda Assembly

It is usually nice to put up a snorql (nice little html+js thing
by cygri) in front of the endpoint, say at /snorql/ so that people
can point their web browsers at it and try queries.

For example, see http://semantic.ckan.net/snorql/

The (perfectly reasonable) 500 error that 4s-httpd gives you when
you don't supply a query is confusing to some people (thinking
about it, it should robably be a 400 actually, but that would
still be confusing...)

-w

* [2011-06-24 13:48:56 +0200] Friedrich Lindenberg <friedrich.lindenberg@okfn.org> écrit:

] Hi Bert,
]
] thanks for your message. While accessing the SPARQL endpoint without a
] request will get you a HTTP 500 error (no query), the thing itself
] seems to work:
]
] >>> from SPARQLWrapper import SPARQLWrapper, JSON
] >>> sparql = SPARQLWrapper("http://publicdata.eu/rdf/sparql")
] >>> sparql.setQuery("""SELECT * WHERE { ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> . }""")
] >>> sparql.setReturnFormat(JSON)
] >>> results = sparql.query().convert()
] >>> len(results['results']['bindings'])
] 20000
]
] Can you perhaps detail on the problem a bit? I realize that this
] doesn't have a query interface like many other linked data sites but
] quite frankly I don't understand the fascination with these things:
] less than a percent of the site users will know how to use a SPARQL
] interface and for those programmatic access is much more relevant than
] a HTML UI. Nobody offers SQL prompts on their normal applications,
] either.
]
] - Friedrich
]
]
] On Fri, Jun 24, 2011 at 8:46 AM, Bert Van Nuffelen
] <bert.van.nuffelen@tenforce.com> wrote:
] > Hi Johathan,
] >
] > I browsed the publicdata.eu site and clicked on the SPARQL endpoint
] > and it turns to be dead http://publicdata.eu/rdf/sparql
] >
] > Can you forward this message to the right person.
] > I did not find an email address for technical support on the site.
] >
] > kind regards,
] >
] > Bert
] >
] >
] > 2011/6/23 Jonathan Gray <jonathan.gray@okfn.org>:
] >> FYI
] >>
] >> http://lod2.eu/BlogPost/427-opendatachallenge-org-winners-announced-and-publicdata-eu-beta-launched-at-digital-agenda-assembly.html
] >>
] >> --
] >> Jonathan Gray
] >>
] >> Community Coordinator
] >> The Open Knowledge Foundation
] >> http://blog.okfn.org
] >>
] >> http://twitter.com/jwyg
] >> http://identi.ca/jwyg
] >>
] >> _______________________________________________
] >> lod2 mailing list
] >> lod2@lists.okfn.org
] >> http://lists.okfn.org/mailman/listinfo/lod2
] >> _______________________________________________
] >> lod2 mailing list
] >> lod2@lists.informatik.uni-leipzig.de
] >> http://lists.informatik.uni-leipzig.de/mailman/listinfo/lod2
] >>
] >
] >
] >
] > --
] > Bert Van Nuffelen
] >
] > Semantic Technologies Software Architect at TenForce
] > www.tenforce.be
] >
] > Bert.Van.Nuffelen@tenforce.com
] > Office: +32 (0)16 31 48 60
] > Mobile:+32 479 06 24 26
] > skype: bert.van.nuffelen
] >
] > _______________________________________________
] > lod2 mailing list
] > lod2@lists.okfn.org
] > http://lists.okfn.org/mailman/listinfo/lod2
] > _______________________________________________
] > lod2 mailing list
] > lod2@lists.informatik.uni-leipzig.de
] > http://lists.informatik.uni-leipzig.de/mailman/listinfo/lod2
] >
]
]
]
] --
] Open Knowledge Foundation
] Promoting Open Knowledge in a Digital Age
] http://www.okfn.org/ - http://blog.okfn.org/
]
] http://twitter.com/pudo
] http://pudo.org
]
] _______________________________________________
] lod2 mailing list
] lod2@lists.okfn.org
] http://lists.okfn.org/mailman/listinfo/lod2
] _______________________________________________
] lod2 mailing list
] lod2@lists.informatik.uni-leipzig.de
] http://lists.informatik.uni-leipzig.de/mailman/listinfo/lod2

--
William Waites <mailto:ww@styx.org>
http://river.styx.org/ww/ <sip:ww@styx.org>
F4B3 39BF E775 CF42 0BAB 3DF0 BE40 A6DF B06F FD45

_______________________________________________
lod2 mailing list
lod2@lists.okfn.org
http://lists.okfn.org/mailman/listinfo/lod2

Re: [public-lod2] [lod2] OpenDataChallenge.org winners announced and PublicData.eu beta launched at Digital Agenda Assembly

Hi Bert,

thanks for your message. While accessing the SPARQL endpoint without a
request will get you a HTTP 500 error (no query), the thing itself
seems to work:

>>> from SPARQLWrapper import SPARQLWrapper, JSON
>>> sparql = SPARQLWrapper("http://publicdata.eu/rdf/sparql")
>>> sparql.setQuery("""SELECT * WHERE { ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> . }""")
>>> sparql.setReturnFormat(JSON)
>>> results = sparql.query().convert()
>>> len(results['results']['bindings'])
20000

Can you perhaps detail on the problem a bit? I realize that this
doesn't have a query interface like many other linked data sites but
quite frankly I don't understand the fascination with these things:
less than a percent of the site users will know how to use a SPARQL
interface and for those programmatic access is much more relevant than
a HTML UI. Nobody offers SQL prompts on their normal applications,
either.

- Friedrich


On Fri, Jun 24, 2011 at 8:46 AM, Bert Van Nuffelen
<bert.van.nuffelen@tenforce.com> wrote:
> Hi Johathan,
>
> I browsed the publicdata.eu site and clicked on the SPARQL endpoint
> and it turns to be dead http://publicdata.eu/rdf/sparql
>
> Can you forward this message to the right person.
> I did not find an email address for technical support on the site.
>
> kind regards,
>
> Bert
>
>
> 2011/6/23 Jonathan Gray <jonathan.gray@okfn.org>:
>> FYI
>>
>> http://lod2.eu/BlogPost/427-opendatachallenge-org-winners-announced-and-publicdata-eu-beta-launched-at-digital-agenda-assembly.html
>>
>> --
>> Jonathan Gray
>>
>> Community Coordinator
>> The Open Knowledge Foundation
>> http://blog.okfn.org
>>
>> http://twitter.com/jwyg
>> http://identi.ca/jwyg
>>
>> _______________________________________________
>> lod2 mailing list
>> lod2@lists.okfn.org
>> http://lists.okfn.org/mailman/listinfo/lod2
>> _______________________________________________
>> lod2 mailing list
>> lod2@lists.informatik.uni-leipzig.de
>> http://lists.informatik.uni-leipzig.de/mailman/listinfo/lod2
>>
>
>
>
> --
> Bert Van Nuffelen
>
> Semantic Technologies Software Architect at TenForce
> www.tenforce.be
>
> Bert.Van.Nuffelen@tenforce.com
> Office: +32 (0)16 31 48 60
> Mobile:+32 479 06 24 26
> skype: bert.van.nuffelen
>
> _______________________________________________
> lod2 mailing list
> lod2@lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/lod2
> _______________________________________________
> lod2 mailing list
> lod2@lists.informatik.uni-leipzig.de
> http://lists.informatik.uni-leipzig.de/mailman/listinfo/lod2
>

--
Open Knowledge Foundation
Promoting Open Knowledge in a Digital Age
http://www.okfn.org/ - http://blog.okfn.org/

http://twitter.com/pudo
http://pudo.org

_______________________________________________
lod2 mailing list
lod2@lists.okfn.org
http://lists.okfn.org/mailman/listinfo/lod2

[public-lod2] Official DBpedia Live Release

Dear all,

the AKSW [1] group is pleased to announce the official release of
DBpedia Live [2]. The main objective of DBpedia is to extract structured
information from Wikipedia, convert it into RDF, and make it freely
available on the Web. In a nutshell, DBpedia is the Semantic Web mirror
of Wikipedia.

Wikipedia users constantly revise Wikipedia articles with updates
happening almost each second. Hence, data stored in the official DBpedia
endpoint can quickly become outdated, and Wikipedia articles need to be
re-extracted. DBpedia Live enables such a continuous synchronization
between DBpedia and Wikipedia.

The DBpedia Live framework has the following new features:

1. Migration from the previous PHP framework to the new Java/Scala
DBpedia framework.
2. Support of clean abstract extraction.
3. Automatic reprocessing of all pages affected by a schema mapping
change at http://mappings.dbpedia.org.
4. Automatic reprocessing of pages that are not changed for more
than one month. The main objective of that feature is to that any
change in the DBpedia framework, e.g. addition/change of an
extractor, will eventually affect all extracted resources. It
also serves as fallback for technical problems in Wikipedia or
the update stream.
5. Publication of all changesets.
6. Provision of a tool to enable other DBpedia mirrors to be in
synchronization with our DBpedia Live endpoint. The tool
continuously downloads changesets and performs changes in a
specified triple store accordingly.

Important Links:

* SPARQL-endpoint: http://live.dbpedia.org/sparql
* DBpedia-Live Statistics: http://live.dbpedia.org/livestats
* Changesets: http://live.dbpedia.org/liveupdates
* Sourcecode:
http://dbpedia.hg.sourceforge.net/hgweb/dbpedia/extraction_framework
* Synchronization Tool: http://sourceforge.net/projects/dbpintegrator/files/

Thanks a lot to Mohamed Morsey, who implemented this version of DBpedia
Live as well as to Sebastian Hellmann and Claus Stadler who worked on
its predecessor. We also thank our partners at the FU Berlin and
OpenLink as well as the LOD2 project [3] for their support.

Kind regards,

Jens

[1] http://aksw.org
[2] http://live.dbpedia.org
[3] http://lod2.eu

--
Dr. Jens Lehmann
AKSW/MOLE Group, Department of Computer Science, University of Leipzig
Homepage: http://www.jens-lehmann.org
GPG Key: http://jens-lehmann.org/jens_lehmann.asc

_______________________________________________
lod2 mailing list
lod2@lists.okfn.org
http://lists.okfn.org/mailman/listinfo/lod2

Donnerstag, 23. Juni 2011

Re: [public-lod2] [lod2] OpenDataChallenge.org winners announced and PublicData.eu beta launched at Digital Agenda Assembly

Hi Johathan,

I browsed the publicdata.eu site and clicked on the SPARQL endpoint
and it turns to be dead http://publicdata.eu/rdf/sparql

Can you forward this message to the right person.
I did not find an email address for technical support on the site.

kind regards,

Bert


2011/6/23 Jonathan Gray <jonathan.gray@okfn.org>:
> FYI
>
> http://lod2.eu/BlogPost/427-opendatachallenge-org-winners-announced-and-publicdata-eu-beta-launched-at-digital-agenda-assembly.html
>
> --
> Jonathan Gray
>
> Community Coordinator
> The Open Knowledge Foundation
> http://blog.okfn.org
>
> http://twitter.com/jwyg
> http://identi.ca/jwyg
>
> _______________________________________________
> lod2 mailing list
> lod2@lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/lod2
> _______________________________________________
> lod2 mailing list
> lod2@lists.informatik.uni-leipzig.de
> http://lists.informatik.uni-leipzig.de/mailman/listinfo/lod2
>

--
Bert Van Nuffelen

Semantic Technologies Software Architect at TenForce
www.tenforce.be

Bert.Van.Nuffelen@tenforce.com
Office: +32 (0)16 31 48 60
Mobile:+32 479 06 24 26
skype: bert.van.nuffelen

_______________________________________________
lod2 mailing list
lod2@lists.okfn.org
http://lists.okfn.org/mailman/listinfo/lod2

[public-lod2] OpenDataChallenge.org winners announced and PublicData.eu beta launched at Digital Agenda Assembly

FYI

http://lod2.eu/BlogPost/427-opendatachallenge-org-winners-announced-and-publicdata-eu-beta-launched-at-digital-agenda-assembly.html

--
Jonathan Gray

Community Coordinator
The Open Knowledge Foundation
http://blog.okfn.org

http://twitter.com/jwyg
http://identi.ca/jwyg

_______________________________________________
lod2 mailing list
lod2@lists.okfn.org
http://lists.okfn.org/mailman/listinfo/lod2

Mittwoch, 22. Juni 2011

CG PMT 2011 Exam Date, Result

CG PMT(Chhattisgarh Pre Medical Test)

Chhattisgarh Professional Examination Board, Raipur

Eligibility- Only those candidates will be eligible to sit for the entrance exam who:

  • Is a citizen of India
  • Is a domicile of Chattisgarh

Explanation- Domicile of Chattisgarh- A person will be considered domicile of Chattisgarh if he follows the domicile policies of Chattisgarh which are made public by the Chattisgarh government.

Educational Qualifications- General category students who have done Physics, Chemistry and Biology in higher secondary and who have got minimum 50% marks in them combined will be eligible for the entrance examination. Reserved category students who have done Physics, Chemistry and Biology in higher secondary and have got minimum of 40% marks in them combined will be eligible for the entrance examination.

Age- Any candidate will not be given entry to the medical university who has not completed 17 years of age before 31st December or before it, in the year in which the exam is held.

Selection Process:-

1. The entrance examination will be conducted by Chattisgarh Professional Examination Committee
2. All the candidates from the general category will be selected in the merit list who get a minimum of 50% in Physics, Chemistry, Zoology and Botany combined in the entrance examination. Similarly candidates from the reserved category will be selected in the merit list who get a minimum of 40% in Physics, Chemistry, Zoology and Botany combined in the entrance examination. The merit list of the candidates will be prepared according to the marks secured in Physics, Chemistry, Zoology and Botany.
3. For candidates who get the same marks in the merit list:- Weight age given to subjects-

  • Zoology
  • Botany
  • Chemistry
  • Physics

Contact Address:

Chhattisgarh Professional Examination Board, Raipur
Phone No : 07869596286



Dienstag, 21. Juni 2011

MP PET 2011 Results | MP PET Counselling | MP PET Colleges | MP Online Results

mp pet.jpg

Madhya Pradesh Pre Engineering Test 2011 results will be expected soon. MP PET 2011, conducted by Madhya Pradesh Professional Examination Board (Madhya Pradesh Vyavsayik Pareeksha Mandal), on 22 May 2011. Result will be published on the board's official website.

Contact For MP PET Result
Mr Vikas Sharma
Phone: 07869596286

Releated Keyword : MP PET 2011 Exam Dates, MP PET 2011 Eligibility, Application Forms of MP PET 2011,MP PET Syllabus 2011, MP PET 2011 Entrance Exam Form, Application Form of MP PET, Madhya Pradesh PET Engg 2011 Datess, MP PET Online Form 2011, Madhya Pradesh PET Forms, MP PET Test 2011, MP PET Examination Date, MP PET 2011 Application Procedure, MP PET 2011 Exam Forms, MP PET 2011 India, Online Application Form of MP PET, of MP PET Exam 2011, MP PET Online Registration, MP PET Test Date 2011, Forms of MP PET 2011, MP PET Entrance Form 2011, MP PET Papers, MP PEPT 2011 Exam Date, Madhya Pradesh Engineering 2011, MP PET 2011 Papers, Madhya Pradesh PET Exam 2011, MP PET 2011 MP, Madhya Pradesh PEPT, MP PET Admission Forms, MPPEPT, MP PEPT, 2011, MP PET 2011 Online Form, MP PEPT 2010 Examination Date, www vyapam nic in, www dtempcounselling org, www mponline gov in, MP PET Counselling, Counselling Center, MP PET Engineering Colleges, Top Colleges, Indore Engineering Colleges