[10/13] incubator-commonsrdf git commit: COMMONSRDF-6 add createBlankNode Serializable factory example

2015-04-29 Thread stain
COMMONSRDF-6 add createBlankNode Serializable factory example Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/1bd0ae25 Tree:

[02/13] incubator-commonsrdf git commit: COMMONSRDF-6 Make BlankNode.internalIdentifier generic

2015-04-29 Thread stain
COMMONSRDF-6 Make BlankNode.internalIdentifier generic .. e.g. remove implementation-specifics such as salts. This keeps the MUST be universally unique aspect with a recommendation to have a UUID included, so that internalIdentifier() has a more well-defined purpose. Project:

[06/13] incubator-commonsrdf git commit: COMMONSRDF-6 clarify uniqueness per instance

2015-04-29 Thread stain
COMMONSRDF-6 clarify uniqueness per instance Remove p as it relates to the previous sentence Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/5be69eb6 Tree:

[08/13] incubator-commonsrdf git commit: COMMONSRDF-6 Soften clarify UUID recommendation of uniqueReference()

2015-04-29 Thread stain
COMMONSRDF-6 Soften clarify UUID recommendation of uniqueReference() Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/9d1faab7 Tree:

[03/13] incubator-commonsrdf git commit: COMMONSRDF-6 internalIdentifier() refs moved out of factory

2015-04-29 Thread stain
COMMONSRDF-6 internalIdentifier() refs moved out of factory .. and clarify uniqueness aspects. Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/0a18effd Tree:

[07/13] incubator-commonsrdf git commit: COMMONSRDF-6 clean up createBlankNode(String)

2015-04-29 Thread stain
COMMONSRDF-6 clean up createBlankNode(String) Clarify that they MUST be different for other `name` parameter. I added that they also must be different from createBlankNode(), note that this means implementations can't support (through this method at least) equivalent cloning using

[13/13] incubator-commonsrdf git commit: COMMONSRDF-6 internalIdentifier - uniqueReference()

2015-04-29 Thread stain
COMMONSRDF-6 internalIdentifier - uniqueReference() ..in user guide and comments Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/48dc0678 Tree:

[04/13] incubator-commonsrdf git commit: COMMONSRDF-6 BlankNode.internalIdentifier() - uniqueReference

2015-04-29 Thread stain
COMMONSRDF-6 BlankNode.internalIdentifier() - uniqueReference Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/08c9f91f Tree:

[12/13] incubator-commonsrdf git commit: Merge branch 'COMMONSRDF-6-internalidentifier'

2015-04-29 Thread stain
Merge branch 'COMMONSRDF-6-internalidentifier' Fixes COMMONSRDF-6. This closes #10. Rename BlankNode.internalIdentifier() to uniqueReference() Clarify uniqueness constraints across RDFTermFactories and for createBlankNode(name) Soften UUID-string recommendations. Remove