<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear all:<br>
<br>
Thanks to the help of several partners, there are now new data sets and
tools related to the GoodRelations ontology for e-commerce:<br>
<br>
<b>1. OpenEAN data set: 1 million EAN/UPC codes plus respective labels</b><br>
<br>
The full data set is at<br>
<br>
<a class="moz-txt-link-freetext" href="http://openean.kaufkauf.net/id/">http://openean.kaufkauf.net/id/</a><br>
<br>
Individual commodity descriptions can be retrieved as follows:<br>
<br>
<a class="moz-txt-link-freetext" href="http://openean.kaufkauf.net/id/EanUpc_">http://openean.kaufkauf.net/id/EanUpc_</a><UPC/EAN><br>
<br>
Example: <br>
<br>
<a class="moz-txt-link-freetext" href="http://openean.kaufkauf.net/id/EanUpc_0001067792600">http://openean.kaufkauf.net/id/EanUpc_0001067792600</a><br>
<br>
With this data set, Point-of-Sale applications can simply query the
Semantic Web for the proper labels for a given UPC/EAN code. For
example, the proper label for the UPC/EAN code 0001067792600 can be
retrieved as follows:<br>
<br>
SELECT ?uri, ?label WHERE {?uri rdf:type
<a class="moz-txt-link-rfc2396E" href="http://purl.org/goodrelations/v1#ProductOrServiceModel"><http://purl.org/goodrelations/v1#ProductOrServiceModel></a>. ?uri
<a class="moz-txt-link-rfc2396E" href="http://purl.org/goodrelations/v1#hasEAN_UCC-13"><http://purl.org/goodrelations/v1#hasEAN_UCC-13></a>
"0001067792600"^^<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema#string"><http://www.w3.org/2001/XMLSchema#string></a>. ?uri
rdfs:label ?label}<br>
<br>
Since the data set is already replicated in the Virtuoso LOD data space
(special thanks to Kingsley Idehen from OpenLink Software!), one can
simply query the respective SPARQL endpoint, e.g.:<br>
<br>
<a class="moz-txt-link-freetext" href="http://lod.openlinksw.com/sparql?default-graph-uri=&query=SELECT+%3Furi%2C+%3Flabel+WHERE+">http://lod.openlinksw.com/sparql?default-graph-uri=&query=SELECT+%3Furi%2C+%3Flabel+WHERE+</a>{%3Furi+rdf%3Atype+%3Chttp%3A%2F%2Fpurl.org%2Fgoodrelations%2Fv1%23ProductOrServiceModel%3E.+%3Furi+%3Chttp%3A%2F%2Fpurl.org%2Fgoodrelations%2Fv1%23hasEAN_UCC-13%3E+%220001067792600%22^^%3Chttp%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema%23string%3E.+%3Furi+rdfs%3Alabel+%3Flabel}&format=text%2Fhtml&debug=on&timeout=<br>
<br>
(alternatively, use <a class="moz-txt-link-freetext" href="http://tinyurl.com/qxwrt6">http://tinyurl.com/qxwrt6</a>)<br>
<br>
A big thank you goes to Michael Pfeiffer from  Kaufkauf.net
(<a class="moz-txt-link-freetext" href="http://www.kaufkauf.net/index.php?l=en">http://www.kaufkauf.net/index.php?l=en</a>) for providing the data and for
hosting the RDF data set, and to Andreas Radinger and Tobias Ostheim
for the data conversion!<br>
<b> <br>
2. FreeclassOWL: Products and services ontology for the construction
and building industry<br>
<br>
</b>This ontology defines 4,780 classes, 162 properties, and 1,182
qualitative values for products and services from the construction and
building materials domain. All labels are available in up to EIGHT
languages. FreeclassOWL is compatible with GoodRelations and available
under a Creative Commons 3.0 License.<br>
<br>
<b>Base URI: </b><br>
<a class="moz-txt-link-freetext" href="http://www.freeclass.eu/freeclass_v1">http://www.freeclass.eu/freeclass_v1</a><br>
<b>Ontology: </b><br>
<a class="moz-txt-link-freetext" href="http://www.freeclass.eu/freeclass_v1.owl">http://www.freeclass.eu/freeclass_v1.owl</a><br>
<b>Documentation:</b><br>
<a class="moz-txt-link-freetext" href="http://www.freeclass.eu/freeclass_v1.html">http://www.freeclass.eu/freeclass_v1.html</a><br>
<br>
A big thank you goes to Otto Handle from <a class="moz-txt-link-freetext" href="http://www.inndata.at/">http://www.inndata.at/</a> for
making their Freeclass classification available for the Web of Data,
and to Andreas Radinger and Tobias Ostheim for the data conversion!<br>
<b><br>
3. Extensions / Plug-ins for osCommerce and Joomla/Virtuemart<br>
<br>
</b>There are now working prototypes of export interfaces that allow
creating GoodRelations data directly from popular Web shop or CMS
software.<br>
<br>
<b>a) osCommerce Web Shop Software</b><br>
<br>
<a class="moz-txt-link-freetext"
 href="http://code.google.com/p/goodrelations-for-oscommerce/">http://code.google.com/p/goodrelations-for-oscommerce/</a>
<br>
<br>
(An alternative export project for osCommerce is at
<a class="moz-txt-link-freetext"
 href="http://triplify.org/Configuration/osCommerce">http://triplify.org/Configuration/osCommerce</a>.)
<br>
<br>
<b>b)  Joomla/Virtuemart CMS/Shop combo</b><br>
<br>
<a class="moz-txt-link-freetext"
 href="http://code.google.com/p/goodrelations-for-joomla/">http://code.google.com/p/goodrelations-for-joomla/</a>
<br>
<br>
A big thank you goes to Alex Stolz for his hard work in developing the
two components!<br>
<br>
Also, Intershop recently completed an internal feasibility study and
prototype of RDFa and RDF/XML export for their Enfinity series. The
results are unfortunately not yet available to the general public, but
in case you are an Intershop client with Semantic Web interests, it
would not hurt to ask them... <br>
<br>
Best wishes<br>
<br>
<br>
Martin<br>
--------------------------------------------------------------<br>
<pre class="moz-signature" cols="72">martin hepp
e-business & web science research group
universitaet der bundeswehr muenchen

e-mail: <a class="moz-txt-link-abbreviated" href="mailto:mhepp@computer.org">mhepp@computer.org</a>
phone:  +49-(0)89-6004-4217
fax:    +49-(0)89-6004-4620
www:    <a class="moz-txt-link-freetext" href="http://www.unibw.de/ebusiness/">http://www.unibw.de/ebusiness/</a> (group)
        <a class="moz-txt-link-freetext" href="http://www.heppnetz.de/">http://www.heppnetz.de/</a> (personal)
skype:  mfhepp 


Check out the GoodRelations vocabulary for E-Commerce on the Web of Data!
========================================================================

Webcast explaining the Web of Data for E-Commerce:
-------------------------------------------------
<a class="moz-txt-link-freetext" href="http://www.heppnetz.de/projects/goodrelations/webcast/">http://www.heppnetz.de/projects/goodrelations/webcast/</a>

Tool for registering your business:
----------------------------------
<a class="moz-txt-link-freetext" href="http://www.ebusiness-unibw.org/tools/goodrelations-annotator/">http://www.ebusiness-unibw.org/tools/goodrelations-annotator/</a>

Overview article on Semantic Universe:
-------------------------------------
<a class="moz-txt-link-freetext" href="http://www.semanticuniverse.com/articles-semantic-web-based-e-commerce-webmasters-get-ready.html">http://www.semanticuniverse.com/articles-semantic-web-based-e-commerce-webmasters-get-ready.html</a>

Project page and resources for developers:
-----------------------------------------
<a class="moz-txt-link-freetext" href="http://purl.org/goodrelations/">http://purl.org/goodrelations/</a>

Upcoming events:
---------------
Full-day tutorial at ESWC 2009: The Web of Data for E-Commerce in One Day: A Hands-on Introduction to the GoodRelations Ontology, RDFa, and Yahoo! SearchMonkey

<a class="moz-txt-link-freetext" href="http://www.eswc2009.org/program-menu/tutorials/70">http://www.eswc2009.org/program-menu/tutorials/70</a>

Talk at the Semantic Technology Conference 2009: Semantic Web-based E-Commerce: The GoodRelations Ontology

<a class="moz-txt-link-freetext" href="http://www.semantic-conference.com/session/1881/">http://www.semantic-conference.com/session/1881/</a>
</pre>
</body>
</html>