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

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

PrefixNamespace IRI
n34http://host:port/
n33http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp12.
n40http://rdfs.org/sioc/services#
n42http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp1.
n36http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp10.
dchttp://purl.org/dc/elements/1.1/
n26http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp20.
n10http://vos.openlinksw.com/dataspace/owiki#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dctermshttp://purl.org/dc/terms/
n41http://vos.openlinksw.com/dataspace/services/wiki/
n32http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp15.
rdfshttp://www.w3.org/2000/01/rdf-schema#
n35http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp13.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n39http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/Drupal_rdf_views_script.
atomhttp://atomowl.org/ontologies/atomrdf#
n25http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp2.
n24http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp3.
n12http://vos.openlinksw.com/dataspace/dav#
xsdhhttp://www.w3.org/2001/XMLSchema#
n16http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/OdsIntegrationDrupal/sioc.
n21http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp4.
n22http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp5.
n19http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp6.
n27http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp18.
n20http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp7.
siochttp://rdfs.org/sioc/ns#
n17http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp8.
n29http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp16.
n18http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp9.
n11http://vos.openlinksw.com/dataspace/person/owiki#
n37http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp11.
oplhttp://www.openlinksw.com/schema/attribution#
n23http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp21.
n4http://vos.openlinksw.com/dataspace/person/dav#
n28http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp19.
n31http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp14.
foafhttp://xmlns.com/foaf/0.1/
siocthttp://rdfs.org/sioc/types#
n14http://download.openlinksw.com/packages/5.0/virtuoso/drupal_fs.
n38http://drupal.org/
n9http://vos.openlinksw.com/dataspace/owiki/wiki/
n30http://vos.openlinksw.com/wiki/main/VOS/OdsIntegrationDrupal/dp17.
Subject Item
n2:OdsIntegrationDrupal
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:49:33.060190
dcterms:modified
2017-06-13T05:49:33.060190
rdfs:label
OdsIntegrationDrupal
foaf:maker
n4:this n11:this
dc:title
OdsIntegrationDrupal
opl:isDescribedUsing
n16:rdf
sioc:has_creator
n10:this n12:this
sioc:attachment
n17:png n18:png n19:png n20:png n21:png n22:png n23:png n24:png n25:png n26:png n27:png n28:png n29:png n30:png n31:png n32:png n33:png n35:png n36:png n37:png n39:sql n42:png
sioc:content
%META:TOPICPARENT{name="Ods"}% %TOC% ---++What is Drupal? Drupal is a popular open-source content-management system (CMS) written in PHP. The steps below allow you to run it in Virtuoso. ---+++Install VAD 1. Start virtuoso db using the hosting_php.so ( .dll for win users). In oder to use this plugin, it needs to be included in your virtuoso ini file as follows: <verbatim> ... [Plugins] # for ex. here the location of the plugins is the plugin folder LoadPath = ./plugin ... Load6 = Hosting,hosting_php.so ... </verbatim> 1. Setup "Local Virtuoso" DSN (note the empty space in the name!) in order to access any of the application URLs. * For windows users, please perform the following steps: 1. Go to Start >> Settings >> Control Panel >> Administrative Tools >> Data Sources (ODBC) 1. Go to tab "User DSN" and click "Add" 1. Select the "OpenLink Virtuoso (version)" driver and click "Finish" 1. Enter "Name": <nowiki><code>Local Virtuoso</code</nowiki> 1. Enter "Description": <nowiki><code>My Local Virtuoso</code</nowiki> 1. For "Server", enter your Virtuoso's hostname and ISQL port, e.g., <nowiki><code>localhost:1116</code</nowiki> 1. Click "Next" 1. Enter a username for "Login ID", e.g., <nowiki><code>dba</code</nowiki> 1. Enter the user's "Password". For dba, the default password is <nowiki><code>dba</code</nowiki>. 1. Click "Next" 1. Click "Finish". 1. From ISQL execute: <verbatim> SQL> DB.DBA.VAD_INSTALL('tmp/drupal_fs.vad',0); </verbatim> ---+++RDF View Scripts 1. After you have installed the Drupal drupal_fs.vad package, before running the <a href="%ATTACHURLPATH%/Drupal_rdf_views_script.sql" style="wikiautogen"><nowiki>Drupal_rdf_views_script</nowiki>.sql</a> file, which contains the RDF Views scripts for Drupal, you need to configure Drupal to have blog, feeds, polls, aggregator: 1. Access the drupal home page at http://host:port/drupal %BR%%BR%<img src="%ATTACHURLPATH%/dp1.png" style="wikiautogen"/>%BR%%BR% 1. Follow the steps shown: 1. Create the first account: Click the link "Create the first account" and fill in the form fields. Finally click the "Create new account" button. %BR%%BR%<img src="%ATTACHURLPATH%/dp2.png" style="wikiautogen"/>%BR%%BR% 1. As result your account will be created. %BR%%BR%<img src="%ATTACHURLPATH%/dp3.png" style="wikiautogen"/>%BR%%BR% 1. Go to Administer->Site building->Modules and check the check-box for the following modules: Aggregator,Blog, Blog API, Book, Forum, Poll %BR%%BR%<img src="%ATTACHURLPATH%/dp4.png" style="wikiautogen"/>%BR%%BR% 1. Click the "Save configuration" button. 1. Having configured Drupal to have blog, feeds, polls, aggregator, etc.. you can execute now from ISQL the RDF Views script: <verbatim> isql localhost:1116 dba dba Drupal_rdf_views_script.sql </verbatim> * You can find the <nowiki>Drupal</nowiki> RDF Views scripts also [[VirtRDFViewDrupal][here]]. ---+++Configuration 1. In case you want to change the dba password, you need to locate the file below in your FS and change the <b>$db_url</b> value: <verbatim> vad\vsp\drupal\sites\default\settings.php </verbatim> 1. Once you have already created your administrator and configured the modules needed the RDF Views script to be executed correctly, log in and from the Welcome page click the "create content" link from the "Start posting content" section. %BR%%BR%<img src="%ATTACHURLPATH%/dp5.png" style="wikiautogen"/>%BR%%BR% 1. As result will be shown the Content page page: %BR%%BR%<img src="%ATTACHURLPATH%/dp6.png" style="wikiautogen"/>%BR%%BR% 1. Click "Blog entry". 1. In the shown form enter your data and click "Submit" %BR%%BR%<img src="%ATTACHURLPATH%/dp7.png" style="wikiautogen"/>%BR%%BR% 1. As result your blog will be created: %BR%%BR%<img src="%ATTACHURLPATH%/dp8.png" style="wikiautogen"/>%BR%%BR% 1. Go to "Create content"->Poll 1. Enter in the shown form your new Poll question and choices of answers and click the "Submit" button. %BR%%BR%<img src="%ATTACHURLPATH%/dp9.png" style="wikiautogen"/>%BR%%BR% 1. As result your Poll will be created %BR%%BR%<img src="%ATTACHURLPATH%/dp10.png" style="wikiautogen"/>%BR%%BR% 1. Go to Administer->Content management -> News aggregator and click the button "Add Feed". %BR%%BR%<img src="%ATTACHURLPATH%/dp11.png" style="wikiautogen"/>%BR%%BR% 1. Enter in the shown form: 1. for Title: <nowiki><code>Kingsley's Blog</code</nowiki> 1. for URL: <nowiki><code>http://www.openlinksw.com/blog/~kidehen/gems/rss.xml</code</nowiki> 1. Click the button "Submit". %BR%%BR%<img src="%ATTACHURLPATH%/dp12.png" style="wikiautogen"/>%BR%%BR% 1. As result the feed will be added: %BR%%BR%<img src="%ATTACHURLPATH%/dp13.png" style="wikiautogen"/>%BR%%BR% 1. You can view your Feeds sources going to News aggregator->Sources: %BR%%BR%<img src="%ATTACHURLPATH%/dp14.png" style="wikiautogen"/>%BR%%BR% 1. Go to Administer->Content management -> Forums %BR%%BR%<img src="%ATTACHURLPATH%/dp15.png" style="wikiautogen"/>%BR%%BR% 1. Click the "Add container" button. 1. In the shown form: 1. Enter for Container name: Food 1. Enter for Description: all about food 1. Click the "Submit" button. %BR%%BR%<img src="%ATTACHURLPATH%/dp16.png" style="wikiautogen"/>%BR%%BR% 1. As result your new forum will be created: %BR%%BR%<img src="%ATTACHURLPATH%/dp17.png" style="wikiautogen"/>%BR%%BR% 1. Click the "Add forum" button. 1. In the shown form: 1. Enter for Forum name: Pizza 1. Enter for Description: Italian pizza 1. Choose for Parent: Food 1. Click the "Submit" button. %BR%%BR%<img src="%ATTACHURLPATH%/dp18.png" style="wikiautogen"/>%BR%%BR% 1. As result your new forum will be created: %BR%%BR%<img src="%ATTACHURLPATH%/dp19.png" style="wikiautogen"/>%BR%%BR% 1. Go to Create content->Forum topic 1. In the shown form: 1. Enter for Subject: My favorite menu 1. For Forums select: Pizza 1. Enter for Body: Italian pizza is my favorite menu. 1. Click the "Submit" button. %BR%%BR%<img src="%ATTACHURLPATH%/dp20.png" style="wikiautogen"/>%BR%%BR% 1. As result your new forum topic will be created: %BR%%BR%<img src="%ATTACHURLPATH%/dp21.png" style="wikiautogen"/>%BR%%BR% ---+++URI Schemes <verbatim> http://<your-instance-cname>/drupal/user/<ods-user-id> </verbatim> ---++Download * You can download the <nowiki>Drupal</nowiki> VAD package from [[http://download.openlinksw.com/packages/5.0/virtuoso/drupal_fs.vad][here]]. ---++References * [[http://drupal.org/about][Drupal]] ---+++See Also * [[DrupalSIOCRef][Drupal SIOC Reference]] CategoryRDF CategoryVirtuoso CategoryDrupal CategorySIOC CategoryODS CategoryWebSite
sioc:id
570ad347283710eb74d5b28742a1f301
sioc:link
n2:OdsIntegrationDrupal
sioc:has_container
n9:VOS
n40:has_services
n41:item
atom:title
OdsIntegrationDrupal
sioc:links_to
n2:CategorySIOC n2:CategoryDrupal n2:CategoryODS n14:vad n2:CategoryVirtuoso n2:CategoryRDF n2:CategoryWebSite n2:VirtRDFViewDrupal n2:DrupalSIOCRef n2:OpenLink n34:drupal n38:about
atom:source
n9:VOS
atom:author
n4:this
atom:published
2017-06-13T05:49:33Z
atom:updated
2017-06-13T05:49:33Z
sioc:topic
n9:VOS