VOS.MediaWikiSIOCRef
MediaWiki SIOC Reference
What is it about?
By hosting Mediawiki in Virtuoso, you gain integration of your data, both in its existing wiki form, with the ability to manage Talk Pages as NNTP groups, or map the MediaWiki data to the SIOC ontology for the purpose of constructing SPARQL? queries against MediaWiki articles and discussion comments.Why is it important?
Treating Mediawiki as a repository of semantically marked-up data allows constructing SPARQL? Queries thereby offering a powerful search feature through mapping the data to the SIOC ontology.How can one use this feature?
- You can find a working demonstration at the following location: http://demo.openlinksw.com/mediawiki/
- You can run the queries below or your own created ones using the Virtuoso SPARQL query page and you should use the following Graph(s) URI:
- Virtual Graph URI: http://host:port/mw_v.
- For example: http://demo.openlinksw.com/mw_v
- Note: Default Graph URI value used in the queries below is: http://demo.openlinksw.com/mw_v
- For example: http://demo.openlinksw.com/mw_v
- Physical Graph URI: not supported for now.
- Virtual Graph URI: http://host:port/mw_v.
What are the Linked Data Views supported?
- MediaWiki_rdf_views_script.sql or view the online version here.
Key MediaWiki to SIOC Mappings
MediaWiki | SIOC | Sample Value |
Only 1 Wiki Instance | rdf:type | sioc:Container |
Instance Type | rdf:type | sioct:Wiki |
Instance link | sioc:link | "http://demo.openlinksw.com/mediawiki" |
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).Reference
See also
- ODS SIOC reference
- Query ODS Data Spaces using SPARQL and Atom OWL Ontology
- Query ODS Data Spaces using SPARQL and SKOS Ontology
- Query ODS Data Spaces using SPARQL and FOAF Ontology
- Query ODS Data Spaces using SPARQL and Annotea Ontology
- ODS SPARQL Samples
- Northwind SPARQL Reference
- Query Virtuoso Tutorials using SPARQL
- Query Virtuoso Documentation using SPARQL
- WordPress SIOC Reference
- phpBB SIOC Reference
- Drupal SIOC Reference
CategoryRDF CategorySIOC CategorySPARQL CategoryWiki