Thanks both, guys!<div><br></div><div>Best regards,</div><div><br></div><div>Jan</div><div>--</div><div><a href="http://prochacek.tel">prochacek.tel</a><br><br><div class="gmail_quote">2011/4/14 Martin Hepp <span dir="ltr"><<a href="mailto:martin.hepp@ebusiness-unibw.org">martin.hepp@ebusiness-unibw.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all:<br>
<br>
The main difference between the GR Snippet Generator and the GR Annotator is that the Snippet Generator is much simpler to use but also offers less functionality. In the future, we may deprecate the Annotator in favor of a slightly improved GR Snippet Generator.<br>

<br>
As for your question regarding additional points of sale, Laszlo is basically correct:<br>
<br>
Just add multiple properties gr:hasPOS to the gr:BusinessEntity and point to the additional stores (gr:LocationOfSalesOrServiceProvisioning).<br>
<br>
In Turtle Syntax:<br>
<br>
foo:Company a gr:BusinessEntity ;<br>
        gr:hasPOS foo:Shop1, foo:Shop2, foo:Shop3 .<br>
<br>
foo:Shop1 a gr:LocationOfSalesOrServiceProvisioning;<br>
        gr:name "Boston Store" .<br>
<br>
foo:Shop2 a gr:LocationOfSalesOrServiceProvisioning;<br>
        gr:name "NYC Store" .<br>
<br>
foo:Shop3 a gr:LocationOfSalesOrServiceProvisioning;<br>
        gr:name "Seattle Store" .<br>
<font color="#888888"><br>
<br>
Martin Hepp<br>
</font><div><div></div><div class="h5"><br>
On Apr 14, 2011, at 2:43 PM, László Török wrote:<br>
<br>
> Hi Jan,<br>
><br>
> In my experience both tools produce valid results and they both use the same underlying Goodrelations vocabulary.<br>
><br>
> Adding another POI is pretty straightforward, you don't need to be a GR or RDFa guru. Take bit the describes the POI copy and paste, make sure you create another unique hash tag that identifies the second POI.<br>

><br>
> Example:<br>
><br>
> <div rel="gr:hasPOS"><br>
> <div class="description" about="<a href="http://www.radioshack.com/#LOSOSP_1" target="_blank">http://www.radioshack.com/#LOSOSP_1</a>" typeof="gr:LocationOfSalesOrServiceProvisioning"><br>

> <div rel="vcard:adr"><br>
> <div class="description" about="<a href="http://www.radioshack.com/#address_LoSoSP_1" target="_blank">http://www.radioshack.com/#address_LoSoSP_1</a>" typeof="vcard:Address"><br>
> <div property="vcard:country-name" content="United States of America"/><br>
> <div property="vcard:locality" content="New York City"/><br>
> <div property="vcard:postal-code" content="12345"/><br>
> <div property="vcard:street-address" content="100 Broadway"/><br>
> <div property="vcard:tel" content="+1-456-456-456"/><br>
> </div><br>
> </div><br>
><br>
> 1. Update the respective values of the content attributes to match the details of your second POI<br>
> 2. IMPORTANT: create an individual hash tag (marked red) that identifies your second POI<br>
> 3. If you publish offer you need to check which offer is available from the second POI too and indicate it by inserting the claim respectively.<br>
><br>
> Hope it works for you.<br>
><br>
> Las<br>
><br>
><br>
> 2011/4/14 Jan Procháček <<a href="mailto:jan@prochacek.tel">jan@prochacek.tel</a>><br>
> Hello,<br>
> Im trying to use GoodRelations Annotator. How should I add more points of sales for one company? Or should I just use snippet generator instead? What is the difference between them?<br>
><br>
> Thank you and regards,<br>
><br>
> Jan<br>
> --<br>
> <a href="http://prochacek.tel" target="_blank">prochacek.tel</a><br>
><br>
> _______________________________________________<br>
> goodrelations mailing list<br>
> <a href="mailto:goodrelations@ebusiness-unibw.org">goodrelations@ebusiness-unibw.org</a><br>
> <a href="http://ebusiness-unibw.org/cgi-bin/mailman/listinfo/goodrelations" target="_blank">http://ebusiness-unibw.org/cgi-bin/mailman/listinfo/goodrelations</a><br>
><br>
><br>
><br>
><br>
> --<br>
> László Török<br>
><br>
> Skype: laczoka2000<br>
> Twitter: @laczoka<br>
><br>
> _______________________________________________<br>
> goodrelations mailing list<br>
> <a href="mailto:goodrelations@ebusiness-unibw.org">goodrelations@ebusiness-unibw.org</a><br>
> <a href="http://ebusiness-unibw.org/cgi-bin/mailman/listinfo/goodrelations" target="_blank">http://ebusiness-unibw.org/cgi-bin/mailman/listinfo/goodrelations</a><br>
<br>
</div></div></blockquote></div><br></div>