You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2011/01/02 01:09:46 UTC

[jira] Reopened: (CLEREZZA-345) Lack of stability of stable serializer

     [ https://issues.apache.org/jira/browse/CLEREZZA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reopened CLEREZZA-345:
-----------------------------------------


There is still a lack of stability. I've edited the documentation and the diff to the original version contains the following:

reto@trisa-laptop:~/projects/apache/clerezza/site/trunk$ svn diff | grep "e8860e9d27ef04f3b9b1225b4bfa64521"
-<http://localhost:8080/content-el/3-content> <http://discobits.org/ontology#contains> _:e8860e9d27ef04f3b9b1225b4bfa64521 . 
-_:e8860e9d27ef04f3b9b1225b4bfa64521 <http://discobits.org/ontology#holds> <http://localhost:8080/content-el/3-content-el/0> . 
-_:e8860e9d27ef04f3b9b1225b4bfa64521 <http://discobits.org/ontology#pos> "0" . 
-_:e8860e9d27ef04f3b9b1225b4bfa64521 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
reto@trisa-laptop:~/projects/apache/clerezza/site/trunk$ svn diff | grep "e35fae0a31a45e79e8b04babe079ca4c1"
+<http://localhost:8080/content-el/3-content> <http://discobits.org/ontology#contains> _:e35fae0a31a45e79e8b04babe079ca4c1 . 
+_:e35fae0a31a45e79e8b04babe079ca4c1 <http://discobits.org/ontology#holds> <http://localhost:8080/content-el/3-content-el/0> . 
+_:e35fae0a31a45e79e8b04babe079ca4c1 <http://discobits.org/ontology#pos> "0" . 
+_:e35fae0a31a45e79e8b04babe079ca4c1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> .

So there two versions have different bnode labels even though the bnode context is identical.

> Lack of stability of stable serializer
> --------------------------------------
>
>                 Key: CLEREZZA-345
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-345
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Hasan
>         Attachments: StableSerializerProvider.java
>
>
> Adding a triple without a bnode should never cause bnodes in the TripleCollection to have a new label:
> added test (with assert-statement commented out):  src/test/java/org/apache/clerezza/rdf/stable/serializer/DocumentationStabilityTest.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.