I hereby claim:
- I am timathom on github.
- I am tat2 (https://keybase.io/tat2) on keybase.
- I have a public key ASCqGFoEyzQPciI6A7rHDldoMusJNh3molcN1xXDoYuG_Ao
To claim this, I am signing this object:
xquery version "4.0"; | |
(:~ | |
: | |
: Module Name: Jaro-Winkler String Similarity | |
: Date: February 26, 2024 | |
: License: GPLv3 | |
: XQuery specification: 4.0 | |
: Dependencies: BaseX 11.0 | |
: @author @timathom |
let $data := map { | |
"warner bros": [map { | |
"match": "true", | |
"uri": "http://id.loc.gov/authorities/names/n50028315 http://id.loc.gov/authorities/names/n85138180 http://id.loc.gov/authorities/names/no2003017455", | |
"index-type": "x", | |
"entry-id": "60021fec-672e-4f09-a160-197c1e2c97e1", | |
"tags": "710", | |
"lookup": "warner bros", | |
"source": <key>warner bros</key>, | |
"file": "lcnaf-2023" |
I hereby claim:
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 1N1sGc9X21nZXSHiZFnJ8Jbcf1Q24KrzZy https://explorer.blockstack.org/address/1N1sGc9X21nZXSHiZFnJ8Jbcf1Q24KrzZy |
#!/usr/bin/env python | |
# | |
# pymarc_disco.py - Mark Matienzo | |
# sample MapReduce tasks for Disco to get tag counts from MARC files/streams | |
# usage: python pymarc_disco.py <input1> [input2 ... inputN] | |
import sys | |
from disco.core import Disco, result_iterator | |
from disco.settings import DiscoSettings | |
import pymarc |
<?xml version="1.0" encoding="UTF-8"?> | |
<turtleDoc> | |
<statement> | |
<directive> | |
<prefixID> | |
<TOKEN>@prefix</TOKEN> | |
<PNAME_NS>bf:</PNAME_NS> | |
<IRIREF><http://bibframe.org/vocab/></IRIREF> | |
<TOKEN>.</TOKEN> | |
</prefixID> |
(:~ | |
: Anonymous inline function with asynchronous evaluation in BaseX 8.4.1 beta | |
: | |
: @param $query Asynchronously evaluated query | |
: @return XQuery expression, followed by result of async HTTP request. | |
: | |
: BaseX Async Module: | |
: http://docs.basex.org/wiki/Async_Module | |
: | |
: Dimitre Novatchev on recursion with anonymous inline functions in XPath 3.0: |
xquery version "1.0" encoding "UTF-8"; | |
(: This file was generated on Sat Feb 13, 2016 20:32 (UTC-05) by REx v5.35 which is Copyright (c) 1979-2015 by Gunther Rademacher <[email protected]> :) | |
(: REx command line: turtle.ebnf -faster -xquery -tree :) | |
(:~ | |
: The parser that was generated for the turtle grammar. | |
:) | |
module namespace p="turtle"; | |
declare default function namespace "http://www.w3.org/2005/xpath-functions"; |
<?xml-stylesheet href="xsltforms/xsltforms.xsl" type="text/xsl"?><?xsltforms-options debug="no"?><?css-conversion no?><?xml-model href="http://www.oxygenxml.com/1999/xhtml/xhtml-xforms.nvdl" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> | |
<html | |
xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:cwb="http://example.org/cwb/" | |
xmlns:ev="http://www.w3.org/2001/xml-events" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:xf="http://www.w3.org/2002/xforms" | |
xmlns:xi="http://www.w3.org/2001/XInclude" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |
<?xml-stylesheet href="../build/xsltforms.xsl" type="text/xsl"?><?xsltforms-options debug="no"?><?css-conversion no?><?xml-model href="http://www.oxygenxml.com/1999/xhtml/xhtml-xforms.nvdl" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> | |
<html | |
xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:cwb="http://example.org/cwb/" | |
xmlns:ev="http://www.w3.org/2001/xml-events" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:xf="http://www.w3.org/2002/xforms" | |
xmlns:xi="http://www.w3.org/2001/XInclude" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |