Skip to content

Commit 47140e0

Browse files
chore: update ontology version 1.0.19 [skip ci]
1 parent 237ebe9 commit 47140e0

10 files changed

Lines changed: 28 additions & 31 deletions

File tree

agora/agora.html

Lines changed: 14 additions & 17 deletions
Large diffs are not rendered by default.

agora/agora.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@base <http://onto.vaimee.com/agora#> .
2020

2121
<http://onto.vaimee.com/agora#> rdf:type owl:Ontology ;
22-
owl:versionIRI <http://onto.vaimee.com/agora/1.0.18#> ;
22+
owl:versionIRI <http://onto.vaimee.com/agora/1.0.19#> ;
2323
owl:imports <http://onto.vaimee.com/fsm/1.0.17> ,
2424
<http://www.opengis.net/ont/geosparql> ,
2525
<http://www.w3.org/2006/time#2016> ,
@@ -31,7 +31,7 @@
3131
dcterms:description "This ontology manages the relationship between weather observations, crop growth parameters, and soil horizons for precision irrigation." ;
3232
dcterms:title "Agorà Ontology" ;
3333
owl:title "Agorà Ontology" ;
34-
owl:versionInfo "1.0.18" .
34+
owl:versionInfo "1.0.19" .
3535

3636
#################################################################
3737
# Annotation properties

fsm/fsm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>Introduction</h2>
3131
<p>"Ontology for representing finite-state machines using the standard mathematical model M = (Sigma, S, s0, delta, F), where Sigma is the input alphabet, S is the finite set of states, s0 is the initial state, delta is the transition function, and F is the set of final/accepting states."</p>
3232
</section>
3333
<section><h2>Namespaces</h2><table class="def"><tbody><tr><td><code>fsm:</code></td><td><code>http://onto.vaimee.com/fsm#</code></td></tr><tr><td><code>xsd:</code></td><td><code>http://www.w3.org/2001/XMLSchema#</code></td></tr></tbody></table></section>
34-
<section><h2>Version</h2><table class="def"><tbody><tr><td>Version</td><td><code>1.0.18</code></td></tr><tr><td>Version IRI</td><td><code><a href="http://onto.vaimee.com/fsm/1.0.18">http://onto.vaimee.com/fsm/1.0.18</a></code></td></tr></tbody></table></section>
34+
<section><h2>Version</h2><table class="def"><tbody><tr><td>Version</td><td><code>1.0.19</code></td></tr><tr><td>Version IRI</td><td><code><a href="http://onto.vaimee.com/fsm/1.0.19">http://onto.vaimee.com/fsm/1.0.19</a></code></td></tr></tbody></table></section>
3535
<section><h2>Axiomatization</h2><section><h3>Classes</h3><section><h4 id="AcceptingState">Accepting state</h4><p>IRI: <code>http://onto.vaimee.com/fsm#AcceptingState</code></p><span>A member of the set F of final or accepting states.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#State">fsm:State</a></code></td></tr><tr><td>In the range of</td><td><code><a href="#hasAcceptingState">fsm:hasAcceptingState</a></code></td></tr></tbody></table></section>
3636
<section><h4 id="Acceptor">Acceptor</h4><p>IRI: <code>http://onto.vaimee.com/fsm#Acceptor</code></p><span>An FSM that accepts or rejects an input sequence depending on whether computation ends in an accepting state.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#FiniteStateMachine">fsm:FiniteStateMachine</a></code></td></tr><tr><td>In the domain of</td><td><code><a href="#acceptsInput">fsm:acceptsInput</a></code><br><code><a href="#rejectsInput">fsm:rejectsInput</a></code></td></tr></tbody></table></section>
3737
<section><h4 id="Alphabet">Alphabet</h4><p>IRI: <code>http://onto.vaimee.com/fsm#Alphabet</code></p><span>The finite non-empty set Sigma of input symbols for an FSM.</span><table class="def"><tbody><tr><td>Super-class of</td><td><code><a href="#OutputAlphabet">fsm:OutputAlphabet</a></code></td></tr><tr><td>In the domain of</td><td><code><a href="#hasSymbol">fsm:hasSymbol</a></code></td></tr><tr><td>In the range of</td><td><code><a href="#hasAlphabet">fsm:hasAlphabet</a></code></td></tr></tbody></table></section>

fsm/fsm.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
rdfs:comment "Ontology for representing finite-state machines using the standard mathematical model M = (Sigma, S, s0, delta, F), where Sigma is the input alphabet, S is the finite set of states, s0 is the initial state, delta is the transition function, and F is the set of final/accepting states."@en ;
1313
dct:creator "Luca Roffia" ;
1414
dct:contributor <https://qrfy.io/p/BJOemlfU0F> ;
15-
owl:versionIRI <http://onto.vaimee.com/fsm/1.0.18> ;
16-
owl:versionInfo "1.0.18" .
15+
owl:versionIRI <http://onto.vaimee.com/fsm/1.0.19> ;
16+
owl:versionInfo "1.0.19" .
1717

