Skip to content

Commit

Permalink
Rename issue by type into issue by non conformity. Fix ranking functi…
Browse files Browse the repository at this point in the history
…on in number of children classes.
  • Loading branch information
fanavarro committed Jul 18, 2024
1 parent de228f0 commit 977ec7f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 254 deletions.
12 changes: 6 additions & 6 deletions ontology/oquo-core.owl
Original file line number Diff line number Diff line change
Expand Up @@ -2177,20 +2177,20 @@ The Issue can have a set of Actions (Procedures) that will fix it and also a Iss



<!-- https://purl.archive.org/oquo#IssueBySeverity -->
<!-- https://purl.archive.org/oquo#IssueByNonConformity -->

<owl:Class rdf:about="https://purl.archive.org/oquo#IssueBySeverity">
<owl:Class rdf:about="https://purl.archive.org/oquo#IssueByNonConformity">
<rdfs:subClassOf rdf:resource="http://purl.org/ipo/core#Issue"/>
<rdfs:label>issue by severity</rdfs:label>
<rdfs:label>issue by non conformity</rdfs:label>
</owl:Class>



<!-- https://purl.archive.org/oquo#IssueByType -->
<!-- https://purl.archive.org/oquo#IssueBySeverity -->

<owl:Class rdf:about="https://purl.archive.org/oquo#IssueByType">
<owl:Class rdf:about="https://purl.archive.org/oquo#IssueBySeverity">
<rdfs:subClassOf rdf:resource="http://purl.org/ipo/core#Issue"/>
<rdfs:label>issue by type</rdfs:label>
<rdfs:label>issue by severity</rdfs:label>
</owl:Class>


Expand Down
10 changes: 5 additions & 5 deletions ontology/oquo-huron.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@
<!-- https://purl.archive.org/oquo#EntityWithNoDescriptionIssue -->

<owl:Class rdf:about="https://purl.archive.org/oquo#EntityWithNoDescriptionIssue">
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByType"/>
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByNonConformity"/>
<rdfs:label>entity with no description issue</rdfs:label>
<skos:definition>The entity does not have any description.</skos:definition>
</owl:Class>
Expand All @@ -1472,7 +1472,7 @@
<!-- https://purl.archive.org/oquo#EntityWithNoNameIssue -->

<owl:Class rdf:about="https://purl.archive.org/oquo#EntityWithNoNameIssue">
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByType"/>
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByNonConformity"/>
<rdfs:label>entity with no name issue</rdfs:label>
<skos:definition>The entity does not have any name.</skos:definition>
</owl:Class>
Expand All @@ -1482,7 +1482,7 @@
<!-- https://purl.archive.org/oquo#EntityWithNoSynonymsIssue -->

<owl:Class rdf:about="https://purl.archive.org/oquo#EntityWithNoSynonymsIssue">
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByType"/>
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByNonConformity"/>
<rdfs:label>entity with no synonyms issue</rdfs:label>
<skos:definition>The entity does not have any synonym.</skos:definition>
</owl:Class>
Expand Down Expand Up @@ -1640,7 +1640,7 @@
<!-- https://purl.archive.org/oquo#LexicallySuggestLogicallyDefineIssue -->

<owl:Class rdf:about="https://purl.archive.org/oquo#LexicallySuggestLogicallyDefineIssue">
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByType"/>
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByNonConformity"/>
<rdfs:label>lexically suggest logically define issue</rdfs:label>
<skos:definition>The name of the class A is exhibited by class B, but they are not semantically related.</skos:definition>
</owl:Class>
Expand Down Expand Up @@ -2971,7 +2971,7 @@
<!-- https://purl.archive.org/oquo#SystematicNamingIssue -->

<owl:Class rdf:about="https://purl.archive.org/oquo#SystematicNamingIssue">
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByType"/>
<rdfs:subClassOf rdf:resource="https://purl.archive.org/oquo#IssueByNonConformity"/>
<rdfs:label>systematic naming issue</rdfs:label>
<skos:definition>The class B is subclass of the class A, but class B does not exhibit the name of the class A.</skos:definition>
</owl:Class>
Expand Down
Loading

0 comments on commit 977ec7f

Please sign in to comment.