%VOSWARNING% %VOSNAV% %TOC% ---++WordPress SIOC Reference ---+++What is it about? This article outlines the integration of data from WordPress into Virtuoso, allowing interaction through NNTP (for comments), and mapping WordPress data to the SIOC ontology for the purpose of constructing [[SPARQL]] Queries against WordPress Weblog posts, comments, user and group data. ---+++Why is it important? Not only does the cross-protocol integration with NNTP allow another angle of input from users of legacy newsreaders, but constructing [[SPARQL]] Queries offers a powerful feature of viewing the mapped to the SIOC ontology current WordPress data. ---+++How does one use this feature? * There is an online demonstration at http://demo.openlinksw.com/wordpress/. * You can run the queries below or your own created ones using the [[http://demo.openlinksw.com/sparql][Virtuoso SPARQL query page]] and you should use the following Graph(s) URI: http://demo.openlinksw.com/wpl_v ---+++What are the RDF Views supported? * WordPress_rdf_views_script.sql or view the online version [[VirtRDFViewWordpress][here]]. --+++Key WP to SIOC Mappings | WP | SIOC | Sample Value | | Only one Weblog Instance | rdf:type | sioc:Container | | Instance Type | rdf:type | sioct:Weblog | | Instance Description | sioc:description | "Just another WordPress weblog" | * [[WordPressREFExample1][Data Space Post/Entry/Item Properties (sioc:Post predicates)]] * [[WordPressREFExample2][Dump of all WordPress Posts]] * [[WordPressREFExample3][Dump of all WordPress Users details]] * [[WordPressREFExample4][Dump of all WordPress Weblog details]] ---+++Using SPARQL CONSTRUCT to Export SIOC-based RDF Data Sets CONSTRUCT-based SPARQL queries are very useful when trying to expose RDF (via a SPARQL Endpoint) to RDF Data Set consumers that do not support SPARQL. In a sense, the SPARQL CONSTRUCT statements as part of a SPARQL Protocol payload deliver a Data Web (Web 3.0) Experience to Interactive-Web Clients (Web 1.0). * [[WordPressREFExample5][List of all registered WordPress members returned as an RDF Graph]] ---++Reference * [[VirtRDFViewWordpress][WordPress RDF Views]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/OdsIntegrationWordPress][WordPress Installation Guide]] ---+++See also * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSSIOCRef][ODS SIOC reference]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSAtomOWLRef][Query ODS Data Spaces using SPARQL and Atom OWL Ontology]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSSKOSRef][Query ODS Data Spaces using SPARQL and SKOS Ontology]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSFOAFRef][Query ODS Data Spaces using SPARQL and FOAF Ontology]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSAnnoteaRef][Query ODS Data Spaces using SPARQL and Annotea Ontology]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/VOSODSSparqlSamples][ODS SPARQL Samples]] * [[NorthWindREF][Northwind SPARQL Reference]] * [[SIOCRefTutorial][Query Virtuoso Tutorials using SPARQL]] * [[SIOCRefDocs][Query Virtuoso Documentation using SPARQL]] * [[MediaWikiSIOCRef][MedaWiki SIOC Reference]] * [[PHPBB3SIOCRef][PHPBB SIOC Reference]] * [[DrupalSIOCRef][Drupal SIOC Reference]] CategoryRDF CategorySIOC CategorySPARQL %VOSCOPY%