You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/10/06 13:30:21 UTC

[jira] [Commented] (JENA-1238) Add methods on Resource class that look for Properties in a specific language

    [ https://issues.apache.org/jira/browse/JENA-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15551929#comment-15551929 ] 

ASF subversion and git services commented on JENA-1238:
-------------------------------------------------------

Commit 15aa623f9e3a94140f1d2aa8e6b2dfc73831e829 in jena's branch refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=15aa623 ]

JENA-1238: Merge commit 'refs/pull/172/head' of github.com:apache/jena

This closes #172.


> Add methods on Resource class that look for Properties in a specific language
> -----------------------------------------------------------------------------
>
>                 Key: JENA-1238
>                 URL: https://issues.apache.org/jira/browse/JENA-1238
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: Jena 3.1.0
>            Reporter: Ramiro Pereira de Magalhães
>
> It would be very convenient to have in the {{org.apache.jena.rdf.model.Resource}} interface methods such as:
> {code}
>     public Statement getProperty( Property p, String lang );
>     public Statement getRequiredProperty( Property p, String lang );
> {code}
> They'd work like very much like {{org.apache.jena.rdf.model.ModelCon.listStatements(Resource, Property, String, String)}}.
> This would simplify queries to a Resource's language-specific properties.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)