iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.odis.org/
28 stars 16 forks source link

qualifying schema.org "about" #112

Open pbuttigieg opened 2 years ago

pbuttigieg commented 2 years ago

@fils the schema.org property "about" is pretty generic - can we add a propertyID on it to narrow it down?

@smrgeoinfo and I think that this may provide users with the ability to inject more precise relationships while keeping a schema.org "shell" around it for stability.

So, roughly, would this work:

"about": { 
  "url": "www.example.org/thingThatThisThingIsTheOutputOf",
  "propertyID":  "http://purl.obolibrary.org/obo/RO_0002353"
}