AKSW / RDFauthor

RDFauthor creates formular widgets out of RDFa-enhanced webpages.
http://aksw.org/Projects/RDFauthor
GNU General Public License v3.0
18 stars 5 forks source link

Inline edit doesn't work if the property is in the base namespace #50

Open white-gecko opened 8 years ago

white-gecko commented 8 years ago

Forked from #47

If you want to edit a resource, which has a property, which is in the namespace of the model, it can not be edited. Can be tested with the following snippet:

@base <http://example.org/> .

<http://example.org/resource/A> <http://example.org/propA> "A Literal, that can not be edited" ;
                                <http://schema.example.org/propB> "This on should work" .

This snippet has to be imported into a model named http://example.org/.

cfrancois7 commented 8 years ago

Just to give news. Unfortunately, I broke my server where ontowiki was installed. I did a new fresh install and since then I didn't success to reproduce this bug whether it was with AMSL's ontowiki or last github Ontowiki (with composer). But the issue #51 is still a repeatable bug.

white-gecko commented 8 years ago

Ok, since I think I could reproduce it, when I moved the issue here.