Skip to content

Commit f06f671

Browse files
l00migkellogg
authored andcommitted
Wrong label on xsd:boolean
There seems to be a copy and paste error with the label of the boolean.
1 parent 23f9e9a commit f06f671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/xsd.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ xsd:base64Binary a rdfs:Datatype;
5555

5656
xsd:boolean a rdfs:Datatype;
5757
rdfs:subClassOf xsd:anyAtomicType;
58-
rdfs:label "base64Binary";
58+
rdfs:label "boolean";
5959
rdfs:comment """
6060
boolean represents the values of two-valued logic.
6161
""" .

0 commit comments

Comments
 (0)