xsd:dateTime issue #24
joegregoryphd
started this conversation in
General
Replies: 2 comments
-
A quoted string without a ^^type is treated as a String literal leading to the inconsistency. Change your dateTime literal to: ci OTE1_TimePeriod [ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, this resolved the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I build my description project, the reasoner returns the following error:
<rdf:RDF xmlns="urn:unnamed:ontology#ont1033382559725501#"
xml:base="urn:unnamed:ontology#ont1033382559725501"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:SIE_Foundation="http://siedepartment.com/SIE_Foundation/SIE_Foundation#">
<owl:Ontology rdf:about="urn:unnamed:ontology#ont1033382559725501"/>
</rdf:RDF>
]]>
I am defining my time periods as follows:
ci OTE1_TimePeriod [
hasBeginInstant “2023-01-01T12:00:0”
]
How could I resolve this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions