Dear Holger,

In fact I did not have this issue before so I compared versions. The 
following query resulted in the issue (no form in EDG, but a preview).
The problem is the subject syntax < prefix : local name >

PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> 
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> 
PREFIX sh: <http://www.w3.org/ns/shacl#> 
PREFIX dash: <http://datashapes.org/dash#> 

PREFIX xamit_app_onto: <http://example.org/ontologies/xamit-app-onto#> 
PREFIX xamit_app_data: <http://example.org/data-graphs/xamit-app-data#> 

INSERT DATA { graph <urn:x-evn-master:xamit_app_data> { 
          <xamit_app_data:72626a3e-b8ce-49ed-be2a-e718e3953299> a 
<http://example.org/ontologies/xamit-app-onto#Zone> ; 
                  rdfs:label "ZX" . 
}} 

This is a plausible reason.

In my Python app I was confused because I could read the statements. But 
that us because I use the same mal formed subject syntax reading the 
triples. This is consequent but not conform standards.
Issue solved.

Kind regards,
Richard


On Thursday, October 29, 2020 at 12:09:47 AM UTC+1 Holger Knublauch wrote:

> Hi Richard,
>
> my first thought was to ask does your class define property shapes for the 
> properties you want to show? Up to 6.4 the form requires property shapes 
> for all rendered properties. For 7.0 we have added a fallback mechanism to 
> show undeclared properties too.
>
> However then I noticed that the details viewer of the table on the left 
> also uses the same class/shape info, so this explanation doesn't sound 
> plausible. I am puzzled why the form is empty then. Could you send me a 
> copy of the data or a minimal reproducible test scenario for this? Also, is 
> there any error in the JavaScript console?
>
> Thanks,
> Holger
>
>
> On 10/28/2020 7:33 PM, [email protected] wrote:
>
>
> Dear TQ,
>
> I have inserted triples via the sparql endpoint. These can be queried and 
> previewed, but not rendered in the EDG form. How is this possible?
>
> Richard
>
> -- 
> 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/166d3f9e-5bb2-4d92-ba3d-cfc4ff2656b4n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/topbraid-users/166d3f9e-5bb2-4d92-ba3d-cfc4ff2656b4n%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/5658525c-3048-4b73-910d-238e808c7facn%40googlegroups.com.

Reply via email to