ExposuresProvider / cam-pipeline

Data loading pipeline for CAM database
https://exposuresprovider.github.io/cam-pipeline/
MIT License
2 stars 4 forks source link

Update Automat-CAM-KP metadata #119

Open gaurav opened 5 months ago

gaurav commented 5 months ago

There are two sources of Automat-CAM-KP metadata that is returned on the https://automat.renci.org/cam-kp/metadata endpoint:

I would propose changing the fields as follows:

    source_id: str = "CAMKP"
    provenance_id: str = "infores:cam-kp"
    description = "CAMs (Causal Activity Models) are small knowledge graphs built using the Web Ontology Language (OWL). The CAM database combines many CAM graphs along with a large merged bio-ontology containing the full vocabulary of concepts referenced within the individual CAMs. Each CAM describes an instantiation of some of those concepts in a particular context, modeling the interactions between those instances as an interlinked representation of a complex biological or environmental process." # No change required.
    source_data_url = "https://github.com/ExposuresProvider/cam-pipeline"
    license = "https://github.com/ExposuresProvider/cam-pipeline/blob/master/LICENSE"
    attribution = "https://github.com/ExposuresProvider/cam-pipeline"
    parsing_version = "1.2" # Needed so that this change will be read.