Usage
Example: Saving a file
curl -X 'POST' 'http://localhost:3002/file/save?repo=kurzum&path=example.jsonld' -H 'accept: application/json' -H 'Content-Type: application/ld+json' -d '{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Jane Doe",
"jobTitle": "Professor",
"telephone": "(425) 123-4567",
"url": "http://www.janedoe.com"
}'Example: Query over saved file
Backup
External virtuoso and gitlab
Last updated