Ontological model for s-forms. Repository was moved to https://github.com/kbss-cvut/s-forms-model.
Miroslav Blasko
2022-06-12 5f8f3cdeb1f174ed293ab4fe94e4b295e8198191
[New] Answer hash to satisfy s-pipes form module requirements
1 files modified
8 ■■■■ changed files
form.ttl 8 ●●●● patch | view | raw | blame | history
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 ;
.