From 5f8f3cdeb1f174ed293ab4fe94e4b295e8198191 Mon Sep 17 00:00:00 2001
From: Miroslav Blasko <blcham@gmail.com>
Date: Sun, 12 Jun 2022 17:21:14 +0200
Subject: [PATCH] [New] Answer hash to satisfy s-pipes form module requirements

---
 form.ttl |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/form.ttl b/form.ttl
index 21b0509..e0105fa 100644
--- a/form.ttl
+++ b/form.ttl
@@ -45,7 +45,7 @@
 .
 
 form:textual-view a owl:DataProperty ;
-    dc:description "Defines a view on the question in textual form, which may also include textual views of its subquestions recursively."
+    dc:description "Defines a view on the question in textual form, which may also include textual views of its subquestions recursively." ;
     rdfs:domain doc:question ;
     rdfs:range xsd:string ;
 .
@@ -353,3 +353,9 @@
 form:temporally-related-question a owl:Class ;
     rdfs:subClassOf doc:question ;
 .
+
+form:has-answer-hash
+  rdf:type owl:DatatypeProperty ;
+  rdfs:domain <http://onto.fel.cvut.cz/ontologies/documentation/answer> ;
+  rdfs:range xsd:string ;
+.

--
Gitblit v1.9.3