How difficult would it be able to set @prefix globally? We've got quite a collection of non-standard prefixes and it kind of busies up the context document when we have to add the properties individually?
{ "@context": {
"@prefix": true,
"CHEBI": "http://example.org/CHEBI_",
"CUBBY: "http://example.orrg/CUBBY_"
}
}
How difficult would it be able to set
@prefixglobally? We've got quite a collection of non-standard prefixes and it kind of busies up the context document when we have to add the properties individually?