knowL: Knowledge Libraries
Loading...
Searching...
No Matches
PropertyShape_p.h
1#include "PropertyShape.h"
2
3#include "Path.h"
4#include "Constraint.h"
5
6struct knowSHACL::PropertyShape::Private : public QSharedData
7{
8 QString label, comment;
9 QString name, description;
10 knowCore::Uri uri;
11 Path path;
12 QList<Constraint> constraints;
13 bool hasQualifiedValue = false;
16};
Definition Forward.h:12
Definition Uri.h:14
Definition Path.h:15
Definition PropertyShape_p.h:7