Hi Dan,
thanks for reporting this glitch. We will address this with a future update.
Have you tried the export option "Labeled JSON"? This produces sensible
JSON to me.
Regards,
Holger
On 11/18/2020 2:02 AM, Dan Segal wrote:
Hello,
I am observing that in EDG 6.4, the JSON export of the SPARQL Results
Table is in RDF/XML format when a CONSTRUCT statement is used.
For example, this query produces a results table where the JSON export
is in JSON format:
SELECT ?uri ?prefLabel
WHERE {
?uri a skos:Concept;
skos:prefLabel ?prefLabel
FILTER (str(?prefLabel) = 'test1')
}
However, the results table from the following statement, when exported
to Simple JSON, are in RDF/XML.
CONSTRUCT {?uri skos:altLabel "altTest1"}
WHERE {
?uri a skos:Concept;
skos:prefLabel ?prefLabel
FILTER (str(?prefLabel) = 'test1')
}
This occurs when using the export Simple JSON feature from the SPARQL
Results Table.
Is there a way to export the results of CONSTRUCT statements in JSON
rather than XML?
Thank you,
Dan
--
You received this message because you are subscribed to the Google
Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/topbraid-users/f7d2622b-f7b3-47fc-b63f-b5c9cf6bb0a5n%40googlegroups.com
<https://groups.google.com/d/msgid/topbraid-users/f7d2622b-f7b3-47fc-b63f-b5c9cf6bb0a5n%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
You received this message because you are subscribed to the Google Groups "TopBraid
Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/topbraid-users/e38186df-b684-3c74-6d67-49fa5c3e4244%40topquadrant.com.