当前位置: 首页 > 网络学院 > XML相关教程 > RDF > RDF 集合
RDF collections are used to describe groups that contains ONLY the specified members.
RDF 集合用于描述仅包含指定成员的组。
As seen in the previous chapter: You cannot close a container. A container says that the containing resources are members - it does not say that other members are not allowed.
正如在前面的章节所看到的,我们无法关闭一个容易。容器规定了所包含的资源为成员 - 它没有规定其他的成员是不被允许的。
RDF collections are used to describe group that contains ONLY the specified members.
RDF 集合用于描述仅包含指定成员的组。
A collection is described by the attribute rdf:parseType="Collection".
集合是通过属性 rdf:parseType="Collection" 来描述的。
<?xml version="1.0"?> <rdf:RDF <rdf:Description </rdf:RDF> |