materials-discovery / discomat

Digital Materials Discovery Framework - Integrating Computational Materials Modelling, Digitalisation of Materials Data, Machine Learning and Semantics for accelerated Discovery of Materials
GNU General Public License v3.0
0 stars 0 forks source link

change get CUDS to augment an iri with CUDS metadata if not real CUDS #14

Open adhamhashibon opened 1 week ago

adhamhashibon commented 1 week ago

Currently, a method of get_cuds is equivalent to:

query = f"""
         SELECT ?p ?o WHERE {{
           <{iri}> ?p ?o .
         }}
         """

if the s does not have any of the core metadata of OCUDS (ONTOMAP) then we could add it on the fly with default values.

adhamhashibon commented 1 week ago

check method: discomat.session.engine.FusekiEngine.get_cuds