RE: Creating a complete LOD example

2012-10-24 Thread John Goodwin

 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 example should be!
 
...
 
 
 Any suggestions?

My family tree - it needs redoing now the Talis store it was in has been
turned off. 

Obviously this would have limited interest to the broader public...

John


Dr John Goodwin 


Senior Research Scientist
Research, Ordnance Survey 
Adanac Drive, SOUTHAMPTON, United Kingdom, SO16 0AS 
Phone: +44 (0) 23 8005 5761 
www.ordnancesurvey.co.uk | john.good...@ordnancesurvey.co.uk 
Please consider your environmental responsibility before printing this
email.
This email is only intended for the person to whom it is addressed and may 
contain confidential information. If you have received this email in error, 
please notify the sender and delete this email which must not be copied, 
distributed or disclosed to any other person.

Unless stated otherwise, the contents of this email are personal to the writer 
and do not represent the official view of Ordnance Survey. Nor can any contract 
be formed on Ordnance Survey's behalf via email. We reserve the right to 
monitor emails and attachments without prior notice.

Thank you for your cooperation.

Ordnance Survey
Adanac Drive
Southampton SO16 0AS
Tel: 08456 050505
http://www.ordnancesurvey.co.uk




RE: Creating a complete LOD example

2012-10-23 Thread Paul Rissen
Underground stations might be quite a good one to do - there's the TRANSIT 
ontology which might help there:

http://vocab.org/transit/terms/.html

Otherwise, I've always found Food to be a fairly simple domain to start off 
with, and one that most people can relate to...

From: Nicholas Humfrey [n...@aelius.com]
Sent: 21 October 2012 14:08
To: Linking Open Data
Subject: Creating a complete LOD example

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 example should be!

Requirements:
- A subject that people will easily understand
- A finite number of entities in the domain (in the range of 50-500)
- An existing vocabulary/ontology for that domain
- Preferable to already have some kind of identifier

Ideas so far:
- Chemical Elements
- Countries of the World (already covered by World Factbook)
- British Monarchy
- Stations on the London Underground
- Airports

Technologies that I plan to use:
- PHP
- EasyRdf
- Slim Framework
- SPARQL Querying
- Turtle
- SPARQL Graph Store HTTP Protocol
- Twitter Bootstrap
- PHPUnit tests
- Some form of visualisation (Graphviz/Maps)


Any suggestions?


Thanks,

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.
If you have received it in
error, please delete it from your system.
Do not use, copy or disclose the
information in any way nor act in reliance on it and notify the sender
immediately.
Please note that the BBC monitors e-mails
sent or received.
Further communication will signify your consent to
this.
-




Re: Creating a complete LOD example

2012-10-22 Thread Hugh Glaser
Sounds good, Nick.
And thanks for all your efforts - it is a great tool.

Do you have a complete real-world example, demonstrating how to consume 
Linked Data, as part of a PHP website.
If not, wouldn't be good if your publishing example played well with a plan for 
such an example?
(There is a lot of publishing going on, but very little consuming?)

So you would need to take cognisance of what the consuming example would be 
when choosing the publishing.

So some tecchy things like:
Other existing data sources *in RDF* to consume.
Some only Linked Data, and maybe some with only SPARQL endpoint.
Interesting Linked Data URIs to link to.
More than one ontology on the same subject (yes, I really mean that!)
Linking to non-Linked Data sources (yes, I really mean that!) - a site like 
LinkedIn, imdb, amazon, ...

And indications on the subject topic:
Geo is always great - people get excited about seeing things on maps, even when 
it is worthless.
Make some of the data private? - Show how to link my private data with public 
data would confront some misconceptions on the meaning of Open.

The suggestion of Monarchy is quite close to something that helps me manage my 
genealogy (some of which I would want private), although that might be too 
mainstream and comes with lots of competitive systems.
Music and entertainment always excites - helping me publish my interests (with 
a private option?).
And then the structure to begin meshing that with public data (I think the BBC 
has some of that!), with mapping of course.
That is a similar structure to the genealogy and many other things.

Maybe this is all more complicated and a bigger project than you meant, but my 
2d worth.

