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]"].
