From c11763fda2d08e212bf871f3e78389826705c6a2 Mon Sep 17 00:00:00 2001 From: nleanba <25827850+nleanba@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:45:49 +0100 Subject: [PATCH] fixes #10 --- src/gg2rdf.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gg2rdf.ts b/src/gg2rdf.ts index ea6904b..b7c79ee 100644 --- a/src/gg2rdf.ts +++ b/src/gg2rdf.ts @@ -50,6 +50,7 @@ export function gg2rdf(inputPath: string, outputPath: string, log: (msg: string) Deno.writeTextFileSync(outputPath!, ""); // clear prexisting file output(`@prefix rdf: . +@prefix rdfs: . @prefix bibo: . @prefix cito: . @prefix dc: . @@ -414,7 +415,7 @@ export function gg2rdf(inputPath: string, outputPath: string, log: (msg: string) // see https://github.com/plazi/gg2rdf/issues/10 if (n === "ID-CoL") { s.addProperty( - "rdf:seeAlso", + "rdfs:seeAlso", ``,