Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created November 15, 2015 15:55
Show Gist options
  • Select an option

  • Save melvincarvalho/e73e7b005fce933c8800 to your computer and use it in GitHub Desktop.

Select an option

Save melvincarvalho/e73e7b005fce933c8800 to your computer and use it in GitHub Desktop.
webcredit.ttl
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<#this>
a <https://w3id.org/cc#Credit> ;
<https://w3id.org/cc#amount> 100 ;
<https://w3id.org/cc#currency> <https://w3id.org/cc#bit> ;
<https://w3id.org/cc#destination> <http://melvincarvalho.com/#me> ;
<https://w3id.org/cc#source> <https://workbot.databox.me/profile/card#me> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment