[rdf] roles after graduation

2017-01-16 Thread Sergio Fernández
Hi, adjusting Stian's role [1} I realized we never had the discussion about the roles of people on the component after graduation: who wants to keep in the project, PPMC members need to be voted for Commons PMC, etc. Nothing urgent, but eventually needs to be discussed. Cheers, [1] https://gith

[GitHub] commons-compress pull request #:

2017-01-16 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/commons-compress/commit/56e82da90f1064c23dd630cf0066231567da3ed6#commitcomment-20498632 In src/main/java/org/apache/commons/compress/compressors/lz4/BlockLZ4CompressorInputStream.java: In src/main/java/o

[GitHub] commons-rdf issue #30: COMMONSRDF-51 language tags compared lower case

2017-01-16 Thread ansell
Github user ansell commented on the issue: https://github.com/apache/commons-rdf/pull/30 In the RDF4J/Sesame case, we have had some users request, and some other users complain about , both lowercasing, which was used in the past, and canonicalisation, so RDF4J will default to leaving

[GitHub] commons-rdf issue #30: COMMONSRDF-51 language tags compared lower case

2017-01-16 Thread afs
Github user afs commented on the issue: https://github.com/apache/commons-rdf/pull/30 @ansell mentions one of the reasons the wording for RDF 1.1is not so direct - RDF 1.0 did not sanction the common normalization defined in BCP47 canonicalization, although that actually requires cons

[GitHub] commons-rdf pull request #30: COMMONSRDF-51 language tags compared lower cas...

2017-01-16 Thread ansell
Github user ansell commented on a diff in the pull request: https://github.com/apache/commons-rdf/pull/30#discussion_r96309778 --- Diff: api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTest.java --- @@ -194,6 +194,114 @@ public void testCreateLiteralLangISO693_3() throws E

[GitHub] commons-rdf pull request #30: COMMONSRDF-51 language tags compared lower cas...

2017-01-16 Thread ansell
Github user ansell commented on a diff in the pull request: https://github.com/apache/commons-rdf/pull/30#discussion_r96309546 --- Diff: api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTest.java --- @@ -194,6 +194,114 @@ public void testCreateLiteralLangISO693_3() throws E

[GitHub] commons-compress pull request #:

2017-01-16 Thread bastik
Github user bastik commented on the pull request: https://github.com/apache/commons-compress/commit/56e82da90f1064c23dd630cf0066231567da3ed6#commitcomment-20495058 In src/main/java/org/apache/commons/compress/compressors/lz4/BlockLZ4CompressorInputStream.java: In src/main/java/or

[GitHub] commons-rdf issue #30: COMMONSRDF-51 language tags compared lower case

2017-01-16 Thread stain
Github user stain commented on the issue: https://github.com/apache/commons-rdf/pull/30 There seems to be consensus on http://lists.w3.org/Archives/Public/public-rdf-comments/2017Jan/thread.html and http://lists.w3.org/Archives/Public/semantic-web/2017Jan/thread.html in the _Are lite

[GitHub] commons-rdf issue #30: COMMONSRDF-51 language tags compared lower case

2017-01-16 Thread stain
Github user stain commented on the issue: https://github.com/apache/commons-rdf/pull/30 This pull request returns `getLanguageTag()` in whatever case the underlying platform does (e.g. I think RDF4J and JSONLD-Java preserves casing, while Jena and Simple converts to lowercase.