- From: Story Henry <henry.story@bblfish.net>
- Date: Mon, 3 Mar 2008 14:26:18 +0000
- To: Cristiano Longo <cristiano_longo@yahoo.it>
- Cc: semantic-web@w3.org
- Message-Id: <C69A5920-EDB2-478A-A92C-26A434C6A1CF@bblfish.net>
You would need relations from Agents to graphs.
:joe a foaf:Person;
g:said :g .
:g a :Graph;
= { :jane a :Beauty . }
Or you could have a relation from Agents to resources, where the
resources is a document that has a graph as above.
:joe a foaf:Person;
doc:said <http://joe.com/rss/item2> .
<http://joe.com/rss/item2> log:semantics { :jane a :Beauty . } .
It would be nice to have standards URIs for the most useful
propositional attitudes. I think you may find some in the cwm cvs
source tree.
Henry
On 3 Mar 2008, at 14:03, Cristiano Longo wrote:
>
> Of course. I seen also Quadruples.
>
> --- Frank Manola <fmanola@acm.org> ha scritto:
>
>> Have you looked at
>> http://www.w3.org/TR/swbp-n-aryRelations/ and the
>> work on named graphs (and provenance in general)?
>>
>>
>> On Mar 3, 2008, at 4:45 AM, Cristiano Longo wrote:
>>
>>>
>>> Hi all,
>>> i'm trying to merge rdf(more specifically OWL)
>> graphs
>>> from different sources using collaborative
>> filtering
>>> and trust related technologies. But my question
>> is:
>>> what is the proper way to encode a "meta
>> assertion"
>>> like "A says X about B", in order to deal with
>>> contraddictory assertions?
>>>
>>> Reification? Using SKOS? Something else?
>>>
>>> Thank you in advance.
>>>
>>
>
>
>
> ___________________________________
> L'email della prossima generazione? Puoi averla con la nuova Yahoo!
> Mail: http://it.docs.yahoo.com/nowyoucan.html
Attachments
- application/pkcs7-signature attachment: smime.p7s
Received on Monday, 3 March 2008 14:26:44 UTC