Closed balhoff closed 1 year 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" .
@cmungall suggests including standard prefix declarations in the database. One way to do it would be with oak:
giving