Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine error in URI generation for numerous nodes #38

Closed
alliyya opened this issue May 6, 2022 · 2 comments
Closed

Determine error in URI generation for numerous nodes #38

alliyya opened this issue May 6, 2022 · 2 comments
Assignees
Labels
Conversion: LINCS This is related to the conversion process using CIDOC-CRM and the CWRC vocabularies. (Main Branch) type:bug type:duplicate This issue is a duplicate of a preexisting issue

Comments

@alliyya
Copy link
Member

alliyya commented May 6, 2022

ex.
frbroo:R19i_was_realised_through data:https_activity_statement_0 ;
crm:P102_has_title data:https_title_0 ;
crm:P140i_was_attributed_by data:https_admin_metadata ;

resulting in the transformed data having nodes that have 1000s of labels, timespans and incorrect relationships.

orlando:19f3c06e-5dd8-43c6-b337-41989be2efdc_host_0 a frbroo:F1_Work ;
    rdfs:label "Papers on Language and Literature" ;
    frbroo:R19i_was_realised_through data:https_activity_statement_0 ;
    crm:P102_has_title data:https_title_0 ;
    crm:P140i_was_attributed_by data:https_admin_metadata ;
    crm:P2_has_type bf:Text .

orlando:19fd8a37-de2c-41cd-8159-93eac196a649_series_0 a frbroo:F1_Work ;
    rdfs:label "Cambridge Library Collection" ;
    crm:P102_has_title data:https_title_0 ;
    crm:P140i_was_attributed_by data:https_admin_metadata ;
    crm:P2_has_type bf:Text .

Seems to be related to hosts and types of works?

@alliyya alliyya self-assigned this May 6, 2022
@alliyya
Copy link
Member Author

alliyya commented May 6, 2022

Seems to be only happening to related items

Look into objects using the related_item_map

   related_item_map = {
        "host": BF.partOf,
        "constituent": BF.partOf,
        "isReferencedBy": BF.referencedBy,
        "original": BF.original,
        "otherFormat": BF.otherPhysicalFormat,
        "otherVersion": BF.otherEdition,
        "preceding": BF.precededBy,
        "references": BF.references,
        "reviewOf": BF.review,
        "series": BF.hasSeries,
        "succeeding": BF.succeededBy
    }

@alliyya alliyya added the Conversion: LINCS This is related to the conversion process using CIDOC-CRM and the CWRC vocabularies. (Main Branch) label May 8, 2022
@alliyya alliyya added the type:duplicate This issue is a duplicate of a preexisting issue label May 25, 2022
@alliyya
Copy link
Member Author

alliyya commented May 25, 2022

Duplicate of #42

@alliyya alliyya marked this as a duplicate of #42 May 25, 2022
@alliyya alliyya closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Conversion: LINCS This is related to the conversion process using CIDOC-CRM and the CWRC vocabularies. (Main Branch) type:bug type:duplicate This issue is a duplicate of a preexisting issue
Projects
None yet
Development

No branches or pull requests

1 participant