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:\/\/iiif.io\/api\/presentation\/2\/context.json","@id":"https:\/\/dams.antwerpen.be\/iiif\/A1D5mRT8r8gPgYAnaWcuennB\/manifest","@type":"sc:Manifest","label":"Opvoering van De Prijs door het Reizend Volkstheater. <p> Op de foto staan Roger Thoelen (Victor Franz) en Frans Vercammen (Gregory Solomon).","thumbnail":{"@id":"https:\/\/media.antwerpen.be\/media\/18\/p\/p22aXMKJKmTOZVjKlmsX6lHb\/p22aXMKJKmTOZVjKlmsX6lHb.jpg","@type":"dctypes:Image"},"sequences":[{"@id":"https:\/\/media.antwerpen.be\/media\/iiif\/A1D5mRT8r8gPgYAnaWcuennB\/sequence\/normal","@type":"sc:Sequence","rendering":[{"label":"tg_lhph_48219.tif","@id":"https:\/\/s3-ant1.antwerpen.be\/prod-digitalassets-dams\/U\/USUOMcB7QlQETCiUZRVH9AH3\/tg_lhph_48219.tif","format":"image\/tiff"}],"viewingDirection":"left-to-right","viewingHint":"paged","canvases":[{"@id":"https:\/\/media.antwerpen.be\/media\/iiif\/A1D5mRT8r8gPgYAnaWcuennB\/canvas\/normal","@type":"sc:Canvas","label":"Opvoering van De Prijs door het Reizend Volkstheater. <p> Op |
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:\/\/iiif.io\/api\/presentation\/2\/context.json","@id":"https:\/\/dams.antwerpen.be\/iiif\/A1D5mRT8r8gPgYAnaWcuennB\/manifest","@type":"sc:Manifest","label":"Opvoering van De Prijs door het Reizend Volkstheater. <p> Op de foto staan Roger Thoelen (Victor Franz) en Frans Vercammen (Gregory Solomon).","thumbnail":{"@id":"https:\/\/media.antwerpen.be\/media\/18\/p\/p22aXMKJKmTOZVjKlmsX6lHb\/p22aXMKJKmTOZVjKlmsX6lHb.jpg","@type":"dctypes:Image"},"sequences":[{"@id":"https:\/\/media.antwerpen.be\/media\/iiif\/A1D5mRT8r8gPgYAnaWcuennB\/sequence\/normal","@type":"sc:Sequence","rendering":[{"label":"tg_lhph_48219.tif","@id":"https:\/\/s3-ant1.antwerpen.be\/prod-digitalassets-dams\/U\/USUOMcB7QlQETCiUZRVH9AH3\/tg_lhph_48219.tif","format":"image\/tiff"}],"viewingDirection":"left-to-right","viewingHint":"paged","canvases":[{"@id":"https:\/\/media.antwerpen.be\/media\/iiif\/A1D5mRT8r8gPgYAnaWcuennB\/canvas\/normal","@type":"sc:Canvas","label":"Opvoering van De Prijs door het Reizend Volkstheater. <p> Op |
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://iiif.io/api/presentation/2/context.json", | |
"@id": "https://dams.antwerpen.be/iiif/A1D5mRT8r8gPgYAnaWcuennB/manifest", | |
"@type": "sc:Manifest", | |
"label": "DAMS LOCALBREW - label - Opvoering van De Prijs door het Reizend Volkstheater. <p> Op de foto staan Roger Thoelen (Victor Franz) en Frans Vercammen (Gregory Solomon).", | |
"thumbnail": { | |
"@id": "https://media.antwerpen.be/media/18/p/p22aXMKJKmTOZVjKlmsX6lHb/p22aXMKJKmTOZVjKlmsX6lHb.jpg", | |
"@type": "dctypes:Image" | |
}, | |
"sequences": [ |
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://iiif.io/api/presentation/2/context.json", | |
"@id": "https://dams.antwerpen.be/iiif/A1D5mRT8r8gPgYAnaWcuennB/manifest", | |
"@type": "sc:Manifest", | |
"label": "DAMS DIRECT - label - Opvoering van De Prijs door het Reizend Volkstheater. <p> Op de foto staan Roger Thoelen (Victor Franz) en Frans Vercammen (Gregory Solomon).", | |
"thumbnail": { | |
"@id": "https://media.antwerpen.be/media/18/p/p22aXMKJKmTOZVjKlmsX6lHb/p22aXMKJKmTOZVjKlmsX6lHb.jpg", | |
"@type": "dctypes:Image" | |
}, | |
"sequences": [ |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:local="local"> | |
<!-- all XSLT --> | |
<xsl:variable name="test">test value</xsl:variable> | |
<xsl:template name="get.test"> | |
<xsl:value-of select="local:get.test()"/> |
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
http://jsfiddle.net/ux4dz85n/ |
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
xquery version "3.0"; | |
import module namespace test="testimport" at "ns_module.xq"; | |
declare namespace xquery="test"; | |
declare variable $xquery:test := 'test'; | |
test:echo($xquery:test) |
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
xquery version "3.0"; | |
declare namespace xquery="test"; | |
declare variable $xquery:test := 'test'; | |
$xquery:test |