[Shared-desktop-ontologies-bugs] [Bug 31497] New: Mergeable Properties

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 9 05:01:19 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=31497

           Summary: Mergeable Properties
           Product: shared-desktop-ontologies
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: nao
        AssignedTo: shared-desktop-ontologies-bugs at lists.freedesktop.org
        ReportedBy: handa.vish at gmail.com


When synchronizing two Nepomuk repositories, there are some properties that
should *never* be merged. Here merged means pushed into repository. This patch
marks certain properties non-mergeable.

nie:url is not mergeable as some files may have different nie:urls but may be
the same file. Eg - The same text file on the home directories of 2 different
users.

----
nao:mergeable
        a rdf:Property;
        rdfs:comment "Denotes if the property in the domain is mergeable or
not. By default all properties are mergeable.";
        rdfs:label "nonMergeable" ;
        rdfs:domain rdfs:Property ;
        rdfs:range xsd:boolean .

rdf:type
        nao:mergeable "false"^^xsd:boolean .

nie:url
        nao:mergeable "true"^^xsd:boolean .

-----

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Shared-desktop-ontologies-bugs mailing list