Ontological model for s-forms. Repository was moved to https://github.com/kbss-cvut/s-forms-model.
Miroslav Blasko
2022-06-10 6d246ed5fa098a552f421934ce18cbb60d3d3c3e
[New] Add textual view property
1 files modified
6 ■■■■■ changed files
form.ttl 6 ●●●●● patch | view | raw | blame | history
form.ttl
@@ -44,6 +44,12 @@
    rdfs:range xsd:string ;
.
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."
    rdfs:domain doc:question ;
    rdfs:range xsd:string ;
.
form:accepts a owl:ObjectProperty ;
    rdfs:label "accepts" ;
    rdfs:domain form:condition ;