ResearchObject / ro-crate

Research Object Crate
https://w3id.org/ro/crate/
Apache License 2.0
79 stars 34 forks source link

Representation of property values that are defined terms #268

Open simleo opened 11 months ago

simleo commented 11 months ago

In Recording changes to RO-Crates, we have examples that represent the value of actionStatus like:

  "actionStatus":  {"@id": "http://schema.org/CompletedActionStatus"}

However, there are some TRE-FX profile examples that use:

  "actionStatus": "http://schema.org/CompletedActionStatus"

Are they both correct? And since CompletedActionStatus is defined in the RO-Crate context, isn't the following also correct?

  "actionStatus": "CompletedActionStatus"