jmvanel / semantic_forms

Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Other
75 stars 23 forks source link

Triples from LOD should not be editable #166

Closed jmvanel closed 6 years ago

jmvanel commented 7 years ago

Such triples indeed are are not modifiable in the semantic cache. Same thing for triples from other users.

SebLemoine commented 7 years ago

It's done but problem in save. He rewrite the author of all triplet

jmvanel commented 7 years ago

@SebLemoine , which commits did you do ? I don't see nothing changed in .eg. http://localhost:9000/edit?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FLoquat

SebLemoine commented 7 years ago

see cmmit : 2d0e374d60db77ac789380a9168fc7089245af7b We have done the 1rst steps, let only editable the triple who we are the author ( or the triplet who we are nor the authoer) . We have , maybe, to upgrade what we have done to check if the data is preset

SebLemoine commented 7 years ago

with the commit : 3f2ac6b85c79ff6e181a55d07806b9e08a1a3829 Now the clone work for all fields. The last things now is when we save, all triplet do not become "anonymous" but became under the user. This problem is when we save metadata about triplet

jmvanel commented 6 years ago

Now the foreign triples (from Internet or from other users) are not editable in UI; to add to the subject - property pair, the "+" button must be used.