Hi Peter,

Are you seeking for this to be possible when running a query against the 
Virtuoso /sparql endpoint by default or via a query ? 

As it is not possible by default to my knowledge, but you can write queries to 
output the lang and datatypes, like:

        select distinct ?o datatype(?o) as ?datatype lang(?o) as ?lang where 
{?s ?p ?o}

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers



> On 22 Aug 2018, at 01:11, Peter F. Patel-Schneider <pfpschnei...@gmail.com> 
> wrote:
> 
> Is there a way to get Virtuoso to output tab separated or comma separated
> results with language tags and data types, as in something like
> 
> <http://www.wikidata.org/entity/Q51543> "The Cat Returns@en
> 
> and
> 
> <http://www.wikidata.org/entity/Q3521>        "2005-01-01"^^xsd:date
> 
> 
> peter
> 
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to