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.
----
---