Re: rdf:value instead bibo:content

Unfortunately this description is precisely the "attractive nuisance".

Part of the problem of rdf:value is that gets used for lots of things, which 
causes problems when one wants to place restrictions (domain, range) on it for 
one's own use.

Part of the problem of rdf:value is that it has no meaning on its own, so 
different people put different meanings on it.

In a fundamental sense, using a single name for multiple purposes goes against 
the core RDF representation philosophy.  To make things worse, RDFS does not 
have the representational expressiveness to keep these different uses from 
interfering with each other.

peter


On 06/08/2012 12:09 PM, Steve Harris wrote:
> Exactly - hence my suggestion to defang it, and make it more like what the (english language) description sounds like.
>
> Quoting from http://www.w3.org/TR/rdf-schema/#ch_value
>
> "5.4.3 rdf:value
>
> rdf:value is an instance of rdf:Property that may be used in describing structured values.
>
> rdf:value has no meaning on its own. It is provided as a piece of vocabulary that may be used in idioms such as illustrated inexample 16 of the RDF primer [RDF-PRIMER]. Despite the lack of formal specification of the meaning of this property, there is value in defining it to encourage the use of a common idiom in examples of this kind."
>
> - Steve
>
> On 8 Jun 2012, at 16:57, Peter F. Patel-Schneider wrote:
>
>> One problem with rdf:value is that it is an "attractive nuisance".
>>
>> Developers see what appears to be a nice clean pool of water in which to place their ontology, and don't notice the acid that will eventually break it down, nor the slick walls that prevent extraction..
>>
>> peter
>>
>> On 06/08/2012 11:49 AM, Steve Harris wrote:
>>> On 8 Jun 2012, at 09:51, Richard Cyganiak wrote:
>>>
>>>> On 6 Jun 2012, at 18:31, Peter F. Patel-Schneider wrote:
>>>>> Yes, I know that there are examples of rdf:value being used in n-ary relations and structured objects.  They all look like disasters-in-waiting.
>>>> +1.
>>>>
>>>> I've never seen a use of rdf:value that isn't an anti-pattern.
>>>>
>>>> In n-ary relations you want to declare the range of the value, and you can't do that for rdf:value (because you'd get clashing range declarations). The rdf:value property is inappropriate for modeling n-ary relations.
>>>>
>>>> I still think that rdf:value ought to be deprecated.
>>> Or, just redefine it to match what people actually use it for?
>>>
>>> If there's genuinely no kosher uses of it in the wild, that ought to be harmless, and user-friendly.
>>>
>>> Regards,
>>>     Steve
>>>

Received on Friday, 8 June 2012 16:38:34 UTC