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

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

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

JENA-1238: Add (get|list)Property(,language) operations


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

Reply via email to