Skip to content

Commit

Permalink
Fix iguana.owl
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Mar 27, 2024
1 parent 7a3ccc7 commit 2ddda97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions schema/iguana.owl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</owl:Class>

<owl:Class rdf:about="&iont;metric/AvgQPS">
<rdfs:label>Average QPS Metric</rdfs:label>
<rdfs:label>AvgQPS Metric</rdfs:label>
<rdfs:comment xml:lang="en">Average Queries Per Second.</rdfs:comment>
<rdfs:subClassOf rdf:resource="&iont;Metric" />
</owl:Class>
Expand All @@ -116,25 +116,25 @@
</owl:Class>

<owl:Class rdf:about="&iont;metric/AES">
<rdfs:label>NoQ Metric</rdfs:label>
<rdfs:label>AES Metric</rdfs:label>
<rdfs:comment xml:lang="en">Aggregated Execution Statistics.</rdfs:comment>
<rdfs:subClassOf rdf:resource="&iont;Metric" />
</owl:Class>

<owl:Class rdf:about="&iont;metric/EachQuery">
<rdfs:label>NoQ Metric</rdfs:label>
<rdfs:label>EachQuery Metric</rdfs:label>
<rdfs:comment xml:lang="en">Each query execution statistics.</rdfs:comment>
<rdfs:subClassOf rdf:resource="&iont;Metric" />
</owl:Class>

<owl:Class rdf:about="&iont;metric/PQPS">
<rdfs:label>NoQ Metric</rdfs:label>
<rdfs:label>PQPS Metric</rdfs:label>
<rdfs:comment xml:lang="en">Penalized Queries Per Second.</rdfs:comment>
<rdfs:subClassOf rdf:resource="&iont;Metric" />
</owl:Class>

<owl:Class rdf:about="&iont;metric/PAvgQPS">
<rdfs:label>NoQ Metric</rdfs:label>
<rdfs:label>PAvgQPS Metric</rdfs:label>
<rdfs:comment xml:lang="en">Penalized Average Queries Per Second.</rdfs:comment>
<rdfs:subClassOf rdf:resource="&iont;Metric" />
</owl:Class>
Expand Down

0 comments on commit 2ddda97

Please sign in to comment.