INCATools / ubergraph

Integrated OBO ontology store
BSD 3-Clause "New" or "Revised" License
43 stars 3 forks source link

add prefix maps using SHACL predicates #97

Closed balhoff closed 1 year ago

balhoff commented 2 years ago

@cmungall suggests including standard prefix declarations in the database. One way to do it would be with oak:

runoak --named-prefix-map obo  prefixes -O rdf

giving

[] a sh:PrefixDeclaration ;
    sh:namespace CDNO: ;
    sh:prefix "CDNO" .

[] a sh:PrefixDeclaration ;
    sh:namespace IAO: ;
    sh:prefix "IAO" .

[] a sh:PrefixDeclaration ;
    sh:namespace ERO: ;
    sh:prefix "ERO" .