From f881856472b690b7f72573c16e7ce09689203778 Mon Sep 17 00:00:00 2001 From: gershido <81111572+gershido@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:44:14 +0200 Subject: [PATCH] add schemas folder with minimal context file --- schemas/DaoStar.jsonld | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 schemas/DaoStar.jsonld diff --git a/schemas/DaoStar.jsonld b/schemas/DaoStar.jsonld new file mode 100644 index 00000000..a16f3392 --- /dev/null +++ b/schemas/DaoStar.jsonld @@ -0,0 +1,7 @@ +{ + "@context": + { + "@vocab": "http://daostar.org/schemas/", + "type": "@type" + } + } \ No newline at end of file