parent
02b2d90f2a
commit
3b04bdd68c
@ -1,8 +1,8 @@ |
|||||||
import { ContextDefinition } from "jsonld"; |
import { LdoJsonldContext } from "@ldo/jsonld-dataset-proxy"; |
||||||
|
|
||||||
/** |
/** |
||||||
* ============================================================================= |
* ============================================================================= |
||||||
* <%- fileName %>Context: JSONLD Context for <%- fileName %> |
* <%- fileName %>Context: JSONLD Context for <%- fileName %> |
||||||
* ============================================================================= |
* ============================================================================= |
||||||
*/ |
*/ |
||||||
export const <%- fileName %>Context: ContextDefinition = <%- context %>; |
export const <%- fileName %>Context: LdoJsonldContext = <%- context %>; |
||||||
|
Loading…
Reference in new issue