English manual for the ZUOYA GMK67 Mechanical Keyboard. Made from the printed version (Original).
Returns Turtle:
curl -L -i https://ld.zdb-services.de/data/organisations/DE-1a -H "Accept: text/turtle"
Returns HTML:
curl -L -i https://ld.zdb-services.de/data/organisations/DE-1a -H "Accept: application/rdf+xml;q=0.8,application/n-triples;q=0.9,application/trix;q=0.8,application/ld+json;q=0.8,text/shaclc;q=0.8,application/rdf+thrift,text/turtle;q=0.8,text/rdf+n3;q=0.8,application/rdf+json;q=0.8,application/sparql-results+xml,application/sparql-results+json"
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
#!/usr/bin/env perl | |
use strict ; | |
use warnings ; | |
use utf8 ; | |
use feature qw{ postderef say signatures state } ; | |
no warnings qw{ experimental::postderef experimental::signatures } ; | |
use Carp ; | |
use Getopt::Long ; |
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
Show hidden characters
{ | |
"cmd": ["perl", "-w", "$file"], | |
"file_regex": ".* at (.*) line ([0-9]*)", | |
"selector": "source.perl" | |
} |
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
# | |
# Usage: | |
# marc_marc('852a',holding.$append) | |
# holding(-logfile => '/mnt/scratch/lludss/holding_error.txt') | |
# | |
package Catmandu::Fix::holding; | |
use strict; | |
use Catmandu::Util qw(:io is_string); | |
use POSIX qw(strftime); | |
use Data::Dumper; |
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
#!/usr/bin/env perl | |
# | |
# Match authors against VIAF | |
# | |
# License: http://dev.perl.org/licenses/artistic.html | |
# | |
# Author: Patrick Hochstenbach <[email protected]> | |
# | |
# Apr 2015 | |
$|++; |
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
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use Data::Dumper; | |
use DBD::Pg 3.5.0; | |
my $dbh = DBI->connect("dbi:Pg:", '', '', | |
{ | |
AutoCommit => 1, |
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", |