Simon Cox

Results 354 comments of Simon Cox

I agree that 'shortName' is a common requirement. Particularly for drop-down menus. It would be nice to have a generic property.

A proposed mapping between Schema.org and SOSA was prepared a couple of years ago - see https://github.com/w3c/sdw/blob/gh-pages/ssn/rdf/sosa-sdo-mapping.ttl I note that a few other new properties are proposed here, so some...

On the detailed matter that you bring up @danbri, every `sosa:Observation` (from W3C SSN) has a `usedProcedure` property which I think carries related information to your `protocol`. (Note that this...

Looking at W3C/OGC [sosa::Observation](https://www.w3.org/TR/vocab-ssn/#Observations) I had proposed the following alignment to the [Schema.org/CreateAction](https://schema.org/CreateAction), on the principle that an Observation is an action that creates _information_. (The other 'actions' in SOSA/SSN...

@danbri [wrote](https://github.com/schemaorg/schemaorg/issues/2564#issuecomment-657695632) > the Schema.org Actions design has its own complications (including an associated protocol) I don't see the hook for `protocol` in https://schema.org/Action - can you explain what you...

@smrgeoinfo @ashepherd @mbjones @fils @njarboe this is possibly relevant to https://github.com/ESIPFed/science-on-schema.org/issues/211

@pbuttigieg I wonder if you had seen this thread - attempting to bridge schema.org with sensor/observation models from W3C & OGC. Possibly relevant to your Ocean InfoHub work?

@danbri : in https://github.com/schemaorg/schemaorg/issues/2564#issuecomment-657695632 you mentioned > the Schema.org Actions design has its own complications (including an associated protocol) I can't find any trace of the 'associated protocol'. Could you...

Clarifier: what is the relationship between 1. [schema:measuredProperty](https://schema.org/measuredProperty) schema:rangeIncludes [schema:Property](https://schema.org/Property) - used on Observations 2. [schema:variableMeasured](https://schema.org/variableMeasured) schema:rangeIncludes [schema:PropertyValue](https://schema.org/PropertyValue) - used on Datasets ??

> see https://schema.org/docs/actions.html Would it help if I generated some additional examples that could be added to this page, showing `Observation` as a sub-type of `Action` (or `CreateAction`) ? >...