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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/topbraid-users/f7d2622b-f7b3-47fc-b63f-b5c9cf6bb0a5n%40googlegroups.com.