Creating a complete LOD example

2012-10-21 Thread Nicholas Humfrey
Hello, I have created quite number of examples using EasyRdf: https://github.com/njh/easyrdf/tree/master/examples But I would like to create a more complete real-world example, demonstrating how to publish Linked Data, as part of a PHP website. However I am not sure what the subject of the exam

Re: njh.me - content negotiation in PHP

2012-09-10 Thread Nicholas Humfrey
On 09/09/2012 14:39, "Dave Caroline" wrote: > On Sun, Sep 9, 2012 at 11:46 AM, Nicholas Humfrey > wrote: >> Hello, >> >> Apologies for a bit a shameless self-promotion but I think it might be of >> interest to this group. >> >> I was re

njh.me - content negotiation in PHP

2012-09-09 Thread Nicholas Humfrey
Hello, Apologies for a bit a shameless self-promotion but I think it might be of interest to this group. I was recently looking at my WebID: http://www.aelius.com/njh#me And realised that I could have this instead and save a few bytes ;-) http://njh.me/ So I bought njh.me and I am now using it

Re: Predicate for 'related' things based on Wikipedia links?

2012-05-14 Thread Nicholas Humfrey
o", and it wouldn't be wise to conflate > them by using the same predicate. > > Why not just invent a "has hyperlink to" predicate, since that's the reality > of the situation? > > Richard > > On 12/05/2012 14:50, Nicholas Humfrey wrote: >

Re: Predicate for 'related' things based on Wikipedia links?

2012-05-13 Thread Nicholas Humfrey
describe the same subject. nick. On 12/05/2012 14:57, "Pierre-Yves Vandenbussche" wrote: > Hello Nicholas, > > why not using rdfs:seeAlso ?  http://www.w3.org/TR/rdf-schema/#ch_seealso  > This property is designed for your need. > > Best, > > Pierre-Yves Vande

Predicate for 'related' things based on Wikipedia links?

2012-05-12 Thread Nicholas Humfrey
Hello, I am looking at making some enhancements to dbpedialite.org. One of the things I plan to add is a list of things linked to from a Wikipedia article. This could be useful for machine learning. For example for London: Metropolitan area River Thames History of London Roman Empire City of Lon

EEML: Extended Environments Markup Language

2011-12-26 Thread Nicholas Humfrey
Hello, Has anyone taken a look at how EEML might look as RDF? Example here: http://www.eeml.org/xml/0.5.1/complete.xml nick. http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. I

Vocabulary for weather data logging?

2011-08-11 Thread Nicholas Humfrey
Hello, I am thinking of doing some weather data logging as RDF. Is there an existing vocabulary for logging temperature, pressure, wind speed etc ? I guess that the Event Ontology would be a good starting point. http://motools.sourceforge.net/event/event.html On a related note, how wrong is it

RE: Predicate for external links on dbpedialite.org?

2010-07-15 Thread Nicholas Humfrey
> From: Dan Brickley [mailto:dan...@danbri.org] > Sent: Thu 7/15/2010 5:59 PM > To: Nicholas Humfrey > Cc: public-lod@w3.org > Subject: Re: Predicate for external links on dbpedialite.org? > > On Thu, Jul 15, 2010 at 6:09 PM, Nicholas Humfrey > wrote: > > Hello,

Re: Predicate for external links on dbpedialite.org?

2010-07-15 Thread Nicholas Humfrey
On 15/07/2010 17:14, "Yves Raimond" wrote: > Hello! > > On Thu, Jul 15, 2010 at 5:09 PM, Nicholas Humfrey > wrote: >> Hello, >> >> I have added external links to dbpedialite, for example see Berlin: >> http://dbpedialite.org/things/3354

Predicate for external links on dbpedialite.org?

2010-07-15 Thread Nicholas Humfrey
Hello, I have added external links to dbpedialite, for example see Berlin: http://dbpedialite.org/things/3354 Is there a better predicate to use than rdfs:seeAlso? I am not sure if it is correct because the link is just a random webpage, rather than an rdfs:Resource but not found anything better.

Re: dbpedia lite

2010-05-24 Thread Nicholas Humfrey
edia.org, and it looks working > well [1]. It may be a good start to provide dbpedia for each language. > For instance, a URI for a Japanese resource should be > http://ja.dbpedialite.org/things/ or something like that. > > Fumi > > [1] http://fumihiro.sakura.ne.jp:4567/ >

Re: dbpedia lite

2010-05-24 Thread Nicholas Humfrey
go. > > There's a blog post at http://blog.datagraph.org/2010/05/spira, and > the code is at http://github.com/datagraph/spira > > Ben > > On Fri, May 14, 2010 at 2:55 PM, Nicholas Humfrey > wrote: >> Hello, >> >> I have been working on a cut down version

Re: dbpedia lite

2010-05-20 Thread Nicholas Humfrey
> Nicholas Humfrey wrote: >>> Re. <http://dbpedialite.org/>, any chance that you could add >> rel="alternate" .../> links in such that the HTML based >>> Descriptor Docs are associated with alternative Descriptor Docs in >>> different form

Re: dbpedia lite

