Skip to content

Commit

Permalink
Better namespace: under control of this project
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 24, 2023
1 parent 010a7e4 commit 3ab1ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createRDFKinData.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: <http://vocabularies.wikipathways.org/kin#> . \n".encode()) #Need to make URL for this prefix!
RDF_Kin_data.write("@prefix SER: <http://bigcat-um.github.io/KinRDF/kin#> . \n".encode())
RDF_Kin_data.write("@prefix dc: <http://purl.org/dc/elements/1.1/> . \n".encode())
RDF_Kin_data.write("@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . \n".encode())
RDF_Kin_data.write("@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . \n".encode())
Expand Down

0 comments on commit 3ab1ad6

Please sign in to comment.