diff --git a/test_tx.rdf b/test_tx.rdf index 0a7f6a6..2bd5ef9 100644 --- a/test_tx.rdf +++ b/test_tx.rdf @@ -6,4 +6,4 @@ evm:tx:6f4ed36c11345a9a48353cd2f93f1f92958c96df15f3112a192bc994250e8d03 cic:agent evm:address:eb3907ecad74a0013c259d5874ae7f22dcbcc95c ; redcross:interest ge:foodforest ; - ge:rating 0.3 . + ge:rewardRatio 0.3 . diff --git a/test_voucher.rdf b/test_voucher.rdf index ffff7cc..4c1646d 100644 --- a/test_voucher.rdf +++ b/test_voucher.rdf @@ -1,15 +1,18 @@ @prefix evm: . @prefix cic: . +@prefix ge: . @prefix foaf: . cic:fungibleToken:3cd2f93f1f92958c96df15f3112a192bc994250e8 cic:unitOfAccount cic:ref:wampum ; cic:validFrom "2023-03-05T19:04:40+00:00"^^ ; cic:validUntil "2024-03-05T19:04:40+00:00"^^ ; - foaf:name "John Doe" . + foaf:name "John Doe" ; + cic:humanDescriptino . cic:fungibleToken:f93f1f92958c96df15f3112a192bc994250e8defe cic:unitOfAccount "seashells" ; cic:validFrom "2023-03-04T09:34:33+00:00"^^ ; - foaf:name "Busy Bee" . + foaf:name "Busy Bee" ; + ge:approvedActor ge:actorId:18daebc7-23b9-41e4-af00-2559f7840f78 .