Not logged in : Login

About: VirtTipsAndTricksSPARQL11Copy     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : atom:Entry, within Data Space : ods.openlinksw.com associated with source document(s)

AttributesValues
type
Date Created
Date Modified
label
  • VirtTipsAndTricksSPARQL11Copy
maker
Title
  • VirtTipsAndTricksSPARQL11Copy
isDescribedUsing
has creator
content
  • %META:TOPICPARENT{name="VirtTipsAndTricksSPARQL11FeaturesExamplesCollection"}% ---+Virtuoso SPARQL 1.1. COPY Usage Examples %TOC% ---++What? This guide contains Virtuoso SPARQL 1.1. COPY Usage examples queries which you can run against any SPARQL endpoint that supports SPARQL 1.1 and the ability to allow a verified user perform INSERT operations. ---++Why? Use as shortcut for inserting all data from an input graph into a destination graph. <b>Note</b> that the original content in the destination graph is lost by a COPY operation. ---++How? Here are some examples showcasing Virtuoso's support for this functionality: ---+++COPY Example This example copies all triples from a named graph identified by the IRI &lt;urn:sparql:tests:copy:data&gt; to a named graph identified by the IRI &lt;urn:sparql:tests:copy2:data&gt; 1 Assume the following Raw Data Representation in Turtle: <verbatim> <#book1> <#price> 41 . <#book2> <#price> 42 . </verbatim> 1 Load the sample data into &lt;urn:sparql:tests:copy:data&gt;: <verbatim> INSERT DATA { GRAPH <urn:sparql:tests:copy:data> { <#book1> <#price> 41 . <#book2> <#price> 42 . } } </verbatim> 1 Query graph &lt;urn:sparql:tests:copy:data&gt; data: <verbatim> SELECT * FROM <urn:sparql:tests:copy:data> WHERE { ?s ?p ?o } </verbatim> * [[http://bit.ly/YZlqAk][View the SPARQL Query Definition via SPARQL Protocol URL]]; * [[http://bit.ly/126rtUa][View the SPARQL Query Results via SPARQL Protocol URL]] 1 Assume the following Raw Data Representation in Turtle: <verbatim> <#book3> <#price> 43 . <#book4> <#price> 44 . </verbatim> 1 Load the sample data into &lt;urn:sparql:tests:copy2:data&gt;: <verbatim> INSERT DATA { GRAPH <urn:sparql:tests:copy2:data> { <#book3> <#price> 43 . <#book4> <#price> 44 . } } </verbatim> 1 Query graph &lt;urn:sparql:tests:copy2:data&gt; data: <verbatim> SELECT * FROM <urn:sparql:tests:copy2:data> WHERE { ?s ?p ?o } </verbatim> * [[http://bit.ly/10sxqob][View the SPARQL Query Definition via SPARQL Protocol URL]]; * [[http://bit.ly/XBiZSu][View the SPARQL Query Results via SPARQL Protocol URL]] 1 Copy all triples from &lt;urn:sparql:tests:copy:data&gt; to &lt;urn:sparql:tests:copy2:data&gt; <verbatim> COPY <urn:sparql:tests:copy:data> TO <urn:sparql:tests:copy2:data>; </verbatim> 1 Query graph &lt;urn:sparql:tests:copy2:data&gt; data: <b>Note</b> that the original content in &lt;urn:sparql:tests:copy2:data&gt; is lost by a COPY operation: <verbatim> SELECT * FROM <urn:sparql:tests:copy2:data> WHERE { ?s ?p ?o } </verbatim> * [[http://bit.ly/10sxqob][View the SPARQL Query Definition via SPARQL Protocol URL]]; * [[http://bit.ly/XBiZSu][View the SPARQL Query Results via SPARQL Protocol URL]] ---++Related * [[http://www.w3.org/TR/2012/PR-sparql11-update-20121108/#copy][SPARQL 1.1 COPY]] * [[VirtTipsAndTricksGuideRenameGraph][Rename RDF Graph Example]] * [[http://www.w3.org/TR/rdf-sparql-protocol/][SPARQL Protocol (HTTP based Query Service)]] * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[VirtTipsAndTricksSPARQL11FeaturesExamplesCollection][Virtuoso SPARQL 1.1 Usage Examples Collection]] * [[http://virtuoso.openlinksw.com/tutorials/sparql/SPARQL_Tutorials_Part_9/SPARQL_Tutorials_Part_9.html][Virtuoso SPARQL 1.1 Syntax Tutorial]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html][Virtuoso Documentation]]
id
  • aa79435cbae2d90d1e91b58104aef709
link
has container
http://rdfs.org/si...ices#has_services
atom:title
  • VirtTipsAndTricksSPARQL11Copy
links to
atom:source
atom:author
atom:published
  • 2017-06-13T05:49:59Z
atom:updated
  • 2017-06-13T05:49:59Z
topic
is made of
is container of of
is link of
is http://rdfs.org/si...vices#services_of of
is creator of of
is atom:entry of
is atom:contains of
Faceted Search & Find service v1.17_git132 as of May 12 2023


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3238 as of May 23 2023, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (15 GB total memory, 3 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software