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/
n17http://docs.openlinksw.com/virtuoso/rdfandsparql.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n4http://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/
n19http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n5http://rdfs.org/sioc/services#
n14http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n11http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksControlConvertPropertiesToString/sioc.
n15http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n8http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n6http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n16http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n14:this
foaf:made
n2:VirtTipsAndTricksControlConvertPropertiesToString
Subject Item
n19:this
sioc:creator_of
n2:VirtTipsAndTricksControlConvertPropertiesToString
Subject Item
n4:item
n5:services_of
n2:VirtTipsAndTricksControlConvertPropertiesToString
Subject Item
n8:this
sioc:creator_of
n2:VirtTipsAndTricksControlConvertPropertiesToString
Subject Item
n15:VOS
sioc:container_of
n2:VirtTipsAndTricksControlConvertPropertiesToString
atom:entry
n2:VirtTipsAndTricksControlConvertPropertiesToString
atom:contains
n2:VirtTipsAndTricksControlConvertPropertiesToString
Subject Item
n2:VirtTipsAndTricksControlConvertPropertiesToString
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:39:12.179219
dcterms:modified
2017-06-13T05:39:12.179219
rdfs:label
VirtTipsAndTricksControlConvertPropertiesToString
foaf:maker
n14:this n16:this
dc:title
VirtTipsAndTricksControlConvertPropertiesToString
opl:isDescribedUsing
n11:rdf
sioc:has_creator
n8:this n19:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+How to construct query to change all the values of properties in a triple to strings? Suppose for given graph all values of properties are a mixture of strings and decimals. <verbatim> SELECT DISTINCT ?sa ?oa FROM <http://ucb.com/nbeabase> WHERE { ?sa a <http://ucb.com/nbeabase/resource/Batch> . ?sa <http://ucb.com/nbeabase/resource/chemAbsNo> ?oa . FILTER regex(?oa, '-','i') } </verbatim> In order to change the values to string, should be executed the following statement: <verbatim> SQL> SPARQL INSERT INTO GRAPH <http://ucb.com/nbeabase> { ?sa <http://ucb.com/nbeabase/resource/sampleId> `str (?oa)` } WHERE { ?sa <http://ucb.com/nbeabase/resource/chemAbsNo> ?oa . FILTER regex(?oa, '-','i') } </verbatim> ---+++Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://docs.openlinksw.com/virtuoso/rdfandsparql.html][RDF Data Access and Data Management]]
sioc:id
c7cd875338a290d0f253335c2101f810
sioc:link
n2:VirtTipsAndTricksControlConvertPropertiesToString
sioc:has_container
n15:VOS
n5:has_services
n4:item
atom:title
VirtTipsAndTricksControlConvertPropertiesToString
sioc:links_to
n6:VirtTipsAndTricksGuide n17:html
atom:source
n15:VOS
atom:author
n14:this
atom:published
2017-06-13T05:39:12Z
atom:updated
2017-06-13T05:39:12Z
sioc:topic
n15:VOS