From 3ab1ad6339b9afd3d49644f4703bc1a8969299cd Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Tue, 24 Oct 2023 12:28:10 +0200 Subject: [PATCH] Better namespace: under control of this project --- createRDFKinData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createRDFKinData.py b/createRDFKinData.py index 4e6ba18..f1296eb 100644 --- a/createRDFKinData.py +++ b/createRDFKinData.py @@ -883,7 +883,7 @@ # #First, print the prefixes from existing databases ##.encode() needed to write to files in Python 3.x (compared to 2.x) -RDF_Kin_data.write("@prefix SER: . \n".encode()) #Need to make URL for this prefix! +RDF_Kin_data.write("@prefix SER: . \n".encode()) RDF_Kin_data.write("@prefix dc: . \n".encode()) RDF_Kin_data.write("@prefix rdf: . \n".encode()) RDF_Kin_data.write("@prefix rdfs: . \n".encode())