From 87b1439015b94f81ea50ed2295cbf869f877a79d Mon Sep 17 00:00:00 2001 From: cmdoret Date: Tue, 27 Aug 2024 23:35:54 +0200 Subject: [PATCH] docs(tutorial): update rules uri format --- docs/tutorial.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 092a1e5..8cba992 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -63,7 +63,7 @@ Given the following config: ```yaml nodes: of_type: - - "http://xmlns.com/foaf/0.1/Person" + - "" ``` The goal is to pseudonymize all instaces of `rdf:type` Person. The following @@ -87,8 +87,8 @@ Given the following config: ```yaml objects: on_type_predicate: - "http://xmlns.com/foaf/0.1/Person": - - "http://schema.org/name" + "": + - "" ``` The goal is to pseudonymize only the instances of names when they're associated @@ -118,7 +118,7 @@ Given the following config: ```yaml objects: on_predicate: - - "http://schema.org/name" + - "" ``` The goal is to pseudonymize any values associated to name. The following input