From 2656cdb75b65ad06745034f65f3e1d924acd7ec3 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 9 Jan 2024 12:08:20 -0800 Subject: [PATCH] Add missed prefix No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- examples/illustrations/accounts/accounts.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/illustrations/accounts/accounts.json b/examples/illustrations/accounts/accounts.json index 15fdf02c..426d80a5 100644 --- a/examples/illustrations/accounts/accounts.json +++ b/examples/illustrations/accounts/accounts.json @@ -2,6 +2,7 @@ "@context": { "@vocab": "http://example.org/local#", "kb": "http://example.org/kb/", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "uco-core": "https://ontology.unifiedcyberontology.org/uco/core/", "uco-identity": "https://ontology.unifiedcyberontology.org/uco/identity/", "uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/",