cic-schema/python/tests/testdata/test_voucher.rdf

25 lines
1011 B
Plaintext
Raw Normal View History

@prefix evm: <https://defalsify.org/rdf-eth/0.1/> .
2023-03-05 20:34:59 +01:00
@prefix cic: <https://cicnet.org/rdf/0.1/> .
2023-03-05 20:24:32 +01:00
@prefix ge: <https://grassrootseconomics.net/rdf/0.1/ge#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
2023-03-06 21:23:53 +01:00
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2023-03-06 21:23:53 +01:00
evm:voucherContract
2023-03-09 09:30:47 +01:00
evm:id "01f92958c96df15f3112a192bc994250e8defef93f"^^xsd:hexBinary ;
cic:unitOfAccount cic:ref:wampum ;
2023-03-06 21:23:53 +01:00
cic:validFrom "2023-03-05T19:04:40+00:00"^^xsd:dateTime ;
cic:validUntil "2024-03-05T19:04:40+00:00"^^xsd:dateTime ;
2023-03-05 20:24:32 +01:00
foaf:name "John Doe" ;
2023-03-05 23:13:22 +01:00
cic:humanDescription <URN:sha256:2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae> ;
ge:areaSovereign "Kenya" ;
ge:areaGreater "Kilifi" ;
ge:areaLesser "Mnarani" ;
ge:community "Foo tribe" .
2023-03-06 21:23:53 +01:00
evm:voucherContract
2023-03-09 09:30:47 +01:00
evm:id "058c96df15f3112a192bc994250e8defef93f12345"^^xsd:hexBinary ;
cic:unitOfAccount "seashells" ;
2023-03-06 21:23:53 +01:00
cic:validFrom "2023-03-04T09:34:33+00:00"^^xsd:dateTime ;
2023-03-09 09:30:47 +01:00
foaf:name "Busy Bee" ;
2023-03-05 23:13:22 +01:00
ge:approvedActor <URN:uuid:18daebc7-23b9-41e4-af00-2559f7840f78> .