<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"

	>
<channel>
	<title>
	Kommentare zu: SELECT * FROM microformats	</title>
	<atom:link href="https://notiz.blog/2009/01/14/select-from-microformats/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog/2009/01/14/select-from-microformats/</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Wed, 01 Mar 2023 15:45:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/2009/01/14/select-from-microformats/feed/"/>
	<item>
		<title>
		Von: Carschrotter		</title>
		<link>https://notiz.blog/2009/01/14/select-from-microformats/#comment-225781</link>

		<dc:creator><![CDATA[Carschrotter]]></dc:creator>
		<pubDate>Wed, 07 Aug 2013 09:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-225781</guid>

					<description><![CDATA[Schade 4 Jahre später und &quot;schon&quot; geht es nicht mehr. Gibt es eigentlich eine alternative in yql oder eine Open Data Table für microformats?]]></description>
			<content:encoded><![CDATA[<p>Schade 4 Jahre später und &#8222;schon&#8220; geht es nicht mehr. Gibt es eigentlich eine alternative in yql oder eine Open Data Table für microformats?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Die Yahoo! Query Language (YQL) &#124; ZoranZaric.de		</title>
		<link>https://notiz.blog/2009/01/14/select-from-microformats/#comment-12501</link>

		<dc:creator><![CDATA[Die Yahoo! Query Language (YQL) &#124; ZoranZaric.de]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 12:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12501</guid>

					<description><![CDATA[[...] bin grade über den Notizblog auf die Yahoo! Query Language gestoßen. Dabei handelt sich um eine Abfrage-Sprache mit [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] bin grade über den Notizblog auf die Yahoo! Query Language gestoßen. Dabei handelt sich um eine Abfrage-Sprache mit [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Code in Tumble - Rechte Links		</title>
		<link>https://notiz.blog/2009/01/14/select-from-microformats/#comment-12151</link>

		<dc:creator><![CDATA[Code in Tumble - Rechte Links]]></dc:creator>
		<pubDate>Wed, 14 Jan 2009 17:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12151</guid>

					<description><![CDATA[[...] SELECT * FROM microformats Die Internet-Datenbank-So-Wie-SQL-Schnittstelle von Yahoo bekommt Microformats-Support. Gute Idee! [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] SELECT * FROM microformats Die Internet-Datenbank-So-Wie-SQL-Schnittstelle von Yahoo bekommt Microformats-Support. Gute Idee! [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Matthias Pfefferle		</title>
		<link>https://notiz.blog/2009/01/14/select-from-microformats/#comment-12114</link>

		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 14 Jan 2009 12:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12114</guid>

					<description><![CDATA[Hallo Stefan,

auf den ersten Blick wirkt die Syntax wirklich etwas verwirrend aber &#039;feed&#039; steht schon auf der richtigen Seite von &#039;&lt;code&gt;FROM&lt;/code&gt;&#039;, da man ja sonst die Query nicht weiter einschränken könnte. Ein Beispiel für eine Einschränkung wäre: Gib mir alle Adjuncts (Attribute) vom Typ &#039;XFN&#039;

&lt;code&gt;SELECT adjunct FROM microformats WHERE url=&#039;https://notiz.blog/contact/&#039; AND adjunct.id=&#039;com.yahoo.page.uf.xfn&#039;&lt;/code&gt;

Ich hätte eher &#039;feed&#039; und die URL getauscht. Also...

&lt;code&gt;SELECT * FROM &#039;https://notiz.blog/contact/&#039; WHERE type=&#039;feed&#039;&lt;/code&gt;

statt...

&lt;code&gt;SELECT * FROM feed WHERE url=&#039;https://notiz.blog/contact/&#039;&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>Hallo Stefan,</p>
<p>auf den ersten Blick wirkt die Syntax wirklich etwas verwirrend aber &#8218;feed&#8216; steht schon auf der richtigen Seite von &#8218;<code>FROM</code>&#8218;, da man ja sonst die Query nicht weiter einschränken könnte. Ein Beispiel für eine Einschränkung wäre: Gib mir alle Adjuncts (Attribute) vom Typ &#8218;XFN&#8216;</p>
<p><code>SELECT adjunct FROM microformats WHERE url='https://notiz.blog/contact/' AND adjunct.id='com.yahoo.page.uf.xfn'</code></p>
<p>Ich hätte eher &#8218;feed&#8216; und die URL getauscht. Also&#8230;</p>
<p><code>SELECT * FROM 'https://notiz.blog/contact/' WHERE type='feed'</code></p>
<p>statt&#8230;</p>
<p><code>SELECT * FROM feed WHERE url='https://notiz.blog/contact/'</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Stefan		</title>
		<link>https://notiz.blog/2009/01/14/select-from-microformats/#comment-12096</link>

		<dc:creator><![CDATA[Stefan]]></dc:creator>
		<pubDate>Wed, 14 Jan 2009 10:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12096</guid>

					<description><![CDATA[Ich finds zwar ganz cool, aber SQL-semantisch nicht so schick. Sollte es nicht eher &quot;SELECT feed FROM &#039;https://notiz.blog/&#039;&quot; o.s.ä. sein?]]></description>
			<content:encoded><![CDATA[<p>Ich finds zwar ganz cool, aber SQL-semantisch nicht so schick. Sollte es nicht eher &#8222;SELECT feed FROM &#8218;https://notiz.blog/'&#8220; o.s.ä. sein?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: SELECT * FROM microformats &#60; LostFocus		</title>
		<link>https://notiz.blog/2009/01/14/select-from-microformats/#comment-12083</link>

		<dc:creator><![CDATA[SELECT * FROM microformats &#60; LostFocus]]></dc:creator>
		<pubDate>Wed, 14 Jan 2009 09:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12083</guid>

					<description><![CDATA[[...] coole Sache, werde ich mal ausprobieren: SELECT * FROM microformats   Comments via Disqus &#124; Trackback [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] coole Sache, werde ich mal ausprobieren: SELECT * FROM microformats   Comments via Disqus | Trackback [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
