From 57d75d7a95714a3a46268fc0bd8dd5467853839a Mon Sep 17 00:00:00 2001 From: De Date: Wed, 20 Dec 2023 22:56:27 +0100 Subject: [PATCH] Changed a to rdf:type relationship --- shapes/Enzyme.shex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes/Enzyme.shex b/shapes/Enzyme.shex index 50fd58b..14f45ff 100644 --- a/shapes/Enzyme.shex +++ b/shapes/Enzyme.shex @@ -11,5 +11,5 @@ PREFIX wp: PREFIX sio: :Enzyme { - a [ wp:Protein ] + rdf:type [ wp:Protein ] }