- From: Seth Russell <seth@robustai.net>
- Date: Wed, 18 Apr 2001 09:42:36 -0700
- To: "Sean B. Palmer" <sean@mysterylights.com>
- Cc: <www-rdf-logic@w3.org>
Cross posting trimmed ...
From: "Sean B. Palmer" <sean@mysterylights.com>
> Hmm... I guess this is why TimBL wants us all to use FragIDs on the
> end of our namespaces:-
> @prefix : <#> .
> <http://www.w3.org/People/Connolly/#Dan> :wrote
> <http://www.w3.org/People/Connolly/> .
Hmm... this would appear to work as long as we know the rest of the story
(see below). My apologies, in advance, to DanC if I have misstated any
facts and would humbly request corrections for my records. Note that to
SethBot "DanC" is quite unique within the context of the Semantic Web ... he
is a founder and deserves the status of just such a short recognizable name.
language: Semenglish
SethBot says
{
(The Semantic Web)
isA Context ;
uri http://www.sciam.com/2001/0501issue/0501berners-lee.html ;
thisContextCollects
{
DanC
isA Person;
uri http://www.w3.org/People/Connolly/#Dan ;
wrote (Dan Connolly, W3C) ;
properName "Dan Connolly" ;
foaf:mbox connolly+home@w3.org .
(Dan Connolly, W3C)
isA NetworkResource, HomePage;
url http://www.w3.org/People/Connolly/ ;
uri http://www.w3.org/People/Connolly/ ;
writtenBy DanC.
}
}.
Received on Wednesday, 18 April 2001 12:52:43 UTC