Hi Kanzaki, Thanks for good comments. I will change my code following your opinions. I am happy to get any comments, so don't worry about that :)
Thanks, Haklae. -----Original Message----- From: KANZAKI Masahide [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2008 1:22 PM To: Kim, Haklae Cc: Richard Cyganiak; [email protected]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Cool URI for SCOT Hi Haklae 2008/7/25, Richard Cyganiak <[EMAIL PROTECTED]>: > - URIs must not contain spaces (you have "/scot/tag/semantic web") And note that "semantic+web" is not the URI equivalent of "semantic web", since using '+' for ' ' is a rule for HTML form submission encoding. In URI, the encoded string is "semantic%20web" (or "semantic_web" would be another good convention, though not equivalent to "semantic web"). Also, I guess you should use scot:taggingAccount, instead of tags:taggedBy, to relate instances of tags:Tagging and sioc:User, according to your ontology. Sorry if these are not expected comments to what you asked (better ways to define URIs in SCOT ontology). cheers, -- @prefix : <http://www.kanzaki.com/ns/sig#> . <> :from [:name "KANZAKI Masahide"; :nick "masaka"; :email "[EMAIL PROTECTED]"].
