Consistent-dateTime
From OWL Test Cases
| [Download OWL] | |
| Test Id | Consistent-dateTime |
|---|---|
| Description | The datatype restrictions leave exactly one dateTime value as dp filler for the individual a, so the ontology is consistent. |
| Status | Approved (2009-09-10, when passed by 2 implementations) (proposed 2009-06-12) |
| Author | Birte Glimm |
| Original syntax | Functional |
| Syntactic Species/Profile | OWL 2 DL (not EL, not QL, not RL) |
| Semantics | This test is applicable under both direct and RDF-based semantics. |
| Consistent ontology (download)
Convert syntax: RDF, XML, Manchester This informative conversion will be incorrect for OWL 2 Full. info.pngConversions are provided by the OWL Syntax Converter which tries to "repair" OWL 2 Full inputs to become DL. | |
| Prefix(:=<http://example.org/>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>) Ontology( Declaration(NamedIndividual(:a)) Declaration(DataProperty(:dp)) Declaration(Class(:A)) SubClassOf(:A DataSomeValuesFrom(:dp DatatypeRestriction( xsd:dateTime xsd:minInclusive "2008-10-08T20:44:11.656+01:00"^^xsd:dateTime) ) ) SubClassOf(:A DataAllValuesFrom(:dp DatatypeRestriction( xsd:dateTime xsd:maxInclusive "2008-10-08T20:44:11.656+01:00"^^xsd:dateTime) ) ) ClassAssertion(:A :a) ) | |
| Imported ontologies | none |
