Skip to content

Commit

Permalink
Added cardinality
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Oct 24, 2023
1 parent 17c4b4f commit fcff3ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion development/1.3.1/ClimateQuestions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,7 @@ FILTER (?ClimateVariable != ?ClimateVariable2)
<owl:NamedIndividual rdf:about="http://disk-project.org/resources/climate/variable/Compilation">
<rdf:type rdf:resource="https://w3id.org/sqo#DynamicOptionsQuestionVariable"/>
<rdf:type rdf:resource="https://w3id.org/sqo#QuestionVariable"/>
<rdf:type rdf:resource="https://w3id.org/sqo#Conjunction"/>
<sqo:hasVariableName>?Compilation</sqo:hasVariableName>
<sqo:hasOptionsQuery>
?c a &lt;http://linked.earth/ontology#Compilation&gt; .
Expand All @@ -1869,6 +1870,8 @@ FILTER (?ClimateVariable != ?ClimateVariable2)
<rdf:object rdf:resource="http://disk-project.org/resources/climate/variable/Compilation"/>
</rdf:Statement>
</sqo:hasPatternFragment>
<sqo:minCardinality>1</sqo:minCardinality>
<sqo:maxCardinality>0</sqo:maxCardinality>
</owl:NamedIndividual>


Expand All @@ -1892,4 +1895,4 @@ FILTER (?ClimateVariable != ?ClimateVariable2)



<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->

0 comments on commit fcff3ea

Please sign in to comment.