diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 77dc00d3..a09037e6 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -141,9 +141,11 @@ public: const Quark patch_add; const Quark patch_body; const Quark patch_destination; + const Quark patch_property; const Quark patch_remove; const Quark patch_request; const Quark patch_subject; + const Quark patch_value; const Quark pprops_logarithmic; const Quark rdf_type; const Quark rdfs_seeAlso; |