1818
<https://qrfy.io/p/BJOemlfU0F>
1919
foaf:name "Luca Roffia" ;

jsap/jsap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>Introduction</h2>
3131
<p>"Longer intro text shown in the Introduction section."@en</p>
3232
</section>
3333
<section><h2>Namespaces</h2><table class="def"><tbody><tr><td><code>xsd:</code></td><td><code>http://www.w3.org/2001/XMLSchema#</code></td></tr></tbody></table></section>
34-
<section><h2>Version</h2><table class="def"><tbody><tr><td>Version</td><td><code>1.0.18</code></td></tr><tr><td>Version IRI</td><td><code><a href="https://onto.vaimee.com/jsap/1.0.18#">https://onto.vaimee.com/jsap/1.0.18#</a></code></td></tr></tbody></table></section>
34+
<section><h2>Version</h2><table class="def"><tbody><tr><td>Version</td><td><code>1.0.19</code></td></tr><tr><td>Version IRI</td><td><code><a href="https://onto.vaimee.com/jsap/1.0.19#">https://onto.vaimee.com/jsap/1.0.19#</a></code></td></tr></tbody></table></section>
3535
<section><h2>Axiomatization</h2><section><h3>Classes</h3><section><h4 id="Consumer">Consumer</h4><p>IRI: <code>https://onto.vaimee.com/jsap#Consumer</code></p><span>A component of the PAC architecture that either makes a SPARQL subscription or a SPARQL update, but not both.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#PacComponent">Pac Component</a></code></td></tr><tr><td>Enumeration members</td><td></td></tr></tbody></table></section>
3636
<section><h4 id="ForcedBinding">Forced Binding</h4><p>IRI: <code>https://onto.vaimee.com/jsap#ForcedBinding</code></p><span>Represents a forced variable binding used in a SPARQL operation within a JSAP.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#SparqlFragment">Sparql Fragment</a></code></td></tr><tr><td>Super-class of</td><td><code><a href="#LiteralForcedBinding">Literal Forced Binding</a></code><br><code><a href="#UriForcedBinding">Uri Forced Binding</a></code></td></tr></tbody></table></section>
3737
<section><h4 id="Jsap">Jsap</h4><p>IRI: <code>https://onto.vaimee.com/jsap#Jsap</code></p><span>Defines a JSAP (JSON SPARQL Application Profile). JSAP describes an application based on the SPARQL Event Processing Architecture (SEPA) and following the application design pattern named PAC (Producer-Aggregator-Consumer).</span><table class="def"><tbody><tr><td>In the domain of</td><td><code><a href="#hasComponent">has component</a></code><br><code><a href="#hasNamespace">has namespace</a></code><br><code><a href="#includesOperation">includes operation</a></code></td></tr><tr><td>In the range of</td><td><code><a href="#isOperationOf">is operation of</a></code></td></tr></tbody></table></section>

jsap/jsap.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<https://onto.vaimee.com/jsap#> rdf:type owl:Ontology ;
1212
owl:imports <http://xmlns.com/foaf/0.1/> ;
1313
rdfs:comment "This is an ontology for JSAPs developed by VAIMEE. It integrates some classes and properties from FOAF."@en ;
14-
owl:versionIRI <https://onto.vaimee.com/jsap/1.0.18#> ;
15-
owl:versionInfo "1.0.18" ;
14+
owl:versionIRI <https://onto.vaimee.com/jsap/1.0.19#> ;
15+
owl:versionInfo "1.0.19" ;
1616
owl:title "JSAP Ontology"@en ;
1717
dct:abstract "Ontology to describe JSAP files and related concepts."@en ;
1818
dct:description "Longer intro text shown in the Introduction section."@en ;

