Closed
Description
I'm writing some basic Best Practice-checking code, and in the process I noticed that there are just 3 terms (from the 289 terms in gist) that are missing rdfs:isDefinedBy
triples, namely:
gist:_day
gist:_millisecond
gist:_minute
I assume this is just a minor oversight (as the other 14 owl:NamedIndividual
instances do include that triple). And it's easy to fix up by just adding the missing triples.