This HTML5 document contains 35 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/
n14http://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/
n11http://docs.openlinksw.com/virtuoso/rdfperformancetuning.
n8http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n13http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuideRenameGraph/sioc.
n7http://vos.openlinksw.com/dataspace/person/dav#
n12http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n9http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n19http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n7:this
foaf:made
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n8:this
sioc:creator_of
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n14:item
n13:services_of
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n9:this
sioc:creator_of
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n12:VOS
sioc:container_of
n2:VirtTipsAndTricksGuideRenameGraph
atom:entry
n2:VirtTipsAndTricksGuideRenameGraph
atom:contains
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n2:VirtTipsAndTricksSPARQL11Add
sioc:links_to
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n2:VirtTipsAndTricksGuideRenameGraph
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:46:17.320498
dcterms:modified
2017-06-13T05:46:17.320498
rdfs:label
VirtTipsAndTricksGuideRenameGraph
foaf:maker
n7:this n19:this
dc:title
VirtTipsAndTricksGuideRenameGraph
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n8:this n9:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---++How to rename a RDF Graph in the Virtuoso Quad Store ---+++Rename RDF Graph A RDF Graph in the Virtuoso Quad Store can be renamed without copying each assertion from the old graph to the new graph using a SQL statement, this being what the Conductor "rename" option does, which is: <verbatim> UPDATE DB.DBA.RDF_QUAD TABLE OPTION (index RDF_QUAD_GS) SET g = iri_to_id ('new') WHERE g = iri_to_id ('old', 0); </verbatim> <b>Note</b>: this operation must be run in <i>row-autocommit</i> mode i.e. <code>log_enable (3)</code>, and then restore back to the default logging mode of 1. ---+++Rename RDF Graph Group For Virtuoso Graph Groups two tables need to be updated: <verbatim> UPDATE DB.DBA.RDF_GRAPH_GROUP_MEMBER SET RGGM_GROUP_IID = iri_to_id ('new') WHERE RGGM_GROUP_IID = iri_to_id (old) </verbatim> and <verbatim> UPDATE DB.DBA.RDF_GRAPH_GROUP SET RGG_IID = iri_to_id ('new') , RGG_IRI = 'new' WHERE RGG_IRI = 'old' </verbatim> ---+++Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html][RDF Performance Tuning]]
sioc:id
9305e673f0165a8591bb3c7abc30b401
sioc:link
n2:VirtTipsAndTricksGuideRenameGraph
sioc:has_container
n12:VOS
n13:has_services
n14:item
atom:title
VirtTipsAndTricksGuideRenameGraph
sioc:links_to
n11:html
atom:source
n12:VOS
atom:author
n7:this
atom:published
2017-06-13T05:46:17Z
atom:updated
2017-06-13T05:46:17Z
sioc:topic
n12:VOS
Subject Item
n2:VirtTipsAndTricksSPARQL11Move
sioc:links_to
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n2:VirtTipsAndTricksSPARQL11Create
sioc:links_to
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n2:VirtTipsAndTricksSPARQL11Copy
sioc:links_to
n2:VirtTipsAndTricksGuideRenameGraph
Subject Item
n2:VirtTipsAndTricksGuideSPARQLSingleMultipleExecution
sioc:links_to
n2:VirtTipsAndTricksGuideRenameGraph