You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2016/05/20 10:34:12 UTC

[jira] [Created] (JENA-1183) Fuseki is not robust to unwritable RDF/XML

Andy Seaborne created JENA-1183:
-----------------------------------

             Summary: Fuseki is not robust to unwritable RDF/XML
                 Key: JENA-1183
                 URL: https://issues.apache.org/jira/browse/JENA-1183
             Project: Apache Jena
          Issue Type: Dependency upgrade
            Reporter: Andy Seaborne


Some RDF graph can not be written in RDF/XML. An example is if a property of  {{rdf:li}} is used in the data; another is where the property can not be turned into an XML Qname (e.g. {{http://example/property/12345}}).

The places where RDF/XML is written are:
* Graph store protocol : {{SPARQL_GSP_R}}
* Quads REST on the dataset itself: {{REST_Quads_R}}
* {{CONSTRUCT}} and {{DESCRIBE}} in SPARQL. {{ResponseDataset}}

These need protecting.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)