Of course, if you want any help from the sameAs.org world, please tell me.
It would be great if you used one of them as one of the Linked Data sources 
(they do do Linked Data).
And if you wanted one of your own for the exercise, that would be fine.

Best
Hugh

On 21 Oct 2012, at 14:08, Nicholas Humfrey n...@aelius.com wrote:

 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 example should be!
 
 Requirements:
 - A subject that people will easily understand
 - A finite number of entities in the domain (in the range of 50-500)
 - An existing vocabulary/ontology for that domain
 - Preferable to already have some kind of identifier
 
 Ideas so far:
 - Chemical Elements
 - Countries of the World (already covered by World Factbook)
 - British Monarchy
 - Stations on the London Underground
 - Airports
 
 Technologies that I plan to use:
 - PHP
 - EasyRdf
 - Slim Framework
 - SPARQL Querying
 - Turtle
 - SPARQL Graph Store HTTP Protocol
 - Twitter Bootstrap
 - PHPUnit tests
 - Some form of visualisation (Graphviz/Maps)
 
 
 Any suggestions?
 
 
 Thanks,
 
 nick.
 
 




Re: Creating a complete LOD example

2012-10-21 Thread Richard Cyganiak
On 21 Oct 2012, at 14:08, Nicholas Humfrey wrote:
 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 example should be!
 
 Requirements:
 - A subject that people will easily understand
 - A finite number of entities in the domain (in the range of 50-500)
 - An existing vocabulary/ontology for that domain
 - Preferable to already have some kind of identifier
 
 Ideas so far:
 - Chemical Elements
 - Countries of the World (already covered by World Factbook)
 - British Monarchy

This one. Easily understood, finite number of entities (depending on how far 
you want to go back and out), existing base vocabulary (FOAF, Bio) with 
potential for a few simple vocabulary extensions, lots of opportunities for 
interlinking, and interesting queries. It's virtually perfect.

Best,
Richard


 - Stations on the London Underground
 - Airports
 
 Technologies that I plan to use:
 - PHP
 - EasyRdf
 - Slim Framework
 - SPARQL Querying
 - Turtle
 - SPARQL Graph Store HTTP Protocol
 - Twitter Bootstrap
 - PHPUnit tests
 - Some form of visualisation (Graphviz/Maps)
 
 
 Any suggestions?
 
 
 Thanks,
 
 nick.
 
 




Re: Creating a complete LOD example

2012-10-21 Thread Kingsley Idehen

On 10/21/12 10:07 AM, Melvin Carvalho wrote:



On 21 October 2012 15:08, Nicholas Humfrey n...@aelius.com 
mailto:n...@aelius.com wrote:


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 example
should be!

Requirements:
- A subject that people will easily understand
- A finite number of entities in the domain (in the range of 50-500)
- An existing vocabulary/ontology for that domain
- Preferable to already have some kind of identifier

Ideas so far:
- Chemical Elements
- Countries of the World (already covered by World Factbook)
- British Monarchy
- Stations on the London Underground
- Airports


Something with celebrities / sport / politics often appeal.

Maybe something competitive like league tables of insert query here

Sorry ... a bit vague ... I'll see if I can think of something concrete...


Technologies that I plan to use:
- PHP
- EasyRdf
- Slim Framework
- SPARQL Querying
- Turtle
- SPARQL Graph Store HTTP Protocol
- Twitter Bootstrap
- PHPUnit tests
- Some form of visualisation (Graphviz/Maps)


Any suggestions?


Thanks,

nick.




Nick,

Describe stuff you like [1] :-)

It's always enlightening to show folks how they can describe themselves 
via Linked Data based documents. This kind of endeavor ultimately hits 
many of the topics of interested listed in the response above.


Links:

1. http://bit.ly/SBDmXr -- How To Describe Stuff You Like using a Turtle 
based Linked Data document

2. http://bit.ly/Rx7RO5 -- Raw Turtle Doc
3. http://bit.ly/S7P3cf -- Faceted Browser view.

--

Regards,

Kingsley Idehen 
Founder  CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen






smime.p7s
Description: S/MIME Cryptographic Signature