This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": ["https://ietf.org/contexts/http-problem/v1", "https://example.com/contexts/my-extension/v1"], | |
"type": ["HttpProblem", "OutOfCredit"], | |
"title": "You do not have enough credit.", | |
"detail": "Your current balance is 30, but that costs 50.", | |
"instance": "http://example.net/account/12345/msgs/abc", | |
"balance": 30, | |
"accounts": ["http://example.net/account/12345", "http://example.net/account/67890"] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
id: 'https://example.com/i/manu', | |
name: 'Manu Sporny' | |
assertions: [ ... ] | |
actions: { | |
patch: { | |
url: 'https://example.com/i/manu?action=patch', | |
verb: 'POST', | |
format: 'json-patch' | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context":"http://api.lobid.org/context/lobid-organisations.json", | |
"@id":"http://lobid.org/organisation/DE-605", | |
"@type":"http://xmlns.com/foaf/0.1/Organization", | |
"contactqr":"http://lobid.org/media/DE-605_contactqr.png", | |
"fundertype":{ | |
"@id":"http://purl.org/lobid/fundertype#n02", | |
"@type":"http://www.w3.org/2004/02/skos/core#Concept", | |
"prefLabel":{ | |
"de":"Land", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Basic Koha bib record</title> | |
</head> | |
<body> | |
<div class="record" vocab="http://schema.org/" typeof="CreativeWork Product" resource="#record"> | |
<h1 class="title" property="name">Songs of the 60's : piano, vocal, guitar. </h1> | |
<div class="results_summary series"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Basic Koha bib record</title> | |
</head> | |
<body> | |
<div class="record" vocab="http://schema.org/" typeof="CreativeWork Product" resource="#record"> | |
<h1 class="title" property="name">Songs of the 60's : piano, vocal, guitar. </h1> | |
<div class="results_summary series"> |
NewerOlder