Slightly improve example
This commit is contained in:
parent
1306c0a39a
commit
c082808215
@ -6,4 +6,4 @@
|
|||||||
evm:tx:6f4ed36c11345a9a48353cd2f93f1f92958c96df15f3112a192bc994250e8d03
|
evm:tx:6f4ed36c11345a9a48353cd2f93f1f92958c96df15f3112a192bc994250e8d03
|
||||||
cic:agent evm:address:eb3907ecad74a0013c259d5874ae7f22dcbcc95c ;
|
cic:agent evm:address:eb3907ecad74a0013c259d5874ae7f22dcbcc95c ;
|
||||||
redcross:interest ge:foodforest ;
|
redcross:interest ge:foodforest ;
|
||||||
ge:rating 0.3 .
|
ge:rewardRatio 0.3 .
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
@prefix evm: <https://defalsify.org/rdf-eth/0.1/> .
|
@prefix evm: <https://defalsify.org/rdf-eth/0.1/> .
|
||||||
@prefix cic: <https://grassrootseconomics.net/rdf/0.1/cic#> .
|
@prefix cic: <https://grassrootseconomics.net/rdf/0.1/cic#> .
|
||||||
|
@prefix ge: <https://grassrootseconomics.net/rdf/0.1/ge#> .
|
||||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||||
|
|
||||||
cic:fungibleToken:3cd2f93f1f92958c96df15f3112a192bc994250e8
|
cic:fungibleToken:3cd2f93f1f92958c96df15f3112a192bc994250e8
|
||||||
cic:unitOfAccount cic:ref:wampum ;
|
cic:unitOfAccount cic:ref:wampum ;
|
||||||
cic:validFrom "2023-03-05T19:04:40+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
|
cic:validFrom "2023-03-05T19:04:40+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
|
||||||
cic:validUntil "2024-03-05T19:04:40+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
|
cic:validUntil "2024-03-05T19:04:40+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
|
||||||
foaf:name "John Doe" .
|
foaf:name "John Doe" ;
|
||||||
|
cic:humanDescriptino <URN:sha256:2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae> .
|
||||||
|
|
||||||
|
|
||||||
cic:fungibleToken:f93f1f92958c96df15f3112a192bc994250e8defe
|
cic:fungibleToken:f93f1f92958c96df15f3112a192bc994250e8defe
|
||||||
cic:unitOfAccount "seashells" ;
|
cic:unitOfAccount "seashells" ;
|
||||||
cic:validFrom "2023-03-04T09:34:33+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
|
cic:validFrom "2023-03-04T09:34:33+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
|
||||||
foaf:name "Busy Bee" .
|
foaf:name "Busy Bee" ;
|
||||||
|
ge:approvedActor ge:actorId:18daebc7-23b9-41e4-af00-2559f7840f78 .
|
||||||
|
Loading…
Reference in New Issue
Block a user