add_boolean


Description:

public void add_boolean (string property_uri, bool value)

Adds a boolean property.

Previous values for the same property are kept.

This method is meant for RDF properties allowing multiple values, see [nrl:maxCardinality](nrl-ontology.html#nrl:maxCardinality).

This method corresponds to [xsd:boolean](xsd-ontology.html#xsd:boolean).

Parameters:

this

The `TrackerResource`

property_uri

A string identifying the property to modify

value

The property boolean value