- From: Vladimir Alexiev via GitHub <sysbot+gh@w3.org>
- Date: Wed, 02 Jan 2019 08:26:59 +0000
- To: public-sdwig@w3.org
VladimirAlexiev has just created a new issue for https://github.com/w3c/sdw:
== EO QB inconsistent use of `qb4st:TemporalProperty` ==
https://w3c.github.io/sdw/eo-qb/#OWL-Time:
```ttl
:time a qb:DimensionProperty, qb4st:TemporalProperty ;
rdfs:range xsd:dateTime ;
```
is not consistent with the definition
```ttl
qb4st:TemporalProperty a rdfs:Class, owl:Class;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty rdfs:range ;
owl:someValuesFrom time:Interval ;
] ;
```
because `time:Interval` cannot be a simple literal.
I rather like using simple literals where sufficient, and I think that `qb4st:TemporalProperty` (and in general QB4ST) makes ontological commitments that are too strong... But anyway, this class should not be used here
Please view or discuss this issue at https://github.com/w3c/sdw/issues/1108 using your GitHub account
Received on Wednesday, 2 January 2019 08:27:00 UTC