This HTML5 document contains 31 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/
n10http://docs.openlinksw.com/virtuoso/rdfandsparql.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n13http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n14http://rdfs.org/sioc/services#
n9http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n19http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuideConstructPreparedStatement/sioc.
n16http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n15http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n9:this
foaf:made
n4:VirtTipsAndTricksGuideConstructPreparedStatement
Subject Item
n11:this
sioc:creator_of
n4:VirtTipsAndTricksGuideConstructPreparedStatement
Subject Item
n13:item
n14:services_of
n4:VirtTipsAndTricksGuideConstructPreparedStatement
Subject Item
n16:this
sioc:creator_of
n4:VirtTipsAndTricksGuideConstructPreparedStatement
Subject Item
n2:VOS
sioc:container_of
n4:VirtTipsAndTricksGuideConstructPreparedStatement
atom:entry
n4:VirtTipsAndTricksGuideConstructPreparedStatement
atom:contains
n4:VirtTipsAndTricksGuideConstructPreparedStatement
Subject Item
n4:VirtTipsAndTricksGuideConstructINSERTStatement
sioc:links_to
n4:VirtTipsAndTricksGuideConstructPreparedStatement
Subject Item
n4:VirtTipsAndTricksGuideConstructPreparedStatement
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:41:14.723959
dcterms:modified
2017-06-13T05:41:14.723959
rdfs:label
VirtTipsAndTricksGuideConstructPreparedStatement
foaf:maker
n9:this n15:this
dc:title
VirtTipsAndTricksGuideConstructPreparedStatement
opl:isDescribedUsing
n19:rdf
sioc:has_creator
n11:this n16:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+How can I use CONSTRUCT with Prepared Statements? Assume a given query which uses pragma <b><nowiki>output:format '_JAVA_'</nowiki></b> with CONSTRUCT: <verbatim> SPARQL DEFINE output:format '_JAVA_' CONSTRUCT { ?s ?p ?o } WHERE { ?s ?p ?o . FILTER (?s = iri(?::0)) } LIMIT 1 </verbatim> In order to work correctly, the query should be modified to: <verbatim> SPARQL DEFINE output:format '_JAVA_' CONSTRUCT { `iri(?::0)` ?p ?o } WHERE { `iri(?::0)` ?p ?o } LIMIT 1 </verbatim> Equivalent variant of the query is also: <verbatim> SPARQL DEFINE output:format '_JAVA_' CONSTRUCT { ?s ?p ?o } WHERE { ?s ?p ?o . FILTER (?s = iri(?::0)) } LIMIT 1 </verbatim> ---+++Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://docs.openlinksw.com/virtuoso/rdfandsparql.html][RDF Data Access and Data Management]]
sioc:id
e0282473f4ce8be4c3dac714bd20b3cd
sioc:link
n4:VirtTipsAndTricksGuideConstructPreparedStatement
sioc:has_container
n2:VOS
n14:has_services
n13:item
atom:title
VirtTipsAndTricksGuideConstructPreparedStatement
sioc:links_to
n10:html
atom:source
n2:VOS
atom:author
n9:this
atom:published
2017-06-13T05:41:14Z
atom:updated
2017-06-13T05:41:14Z
sioc:topic
n2:VOS