Skip to content

Commit

Permalink
Fix class name typos in the ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant-Chavan committed Mar 12, 2020
1 parent 0984f29 commit 0801227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/ontology/apartment_go_2019.owl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<rdfs:subClassOf rdf:resource="apartment:Furniture"/>
</owl:Class>

<owl:Class rdf:about="apartment:Cupboard">
<owl:Class rdf:about="apartment:CupBoard">
<rdfs:subClassOf rdf:resource="apartment:Furniture"/>
</owl:Class>

Expand Down Expand Up @@ -184,7 +184,7 @@
<rdfs:subClassOf rdf:resource="apartment:Furniture"/>
</owl:Class>

<owl:Class rdf:about="apartment:Coathanger">
<owl:Class rdf:about="apartment:CoatHanger">
<rdfs:subClassOf rdf:resource="apartment:Furniture"/>
</owl:Class>

Expand Down

0 comments on commit 0801227

Please sign in to comment.