summaryrefslogtreecommitdiffstats
path: root/ingen/URIs.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-09 08:33:21 +0100
committerDavid Robillard <d@drobilla.net>2017-03-09 08:33:21 +0100
commit83d366452af8e93f0722658d730528d699f21e2b (patch)
treedb66b0653d57ca2e2939a1352b3d45aeada4689e /ingen/URIs.hpp
parente360392489fe62dbae1f0c28b7f5fb839851f5f6 (diff)
downloadingen-83d366452af8e93f0722658d730528d699f21e2b.tar.gz
ingen-83d366452af8e93f0722658d730528d699f21e2b.tar.bz2
ingen-83d366452af8e93f0722658d730528d699f21e2b.zip
Preliminary port groups workgroups
Diffstat (limited to 'ingen/URIs.hpp')
-rw-r--r--ingen/URIs.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp
index 44f1056e..8bd3eca4 100644
--- a/ingen/URIs.hpp
+++ b/ingen/URIs.hpp
@@ -1,6 +1,6 @@
/*
This file is part of Ingen.
- Copyright 2007-2016 David Robillard <http://drobilla.net/>
+ Copyright 2007-2017 David Robillard <http://drobilla.net/>
Ingen is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
@@ -194,6 +194,11 @@ public:
const Quark patch_subject;
const Quark patch_value;
const Quark patch_wildcard;
+ const Quark pg_DiscreteGroup;
+ const Quark pg_InputGroup;
+ const Quark pg_OutputGroup;
+ const Quark pg_element;
+ const Quark pg_group;
const Quark pprops_logarithmic;
const Quark pset_Preset;
const Quark pset_preset;
@@ -201,6 +206,7 @@ public:
const Quark rdfs_Class;
const Quark rdfs_label;
const Quark rdfs_seeAlso;
+ const Quark rdfs_subClassOf;
const Quark rsz_minimumSize;
const Quark state_loadDefaultState;
const Quark state_state;