[
https://issues.apache.org/jira/browse/JENA-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200207#comment-16200207
]
ASF GitHub Bot commented on JENA-1398:
--------------------------------------
GitHub user shirren opened a pull request:
https://github.com/apache/jena/pull/285
JENA-1398: Marked archaic FOAF terms in the vocabulary as deprecated.
@afs The approach was to download the latest FOAF.rdf from the W3C website
from which the FOAF.ttl and FOAF.java file was generated. "Archaic" terms from
the spec were then marked as @Deprecated in the Java code. All tests pass.
Please provide feedback or comments, thanks in advance.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shirren/jena JENA-1398
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/285.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #285
----
commit b60f275c0c44f4270f6f7884c9ee1e48af80e960
Author: Shirren Premaratne <[email protected]>
Date: 2017-10-11T10:34:59Z
JENA-1398: Marked archaic FOAF terms in the vocabulary as deprecated.
----
> Upgrade to the spelling of archaic FOAF properties
> --------------------------------------------------
>
> Key: JENA-1398
> URL: https://issues.apache.org/jira/browse/JENA-1398
> Project: Apache Jena
> Issue Type: Improvement
> Components: Jena
> Affects Versions: Jena 3.4.0
> Environment: NA
> Reporter: Shirren Premaratne
> Priority: Minor
> Labels: easyfix
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> As per the FOAF spec [http://xmlns.com/foaf/spec] some of the properties have
> upgraded spellings. In particular http://xmlns.com/foaf/0.1/family_name and
> http://xmlns.com/foaf/0.1/givenname (considered archaic) have been upgraded
> to http://xmlns.com/foaf/0.1/familyName and
> http://xmlns.com/foaf/0.1/givenName. There may be other such issues. May I
> propose that these properties be upgraded to reflect the recommendations of
> the FOAF spec.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)