Skip to content
Snippets Groups Projects
freelance-invoices.jsonld 533 B
Newer Older
Matthieu Fesselier's avatar
Matthieu Fesselier committed
{
	"@type": "ldp:Container",
	"ldp:contains": [
		{
      "@id": "freelance-invoice-1.jsonld",
      "freelanceFullname": "John Doe",
      "identifier": "F-00012",
      "title": "Déploiement auto Coopedia",
      "state": "paid",
      "htAmount": 300,
      "tvaRate": 20,
      "uploadUrl": "data/invoice.pdf",
      "creationDate": "2020-10-02",
      "modificationDate": "2020-10-04",
      "invoicingDate": "2020-10-10",
			"permissions": []
		}
	],
	"@id": "",
	"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld"
}