Re: [sdw] Time Ontology - Missing "hasMember" object property definition for modeling proper intervals of hierarchical TRS (#1407)

Hi,
the Turtle file of the Geologic Timescale example is [here](https://raw.githubusercontent.com/w3c/sdw/gh-pages/time/rdf/geologicTimeScale.ttl).

These are the triples describing the TRS, having the unknown property:
```
geol:TimeScale
  rdf:type :TRS ;
  rdfs:label "Geologic timescale" ;
  :hasMember geol:Archean ;
  :hasMember geol:Hadean ;
  :hasMember geol:Phanerozoic ;
  :hasMember geol:Proterozoic ;
.
```

Regards,
Marco

-- 
GitHub Notification of comment by mdesalvo
Please view or discuss this issue at https://github.com/w3c/sdw/issues/1407#issuecomment-1534869822 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 4 May 2023 14:19:21 UTC