Update URL to DFC ontology

This commit is contained in:
Maikel Linke
2022-11-08 15:17:45 +11:00
committed by David Cook
parent b9a43df7fe
commit ee3ec15bc4

View File

@@ -20,7 +20,7 @@ module DfcProvider
# but AMS doesn't not supported `meta` and `meta_key` with `root` to nil...
def context
{
'dfc' => 'http://datafoodconsortium.org/ontologies/DFC_FullModel.owl#',
"dfc" => "http://static.datafoodconsortium.org/ontologies/DFC_FullModel.owl#",
'@base' => "#{root_url}api/dfc_provider"
}
end