This HTML5 document contains 61 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/
n27http://demo.openlinksw.com/DB2HUGH/staff/ID/10#
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n7http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n30http://demo.openlinksw.com/DB2HUGH/emp_photo/EMPNO/000130/PHOTO_FORMAT/bitmap#
n31http://demo.openlinksw.com/DB2HUGH/emp_resume/EMPNO/000130/RESUME_FORMAT/ascii#
n17http://docs.openlinksw.com/virtuoso/fn_rdf_audit_metadata.
n26http://demo.openlinksw.com/DB2HUGH/sales/SALES_DATE/1995-12-31T05:00:00Z/SALES_PERSON/LUCCHESSI/REGION/Ontario-South/SALES/1#
n22http://demo.openlinksw.com/DB2HUGH/emp_act/EMPNO/000010/PROJNO/MA2100/ACTNO/10#
n16http://demo.openlinksw.com/DB2HUGH/stat#
n15http://demo.openlinksw.com/DB2HUGH#
dchttp://purl.org/dc/elements/1.1/
n13http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n6http://rdfs.org/sioc/services#
n23http://demo.openlinksw.com/DB2HUGH/department/DEPTNO/A00#
siocthttp://rdfs.org/sioc/types#
n5http://vos.openlinksw.com/dataspace/person/dav#
n18http://demo.openlinksw.com/schemas/DB2HUGH/
n4http://vos.openlinksw.com/dataspace/owiki/wiki/
n25http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuideTrblLinkedDataViews/sioc.
n21http://demo.openlinksw.com/DB2HUGH/employee/EMPNO/000010#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n29http://demo.openlinksw.com/DB2HUGH/project/PROJNO/AD3100#
n20http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n28http://demo.openlinksw.com/DB2HUGH/org/DEPTNUMB/10/MANAGER/160#
n12http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
n19http://www.w3.org/TR/void/
Subject Item
n5:this
foaf:made
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
Subject Item
n13:this
sioc:creator_of
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
Subject Item
n7:item
n6:services_of
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
Subject Item
n20:this
sioc:creator_of
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
Subject Item
n4:VOS
sioc:container_of
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
atom:entry
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
atom:contains
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
Subject Item
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:49:58.547729
dcterms:modified
2017-06-29T07:41:37.270363
rdfs:label
VirtTipsAndTricksGuideTrblLinkedDataViews
foaf:maker
n12:this n5:this
dc:title
VirtTipsAndTricksGuideTrblLinkedDataViews
opl:isDescribedUsing
n25:rdf
sioc:has_creator
n13:this n20:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+ Troubleshooting Linked Data Views generated from a Relational Database ---++What? Virtuoso provides powerful options for generating 5-Star Linked Data from ODBC and JDBC accessible RDBMS based data sources. It provides you with the ability to produce transient and materialized Linked Data views using its native Metaschema Language or the W3C's R2RML. ---++Why? Being able to diagnose problems associated with Linked Data views generation is vital for sustainable usage of this powerful Virtuoso feature. ---++How? The following steps guide you through the process of generating Linked Data Views and isolating problems that might arise during the process: 1 Pick an example script building your view, in this case we use one that builds [[VirtTipsAndTricksLinkedDataViewsDB2Script][Linked Data Views from the DB2 hosted data]]. 1 It might happen that while running the script you receive [[VirtTipsAndTricksLinkedDataViewsDB2ScriptOutput][output]] errors such as: <verbatim> 22023 The quad storage "http://www.openlinksw.com/schemas/virtrdf#DefaultQuadStorage" is edited by other client, started 2011-12-19 16:20:48 </verbatim> 1 The error above means that a manipulation was started at 2011-12-19 16:20:48, but it never completed. The default remedy is to use Virtuoso's <code>[[http://docs.openlinksw.com/virtuoso/fn_rdf_audit_metadata.html][DB.DBA.RDF_AUDIT_METADATA()]]</code> function, as follows: <verbatim> SQL> DB.DBA.RDF_AUDIT_METADATA(1, '*'); </verbatim> 1 The resulting output should contain no errors. 1 Some demo links from the created Linked Data Views: %BR%%BR% * Instance Data Named Graph * <code>[[http://demo.openlinksw.com/DB2HUGH#][http://demo.openlinksw.com/DB2HUGH#]]</code> %BR%%BR% * Metadata Data ([[http://www.w3.org/TR/void/][VoID]]) * <code>[[http://demo.openlinksw.com/DB2HUGH/stat#][http://demo.openlinksw.com/DB2HUGH/stat#]]</code> %BR%%BR% * Ontology Data Named Graph * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/][http://demo.openlinksw.com/schemas/DB2HUGH/]]</code> %BR%%BR% * Quad Maps * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-cl_sched][http://demo.openlinksw.com/schemas/DB2HUGH/qm-cl_sched]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-department][http://demo.openlinksw.com/schemas/DB2HUGH/qm-department]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-employee][http://demo.openlinksw.com/schemas/DB2HUGH/qm-employee]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-emp_act][http://demo.openlinksw.com/schemas/DB2HUGH/qm-emp_act]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-emp_photo][http://demo.openlinksw.com/schemas/DB2HUGH/qm-emp_photo]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-emp_resume][http://demo.openlinksw.com/schemas/DB2HUGH/qm-emp_resume]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-in_tray][http://demo.openlinksw.com/schemas/DB2HUGH/qm-in_tray]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-org][http://demo.openlinksw.com/schemas/DB2HUGH/qm-org]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-project][http://demo.openlinksw.com/schemas/DB2HUGH/qm-project]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-sales][http://demo.openlinksw.com/schemas/DB2HUGH/qm-sales]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-staff][http://demo.openlinksw.com/schemas/DB2HUGH/qm-staff]]</code> * <code>[[http://demo.openlinksw.com/schemas/DB2HUGH/qm-VoidStatistics][http://demo.openlinksw.com/schemas/DB2HUGH/qm-VoidStatistics]]</code> %BR%%BR% * Sample URIs * <code>[[http://demo.openlinksw.com/DB2HUGH/department/DEPTNO/A00#this][http://demo.openlinksw.com/DB2HUGH/department/DEPTNO/A00#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/employee/EMPNO/000010#this][http://demo.openlinksw.com/DB2HUGH/employee/EMPNO/000010#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/emp_act/EMPNO/000010/PROJNO/MA2100/ACTNO/10#this][http://demo.openlinksw.com/DB2HUGH/emp_act/EMPNO/000010/PROJNO/MA2100/ACTNO/10#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/emp_photo/EMPNO/000130/PHOTO_FORMAT/bitmap#this][http://demo.openlinksw.com/DB2HUGH/emp_photo/EMPNO/000130/PHOTO_FORMAT/bitmap#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/emp_resume/EMPNO/000130/RESUME_FORMAT/ascii#this][http://demo.openlinksw.com/DB2HUGH/emp_resume/EMPNO/000130/RESUME_FORMAT/ascii#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/org/DEPTNUMB/10/MANAGER/160#this][http://demo.openlinksw.com/DB2HUGH/org/DEPTNUMB/10/MANAGER/160#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/project/PROJNO/AD3100#this][http://demo.openlinksw.com/DB2HUGH/project/PROJNO/AD3100#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/sales/SALES_DATE/1995-12-31T05:00:00Z/SALES_PERSON/LUCCHESSI/REGION/Ontario-South/SALES/1#this][http://demo.openlinksw.com/DB2HUGH/sales/SALES_DATE/1995-12-31T05:00:00Z/SALES_PERSON/LUCCHESSI/REGION/Ontario-South/SALES/1#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/staff/ID/10#this][http://demo.openlinksw.com/DB2HUGH/staff/ID/10#this]]</code> * <code>[[http://demo.openlinksw.com/DB2HUGH/stat#][http://demo.openlinksw.com/DB2HUGH/stat#]]</code> ---++Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[VirtTipsAndTricksRDFTriggers]["Generate RDB2RDF triggers" and "Enable Data Syncs with Physical Quad Store" Linked Data Views options]] * [[VirtTipsAndTricksGuideConductorR2RML][Generate Transient and/or Persistent Linked Data Views atop ODBC or JDBC accessible Relational Data Sources]] * [[VirtTipsAndTricksGuideOWLIinfLinkedVocab][Using OWL based inference to exploit the power of Linked Vocabularies]] * [[VirtTipsAndTricksImportLinkedDataCreateFeature][Import Linked Data using the Briefcase "Create" feature]] * [[VirtTipsAndTricksInstallPattern][Simple Linked Data Deployment using Virtuoso's HTTP Re-write Rules]] * [[VirtTipsAndTricksGuideReificationAltern][Reification alternatives usage for Linked Data publishing]] * [[VirtTipsAndTricksGuideLinkedDataSimpleGuide][Virtuoso Linked Data Deployment In 3 Simple Steps]] * [[VirtXMLAODBCExplorerLinkedDataViews][Expose Linked Data View URIs associated with "References" on a given Table]] * [[VirtLinkedDataPresCollection][Manage Linked (Open) Data]]
sioc:id
a90749ba2e141235d0bddd0c002052af
sioc:link
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
sioc:has_container
n4:VOS
n6:has_services
n7:item
atom:title
VirtTipsAndTricksGuideTrblLinkedDataViews
sioc:links_to
n2:VirtTipsAndTricksRDFTriggers n2:VirtLinkedDataPresCollection n15: n16: n17:html n18:qm-emp_resume n18:qm-in_tray n19: n18:qm-emp_act n18:qm-emp_photo n18:qm-department n18:qm-employee n18: n18:qm-cl_sched n21:this n22:this n2:VirtTipsAndTricksGuideOWLIinfLinkedVocab n18:qm-VoidStatistics n23:this n18:qm-sales n18:qm-staff n18:qm-org n18:qm-project n26:this n27:this n28:this n29:this n30:this n31:this n2:VirtTipsAndTricksGuideLinkedDataSimpleGuide
atom:source
n4:VOS
atom:author
n5:this
atom:published
2017-06-13T05:49:58Z
atom:updated
2017-06-29T07:41:37Z
sioc:topic
n4:VOS
Subject Item
n2:VirtTipsAndTricksLinkedDataViewsDB2Script
sioc:links_to
n2:VirtTipsAndTricksGuideTrblLinkedDataViews
Subject Item
n2:VirtTipsAndTricksLinkedDataViewsDB2ScriptOutput
sioc:links_to
n2:VirtTipsAndTricksGuideTrblLinkedDataViews