What is the difference between rdf:_1…rdf_n and rdf:_li?
问题 What is the difference between rdf:_1....rdf_n and rdf:_li ? Can I use these in all rdf container (Seq, Bag, Alt) or not? 回答1: The :_n properties are equivalent to the :li properties used in order. Anywhere where you're using :_1 , :_2 , etc., in order, you can use :li . Not only can you use them with all the RDF containers, you can use them with other resources too. From the RDF/XML Syntax Specification (emphasis added): 2.15 Container Membership Property Elements: rdf:li and rdf:_n RDF has