Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Feb 13, 2024
1 parent 2eadf15 commit 95bb24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscal_rdf/network/ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read_ontology():

#General fixes
combo.add_path(('cmso:CrystalStructure', 'cmso:hasAltName', 'string'))
combo.add_path(('cmso:Element', 'cmso:hasSymbol', 'string'))
combo.add_path(('cmso:ChemicalElement', 'cmso:hasSymbol', 'string'))

#interontology paths
combo.add_path(('cmso:Material', 'cmso:hasDefect', 'pldo:PlanarDefect'))
Expand Down

0 comments on commit 95bb24f

Please sign in to comment.