This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/sgml/RDF/suite/ok/t27.ok
2009-03-13 19:39:06 +00:00

13 lines
879 B
Plaintext

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').