This HTML5 document contains 39 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/
n13http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_10.
n24http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_12.
atomhttp://atomowl.org/ontologies/atomrdf#
n29http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtDB2RDFViewUI/sioc.
foafhttp://xmlns.com/foaf/0.1/
n31http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n32http://vos.openlinksw.com/dataspace/dav#
n5http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n21http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_05.
n30http://rdfs.org/sioc/services#
n10http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_01.
n19http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_07.
n22http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n8http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_03.
n17http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_09.
n14http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_11.
n9http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n27http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n6http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_02.
n12http://vos.openlinksw.com/dataspace/person/owiki#
n18http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_06.
siochttp://rdfs.org/sioc/ns#
n15http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_08.
n20http://vos.openlinksw.com/wiki/main/VOS/VirtDB2RDFViewUI/VirtRDFViewUI_04.
n4http://www.w3.org/TR/void/
Subject Item
n2:VirtDB2RDFViewUI
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:47:41.310190
dcterms:modified
2017-06-13T05:47:41.310190
rdfs:label
VirtDB2RDFViewUI
foaf:maker
n12:this n22:this
dc:title
VirtDB2RDFViewUI
opl:isDescribedUsing
n29:rdf
sioc:has_creator
n27:this n32:this
sioc:attachment
n6:png n8:png n10:png n13:png n14:png n15:png n17:png n18:png n19:png n20:png n21:png n24:png
sioc:content
%META:TOPICPARENT{name="VirtRdb2RDFViewsGeneration"}% ---+ Virtuoso Linked Data Views for the DB2 Sample Database This document details the steps required for building RDF-based Linked Data views of schema objects in DB2 data sources, using the sample database. 1 Go to the Virtuoso Conductor (<code>http://&lt;cname&gt;:port/conductor</code>). Note, the appropriate cname (hostname) and port number for dereferencing URIs must be set for the <code>[[http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#ini_URIQA][URIQA:DefaultHost]]</code> Virtuoso configuration parameter before creating the Linked Data Views. 1 Log in as user <b><code>dba</code></b> (or another user with DBA privileges). 1 If not already done [[VirtDB2LinkingObjects][Link the DB2 tables into OpenLink Virtuoso]]. 1 Select the <b>Database</b> -> <b>Linked Data Views</b> tab of the Conductor. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_01.png" style="wikiautogen"/>%BR%%BR% 1 Select the <b>Database Name Qualifier</b> (e.g., "<code>SAMPLE</code>") that exposes the Tables / Views for this exercise. 1 Enter the <b>Base URL</b> to which your URL rewrite rules will be bound (e.g., <code>http://&lt;cname&gt;:8890/SAMPLE</code>). %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_02.png" style="wikiautogen"/>%BR%%BR% 1 Select the specific Tables containing the data to be published. 1 Choose <b>Generate via Wizard</b> to perform a custom generation and continue with Step 9 or choose <b>Generate & Publish</b> to perform a one click generation of the Linked Data Views, in which case skip to Step 17. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_03.png" style="wikiautogen"/>%BR%%BR% 1 At this point, you are presented with the option to edit your column selection. Select the "Edit" link, for example, for table <code>SAMPLES..ACT</code>. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_04.png" style="wikiautogen"/>%BR%%BR% 1 For images or other binary data in MIME formats to be revealed as anything other than generic "binary objects", you must map large <code>varbinary</code> types. to the appropriate MIME types like <code>image/gif</code>. To do so, select the <b>Edit</b> link for <b>Binding/MIME Type</b> of the relevant table columns. You can: * Leave the <b>Binding/MIME Type</b> literal; or * Set to skip, such that the column will not be used in RDF generation; or * Select the <b>binary object</b> value in order for the column to be referenced as binary. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_05.png" style="wikiautogen"/>%BR%%BR% 1 After finishing with your changes click the <b>Save</b> button, or cancel the changes and go back by clicking the <b>Cancel</b> button. 1 Make sure you click the "Next" button. 1 At this point, the <b>Linked Data View Definition</b> form will let you <b>Select Generation Targets</b> options: %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_06.png" style="wikiautogen"/>%BR%%BR% * Data Source Ontology Mappings * Instance Data View Mappings * [[http://www.w3.org/TR/void/][VoID]] statistic 1 Make sure you click the "Next" button. 1 Based on your selections in the prior form, the <b>Linked Data View Definition</b> <b>Deployment Options</b> form will be offered: * Data Source Ontology Rules * Instance Data Rules %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_07.png" style="wikiautogen"/>%BR%%BR% 1 Select the desired option(s) and click the "Prepare to Execute" button which unveils a generated Instance Data and/or Ontology form. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_08.png" style="wikiautogen"/>%BR%%BR% 1 Click the <b>Execute</b> button and Virtuoso will: 1 Apply the generated declarations (instance data and ontology) to your Virtuoso instance. 1 Publish / Deploy declarations that expose the Wizard-generated Rewrite Rules and associated endpoints. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_09.png" style="wikiautogen"/>%BR%%BR% 1 Click on one of the <b>Instance Data</b> Sample links to view some of the deployed Linked Data views. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_10.png" style="wikiautogen"/>%BR%%BR% 1 Click on the <b>Statistics Data (<nop>VoID Graph)</b> link to view the <nop>VoID Statistics. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_11.png" style="wikiautogen"/>%BR%%BR% 1 Click on the <b>Ontology</b> link to view the ontology information. %BR%%BR%<img src="%ATTACHURLPATH%/VirtRDFViewUI_12.png" style="wikiautogen"/>%BR%%BR% ---++ Related * [[VirtRDFViewsDB2SampleDb][RDF-based Linked Data View atop DB2 using the demonstration 'Sample' database]] * [[VirtRDFViewsDB2SampleDbDemo][Live Demo]]
sioc:id
c1f984c4e2993d3f57a584b0d91bb3e4
sioc:link
n2:VirtDB2RDFViewUI
sioc:has_container
n9:VOS
n30:has_services
n31:item
atom:title
VirtDB2RDFViewUI
sioc:links_to
n4: n5:ini_URIQA n2:VirtRDFViewsDB2SampleDbDemo n2:VirtDB2LinkingObjects n2:VirtRDFViewsDB2SampleDb
atom:source
n9:VOS
atom:author
n22:this
atom:published
2017-06-13T05:47:41Z
atom:updated
2017-06-13T05:47:41Z
sioc:topic
n9:VOS