Skip to content

Commit d57465d

Browse files
committed
Fixes spelling of JukesCantor label
Fixes #2. Note that this purposely leaves other files intact that contain the same mis-spelling, specifically `cdao-deprecated-mappings.owl`. This is because there the mis-spelling is in the term IRIs for v1.0 CDAO term IRIs. (One example why using term labels as part of term IRIs is can be a bad idea.)
1 parent e2ce3fa commit d57465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdao.owl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@
13061306
<!-- http://purl.obolibrary.org/obo/CDAO_0000021 -->
13071307

13081308
<owl:Class rdf:about="&obo;CDAO_0000021">
1309-
<rdfs:label rdf:datatype="&xsd;string">JukesKantor</rdfs:label>
1309+
<rdfs:label rdf:datatype="&xsd;string">JukesCantor</rdfs:label>
13101310
<rdfs:subClassOf rdf:resource="&obo;CDAO_0000020"/>
13111311
</owl:Class>
13121312

0 commit comments

Comments
 (0)