from api.models import Deleted
from api.handlers import WL_BASE
from librarian.dcparser import BookInfo
from api.models import Deleted
from api.handlers import WL_BASE
from librarian.dcparser import BookInfo
from django.contrib.contenttypes.models import ContentType
from django.contrib.auth.models import User
from datetime import datetime
from django.contrib.contenttypes.models import ContentType
from django.contrib.auth.models import User
from datetime import datetime
'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()'),
'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()'),
# '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()')
# '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()')