This HTML5 document contains 60 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n18http://vos.openlinksw.com/dataspace/services/wiki/
n8http://vos.openlinksw.com/wiki/main/VOS/PHPBB3SIOCRef/phpBB-rdf-views.
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n14http://ods.openlinksw.com/dataspace/dav/wiki/ODS/
dchttp://purl.org/dc/elements/1.1/
n10http://demo.openlinksw.com/phpBB3/,
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n17http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n15http://vos.openlinksw.com/dataspace/person/dav#
n7http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n9http://demo.openlinksw.com/phpBB3/
n20http://demo.openlinksw.com/phpBB3_v/
n6http://demo.openlinksw.com/
n4http://vos.openlinksw.com/dataspace/owiki#
n22http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/PHPBB3SIOCRef/sioc.
xsdhhttp://www.w3.org/2001/XMLSchema#
n24http://demo.openlinksw.com/phpBB3/viewforum.php?f=
n13http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n15:this
foaf:made
n2:PHPBB3SIOCRef
Subject Item
n11:this
sioc:creator_of
n2:PHPBB3SIOCRef
Subject Item
n18:item
n17:services_of
n2:PHPBB3SIOCRef
Subject Item
n4:this
sioc:creator_of
n2:PHPBB3SIOCRef
Subject Item
n7:VOS
sioc:container_of
n2:PHPBB3SIOCRef
atom:entry
n2:PHPBB3SIOCRef
atom:contains
n2:PHPBB3SIOCRef
Subject Item
n2:VirtRDFViewPHPBB3Script
sioc:links_to
n2:PHPBB3SIOCRef
Subject Item
n2:VOSODSSparqlSamples
sioc:links_to
n2:PHPBB3SIOCRef
Subject Item
n2:VirtRDFViewPHPBB3Demo
sioc:links_to
n2:PHPBB3SIOCRef
Subject Item
n2:SIOCRefTutorial
sioc:links_to
n2:PHPBB3SIOCRef
Subject Item
n2:VOSSQL2RDF
sioc:links_to
n2:PHPBB3SIOCRef
Subject Item
n2:PHPBB3SIOCRef
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:43:30.490679
dcterms:modified
2017-06-29T07:34:54.309298
rdfs:label
PHPBB3SIOCRef
foaf:maker
n13:this n15:this
dc:title
PHPBB3SIOCRef
opl:isDescribedUsing
n22:rdf
sioc:has_creator
n4:this n11:this
sioc:attachment
n8:sql
sioc:content
%VOSWARNING% %TOC% ---++phpBB 3 SIOC Reference ---+++What is it about? Unobtrusive generation of RDF instance data from phpBB 3. You simply use phpBB 3 as-is while reaping the benefit of "Linked Data Views" into your bulletin board data via the SIOC Ontology. In addition, you attain transparent integration between phpBB 3 and NNTP such that phpBB 3 data becomes accessible to NNTP aware applications. ---+++Why is it important? Unified Storage of heterogenous data originating from a variety of applications and associated protocols that is exposed as RDF instance data. Thus, benefits include: * SPARQL access to phpBB 3 data via a SPARQL Endpoint * Dereferenceable URIs (drill-down facilitating data pointers) for all data items (Entities) in the "Discussion Forum" / "Bulletin Board" domain (also referred to as Boardscape) * Coherent exploitation of conceptual similarities between phpBB 3 and objects in the NNTP (Usenet / newsgroups) such as two-way interaction with common date via NNTP news-reader utilities or web-based discussion forum clients bound to phpBB 3 or NNTP. ---+++How can one use this feature? * Obtain an Open Source of Commercial Edition of Virtuoso (*enable PHP Hosting Support during installation*) * Install the <nowiki>virtuoso_phpbb_hosting_filesystem</nowiki>.vad package * Go to http://<domain|localhost>:[port]/phpBB3 * Use phpBB 3 as per usual * Query SPARQL Data via the endpoint: http://<domain|localhost>:[port]/phpBB3 using RDF Data Source URI (Named Graph): http://<domain|localhost>:[port]/phpbb_v (for Virtual Graphs) and http://<domain|localhost>:[port]/phpbb (for Physical Graphs) ---+++What are the Linked Data Views supported? * <a href="%ATTACHURLPATH%/PHPBB3 rdf_views_script.sql" style="wikiautogen">PHPBB3 <nowiki>rdf_views_script</nowiki>.sql</a> or view the online version [[VirtRDFViewPHPBB3][here]]. ---+++Can I See This In Action Anywhere? * Available demo you can find at the following location: http://demo.openlinksw.com/phpBB3/ * You can run the queries below or your own created ones using the [[http://demo.openlinksw.com/sparql][Virtuoso SPARQL query page]]. * For the database located at http://demo.openlinksw.com/phpBB3/, you should use the following graph(s) URI: * Virtual Graph URI: http://demo.openlinksw.com/phpBB3_v/ * Physical Graph URI: http://demo.openlinksw.com/phpBB3/ ---+++Key phpBB 3 to SIOC Mappings |*phpBB 3*|*SIOC*|*Sample Value*| | Instance | rdf:type | sioc:Container | | Instance Type | rdf:type | sioc:Forum | | Instance name | sioc:name | http://demo.openlinksw.com/phpBB3/viewforum.php?f=4 | * [[PHPBB3REFExample1][Dump of all phpBB3 Forums]] * [[PHPBB3REFExample2][Dump of all phpBB3 Posts]] * [[PHPBB3REFExample3][Dump of phpBB3 Groups and their members]] * [[PHPBB3REFExample4][Dump of phpBB 3 Users details]] ---++Reference * [[VirtRDFViewPHPBB3][phpBB 3 Linked Data Views]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/OdsIntegrationphpBB][phpBB 3 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]] * [[WordPressSIOCRef][WordPress SIOC Reference]] * [[MediaWikiSIOCRef][MedaWiki SIOC Reference]] * [[DrupalSIOCRef][Drupal SIOC Reference]] CategoryRDF CategorySIOC CategorySPARQL
sioc:id
c2efa8c2a28d13f7f23c8e5f551bdcd8
sioc:link
n2:PHPBB3SIOCRef
sioc:has_container
n7:VOS
n17:has_services
n18:item
atom:title
PHPBB3SIOCRef
sioc:links_to
n6:sparql n2:PHPBB3REFExample2 n9: n10: n2:PHPBB3REFExample4 n2:VirtRDFViewPHPBB3 n14:ODSAnnoteaRef n14:VOSODSSparqlSamples n14:ODSSKOSRef n14:ODSFOAFRef n2:CategorySPARQL n2:CategorySIOC n2:WordPressSIOCRef n2:DrupalSIOCRef n14:ODSSIOCRef n14:ODSAtomOWLRef n2:SIOCRefDocs n20: n2:MediaWikiSIOCRef n2:PHPBB3REFExample3 n2:NorthWindREF n2:PHPBB3REFExample1 n24:4 n2:CategoryRDF n14:OdsIntegrationphpBB
atom:source
n7:VOS
atom:author
n15:this
atom:published
2017-06-13T05:43:30Z
atom:updated
2017-06-29T07:34:54Z
sioc:topic
n7:VOS