Personal,
barcamp,
business,
databases,
knowledgeunconference,
linkeddata,
philosophical,
programming,
semweb,
technological,
web 2.0,
web 3.0 @ 01 October 2009,
“No Comments”
Well I’ve released details of the Bristol Knowledge Unconference 2009.
Our main website is: Bristol Knowledge Unconference 2009 : https://www.craftivism.net/wiki/UnCraftivism/Bristol_Knowledge_Unconference_2009
It will take place in the Arnolfini Arts Centre in Bristol on the 12th and 13th December 2009 as part of the “unCraftivism” satellite event which is part of the Craftivism exhibition. unCraftivism is about merging technology and art, and Bristol Knowledge Unconference will be one stream of working during that weekend, other events during the weekend will be done in collaboration with Dorkbot Bristol and the Bristol Robotics Lab.
The Knowledge Unconference will be similar to what it was last year, it’ll be all about Knowledge - although we’re slightly more focused this time and have a subtitle: “The Art of Knowledge”, and will experiment with the mixture of art and science that is knowledge. Last year we were lucky to have over 50 people turn up from diverse areas of expertise such as: Knowledge Management, New Media, Semantic Web, Business, Chemistry and Psychology… and we hope to continue to have a diverse mixture of people to take on the subject of knowledge, with a twist of art.
I hope that you will be able to join us, as this will be a really exciting event.
Feel free to get in touch any time if you have any queries:
Daniel Lewis
* UK Telephone: 07834355516
* International Telephone: +447834355516
* Email and Jabber: danieljohnlewis [at] gmail [dot] com
* Bristol Knowledge Unconference 2009 website: https://www.craftivism.net/wiki/UnCraftivism/Bristol_Knowledge_Unconference_2009
* Twitter: @danieljohnlewis
* Skype: daniel.lewis
Heres a quick SPARQL snippet to get a list of the worlds Newspapers along with their political stance. It is only a quick one, with a bit more work its possible to get the English titles of the Newspapers and the Political stances.
SELECT ?Newspaper ?Stance WHERE {
?Newspaper rdf:type dbpedia-owl:Newspaper;
<https://dbpedia.org/property/political> ?Stance}
Plug that into the DBPedia SPARQL interface: https://dbpedia.org/sparql
and get out the result for newspapers and their political perspective.
Tada! Quick bit of Semantic Web goodness!
Cheers,
Daniel
[update]fixed evil wordpress formatting on part of my sparql query[/update]
Yep, another SPARQL query. This time listing all UK Prime Ministers and their religions (in order of party). The results are here: “UK Prime Ministers and their Religions“, and here is the SPARQL for it:
SELECT ?PresidentName ?PartyName ?ReligionName
WHERE
{
?president
dbpprop:party ?Party;
dbpprop:order dbpedia:Prime_Minister_of_the_United_Kingdom;
<https://dbpedia.org/ontology/religion> ?Religion;
rdfs:label ?PresidentName.
FILTER (lang(?PresidentName) = "" || langMatches(lang(?PresidentName), "en")).
?Religion rdfs:label ?ReligionName.
FILTER (lang(?ReligionName) = "" || langMatches(lang(?ReligionName), "en")).
?Party rdfs:label ?PartyName.
FILTER (lang(?PartyName) = "" || langMatches(lang(?PartyName), "en"))
} ORDER BY ?PartyName
I was wondering about the Presidents in the United States of America, and wondered what their religions were. So I zipped up some SPARQL queries to run against DBpedia, they aren’t perfect (i.e. they don’t capture all of the presidents due to mislabeling and me not being too bothered about the answers), but it provides some answers.
The Democrats:
SELECT ?PresidentName ?ReligionName
WHERE
{
?president
dbpprop:party <https://dbpedia.org/resource/Democratic_Party_%28United_States%29>;
dbpprop:order dbpedia:President_of_the_United_States;
<https://dbpedia.org/ontology/religion> ?Religion;
rdfs:label ?PresidentName.
FILTER (lang(?PresidentName) = "" || langMatches(lang(?PresidentName), "en")).
?Religion rdfs:label ?ReligionName.
FILTER (lang(?ReligionName) = "" || langMatches(lang(?ReligionName), "en"))
} ORDER BY ?ReligionName
Which the answer is viewable “Democratic Presidents Religions”
The Republicans
SELECT ?PresidentName ?ReligionName
WHERE
{
?president
dbpprop:party <https://dbpedia.org/resource/Republican_Party_%28United_States%29>;
dbpprop:order dbpedia:President_of_the_United_States;
<https://dbpedia.org/ontology/religion> ?Religion;
rdfs:label ?PresidentName.
FILTER (lang(?PresidentName) = "" || langMatches(lang(?PresidentName), "en")).
?Religion rdfs:label ?ReligionName.
FILTER (lang(?ReligionName) = "" || langMatches(lang(?ReligionName), "en"))
} ORDER BY ?Religion
Which the answer is available directly here: “Republican Presidents religions”
Please note
- It doesn’t return all presidents of the parties
- It does use the DBPedia SPARQL engine (powered by OpenLink Virtuoso)
- It does use some shortcuts (i.e. not defining PREFIXs and the FROM clause), as the DBPedia SPARQL engine provides these nice shortcuts.
AI,
academic,
business,
databases,
linkeddata,
philosophical,
programming,
semweb,
technological,
web 2.0,
web 3.0 @ 12 February 2009,
“2 Comments”
It’s absolutely fantastic that more and more people are taking up Semantic Web solutions and providing RDF.
Guys and Girls it’s time for the next step!
This is something that I’ve been thinking about for a while. People, although they are taking up the SemWeb, they don’t seem to understand the full power of it’s expressiveness. This isn’t a providing problem, this is a usage problem…. Yes it’s fantastic that we can interlink objects now, but what does it mean to be an object? What can we learn implicitly and explicitly from this highly-structured and highly-distributed web of data objects? and finally, what can we do with what we learn?
These questions are the real heart and real soul of the Semantic Web, and an area in which us Semantic Web advocates have really mentioned much before.
And please note, this shouldn’t *just* be an academic thing. Systems which embrace this, and which are in the wild, would greatly benefit. It’s breaking down the walled-garden and combining the intelligent systems which have previously been in websites like amazon.co.uk and google, and exposing those methods to the real semantic data.
The key to all of this is improvement of society. If your project improves society (or helps the environment in some way), then your project should be excellent. Whether or not it makes money!
Hope this all makes sense…. feel free to ask questions, or give your opinion.
Daniel
AI,
Personal,
academic,
business,
databases,
knowledgeunconference,
linkeddata,
philosophical,
programming,
semweb,
technological,
web 2.0 @ 29 January 2009,
“No Comments”
Rumours have it, that there will be another Bristol Knowledge Unconference.
The last one was a success… a good turn out, some interesting talks and discussions. So it’s only right to do another one.
This one coming up doesn’t have a date yet, or a location. It will, unlike the previous, have a “theme” which I’ll be trying to get speakers for…. and of course, it’ll be in Bristol somewhere.
So… I need some helpers. Please do get in contact with me if you can:
- help me find a location
- help do some general organisational/administrative assistance
- offer to do a talk about knowledge, set to a specific them
- give some money to pay for food and drink
I will strive to make this Unconference completely free for attendees, which does mean that we require the location to be free (or sponsored) and the food to be supplied (or paid for) by some organisation(s)/people.
So please do get in contact if you can help in any way by sending me an email ( danieljohnlewis at gmail dot com ). Else, I’ll keep you all up to date through my blog.
Thank you,
Daniel Lewis
Good News!
My second article through IBM developerWorks has been published! (there are one or two things wrong with this article, I won’t say anything about it for now and will try to rectify it asap!)
It’s titled “Building Semantic Web CRUD operations using PHP” (<- click the title to go read it). It’s essentially about showing:
- The similarities and differences between the Relational Database Model and the Resource Description Framework model.
- The similarities and differences between SQL and SPARQL.
- How to implement SPARQL calls for Creation, Reading, Updation and Deletion (CRUD) operations using PHP.
After a bit of toying with it (keep at it, because it will be challenging but worth it!), you should be able to build your Web Application with RDF and SPARQL manipualtion.
If anyone has any questions about it (or about my previous developerWorks article which was titled “Intelligent Agents and the Semantic Web“) then please do let me know.
Oh yeah, by the way… both of my articles so far have been “featured” articles on the IBM developerWorks front page
Daniel
Hi all,
Just letting you all know that this months Semantic Web Gang podcast for October 2008 was released today. It’s available on the The Semantic Web Gang blog as a post titled “October 2008: The Semantic Web Gang discusses the launch of Twine“. It is in fact about the recent public release of the Twine.com system by Radar Networks.
Plus, we’ve got Nova Spivack (the CEO of Radar/Twine) and Jim Wissner (the Chief Architect of Twine) on the call!
It’s great. I am on the call, I didn’t say much on the call particularly as just as I was about to ask a question someone else usually piped up just before me and asked a question (often the same question!). I appear at the start and the end of the recording though.
The central thing that I am interested in is actually still under the hood of Twine. I’m incredibly interested by the progression of the recommendation algorithms, particularly through modern machine learning techniques. I’m also interested in their automatic ontology editing. It’s very exciting, and I do have a feeling that the public release that you see today isn’t the entirety of twine.
It was lovely to speak to Nova and Jim, and the rest of the gang. There should be another episode later this month
Enjoy!
Daniel
Intelligent Agents and the Semantic Web
One of my (independent) articles has been published as a feature article on the IBM developerWorks website. It is “Intelligent Agents and the Semantic Web“. Not only that, but they also published a podcast episode with me. Have a read, the examples are in Java, but all the theory applies to any programming language and agent library.
What? “Semantic” Web, “Linked” Data and Web “3.0″? What are they?!!!?
Today (Tuesday 28th October 2008), I gave a seminar/discussion of the new web-based buzzwords, and explained that terms like Semantic Web, Linked Data and Web 3.0 aren’t marketing nonsense but very well defined techniques and technologies. The seminar went really well, and the ideas were well received.
In fact, you can have a look at the “iPaper” version of the slides , thanks to my academia.edu account.
New main website design
I’ve got a brand new combine harvester…. well, actually a new main website design which explains what I do, what I’m interested in… and gives a lot more info than my old one did. Go have a look at vanirsystems.com.
Good news for the Linked Data community comes from Berlin student Christian Becker, who provides us with information about BBC Interlinking with DBPedia:
…
commissioned to create links between DBpedia and an internal BBC vocabulary, which enable the BBC to use DBpedia/Wikipedia as a
controlled vocabulary
…
Keep up the good work Christian!