From d5d7a35a14703f0d63836280bd08a0b0f4d0ede4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Lamercerie?=
 <aurelien.lamercerie@laposte.net>
Date: Mon, 6 Sep 2021 11:37:13 +0200
Subject: [PATCH] Add preprocessing CTS to define an ID by UW

---
 config/transduction-schemes.ttl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config/transduction-schemes.ttl b/config/transduction-schemes.ttl
index e396894f..7fccad8e 100644
--- a/config/transduction-schemes.ttl
+++ b/config/transduction-schemes.ttl
@@ -1228,8 +1228,13 @@ cts:preprocessing
   rdfs:label "preprocessing" ;
   rdfs:subClassOf cts:Transduction_Schemes ;
   sh:rule cts:bypass-reification ;
+  sh:rule cts:define-uw-id ;
   sh:rule cts:link-to-scope-entry ;
 .
+cts:preprocessing_1
+  rdf:type cts:preprocessing ;
+  rdfs:label "preprocessing 1" ;
+.
 cts:property_extraction
   rdf:type owl:Class ;
   rdf:type sh:NodeShape ;
-- 
GitLab