Skip to content

Commit 6354583

Browse files
committed
Corese Boolean literal
1 parent faefb36 commit 6354583

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/fr/inria/corese/core/next/api/model/impl/corese/literal/CoreseBoolean.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
import fr.inria.corese.core.next.api.model.impl.literal.AbstractLiteral;
77
import fr.inria.corese.core.sparql.api.IDatatype;
88

9+
/**
10+
* xsd:boolean
11+
* The type xsd:boolean represents logical yes/no values. The valid values for xsd:boolean are true, false, 0, and 1.
12+
* Values that are capitalized (e.g. TRUE) or abbreviated (e.g. T) are not valid.
13+
*/
14+
915
public class CoreseBoolean extends AbstractLiteral {
1016

1117
private final fr.inria.corese.core.sparql.datatype.CoreseBoolean coreseObject;

0 commit comments

Comments
 (0)