]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.issues.ontology/graph/Layer0Sources.pgraph
Improvements to constraint-based issues
[simantics/platform.git] / bundles / org.simantics.issues.ontology / graph / Layer0Sources.pgraph
diff --git a/bundles/org.simantics.issues.ontology/graph/Layer0Sources.pgraph b/bundles/org.simantics.issues.ontology/graph/Layer0Sources.pgraph
new file mode 100644 (file)
index 0000000..9b0cb10
--- /dev/null
@@ -0,0 +1,29 @@
+/*******************************************************************************
+ * Copyright (c) 2019 Association for Decentralized Information Management in
+ * Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     Semantum Oy - initial API and implementation
+ *******************************************************************************/
+L0 = <http://www.simantics.org/Layer0-1.1>
+ISSUE = <http://www.simantics.org/Issue-1.2>
+
+ISSUE.Sources.Relations <T ISSUE.Sources.ConstraintIssueSource
+    L0.HasLabel "Relations"
+    ISSUE.IssueSource.HasConstraint L0.Entity.RelationConstraint
+ISSUE.Sources.Properties <T ISSUE.Sources.ConstraintIssueSource
+    L0.HasLabel "Properties"
+    ISSUE.IssueSource.HasConstraint L0.Entity.PropertyConstraint
+ISSUE.Sources.Values <T ISSUE.Sources.ConstraintIssueSource
+    L0.HasLabel "Values"
+    ISSUE.IssueSource.HasConstraint L0.Entity.ValueConstraint
+ISSUE.Sources.URIs <T ISSUE.Sources.ConstraintIssueSource
+    L0.HasLabel "URIs"
+    ISSUE.IssueSource.HasConstraint L0.Entity.URIConstraint
+ISSUE.Sources.Clusters <T ISSUE.Sources.ConstraintIssueSource
+    L0.HasLabel "Clusters"
+    ISSUE.IssueSource.HasConstraint L0.Entity.ClusterConstraint