Modified: websites/staging/marmotta/trunk/content/ldclient/introduction.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldclient/introduction.html 
(original)
+++ websites/staging/marmotta/trunk/content/ldclient/introduction.html Fri Mar 
29 12:26:31 2013
@@ -322,7 +322,7 @@
                 
         <div id="bodyColumn" >
                                   
-            <h1>Linked Data Client</h1><p>The Apache Marmotta LDClient library 
is a flexible and modular Linked Data Client that can be used by any Linked 
Data project independent of the Apache Marmotta platform. It provides the 
infrastructure for retrieving remote Linked Data resources via different 
protocols (primarily HTTP) and offers pluggable adapters (so-called data 
providers) that wrap legacy data sources (e.g. YouTube or Facebook) as Linked 
Data resources by mapping their data to appropriate RDF structures.</p><div 
class="section"><h2>Core Libraries<a name="Core_Libraries"></a></h2><p>The 
following libraries are core libraries for using LDClient:</p>
+            <h1>Linked Data Client</h1><p>The Apache Marmotta LDClient library 
is a flexible and modular Linked Data Client (<a class="externalLink" 
href="http://www.w3.org/wiki/ConverterToRdf";>RDFizer</a>) that can be used by 
any Linked Data project independent of the Apache Marmotta platform. In other 
words, it provides the infrastructure for retrieving remote resources via 
different protocols (primarily HTTP) and offers pluggable adapters (called data 
providers) that wrap other data sources (e.g. YouTube or Facebook) as Linked 
Data resources by mapping their data to appropriate RDF structures.</p><div 
class="section"><h2>Core Libraries<a name="Core_Libraries"></a></h2><p>The 
following libraries are core libraries for using LDClient:</p>
 <ul>
   <li><b>ldclient-api</b>: provides model and interfaces for using 
LDClient</li>
   <li><b>ldclient-core</b>: provides the core infrastructure for accessing 
Linked Data Resources</li>
@@ -331,6 +331,7 @@
   <li><b>ldclient-provider-rdf</b>: provides access to any resources 
conforming to the Linked Data principles, i.e. returns  data in one of the RDF 
formats (RDF/XML, Turtle, N3, JSON-LD)</li>
   <li><b>ldclient-provider-xml</b>: an abstract backend serving as a base for 
any XML-based data source; offers a model  for mapping XPath statements to RDF 
property values (used e.g. by the YouTube backend)</li>
   <li><b>ldclient-provider-html</b>: an abstract backend serving as a base for 
any HTML-based data source; offers a model  for mapping jQuery-like CSS 
selectors to RDF property values (using <a class="externalLink" 
href="http://jsoup.org/";>JSoup</a>)</li>
+  <li><b>ldclient-provider-facebook</b>: enables the access the metadata of 
Facebook objects using the  <a class="externalLink" 
href="https://developers.facebook.com/docs/reference/api/";>Facebook Graph 
API</a>,  and maps them using FOAF, SIOC, SKOS or schema.org 
(experimental).</li>
   <li><b>ldclient-provider-youtube</b>: allows accessing YouTube resources 
(videos, playlists, channels) as if they were  proper Linked Data resources; 
maps properties to the <a class="externalLink" 
href="http://www.w3.org/TR/mediaont-10/";>Ontology for Media Resources</a></li>
   <li><b>ldclient-provider-vimeo</b>: allows accessing Vimeo resources (videos 
and channels) as if they were proper  Linked Data resources; maps properties to 
the <a class="externalLink" href="http://www.w3.org/TR/mediaont-10/";>Ontology 
for Media Resources</a></li>
   <li><b>ldclient-provider-rdfa</b>: accesses HTML pages augmented with RDFa 
and retrieves the RDF data contained in the page</li>


Reply via email to