More flitting on rdf examples
This commit is contained in:
parent
b992b578e5
commit
998e148e7e
@ -2,8 +2,13 @@
|
|||||||
@prefix cic: <https://cicnet.org/rdf/0.1/> .
|
@prefix cic: <https://cicnet.org/rdf/0.1/> .
|
||||||
@prefix ge: <https://grassrootseconomics.net/rdf/0.1/ge#> .
|
@prefix ge: <https://grassrootseconomics.net/rdf/0.1/ge#> .
|
||||||
@prefix redcross: <https://redcross.com/cic-def/0.1/> .
|
@prefix redcross: <https://redcross.com/cic-def/0.1/> .
|
||||||
|
@prefix un: <https://un.com/esg/0.1/> .
|
||||||
|
|
||||||
evm:tx:6f4ed36c11345a9a48353cd2f93f1f92958c96df15f3112a192bc994250e8d03
|
evm:tx
|
||||||
cic:agent evm:address:eb3907ecad74a0013c259d5874ae7f22dcbcc95c ;
|
evm:id "0x6f4ed36c11345a9a48353cd2f93f1f92958c96df15f3112a192bc994250e8d03"^^<http://www.w3.org/2001/XMLSchema#token> ;
|
||||||
|
a cic:fungibleVoucher ;
|
||||||
|
evm:address "0xeb3907ecad74a0013c259d5874ae7f22dcbcc95c"^^<http://www.w3.org/2001/XMLSchema#token> ;
|
||||||
|
ge:approvedActor <URN:uuid:18daebc7-23b9-41e4-af00-2559f7840f78> ;
|
||||||
redcross:interest ge:foodforest ;
|
redcross:interest ge:foodforest ;
|
||||||
|
un:esg "deforestation" ;
|
||||||
ge:impactRatio 0.3 .
|
ge:impactRatio 0.3 .
|
||||||
|
@ -3,16 +3,23 @@
|
|||||||
@prefix ge: <https://grassrootseconomics.net/rdf/0.1/ge#> .
|
@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
|
evm:address
|
||||||
|
evm:id "0x1f92958c96df15f3112a192bc994250e8defef93f"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
|
||||||
|
a cic:fungibleVoucher ;
|
||||||
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:humanDescription <URN:sha256:2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae> .
|
cic:humanDescription <URN:sha256:2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae> ;
|
||||||
|
ge:areaSovereign "Kenya" ;
|
||||||
|
ge:areaGreater "Kilifi" ;
|
||||||
|
ge:areaLesser "Mnarani" ;
|
||||||
|
ge:community "Foo tribe" .
|
||||||
|
|
||||||
|
evm:address
|
||||||
cic:fungibleToken:f93f1f92958c96df15f3112a192bc994250e8defe
|
evm:id "0x58c96df15f3112a192bc994250e8defef93f12345"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
|
||||||
|
a cic:fungibleVoucher ;
|
||||||
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 .
|
ge:approvedActor <URN:uuid:18daebc7-23b9-41e4-af00-2559f7840f78> .
|
||||||
|
Loading…
Reference in New Issue
Block a user