Mercurial > hg > MPIWGWeb
changeset 254:c15138774864
Merge with e5b444dab055a3fb2e07f28da4abaff846a9f300
author | dwinter |
---|---|
date | Tue, 27 May 2014 11:33:57 +0200 |
parents | 065c4284238f (diff) e5b444dab055 (current diff) |
children | cc7517f08d9e 761869998ad0 |
files | MPIWGStaff.py |
diffstat | 1 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MPIWGStaff.py Mon May 19 11:54:08 2014 +0200 +++ b/MPIWGStaff.py Tue May 27 11:33:57 2014 +0200 @@ -309,12 +309,22 @@ coneIds = self.executeZSQL(qs) ret="""<?xml version="1.0" encoding="UTF-8"?> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:escidoc="http://purl.org/escidoc/metadata/terms/0.1/" xmlns:eprints="http://purl.org/eprint/terms/"> """ templ=""" <rdf:Description rdf:about="%s"> <dc:title>%s, %s</dc:title> + + <escidoc:position> + <rdf:Description> + <dc:identifier>escidoc:14002</dc:identifier> + <eprints:affiliatedInstitution>Max Planck Institute for the History of Science, Max Planck Society</eprints:affiliatedInstitution> + </rdf:Description> + </escidoc:position> + + + </rdf:Description> """ print coneIds.names()