rdf('CreatorsAlphabeticalBySurname', rdf:type, rdf:'Seq'). rdf('CreatorsAlphabeticalBySurname', rdf:'_1', literal('Mary Andrew')). rdf('CreatorsAlphabeticalBySurname', rdf:'_2', literal('Jacky Crystal')). rdf('http://www.foo.com/cool.html', 'http://purl.org/metadata/dublin_core#':'Creator', 'CreatorsAlphabeticalBySurname'). rdf('MirroredSites', rdf:type, rdf:'Bag'). rdf('MirroredSites', rdf:'_1', 'http://www.foo.com.au/cool.html'). rdf('MirroredSites', rdf:'_2', 'http://www.foo.com.it/cool.html'). rdf('http://www.foo.com/cool.html', 'http://purl.org/metadata/dublin_core#':'Identifier', 'MirroredSites'). rdf('__Alt1', rdf:type, rdf:'Alt'). rdf('__Alt1', rdf:'_1', literal(lang(en, 'The Coolest Web Page'))). rdf('__Alt1', rdf:'_2', literal(lang(it, 'Il Pagio di Web Fuba'))). rdf('http://www.foo.com/cool.html', 'http://purl.org/metadata/dublin_core#':'Title', '__Alt1').