X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f251e424924fe4f61ca6984a5b2dd5dd1fe51a61..f729c572910e51749bb2464761038b6eceaf79c6:/apps/oai/handlers.py diff --git a/apps/oai/handlers.py b/apps/oai/handlers.py index b49bfaaec..824cca968 100644 --- a/apps/oai/handlers.py +++ b/apps/oai/handlers.py @@ -27,6 +27,8 @@ wl_dc_reader = metadata.MetadataReader( 'identifier': ('textList', 'rdf:RDF/rdf:Description/dc:identifier.url/text()'), 'source': ('textList', 'rdf:RDF/rdf:Description/dc:source/text()'), 'language': ('textList', 'rdf:RDF/rdf:Description/dc:language/text()'), + 'isPartOf': ('textList', 'rdf:RDF/rdf:Description/dc:relation.isPartOf/text()'), + 'hasPart': ('textList', 'rdf:RDF/rdf:Description/dc:relation.hasPart/text()'), # 'relation': ('textList', 'rdf:RDF/rdf:Description/dc:relation/text()'), # 'coverage': ('textList', 'rdf:RDF/rdf:Description/dc:coverage/text()'), 'rights': ('textList', 'rdf:RDF/rdf:Description/dc:rights/text()')