Re: qualifiers on values

Hello Peter,

You are probably looking for http://schema.org/Role
There is also a specific class for quantitative values:
http://schema.org/QuantitativeValue

Cheers,

Thomas

Le mar. 22 mai 2018 à 16:59, Peter F. Patel-Schneider <
pfpschneider@gmail.com> a écrit :

> Hi:
>
>
> I seem to remember that there is (or was) a way in schema.org to associate
> additional information (a.k.a. qualifiers) with a value for a property on
> an
> item.  I also seem to remember that this was done by having the property
> point
> at a placeholder and using a special property to link this placeholder to
> the
> real value.
>
>
> In triples this would be something like:
>
>
> :John :marriedTo _:a .
>
> _:a schema:value :Susan .
>
> _:a schema:startDate 2001 .
>
> _:a schema:endDate 2010 .
>
>
> or:
>
>
> :Sofa23 :width _:w .
>
> _:w schema:value 57 .
>
> _:w :unit :inch .
>
>
> Is (Was) this part of schema.org or am I misremembering?
>
>
> peter
>
>
>
>

Received on Tuesday, 22 May 2018 15:09:49 UTC