<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Kuhta &#187; Web Technology</title>
	<atom:link href="http://davidkuhta.com/tag/web-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidkuhta.com</link>
	<description></description>
	<lastBuildDate>Sat, 13 Mar 2010 15:56:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Semantic Web In Action &#8211; Triplify</title>
		<link>http://davidkuhta.com/2010/02/semantic-web-in-action-triplify/</link>
		<comments>http://davidkuhta.com/2010/02/semantic-web-in-action-triplify/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 04:12:52 +0000</pubDate>
		<dc:creator>David Kuhta</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Knowledge representation]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[relational database]]></category>
		<category><![CDATA[semantic Web Developer]]></category>
		<category><![CDATA[Sören Auer]]></category>
		<category><![CDATA[Triplify]]></category>
		<category><![CDATA[Web 3.0]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://davidkuhta.com/?p=157</guid>
		<description><![CDATA[A look into Triplify, A Semantic Web Technology that 'semantifies' Web applications by extracting the semantic structures embedded in relational databases and places it in RDF, JSON, or Linked Data form.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fdavidkuhta.com%252F2010%252F02%252Fsemantic-web-in-action-triplify%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F9CCtcE%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Semantic%20Web%20In%20Action%20-%20Triplify%22%20%7D);"></div>
<p style="text-align: justify;"><img class="alignleft" style="border: 0px; padding-top: 25px; padding-bottom: 15px;" title="stock.xchng - ABC Blocks ... " src="http://www.sxc.hu/pic/m/w/wb/wbd/485097_abc_blocks.jpg" alt="" width="200px" height="178px" />When a child wants to build, he reaches for the nearest set of blocks and has at it.  For the semantic Web Developer or Information Architect, finding that <em>perfect</em> block proves a bit more difficult, as there many more Web tools available than letters in the alphabet.  If what you&#8217;re looking for is a resource that places database information in a semantic form, then one small block you might want to investigate is <a id="aptureLink_0YS4wh1Os0" href="http://triplify.org/Overview">Triplify</a>.  Triplify &#8216;semantifies&#8217; Web Applications, bringing to light the semantic structures embedded in relational databases, and makes the Web mashable.</p>
<h3>So What Does Triplify Do?</h3>
<p style="text-align: justify;">In short, Expose Semantics! Triplify provides for a knowledge representation of relational data and makes the content available in <a id="aptureLink_bPhbGBVHGj" href="http://en.wikipedia.org/wiki/Resource%20Description%20Framework">RDF</a>, <a id="aptureLink_YirMCP4cpf" href="http://en.wikipedia.org/wiki/JSON">JSON</a> or <a id="aptureLink_BCkxTeWZUu" href="http://en.wikipedia.org/wiki/Linked%20Data">Linked Data</a> form.  Furthermore, Triplify leverages its lightweight structure, a few files totaling less than 500 lines of code, to insure rapid deployment, reuse, and ease of implementation.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0px;" title="How Triplify Works" src="http://www.dreig.eu/caparazon/wp-content/triplify.png" alt="" width="510px" height="224px" /></p>
<h3>How Does Triplify Work?</h3>
<p style="text-align: justify;">Triplify capitalizes on the connections inherent in <a id="aptureLink_O2UwAAlbd5" href="http://en.wikipedia.org/wiki/Relational%20database">relational database</a> queries, to retrieve data according to the queries of your choice and convert them to:</p>
<ul>
<li><img class="alignright" style="border: 0px; padding-left: 4px; padding-right: 10px;" title="Triplify Logo" src="http://triplify.org/themes/triplify2008/layout/logo-triplify.png" alt="" width="200px" height="69px" />RDF</li>
<li>JSON</li>
<li>Linked Data.</li>
</ul>
<p style="text-align: justify;">Generally, a minor 3 to 7 queries generates the majority of valuable information. After extracting database data, Triplify software constructs a shareable RDF, JSON or Linked Data semantic representation.</p>
<h3>How Can Triplify Help Me?</h3>
<p style="text-align: justify;">Beyond simply preparing a semantic representation of your database on the Web, Triplify turns your Web Application into a data source for use in conjunction with other sources of data across the Web.</p>
<h4>Notable uses include:</h4>
<h4 style="padding-left: 30px;">Semantic Search</h4>
<ul>
<li><a id="aptureLink_ntUC47vc4n" href="http://www.semantic-web.at/file_upload/1_tmpphpygltON.gif">Sindice</a> &#8211; A Semantic Web document index</li>
</ul>
<h4 style="padding-left: 30px;">Mashups</h4>
<ul>
<li style="text-align: justify;"><a id="aptureLink_Kg1DZJvlZq" href="http://en.wikipedia.org/wiki/Yahoo%21%20Pipes">Yahoo! Pipes</a> &#8211; Pipe designer can utilize instances of Triplify as a data source.</li>
<li style="text-align: justify;"><a id="aptureLink_t7gzGW7lt4" href="http://www.vimeo.com/808214">Simile Potluck</a> &#8211; Mash Triplify data sources [No Programming Required!]</li>
<li style="text-align: justify;"><a id="aptureLink_FOfnvyFCzs" href="http://www.techvibes.com/public/cache/company/250x125/7828_programmableweb_255255255.png">Programmableweb</a> &#8211; DB of API&#8217;s for use in conjunction with Triplify</li>
</ul>
<h4 style="padding-left: 30px;">Data Browsing</h4>
<ul>
<li><a id="aptureLink_wePhkXOndc" href="http://demo.openlinksw.com/DAV/JS/rdfbrowser/index.html">OpenLink RDF Browser</a></li>
<li><a id="aptureLink_7rEY0TLNws" href="http://www.w3.org/2005/ajar/tab">Tabulator</a></li>
<li><a id="aptureLink_gSUKz6w2Np" href="http://www.simile-widgets.org/exhibit/">Exhibit</a></li>
<li><strong>JSON Output</strong> &#8211; Access Triplify data without a parser
<ul>
<li>append <code>?t-output=json</code> to any Triplify URI</li>
</ul>
</li>
</ul>
<h4 style="padding-left: 30px;">Publishing Update Logs</h4>
<ul>
<li>Publish a <a id="aptureLink_DeQcwOjA3O" href="http://triplify.org/vocabulary/update">hierarchically structured update log</a> as linked data.</li>
</ul>
<h4 style="padding-left: 30px;">Application Advantages:</h4>
<ul>
<li style="text-align: justify;"> <strong>Search engines can better evaluate the content</strong> and more easily find content.</li>
<li style="text-align: justify;">Different application instances can <strong>easily syndicate dynamic content</strong> without the needing interfaces, content representations.</li>
<li style="text-align: justify;">Ability to create <strong>custom-tailored niche search engines</strong>. Easy searching for a product with certain characteristics.</li>
</ul>
<h3>How Do I use Triplify?</h3>
<ul>
<li>Download and extract the <a id="aptureLink_9VnSYM8ucO" href="http://sourceforge.net/projects/triplify/">Triplify script</a> to your Web application.</li>
<li>Create a <a id="aptureLink_CCDE1Xo3Ei" href="http://triplify.org/Documentation#h47-1">Triplify configuration file</a> according to your application.
<ul>
<li><a id="aptureLink_f43MXLEWZO" href="http://triplify.org/About#h1-6">Customizing the SQL queries</a> to select information you wish to extract.</li>
</ul>
</li>
<li>Ensure the script registers your application instance with the Triplify registry so that it can be found by other Web applications.</li>
<li>Enjoy your contribution to the Semantic Web initiative!</li>
</ul>
<p>Check out the <a id="aptureLink_ujIulutGIs" href="http://triplify.org/exhibit/?url=http://www.davidkuhta.com/triplify/">RDF data source</a> for <em>DavidKuhta.com</em> at the <a id="aptureLink_cQnUMS1tu8" href="http://triplify.org/Registry">Triplify Registry</a>!</p>
<p style="padding-left: 30px;">- <em>Modeled after the WordPress configuration file below</em></p>
<h5>Community contributed configuration files for some major Web applications:</h5>
<ul>
<li><a id="aptureLink_FftW1rORTO" href="http://triplify.org/Configuration/WordPress/2.7">WordPress 2.7+</a> :<img class="alignright" style="border: 0px; padding-top: 5px;" title="WordPress Logo" src="http://www.brickmarketingconsulting.com/wordpress-plugins.jpg" alt="" width="200px" height="200px" /> by <a id="aptureLink_VNoofmsPsx" href="http://www.linkedin.com/in/andreimihaila">Andrei Mihăilă</a></li>
<li><a id="aptureLink_reVd2oefNG" href="http://triplify.org/Configuration/OpenConf/2.0">OpenConf 2.0</a> : by <a id="aptureLink_mEcdKcJEVN" href="http://www.linkedin.com/in/soerenauer">Sören</a></li>
<li><a id="aptureLink_dOagv8B0zp" href="http://triplify.org/Configuration/Drupal?v=ngd">Drupal 5.x</a> : by David</li>
<li><a id="aptureLink_AMT1bhRK6G" href="http://triplify.org/Configuration/WackoWiki/4.2">WackoWiki 4.2</a> : by <a id="aptureLink_mEcdKcJEVN" href="http://www.linkedin.com/in/soerenauer">Sören</a></li>
<li><a id="aptureLink_zJzSpYeBMi" href="http://triplify.org/Configuration/OJS/2.0">OpenJournalSystems 2.0</a> : by <a id="aptureLink_mEcdKcJEVN" href="http://www.linkedin.com/in/soerenauer">Sören</a></li>
<li><a id="aptureLink_d5PwzoUcZz" href="http://triplify.org/Configuration/Joomla">Joomla!</a> :  by Le Phuoc</li>
<li><a id="aptureLink_1fziAiaQk9" href="http://triplify.org/Configuration/osCommerce">osCommerce</a> : by Elias</li>
<li><a id="aptureLink_CBsjgVv9VJ" href="http://triplify.org/Configuration/OMDB">OMDB</a> : by <a id="aptureLink_mEcdKcJEVN" href="http://www.linkedin.com/in/soerenauer">Sören</a></li>
<li><a id="aptureLink_MAZsyMkOyM" href="http://triplify.org/Configuration/phpBB">phpBB</a> : by Elias</li>
<li><a id="aptureLink_Pkd2jSXngE" href="http://triplify.org/Configuration/Gallery">Gallery</a> : by Elias</li>
</ul>
<h5><a id="aptureLink_3wJgTILNU6" href="http://triplify.org/About#h1-8">Important Considerations:</a></h5>
<ul>
<li><strong>Privacy</strong> &#8211; Triplify is accessing your database! Be judicious in your queries, insuring that only the data that is accessible to the web is accessible to Triplify.
<ul>
<li>Triplify recommends creating a separate &#8220;Triplify&#8221; database user for whom only read access is granted.</li>
</ul>
</li>
<li><strong>Beta</strong> &#8211; As of this writing, Triplify v0.7 is still in beta and as any beta software still has some kinks to work through.</li>
<li><strong>Performance</strong> &#8211; Triplify currently caters to small to medium size apps, but retains the ability to cache for more extensive applications</li>
</ul>
<h5>Developers:</h5>
<p>Triplify strongly encourages developers to become a part of the <a id="aptureLink_Xp0IKDGkDB" href="http://triplify.org/Community">Triplify Community</a>, and welcomes contributions of any kind. So, if you&#8217;re looking for an opportunity to contribute to a Semantic Web initiative, here&#8217;s your opportunity.</p>
<h3>In A Nutshell</h3>
<p style="text-align: justify;"><img class="alignright size-full wp-image-222" style="border: 0px;" title="In A Nutshell" src="http://davidkuhta.com/wp-content/uploads/2010/02/PeanutShell-e1265702683772.gif" alt="" width="250" height="135" />Triplify &#8216;semantifies&#8217; the web, providing developers with a resource to semantically extract relational database information and make it available to the Semantic Web.  With its lightweight code, robust structuring, and ease of use, Triplify proves to be a valuable Semantic blocks for Web Applications. Likewise, Triplify&#8217;s approach in bypassing the chicken-and-egg dilemma of &#8220;<strong>simultaneously lacking of semantic representations and semantics-conscious Web search facilities</strong>&#8221; makes a push for the Semantic Web, today!</p>
<h3>Simplify Semantics with Triplify!</h3>

<img src="http://davidkuhta.com/?ak_action=api_record_view&id=157&type=feed" alt="" /><div class="wpbuzzer_button" style="float: right; border: 0px; margin-top: -3px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://davidkuhta.com/2010/02/semantic-web-in-action-triplify/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://davidkuhta.com/2010/02/semantic-web-in-action-triplify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semantic Web In Action &#8211; Apture</title>
		<link>http://davidkuhta.com/2010/01/semantic-technologies-in-action-apture/</link>
		<comments>http://davidkuhta.com/2010/01/semantic-technologies-in-action-apture/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:57:28 +0000</pubDate>
		<dc:creator>David Kuhta</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apture]]></category>
		<category><![CDATA[free web service]]></category>
		<category><![CDATA[Internet Technologies]]></category>
		<category><![CDATA[Semantic Technologies]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://davidkuhta.com/?p=60</guid>
		<description><![CDATA[A look into Apture, A Semantic Web Technology for the dynamic integration of a media experience into published web content.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fdavidkuhta.com%252F2010%252F01%252Fsemantic-technologies-in-action-apture%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fdk9qaM%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Semantic%20Web%20In%20Action%20-%20Apture%22%20%7D);"></div>
<p style="text-align: justify;">So today I wanted to take a look into a Semantic Web Technology that is invading the blogosphere, <a id="aptureLink_XYOkPFfZOG" href="http://cdn.apture.com/media/imgs/logoHome.png">Apture</a>.  Apture is a free web service that allows for the integration of multimedia and links within published content, such as to dynamically create a new layer of user experience and interaction.  But what does that really mean? Apture essentially provides another method of communication.</p>
<h2>So what can you integrate with Apture?</h2>
<p>Well some things are better left done than said (click on the links):<a id="aptureLink_ig2IFp3l0k" style="padding: 0px 6px; float: right;" href="http://www.personalizemedia.com/wp-content/uploads/2008/05/web-spheres03.jpg"><img style="border: 0px none;" title="web spheres03 jpg" src="http://www.personalizemedia.com/wp-content/uploads/2008/05/web-spheres03.jpg" alt="" width="320" height="222" /></a></p>
<ul>
<li><a id="aptureLink_DazwrB9IR3" href="http://www.slideshare.net/apture/apture-publisher-intro-12">Documents</a></li>
<li><a id="aptureLink_DOwr9SRgFC" href="http://www.flickr.com/photos/dullhunk/3448804778/">Images</a></li>
<li><a id="aptureLink_fdgofd0tsz" href="http://www.youtube.com/watch?v=bsNcjya56v8">Video</a></li>
<li><a id="aptureLink_P3kfZKXx0P" href="http://maps.google.com/maps?om=0&amp;iwloc=addr&amp;f=q&amp;ll=41.1571251%2C-80.0828258&amp;hl=en&amp;z=16&amp;ie=UTF8">Maps</a></li>
<li><a id="aptureLink_56afaDL0ve" href="http://www.npr.org/templates/story/story.php?storyId=122650964">Audio</a></li>
<li><a id="aptureLink_1gytbOSeqg" href="http://en.wikipedia.org/wiki/Apture">References</a></li>
<li><a id="aptureLink_eDGUqhLmJ4" href="http://www.linkedin.com/pub/david-kuhta/9/86b/644">People</a></li>
<li><a id="aptureLink_of6fPU2XRh" href="http://www.washingtonpost.com/wp-dyn/content/article/2008/06/30/AR2008063001022.html">News Articles</a></li>
<li><a id="aptureLink_82bDuPB1sS" href="http://www.blakeimeson.com/">Links to Websites</a></li>
<li><a id="aptureLink_kzFBKSoLbz" href="http://www.youtube.com/watch?v=F-fb7XQLP4w">All of The Above</a></li>
</ul>
<p style="text-align: justify;">Apture even assists in embedding content directly into the content:</p>
<p><a id="aptureLink_gOi7uoiwHk" style="margin: 0pt auto; padding: 0px 6px; text-align: center; display: block;" href="http://traffikd.com/images/0409/20.jpg"><img style="border: 0px none;" title="WooThemes" src="http://traffikd.com/images/0409/20.jpg" alt="" width="425px" height="250px" /></a></p>
<h2>How does Apture work?</h2>
<p style="text-align: justify;">Apture does all this by dynamically aggregating information from 50+ sources including:</p>
<ul>
<li><a id="aptureLink_dINRrsaR7G" style="padding: 0px 6px; float: right;" href="http://www.flickr.com/photos/17258892@N05/2588347668/"><img style="border: 0px none;" title="motion gears -team force" src="http://farm4.static.flickr.com/3149/2588347668_a1006846fa.jpg" alt="" width="179" height="139" /></a><strong>Documents:</strong> SlideShare, Google Books,  and Scribd</li>
<li><em><strong>Images:</strong></em> Flickr, Yahoo Image Search, Wikimedia Commons,  and Bing Image Search</li>
<li><em><strong>Video:</strong></em> YouTube, Reuters, Truveo, Dailymotion, Hulu, Comedy Central, ESPN,  and Metavid</li>
<li><em><strong>Maps:</strong></em> Google Maps</li>
<li><em><strong>Audio:</strong></em> National Public Radio</li>
<li><em><strong>References:</strong></em> Wikipedia, Amazon, CrunchBase, U.S. Congress,  and IMDB</li>
<li><em><strong>People:</strong></em> Twitter, LinkedIn,  and U.S. Congress</li>
<li><em><strong>News:</strong></em> Daylife, Reuters, Guardian, NYTimes, Washington Post,  and BBC News</li>
</ul>
<h2>How Can Apture Help My Site?</h2>
<p style="text-align: justify;">For the publisher, Apture elimates much of the fieldwork in searching for relevant content and media, and reduces it to a concise search for a relevant term. Furthermore, Apture works not only on WordPress but on other blogging platforms as well, notably: Typeface, Ning, Drupal, Blogger, and Movable Type.</p>
<h2>How Do I Use Apture?</h2>
<p style="text-align: justify;">The first step is to goto the Apture site and download the <a id="aptureLink_AzvQ3M437d" href="http://www.apture.com/plugin/">plugin</a> (WordPress users can also install the plugin directly from the backend of their blog after a quick search for &#8216;Apture&#8217;).  For your first use, after installing and activating the plugin, you&#8217;ll be prompted to create an account with Apture.  After logging in and linking your domain to your site, the dynamic fun begins.  Two new buttons will appear in the &#8220;upload/insert&#8221; section of the visual editor for your posts:</p>
<ul>
<li>Add Apture Link  <img class="size-full wp-image-64 alignnone" title="AptureLink" src="http://davidkuhta.com/wp-content/uploads/2010/01/AptureLink.jpg" alt="" width="53" height="24" /></li>
<li>Add Apture Embed <img class="size-full wp-image-65 alignnone" title="AptureEmbed" src="http://davidkuhta.com/wp-content/uploads/2010/01/AptureEmbed.jpg" alt="" width="49" height="24" /></li>
</ul>
<p style="text-align: justify;">Clicking on either of these (While having text selected for &#8216;Add Apture Link&#8217;) brings up the Apture editing  hub allowing you to search for a term and adding your content accordingly :</p>
<p><a id="aptureLink_bKMkxepgtl" style="margin: 0pt auto; padding: 0px 6px; text-align: center; display: block;" href="http://apture.s3.amazonaws.com/0000012644420a3569f54c9c007f000000000001.AptureEditor.jpg"><img style="border: 0px none;" title="AptureEditor" src="http://apture.s3.amazonaws.com/0000012644420a3569f54c9c007f000000000001.AptureEditor.jpg" alt="" width="497" height="324" /></a></p>
<p style="text-align: justify;">After selecting the relevant content, click &#8220;Create Embed&#8221; and bam! your done.  Check out your post on the frontend and enjoy the fact that users aren&#8217;t being led away from your site every time you want to provide them with external content</p>
<h2>In A NutShell</h2>
<h2><img class="alignright" style="border: 0px none;" title="nutshell" src="http://phoenix.fanster.com/suns/files/2009/04/nutshell.gif" alt="" width="144" height="124" /></h2>
<p style="text-align: justify;">A free service with the capabilities of a premium plugin, Apture offers rapid integration of content and creates another layer of user experience that can be rivaled.  Coupled with the large array of contents feeding the apture search, you&#8217;ll be sure to find that perfect media complement to your own content.</p>
<p>Looking forward to hearing how Apture is enriching the way you <a id="aptureLink_sgNjez8LL7" href="http://www.flickr.com/photos/wheatfields/1803288927/">post</a>!</p>

<img src="http://davidkuhta.com/?ak_action=api_record_view&id=60&type=feed" alt="" /><div class="wpbuzzer_button" style="float: right; border: 0px; margin-top: -3px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://davidkuhta.com/2010/01/semantic-technologies-in-action-apture/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://davidkuhta.com/2010/01/semantic-technologies-in-action-apture/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: davidkuhta.com @ 2012-02-05 04:19:17 -->