msg/msg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>Introduction</h2>
3131
<p>"This is an ontology for messages developed by VAIMEE. It integrates classes and properties from Schema.org."</p>
3232
</section>
3333
<section><h2>Namespaces</h2><table class="def"><tbody><tr><td><code>xsd:</code></td><td><code>http://www.w3.org/2001/XMLSchema#</code></td></tr></tbody></table></section>
34-
<section><h2>Version</h2><table class="def"><tbody><tr><td>Version</td><td><code>1.0.18</code></td></tr><tr><td>Version IRI</td><td><code><a href="https://onto.vaimee.com/msg/1.0.18#">https://onto.vaimee.com/msg/1.0.18#</a></code></td></tr></tbody></table></section>
34+
<section><h2>Version</h2><table class="def"><tbody><tr><td>Version</td><td><code>1.0.19</code></td></tr><tr><td>Version IRI</td><td><code><a href="https://onto.vaimee.com/msg/1.0.19#">https://onto.vaimee.com/msg/1.0.19#</a></code></td></tr></tbody></table></section>
3535
<section><h2>Axiomatization</h2><section><h3>Classes</h3><section><h4 id="Content">Content</h4><p>IRI: <code>https://onto.vaimee.com/msg#Content</code></p><span>https://onto.vaimee.com/msg</span>
3636
<h4 id="Content">Content</h4><p>IRI: <code>https://onto.vaimee.com/msg#Content</code></p><span>A generic class representing any kind of content, which can be either a text message or a template message with attachments.</span><table class="def"><tbody><tr><td>Super-class of</td><td><code><a href="#TemplateContent">Template Content</a></code><br><code><a href="#TextContent">Text Content</a></code></td></tr><tr><td>In the domain of</td><td><code><a href="#hasVariable">has variable</a></code></td></tr></tbody></table></section>
3737
<section><h4 id="NotificationGroup">Notification Group</h4><p>IRI: <code>https://onto.vaimee.com/msg#NotificationGroup</code></p><span>A collection of recipients grouped together for notification purposes, which may represent a broadcast list, a mailing list, or a messaging group.</span><table class="def"><tbody><tr><td>In the range of</td><td><code><a href="#toMultipleRecipients">to multiple recipients</a></code></td></tr></tbody></table></section>

msg/msg.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
rdfs:comment "This is an ontology for messages developed by VAIMEE. It integrates classes and properties from Schema.org."@en ;
1515
dct:creator "Luca Roffia" ;
1616
dct:contributor <https://qrfy.io/p/BJOemlfU0F> ;
17-
owl:versionIRI <https://onto.vaimee.com/msg/1.0.18#> ;
18-
owl:versionInfo "1.0.18" .
17+
owl:versionIRI <https://onto.vaimee.com/msg/1.0.19#> ;
18+
owl:versionInfo "1.0.19" .
1919

2020
<https://qrfy.io/p/BJOemlfU0F> foaf:name "Luca Roffia" ;
2121
foaf:member <https://vaimee.com> .

users/users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>Introduction</h2>
3131
<p>"This is an ontology for users developed by VAIMEE. It integrates classes and properties from Schema.org."</p>
3232
</section>
3333

34-
<section><h2>Version</h2><table class="def"><tbody><tr><td>Version</td><td><code>1.0.18</code></td></tr><tr><td>Version IRI</td><td><code><a href="https://onto.vaimee.com/users/1.0.18#">https://onto.vaimee.com/users/1.0.18#</a></code></td></tr></tbody></table></section>
34+
<section><h2>Version</h2><table class="def"><tbody><tr><td>Version</td><td><code>1.0.19</code></td></tr><tr><td>Version IRI</td><td><code><a href="https://onto.vaimee.com/users/1.0.19#">https://onto.vaimee.com/users/1.0.19#</a></code></td></tr></tbody></table></section>
3535
<section><h2>Axiomatization</h2><section><h3>Classes</h3><section><h4 id="Channel">Channel</h4><p>IRI: <code>https://onto.vaimee.com/users#Channel</code></p><span>A digital contact point through which a user can receive notifications or communicate.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="https://schema.org/ContactPoint">https://schema.org/ContactPoint</a></code></td></tr><tr><td>Super-class of</td><td><code><a href="#Discord">Discord</a></code><br><code><a href="#Email">Email</a></code><br><code><a href="#Telegram">Telegram</a></code><br><code><a href="#WhatsApp">WhatsApp</a></code></td></tr></tbody></table></section>
3636
<section><h4 id="Discord">Discord</h4><p>IRI: <code>https://onto.vaimee.com/users#Discord</code></p><span>A communication channel for voice, text, and video chat within Discord servers.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#Channel">Channel</a></code></td></tr></tbody></table></section>
3737
<section><h4 id="Email">Email</h4><p>IRI: <code>https://onto.vaimee.com/users#Email</code></p><span>A communication channel based on sending and receiving emails.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#Channel">Channel</a></code></td></tr></tbody></table></section>

users/users.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
rdfs:comment "This is an ontology for users developed by VAIMEE. It integrates classes and properties from Schema.org." ;
1515
dct:creator "Luca Roffia" ;
1616
dct:contributor <https://qrfy.io/p/BJOemlfU0F> ;
17-
owl:versionIRI <https://onto.vaimee.com/users/1.0.18#> ;
18-
owl:versionInfo "1.0.18" .
17+
owl:versionIRI <https://onto.vaimee.com/users/1.0.19#> ;
18+
owl:versionInfo "1.0.19" .
1919

2020
<https://qrfy.io/p/BJOemlfU0F> foaf:name "Luca Roffia" ;
2121
foaf:member <https://vaimee.com> .

0 commit comments

Comments
 (0)