View iconclass_atomic
This file contains 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
(\d{1,2})([A-Z]{1,2})?(\d{1,5})?(\(\w*\))?(\d{1,2})?(\(\+\d\))? |
View coins.html
This file contains 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
<span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&rft.title={{ page.title | cgi_escape }}&rft.aulast={{ site.data.contact.name_last | cgi_escape }}&rft.aufirst={{ site.data.contact.name_first | cgi_escape }}&rft.source={{ site.data.site.title | cgi_escape }}&rft.date={{ page.date | date_to_xmlschema }}&rft.type=blogPost&rft.format=text&rft.identifier={{ site.url | cgi_escape }}{{ page.url | cgi_escape }}&rft.language=English"></span> |
View load_fixed_width.R
This file contains 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
library("mvbutils") | |
path <- "state07_DE.txt" | |
col.widths <- c(6, 4, 2, 4) | |
table.header <- c("COOP.ID", "YEAR", "MONTH", "ELEMENT") | |
for(i in 1:31) { | |
new.widths <- c(5, 1, 1, 1) | |
new.header <- c(paste("VALUE",i, sep=""), | |
paste("MFLAG",i, sep=""), |
View sparql.R
This file contains 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
library(SPARQL) | |
rights_query <- 'PREFIX dc: <http://purl.org/dc/elements/1.1/> | |
PREFIX dct: <http://purl.org/dc/terms/> | |
PREFIX edm: <http://www.europeana.eu/schemas/edm/> | |
PREFIX ens: <http://www.europeana.eu/schemas/edm/> | |
PREFIX ore: <http://www.openarchives.org/ore/terms/> | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
SELECT DISTINCT ?edmrights ?provider (COUNT(*) as ?count) |
View eur_data.csv
This file contains 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
edmrights | provider | count | ||
---|---|---|---|---|
1 | <http://www.europeana.eu/rights/rr-f/> | 'de Rand' vzw | 159 | |
2 | <http://creativecommons.org/licenses/by-nc-nd/1.0/> | Aarhus Kommunale Biblioteker. Lokalhistorisl Samling. | 1 | |
3 | <http://creativecommons.org/licenses/by-nc-nd/1.0/> | Aarhus Kommunes Biblioteker. Lokalhistorisk Samling, | 1 | |
4 | <http://creativecommons.org/licenses/by-nc-nd/1.0/> | Aarhus Kommunes Biblioteker. Lokalhistorisk Samling. | 12 | |
5 | <http://creativecommons.org/licenses/by-nc-nd/1.0/> | Aarhus Kommunes Biblioteker. Lokalhistorisl Samling. | 1 | |
6 | <http://creativecommons.org/licenses/by-nc-nd/1.0/> | Aarhus Kommunes Biblioteker. Lokalhistorsk Samling. | 1 | |
7 | <http://www.europeana.eu/rights/rr-f/> | Accademia Nazionale di Santa Cecilia | 5000 | |
8 | <http://www.europeana.eu/rights/rr-f/> | Alex Vella Gera | 225 | |
9 | <http://creativecommons.org/publicdomain/mark/1.0/> | American Farm School of Thessaloniki Historical Archives | 1007 |
View schutters.json
This file contains 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
{ | |
"acquisition" : { | |
"method" : "bruikleen", | |
"date" : "1808-01-01T00:00:00Z", | |
"creditLine" : "Bruikleen van de gemeente Amsterdam" | |
}, | |
"artistRole" : null, | |
"associations" : [ ], | |
"catRefRPK" : [ ], | |
"classification" : { |
View europeana_query
This file contains 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
PREFIX owl: <http://www.w3.org/2002/07/owl#> | |
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX dc: <http://purl.org/dc/elements/1.1/> | |
PREFIX dbpprop: <http://dbpedia.org/property/> | |
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | |
PREFIX edm: <http://www.europeana.eu/schemas/edm/> | |
PREFIX ore: <http://www.openarchives.org/ore/terms/> |
View count_changes.rq
This file contains 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
PREFIX gvp: <http://vocab.getty.edu/ontology#> | |
PREFIX prov: <http://www.w3.org/ns/prov#> | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | |
PREFIX tgn: <http://vocab.getty.edu/tgn/> | |
PREFIX xl: <http://www.w3.org/2008/05/skos-xl#> | |
SELECT ?concept ?conceptname (COUNT(?changenote) as ?numchanges) | |
WHERE { | |
?concept skos:inScheme tgn: . |
View rkm_maps.txt
This file contains 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
https://www.rijksmuseum.nl/nl/zoeken?s=chronologic&f=1&p=2&ps=12&f.classification.iconClassIdentifier.sort=25A4&place=Amsterdam&imgonly=True&ii=3 |
View default
This file contains 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
# Goes to /etc/nginx/sites-enabled/default | |
# You may add here your | |
# server { | |
# ... | |
# } | |
# statements for each of your virtual hosts to this file | |
## | |
# You should look at the following URL's in order to grasp a solid understanding |
OlderNewer