INCATools / INCATools/dosdp-tools
Question: Using datatypes other than string?
Open
- Dominant language
- Scala
- Stars
- 33
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```
annotations:
- annotationProperty: is_obsolete
text: "true"
```
Generates a nice assertion such as
```
AnnotationAssertion(owl:deprecated "true"^^xsd:string)
```
How can I get this to be xsd:boolean? I tried a few varieties (just true without quotes results in parse error, for example.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.