Re: [sdw] `time:Instant` equal to another `time:Instant` (#1126)

I wonder if naming property `time:disjoint` would make more sense, rather than naming it `time:notEquals`?

```ttl
time:disjoint a owl:ObjectProperty ;
  rdfs:domain time:TemporalEntity ;
  rdfs:range time:TemporalEntity .

time:before rdfs:subPropertyOf time:notEquals .
time:after rdfs:subPropertyOf time:notEquals .
time:intervalDisjoint rdfs:subPropertyOf time:notEquals .
```

-- 
GitHub Notification of comment by elf-pavlik
Please view or discuss this issue at https://github.com/w3c/sdw/issues/1126#issuecomment-502661383 using your GitHub account

Received on Monday, 17 June 2019 12:26:15 UTC