Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created August 2, 2015 13:55
Show Gist options
  • Select an option

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

Select an option

Save melvincarvalho/e6a9ed26ec84082424ac to your computer and use it in GitHub Desktop.
wallet
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<#wallet>
<http://purl.org/dc/terms/description> "Klaranet Main" ;
a <https://w3id.org/cc#Wallet> ;
<http://www.w3.org/2006/vcard/ns#hasSound> "https://raw.githubusercontent.com/schildbach/bitcoin-wallet/master/wallet/res/raw/coins_received.wav" ;
<https://w3id.org/cc#api> <http://klaranet.com/wallet/main/api/v1/> ;
<https://w3id.org/cc#inbox> <inbox/> ;
<https://w3id.org/cc#tx> <tx/> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment