Skip to content

Instantly share code, notes, and snippets.

View naturecreator's full-sized avatar

Nesara naturecreator

View GitHub Profile
@naturecreator
naturecreator / log_sample.ttl
Created June 27, 2018 16:21 — forked from kal/log_sample.ttl
Sample Turtle File
@prefix txn: <http://example.org/data/transaction/> .
@prefix srv: <http://example.org/data/server/> .
@prefix log: <http://example.org/ont/transaction-log/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
txn:123 a log:Transaction ;
log:processedBy srv:A ;
log:processedAt "2015-10-16T10:22:23"^^xsd:dateTime ;
log:statusCode 200 .