2010-05-20 Thread Nicholas Humfrey
Hi Joe, > I always assumed MediaWiki renames occurred by creating a new pageid > with the old content and updating the old pageid's content like > #REDIRECT [[newPageTitle]]. It looks like the pageids are stable(ish) and that a pageid doesn't change after a rename. > Do they actually retitle th

Re: dbpedia lite

2010-05-20 Thread Nicholas Humfrey
> I also tried > > curl -i -H "Accept: text/turtle" http://dbpedialite.org/things/52780 > > and it said: unsupported format: text/turtle > > (text/turtle is the media type defined in [1]) > > But when running the RDFa distiller (or any similar service) on the URI, > regardless of media type, t

Re: dbpedia lite

2010-05-20 Thread Nicholas Humfrey
On 19/05/2010 13:25, "Ross Singer" wrote: > Nicholas, > > Given that you're using Sinatra, you might want use > http://github.com/mbklein/rack-conneg for your content negotiation > (not sure why RDF.rb would be involved in that layer, anyway) and use > either rdf-raptor or RdfContext to supply t

Re: dbpedia lite

2010-05-20 Thread Nicholas Humfrey
> Nicholas: > > Check out the MimeParse project on GoogleCode for a nice set of > language bindings (including Ruby) that does a very good job of > following the RFC2616 (sec 14.1) for content-negotiation: > http://code.google.com/p/mimeparse/ Thanks, I will keep that in mind. nick. http://ww

Re: dbpedia lite

2010-05-19 Thread Nicholas Humfrey
On 14/05/2010 20:43, "Ted Thibodeau Jr" wrote: > Nick -- > > On May 14, 2010, at 12:33 PM, Kingsley Idehen wrote: > >> Nicholas Humfrey wrote: >>> There is RDFa already there for the Thing pages. Is there something missing? >>> Is it Void

Re: dbpedia lite

2010-05-14 Thread Nicholas Humfrey
> Re. , any chance that you could add rel="alternate" .../> links in such that the HTML based > Descriptor Docs are associated with alternative Descriptor Docs in > different formats (JSON, N3 etc..). Yes, certainly. I have put this on my Todo list. > In addition, wou

Re: dbpedia lite

2010-05-14 Thread Nicholas Humfrey
>> Hello, >> >> I have been working on a cut down version of dbpedia, called dbpedia lite: >> >> http://dbpedialite.org/ >> >> >> "dbpedia lite takes some of the structured data in Wikipedia and presents it >> as Linked Data. It contains a small subset of the data that dbpedia >> contains; it d

dbpedia lite

2010-05-14 Thread Nicholas Humfrey
Hello, I have been working on a cut down version of dbpedia, called dbpedia lite: http://dbpedialite.org/ "dbpedia lite takes some of the structured data in Wikipedia and presents it as Linked Data. It contains a small subset of the data that dbpedia contains; it does not attempt to extract dat

Re: Content negotiation on bbc.co.uk/programmes

2009-06-01 Thread Nicholas Humfrey
to see > some sort of "foaf:IsPrimaryTopicOf" type triple which pointed back to the > HTML page, something like : > > <http://www.bbc.co.uk/programmes/b006z6tc.rdf#programme> > foaf:IsPrimaryTopicOf <http://www.bbc.co.uk/programmes/b006z6tc> . > > wher

Content negotiation on bbc.co.uk/programmes

2009-05-28 Thread Nicholas Humfrey
Hello, I am pleased to report that Content negotiation for RDF/XML has now been enabled on bbc.co.uk/programmes. Example below. nick. rapper http://www.bbc.co.uk/programmes/b00kmgqy rapper: Parsing URI http://www.bbc.co.uk/programmes/b00kmgqy with parser rdfxml rapper: Serializing with seriali

London RDF Hackers mailing list

2009-04-22 Thread Nicholas Humfrey
Hello, A group of RDF enthusiasts have met up a few times in London and we decided last time that we should really get a mailing list setup. Tom Heath has kindly offered to host a mailman mailing list for us. You can subscribe to the mailing list here: http://listserver.dreamhost.com/listinfo.cg

RE: bbc-programmes.dyndns.org

2008-06-21 Thread Nicholas Humfrey
/21/2008 8:27 PM To: Nicholas Humfrey Cc: public-lod@w3.org Subject: Re: bbc-programmes.dyndns.org Nicholas, I think it would be best to implement the mechanism described here: http://www.w3.org/TR/cooluris/#hashuri This would mean: is the thing is the RDF variant is the HTML variant is a

bbc-programmes.dyndns.org

2008-06-20 Thread Nicholas Humfrey
hello, I am trying to get the work we did on: http://bbc-programmes.dyndns.org/ live on bbc.co.uk. Does anyone think that there anything that needs changed/fixed before it does go live? At the moment we just have RDF/XML views for Brands/Series/Episodes and Versions. But plan to is to also hav

RE: Linked Data talks at XTech in Dublin (6th-9th May)

2008-05-05 Thread Nicholas Humfrey
Several of us from BBC Audio and Music Interactive will be there to talk about /programmes and our work on RDF / Linked Data enabling it: http://2008.xtech.org/public/schedule/detail/524 Look forward to seeing you guys there :) nick. -Original Message- From: [EMAIL PROTECTED] on behalf