> Hello Lorenz thanks,
>
> You mean something like this:
>
> RDFNode Value =individual.getPropertyValue(myPropertyName);
>
>  if (Value=="PropertyValue")
No, more the other case indeed such that don't have to "know" the value,
i.e.

if( Value == null) {

} else {

}
> //
>
> On Tue, Nov 22, 2016 at 3:36 PM, Lorenz B. <
> [email protected]> wrote:
>
>> You can use Individual::getPropertyValue, see [1]
>>
>> [1]
>> https://jena.apache.org/documentation/javadoc/jena/
>> org/apache/jena/ontology/OntResource.html#getPropertyValue-org.apache.
>> jena.rdf.model.Property-
>>
>>> Does Jena have hasOntProperty() like we have hasOntClass()? In my
>> project I
>>> need something like if instance/individual has "this property value", do
>>> some operation.
>>>
>>> Thank you for your time.
>>>
>> --
>> Lorenz Bühmann
>> AKSW group, University of Leipzig
>> Group: http://aksw.org - semantic web research center
>>
>>
-- 
Lorenz Bühmann
AKSW group, University of Leipzig
Group: http://aksw.org - semantic web research center

Reply via email to