CRISalid-esr / svp-harvester

Sovisu+ publications harvester as microservice
Other
3 stars 2 forks source link

Cover all Sudoc document types #453

Closed jdp1ps closed 6 months ago

jdp1ps commented 6 months ago
    TYPES_MAPPING = TYPES_MAPPING = {
        f"{RDF_BIBO}Article": (f"{RDF_BIBO}Article", "Article"),
        f"{RDF_BIBO}Book": (f"{RDF_BIBO}Book", "Book"),
        f"{RDF_BIBO}Document": (f"{RDF_BIBO}Document", "Document"),
        f"{RDF_BIBO}Thesis": (f"{RDF_BIBO}Thesis", "Thesis"),
    }