[Iswc2006metadata] [Fwd: Linked data for ISWC??]
Knud Hinnerk Möller
knud.moeller at deri.org
Mon Nov 6 18:42:00 GMT 2006
Hi Daniel and Tim,
I like the idea! Unfortunately, this might not happen during the
course of this conference (except someone on the list shouts "here!"
and can implement it until tomorrow). However, for the planned
corpus.semanticweb.org service (which will be a persistent store for
SW conference data, starting with this year's ESWC and ISWC data as a
seed set) this is something we should definitely implement.
Correct me if I'm wrong, but in that case all the URIs of all the
objects in the dataset should be in the corpus.semanticweb.org domain?
Cheers,
Knud
Am 06.11.2006 um 12:02 schrieb Daniel Schwabe:
> Hi all,
> I spoke to Tim B. Lee about our metadata, and here is a suggestion he
> made... in particular, it applies to the SPARQL endpoint.
>
> Can we do it?
>
>
>
> ---------------------------- Original Message
> ----------------------------
> Subject: Linked data for ISWC??
> From: "Tim Berners-Lee" <timbl at w3.org>
> Date: Mon, November 6, 2006 14:58
> To: dschwabe at inf.puc-rio.br
> ----------------------------------------------------------------------
> ----
>
> From: timbl at w3.org
> Subject: Linked data for ISWC
> Date: November 6, 2006 11:42:37 EST
> To: dschwabe at inf.puc-rio.br
>
> Congratulations on getting the data for ISWC into RDF form and
> getting a PARQL service!
>
> I don't know whether it would be possible to also make it linked data?
>
> Example: If I do a SPARQL query
>
>
> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
> PREFIX ical: <http://www.w3.org/2002/12/cal/ical#>
> PREFIX eswc: <http://www.eswc2006.org/technologies/ontology#>
> PREFIX iswc: <http://iswc2006.semanticweb.org/technologies/
> ontology#>
> PREFIX swrc_ext: <http://www.cs.vu.nl/~mcaklein/onto/swrc-ext/
> 2005/05#>
> PREFIX foaf: <http://xmlns.com/foaf/0.1/>
> SELECT $title $talk
> WHERE
> { $talk rdf:type eswc:PaperPresentation.
> $talk ical:summary $title.
> $talk iswc:hasRelatedDocument $paper.
> $paper swrc_ext:authorList $authorList.
> $authorList rdf:_1 $author.
> $author foaf:name $authorName
> }
>
> (Note I took your example and changed $authorName to $talk).
> The result's URI is
>
> http://128.192.251.191:8080/joseki/iswc?query=PREFIX+rdf%3A+++++++%
> 3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%
> 0APREFIX+ical%3A++++++%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F12%2Fcal%
> 2Fical%23%3E%0D%0APREFIX+eswc%3A++++++%3Chttp%3A%2F%2Fwww.eswc2006.org
> %2Ftechnologies%2Fontology%23%3E%0D%0APREFIX+iswc%3A++++++%3Chttp%3A%
> 2F%2Fiswc2006.semanticweb.org%2Ftechnologies%2Fontology%23%3E%0D%
> 0APREFIX+swrc_ext%3A++%3Chttp%3A%2F%2Fwww.cs.vu.nl%2F%7Emcaklein%
> 2Fonto%2Fswrc-ext%2F2005%2F05%23%3E%0D%0APREFIX+foaf%3A++++++%3Chttp%
> 3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0D%0ASELECT+%24title+%24talk%0D%
> 0AWHERE%0D%0A++%7B+%24talk+rdf%3Atype+eswc%3APaperPresentation.%0D%0A%
> 09%24talk+ical%3Asummary+%24title.%0D%0A%09%24talk+iswc%
> 3AhasRelatedDocument+%24paper.%0D%0A%09%24paper+swrc_ext%3AauthorList+
> %24authorList.%0D%0A%09%24authorList+rdf%3A_1+%24author.%0D%0A%09%
> 24author+foaf%3Aname+%24authorName%0D%0A++%7D%0D%0A&stylesheet=xml-to-
> html.xsl
>
> I get many items, including:
>
> "On the Semantics of Linking and Importing in Modular Ontologies"
> <http://iswc2006.semanticweb.org/events/eAE420629-21CD-4689-9093-
> CDDDC7302B52>
>
> Ok, so now I have the URI of a talk. Suppose I want to put in my
> FOAF page that I am an author on that talk. Then the tabulator will
> look up the URI to get information.
>
> The tabulator gives me:
> http://iswc2006.semanticweb.org/events/eAE420629-21CD-4689-9093-
> CDDDC7302B52
>
> status 404
> statusText Not Found
>
> Alas, it is not served.
>
> Could you put a server which will output all the links FROM and TO
> the URI
>
>
>
> Maybe it could do a union of
>
> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
> PREFIX ical: <http://www.w3.org/2002/12/cal/ical#>
> PREFIX eswc: <http://www.eswc2006.org/technologies/ontology#>
> CONSTRUCT{ <http://iswc2006.semanticweb.org/events/
> eAE420629-21CD-4689-9093-CDDDC7302B52> $pred $obj }
> WHERE
> {
> <http://iswc2006.semanticweb.org/events/eAE420629-21CD-4689-9093-
> CDDDC7302B52> $pred $obj.
> }
>
> and
>
> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
> PREFIX ical: <http://www.w3.org/2002/12/cal/ical#>
> PREFIX eswc: <http://www.eswc2006.org/technologies/ontology#>
> CONSTRUCT{ $subj $pred <http://iswc2006.semanticweb.org/events/
> eAE420629-21CD-4689-9093-CDDDC7302B52> }
> WHERE
> { $subj $pred
> <http://iswc2006.semanticweb.org/events/eAE420629-21CD-4689-9093-
> CDDDC7302B52> $.
> }
>
> Ask me if you have any questions
>
> See also http://www.w3.org/DesignIssues/LinkedData
>
> Tim BL
>
>
>
>
>
> --
> Daniel Schwabe
> Dept.de Informática, PUC-Rio
> _______________________________________________
> ISWC2006metadata mailing list
> ISWC2006metadata at lists.deri.org
> http://lists.deri.org/mailman/listinfo/iswc2006metadata
>
-------------------------------------------------
Knud Möller, MA
+353 - 91 - 495086
Digital Enterprise Research Institute
National University of Ireland, Galway
Institiúid Taighde na Fiontraíochta Digití
Ollscoil na hÉireann, Gaillimh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.deri.org/mailman/private/iswc2006metadata/attachments/20061106/89f1ae7d/attachment-0001.htm
More information about the ISWC2006metadata
mailing list