Sogg, 你的Inter-wiki链接讲得非常好。我没试过,以后还要向你请教。你说的那种句法是不是就是XML/RDF中的QName (XML qualified name)?
QName contains a prefix that has been assigned to a namespace URI, followed by a colon, and then a local name.
The full URIref is formed from the QName by appending the local name to the namespace URI assigned to the prefix.
So, for example, if the QName prefix foo is assigned to the namespace URI http://example.org/somewhere/, then the QName foo:bar
is shorthand for the URIref http://example.org/somewhere/bar.
评论墙(6 条评论)
您得是Lib2.0 Forum的成员才能加评论!
加入此社交网络
QName contains a prefix that has been assigned to a namespace URI, followed by a colon, and then a local name.
The full URIref is formed from the QName by appending the local name to the namespace URI assigned to the prefix.
So, for example, if the QName prefix foo is assigned to the namespace URI http://example.org/somewhere/, then the QName foo:bar
is shorthand for the URIref http://example.org/somewhere/bar.