knowL: Knowledge Libraries
Loading...
Searching...
No Matches
Definition_p.h
1#include "Definition.h"
2
3#include "PropertyShape.h"
4#include "NodeShape.h"
5
6struct knowSHACL::Definition::Private : public QSharedData
7{
9 QList<PropertyShape> properties;
10};
11
Definition Forward.h:12
Definition Definition_p.h:7