Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • iglesia/uri.hab.de
  • dmj/uri.hab.de
  • goermar/uri.hab.de
3 results
Show changes
Commits on Source (87)
Showing
with 476 additions and 2 deletions
......@@ -2,6 +2,7 @@ TRANG := trang.cmd
JING := jing.cmd
SAXON := transform.cmd
XSPEC := xspec.cmd
XPROC := calabash.cmd
COPY := cp
RM := rm -f
......@@ -14,11 +15,19 @@ RM := rm -f
test/schema/%.rnc: src/schema/%.rnc
$(COPY) $< $@
.PHONY: server
server:
php -S 127.0.0.1:9999 -t public
.PHONY: test
test: copy-schema test/schema/common.sch test/schema/common.xspec test/schema/vocab.sch test/schema/vocab.xspec
$(XSPEC) -s test/schema/common.xspec
$(XSPEC) -s test/schema/vocab.xspec
.PHONY: validate
validate:
$(XPROC) src/xproc/validate-rdfxml.xpl
.PHONY: clean
clean:
$(RM) test/schema/*.rnc
......@@ -28,3 +37,6 @@ clean:
$(RM) -r test/scheme/xspec
copy-schema: test/schema/common.rnc test/schema/vocab.rnc
emblem: public/ontology/emblem.rdf
$(SAXON) -xsl:src/xslt/emblem.xsl -o:public/ontology/emblem.html public/ontology/emblem.rdf
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "d60aaa0891d9bd50b170b054a1e81a63",
"packages": [
{
"name": "hab/picareader",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/dmj/PicaReader.git",
"reference": "b5b669ccee96a1fdd6b85045795818f27867a684"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dmj/PicaReader/zipball/b5b669ccee96a1fdd6b85045795818f27867a684",
"reference": "b5b669ccee96a1fdd6b85045795818f27867a684",
"shasum": ""
},
"require": {
"hab/picarecord": "~1.0"
},
"type": "library",
"autoload": {
"psr-0": {
"HAB\\Pica": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "David Maus",
"email": "maus@hab.de",
"role": "developer"
}
],
"description": "Classes for reading Pica+ records encoded in Pica, PicaXML and PicaPlain",
"time": "2017-10-27T06:40:13+00:00"
},
{
"name": "hab/picarecord",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/dmj/PicaRecord.git",
"reference": "a00e195d8f0f1b41d2bdd385334b0f88975e07c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dmj/PicaRecord/zipball/a00e195d8f0f1b41d2bdd385334b0f88975e07c1",
"reference": "a00e195d8f0f1b41d2bdd385334b0f88975e07c1",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"HAB\\Pica": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "David Maus",
"email": "maus@hab.de",
"role": "developer"
}
],
"description": "Object oriented interface to Pica+ records, fields, and subfields",
"time": "2017-01-02T10:15:57+00:00"
},
{
"name": "hab/picawriter",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/dmj/PicaWriter.git",
"reference": "8744cf9b24f20cb9a3430cc675f867b915ddcffa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dmj/PicaWriter/zipball/8744cf9b24f20cb9a3430cc675f867b915ddcffa",
"reference": "8744cf9b24f20cb9a3430cc675f867b915ddcffa",
"shasum": ""
},
"require": {
"hab/picarecord": "~1.0"
},
"type": "library",
"autoload": {
"psr-0": {
"HAB\\Pica": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "David Maus",
"email": "maus@hab.de",
"role": "developer"
}
],
"description": "Classes for writing Pica+ records to PicaXML and PicaPlain",
"time": "2015-08-07T09:17:03+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v2.0.12",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"pseudorandom",
"random"
],
"time": "2018-04-04T21:24:14+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v3.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
"reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php70": "~1.6"
},
"require-dev": {
"symfony/expression-language": "~2.8|~3.0|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2018-04-03T05:22:50+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2018-01-30T19:27:44+00:00"
},
{
"name": "symfony/polyfill-php70",
"version": "v1.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
"reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2018-01-30T19:27:44+00:00"
},
{
"name": "willdurand/negotiation",
"version": "v2.3.1",
"source": {
"type": "git",
"url": "https://github.com/willdurand/Negotiation.git",
"reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
"reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Negotiation\\": "src/Negotiation"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "William Durand",
"email": "will+git@drnd.me"
}
],
"description": "Content Negotiation tools for PHP provided as a standalone library.",
"homepage": "http://williamdurand.fr/Negotiation/",
"keywords": [
"accept",
"content",
"format",
"header",
"negotiation"
],
"time": "2017-05-14T17:21:12+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}
......@@ -3,3 +3,6 @@ RewriteBase /
RewriteCond e:/hosting/development/2016/uri.hab.de/public/$1.rdf -f
RewriteRule ^(.*)$ $1.rdf [R=303]
RewriteCond e:/hosting/development/2016/uri.hab.de/public/$1.rnc -f
RewriteRule ^(.*)$ $1.rnc [R=303]
\ No newline at end of file
......@@ -3,6 +3,7 @@
xmlns:dct="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:org="http://www.w3.org/ns/org#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<dcat:Catalog rdf:about="http://uri.hab.de/instance/catalog">
......@@ -13,12 +14,26 @@
</org:FormalOrganization>
</dct:publisher>
<dct:license>
<dct:LicenseDocument rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
<dct:LicenseDocument>
<owl:sameAs rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/>
<skos:prefLabel>CC0 1.0 Universal</skos:prefLabel>
</dct:LicenseDocument>
</dct:license>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-02-24</dct:created>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2018-02-16</dct:modified>
<!-- weitere Eigenschaften vgl. http://www.w3.org/TR/vocab-dcat/#class-catalog -->
<dcat:dataset>
<dcat:Dataset>
<dct:title>Datenabzüge: Linked Open Emblem Data</dct:title>
<dct:subject>
<skos:Concept>
<owl:sameAs rdf:resource="http://d-nb.info/gnd/4152065-8"/>
<skos:prefLabel xml:lang="de">Emblematik &lt;Emblemliteratur&gt;</skos:prefLabel>
</skos:Concept>
</dct:subject>
<dcat:landingPage rdf:resource="http://diglib.hab.de/edoc/ed000256/start.htm"/>
<dcat:distribution rdf:resource="http://diglib.hab.de/edoc/ed000256/void.rdf"/>
</dcat:Dataset>
</dcat:dataset>
</dcat:Catalog>
</rdf:RDF>
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
samp { display: inline-block; }
.entity { display: table; }
.entity { margin-left: 1em; }
.property { display: table-row; }
.label { display: table-cell; font-weight: bold; width: 12em; }
.value { display: table-cell; }
.value > span + span:before { content: " · "; }
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Emblem E000089</title><style type="text/css">
body { width: 60em; margin: 0 auto; }
</style></head><body><a href="E000089.rdf" target="_blank" style="float: right;"><img src="data:image/gif;base64,R0lGODlhFgAYAMQfAMPS52eMwkh1tvH0+Thpr1eAuyleqeDo8ipeqdLd7eHp8////3aYyKS62jlqr5Su1Eh1tbLF4HWXx7PG4ZWv1O/z+BpSo2aMwcLR5leAvEd0tViBvIWjzhpTowtHnf///yH5BAEAAB8ALAAAAAAWABgAAAXH4CeOJJlkBacxQ+mOAFEdV0E470scC+f9nkaOpCgcOAagRzCEcSTKH7P5aRAKUc+Gmuh4sNFJk+LNegKiQcAAMTAAFMQvkBgwgByRovNYRDgQQA4KJHcIIwF9EVFoJQBLIxYLGBdRLSUKkCIQi1k5mh8GPllijqABUFkdQiQUP5cDDqpSACIAHQQ3hB9qXggcLQkBPwgCOwcPEgYJVLceBhULgcRUH10cBxEWStUfAhhg3NUcD2bdAAbhPx3dH8NRrN0cZQhiIQA7"></a><h1>Emblem E000089</h1><dl><dt>PURL</dt><dd><a target="_blank" href="http://hdl.handle.net/10111/EmblemRegistry:E000089">http://hdl.handle.net/10111/EmblemRegistry:E000089</a></dd><dt>Darstellungen / shown at</dt><dd><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00026">http://diglib.hab.de/drucke/th-2951/start.htm?image=00026</a><br><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00027">http://diglib.hab.de/drucke/th-2951/start.htm?image=00027</a></dd><dt>Enthalten in / part of</dt><dd><a target="_blank" href="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677">Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</a></dd><dt>Thema / subject</dt><dd>Bilderrahmen, etc. · Erschaffung des Menschen; der Garten Eden (Genesis 1:26-2) · Eva taucht aus Adams Körper auf · Schöpfergott · Sprichwörter, Redewendungen, etc. · Ungleichheit · der Mensch (allgemein) · die sechs Schöpfungstage (Genesis 1:3-25) · wahre Natur, Substanz, Idee (im Sinne Platos)</dd><dt>Iconclass</dt><dd><a target="_blank" href="http://iconclass.org/11A1">11A1</a> · <a target="_blank" href="http://iconclass.org/3">3</a> · <a target="_blank" href="http://iconclass.org/48C5156">48C5156</a> · <a target="_blank" href="http://iconclass.org/51A5">51A5</a> · <a target="_blank" href="http://iconclass.org/51BB3">51BB3</a> · <a target="_blank" href="http://iconclass.org/71A2">71A2</a> · <a target="_blank" href="http://iconclass.org/71A3">71A3</a> · <a target="_blank" href="http://iconclass.org/71A3421">71A3421</a> · <a target="_blank" href="http://iconclass.org/86%28CREATIO%20MUNDI%2C%20ET%20ADAMI%2C%20%26C%29">86(CREATIO MUNDI, ET ADAMI, &amp;C)</a></dd><dt>Motto</dt><dd><blockquote lang="la">Creatio Mundi, Et Adami, &amp;c</blockquote><blockquote lang="de">Erschaffung der Welt/ vnd deß Menschen.</blockquote></dd></dl><div class="footer"><small>Last modified: 2017-11-15T14:04:17.639+01:00</small></div></body></html>
\ No newline at end of file
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cnt="http://www.w3.org/2011/content#" xmlns:dct="http://purl.org/dc/terms/" xmlns:emblem="http://uri.hab.de/ontology/emblem#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc"><emblem:Emblem rdf:about="http://hdl.handle.net/10111/EmblemRegistry:E000089"><skos:prefLabel>E000089 Creatio Mundi…</skos:prefLabel><emblem:hasPart><emblem:Motto><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00026"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="la">Creatio Mundi, Et Adami, &amp;c</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00026"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="de">Erschaffung der Welt/ vnd deß Menschen.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment></emblem:Motto></emblem:hasPart><emblem:hasPart><emblem:Pictura><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00027"/><dct:medium><skos:Concept><owl:sameAs rdf:resource="http://vocab.getty.edu/aat/300041340"/><skos:prefLabel xml:lang="de">Stich (Gravur)</skos:prefLabel><skos:prefLabel xml:lang="en">Engraving</skos:prefLabel></skos:Concept></dct:medium><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/86%28CREATIO%20MUNDI%2C%20ET%20ADAMI%2C%20%26C%29"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">86(CREATIO MUNDI, ET ADAMI, &amp;C)</skos:notation><skos:prefLabel xml:lang="de">Sprichwörter, Redewendungen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/48C5156"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">48C5156</skos:notation><skos:prefLabel xml:lang="de">Bilderrahmen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/71A2"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">71A2</skos:notation><skos:prefLabel xml:lang="de">die sechs Schöpfungstage (Genesis 1:3-25)</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11A1"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11A1</skos:notation><skos:prefLabel xml:lang="de">Schöpfergott</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/71A3"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">71A3</skos:notation><skos:prefLabel xml:lang="de">Erschaffung des Menschen; der Garten Eden (Genesis 1:26-2)</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/71A3421"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">71A3421</skos:notation><skos:prefLabel xml:lang="de">Eva taucht aus Adams Körper auf</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/3"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">3</skos:notation><skos:prefLabel xml:lang="de">der Mensch (allgemein)</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/51A5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">51A5</skos:notation><skos:prefLabel xml:lang="de">wahre Natur, Substanz, Idee (im Sinne Platos)</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/51BB3"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">51BB3</skos:notation><skos:prefLabel xml:lang="de">Ungleichheit</skos:prefLabel></skos:Concept></dct:subject></emblem:Pictura></emblem:hasPart><emblem:hasPart><emblem:Subscriptio><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00026"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00026"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language></emblem:TextSegment></emblem:hasTextSegment></emblem:Subscriptio></emblem:hasPart><dct:isPartOf xmlns:emblem="http://diglib.hab.de/rules/schema/emblem"><dct:BibliographicResource xmlns:rdau="http://rdaregistry.info/Elements/u/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><owl:sameAs rdf:resource="http://uri.gbv.de/document/opac-de-23:ppn:612777677"/><dct:title>Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</dct:title><dct:issued>1682</dct:issued><rdau:P60163>Laybach</rdau:P60163><rdau:P60547>Mayr</rdau:P60547><marcrel:aut><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/118764071"/><foaf:name>Valvasor, Johann Weikhard</foaf:name></dct:Agent></marcrel:aut><marcrel:dte><dct:Agent><foaf:name>Reichart, Albert</foaf:name></dct:Agent></marcrel:dte><marcrel:cns><dct:Agent><foaf:name>Garzaroll a Garzarolshoffen, Franciscus Josephus</foaf:name></dct:Agent></marcrel:cns><marcrel:cns><dct:Agent><foaf:name>Lazari, Antonius</foaf:name></dct:Agent></marcrel:cns><marcrel:clb><dct:Agent><foaf:name>Koch, Jo.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>W. W.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Trost, And.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Ritter, Paulus</foaf:name></dct:Agent></marcrel:clb><marcrel:prt><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/124751946"/><foaf:name>Mayr, Johann Baptist</foaf:name></dct:Agent></marcrel:prt><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/lat"/><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/ger"/><foaf:page rdf:resource="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677"/></dct:BibliographicResource></dct:isPartOf></emblem:Emblem></rdf:RDF>
\ No newline at end of file
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Emblem E000090</title><style type="text/css">
body { width: 60em; margin: 0 auto; }
</style></head><body><a href="E000090.rdf" target="_blank" style="float: right;"><img src="data:image/gif;base64,R0lGODlhFgAYAMQfAMPS52eMwkh1tvH0+Thpr1eAuyleqeDo8ipeqdLd7eHp8////3aYyKS62jlqr5Su1Eh1tbLF4HWXx7PG4ZWv1O/z+BpSo2aMwcLR5leAvEd0tViBvIWjzhpTowtHnf///yH5BAEAAB8ALAAAAAAWABgAAAXH4CeOJJlkBacxQ+mOAFEdV0E470scC+f9nkaOpCgcOAagRzCEcSTKH7P5aRAKUc+Gmuh4sNFJk+LNegKiQcAAMTAAFMQvkBgwgByRovNYRDgQQA4KJHcIIwF9EVFoJQBLIxYLGBdRLSUKkCIQi1k5mh8GPllijqABUFkdQiQUP5cDDqpSACIAHQQ3hB9qXggcLQkBPwgCOwcPEgYJVLceBhULgcRUH10cBxEWStUfAhhg3NUcD2bdAAbhPx3dH8NRrN0cZQhiIQA7"></a><h1>Emblem E000090</h1><dl><dt>PURL</dt><dd><a target="_blank" href="http://hdl.handle.net/10111/EmblemRegistry:E000090">http://hdl.handle.net/10111/EmblemRegistry:E000090</a></dd><dt>Darstellungen / shown at</dt><dd><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00028">http://diglib.hab.de/drucke/th-2951/start.htm?image=00028</a><br><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00029">http://diglib.hab.de/drucke/th-2951/start.htm?image=00029</a></dd><dt>Enthalten in / part of</dt><dd><a target="_blank" href="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677">Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</a></dd><dt>Thema / subject</dt><dd>(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità · Bilderrahmen, etc. · Eva bietet die Frucht Adam an · Laster, Übel, Sünde, Ripa: Peccato · Sprichwörter, Redewendungen, etc. · Versuchung und Sündenfall (Szenen mit Adam und Eva)</dd><dt>Iconclass</dt><dd><a target="_blank" href="http://iconclass.org/11N1">11N1</a> · <a target="_blank" href="http://iconclass.org/11R5">11R5</a> · <a target="_blank" href="http://iconclass.org/48C5156">48C5156</a> · <a target="_blank" href="http://iconclass.org/71A42">71A42</a> · <a target="_blank" href="http://iconclass.org/71A422">71A422</a> · <a target="_blank" href="http://iconclass.org/86%28PECCATUM%29">86(PECCATUM)</a></dd><dt>Motto</dt><dd><blockquote lang="la">Peccatum.</blockquote><blockquote lang="de">Die Sünd.</blockquote></dd></dl><div class="footer"><small>Last modified: 2017-11-15T14:04:17.677+01:00</small></div></body></html>
\ No newline at end of file
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cnt="http://www.w3.org/2011/content#" xmlns:dct="http://purl.org/dc/terms/" xmlns:emblem="http://uri.hab.de/ontology/emblem#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc"><emblem:Emblem rdf:about="http://hdl.handle.net/10111/EmblemRegistry:E000090"><skos:prefLabel>E000090 Peccatum</skos:prefLabel><emblem:hasPart><emblem:Motto><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00028"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="la">Peccatum.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00028"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="de">Die Sünd.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment></emblem:Motto></emblem:hasPart><emblem:hasPart><emblem:Pictura><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00029"/><dct:medium><skos:Concept><owl:sameAs rdf:resource="http://vocab.getty.edu/aat/300041340"/><skos:prefLabel xml:lang="de">Stich (Gravur)</skos:prefLabel><skos:prefLabel xml:lang="en">Engraving</skos:prefLabel></skos:Concept></dct:medium><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/86%28PECCATUM%29"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">86(PECCATUM)</skos:notation><skos:prefLabel xml:lang="de">Sprichwörter, Redewendungen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/48C5156"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">48C5156</skos:notation><skos:prefLabel xml:lang="de">Bilderrahmen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/71A42"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">71A42</skos:notation><skos:prefLabel xml:lang="de">Versuchung und Sündenfall (Szenen mit Adam und Eva)</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/71A422"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">71A422</skos:notation><skos:prefLabel xml:lang="de">Eva bietet die Frucht Adam an</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11N1"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11N1</skos:notation><skos:prefLabel xml:lang="de">Laster, Übel, Sünde, Ripa: Peccato</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11R5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11R5</skos:notation><skos:prefLabel xml:lang="de">(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità</skos:prefLabel></skos:Concept></dct:subject></emblem:Pictura></emblem:hasPart><emblem:hasPart><emblem:Subscriptio><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00028"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00028"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language></emblem:TextSegment></emblem:hasTextSegment></emblem:Subscriptio></emblem:hasPart><dct:isPartOf xmlns:emblem="http://diglib.hab.de/rules/schema/emblem"><dct:BibliographicResource xmlns:rdau="http://rdaregistry.info/Elements/u/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><owl:sameAs rdf:resource="http://uri.gbv.de/document/opac-de-23:ppn:612777677"/><dct:title>Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</dct:title><dct:issued>1682</dct:issued><rdau:P60163>Laybach</rdau:P60163><rdau:P60547>Mayr</rdau:P60547><marcrel:aut><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/118764071"/><foaf:name>Valvasor, Johann Weikhard</foaf:name></dct:Agent></marcrel:aut><marcrel:dte><dct:Agent><foaf:name>Reichart, Albert</foaf:name></dct:Agent></marcrel:dte><marcrel:cns><dct:Agent><foaf:name>Garzaroll a Garzarolshoffen, Franciscus Josephus</foaf:name></dct:Agent></marcrel:cns><marcrel:cns><dct:Agent><foaf:name>Lazari, Antonius</foaf:name></dct:Agent></marcrel:cns><marcrel:clb><dct:Agent><foaf:name>Koch, Jo.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>W. W.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Trost, And.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Ritter, Paulus</foaf:name></dct:Agent></marcrel:clb><marcrel:prt><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/124751946"/><foaf:name>Mayr, Johann Baptist</foaf:name></dct:Agent></marcrel:prt><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/lat"/><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/ger"/><foaf:page rdf:resource="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677"/></dct:BibliographicResource></dct:isPartOf></emblem:Emblem></rdf:RDF>
\ No newline at end of file
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Emblem E000091</title><style type="text/css">
body { width: 60em; margin: 0 auto; }
</style></head><body><a href="E000091.rdf" target="_blank" style="float: right;"><img src="data:image/gif;base64,R0lGODlhFgAYAMQfAMPS52eMwkh1tvH0+Thpr1eAuyleqeDo8ipeqdLd7eHp8////3aYyKS62jlqr5Su1Eh1tbLF4HWXx7PG4ZWv1O/z+BpSo2aMwcLR5leAvEd0tViBvIWjzhpTowtHnf///yH5BAEAAB8ALAAAAAAWABgAAAXH4CeOJJlkBacxQ+mOAFEdV0E470scC+f9nkaOpCgcOAagRzCEcSTKH7P5aRAKUc+Gmuh4sNFJk+LNegKiQcAAMTAAFMQvkBgwgByRovNYRDgQQA4KJHcIIwF9EVFoJQBLIxYLGBdRLSUKkCIQi1k5mh8GPllijqABUFkdQiQUP5cDDqpSACIAHQQ3hB9qXggcLQkBPwgCOwcPEgYJVLceBhULgcRUH10cBxEWStUfAhhg3NUcD2bdAAbhPx3dH8NRrN0cZQhiIQA7"></a><h1>Emblem E000091</h1><dl><dt>PURL</dt><dd><a target="_blank" href="http://hdl.handle.net/10111/EmblemRegistry:E000091">http://hdl.handle.net/10111/EmblemRegistry:E000091</a></dd><dt>Darstellungen / shown at</dt><dd><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00030">http://diglib.hab.de/drucke/th-2951/start.htm?image=00030</a><br><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00031">http://diglib.hab.de/drucke/th-2951/start.htm?image=00031</a></dd><dt>Enthalten in / part of</dt><dd><a target="_blank" href="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677">Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</a></dd><dt>Thema / subject</dt><dd>(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità · Bilderrahmen, etc. · Leben vs. Tod · Sprichwörter, Redewendungen, etc. · der Tod als Skelett · ein Engel vertreibt mit einem (Flammen-)Schwert Adam und Eva aus dem Paradies</dd><dt>Iconclass</dt><dd><a target="_blank" href="http://iconclass.org/11R5">11R5</a> · <a target="_blank" href="http://iconclass.org/31E5">31E5</a> · <a target="_blank" href="http://iconclass.org/31F26%28%2B5%29">31F26(+5)</a> · <a target="_blank" href="http://iconclass.org/48C5156">48C5156</a> · <a target="_blank" href="http://iconclass.org/71A611">71A611</a> · <a target="_blank" href="http://iconclass.org/86%28ADAM%2C%20%26%20EVA%20EXPELLUNTUR%29">86(ADAM, &amp; EVA EXPELLUNTUR)</a></dd><dt>Motto</dt><dd><blockquote lang="la">Adam, &amp; Eva expelluntur.</blockquote></dd></dl><div class="footer"><small>Last modified: 2017-11-15T14:04:17.695+01:00</small></div></body></html>
\ No newline at end of file
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cnt="http://www.w3.org/2011/content#" xmlns:dct="http://purl.org/dc/terms/" xmlns:emblem="http://uri.hab.de/ontology/emblem#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc"><emblem:Emblem rdf:about="http://hdl.handle.net/10111/EmblemRegistry:E000091"><skos:prefLabel>E000091 Adam…</skos:prefLabel><emblem:hasPart><emblem:Motto><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00030"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="la">Adam, &amp; Eva expelluntur.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment></emblem:Motto></emblem:hasPart><emblem:hasPart><emblem:Pictura><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00031"/><dct:medium><skos:Concept><owl:sameAs rdf:resource="http://vocab.getty.edu/aat/300041340"/><skos:prefLabel xml:lang="de">Stich (Gravur)</skos:prefLabel><skos:prefLabel xml:lang="en">Engraving</skos:prefLabel></skos:Concept></dct:medium><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/86%28ADAM%2C%20%26%20EVA%20EXPELLUNTUR%29"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">86(ADAM, &amp; EVA EXPELLUNTUR)</skos:notation><skos:prefLabel xml:lang="de">Sprichwörter, Redewendungen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/48C5156"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">48C5156</skos:notation><skos:prefLabel xml:lang="de">Bilderrahmen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/71A611"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">71A611</skos:notation><skos:prefLabel xml:lang="de">ein Engel vertreibt mit einem (Flammen-)Schwert Adam und Eva aus dem Paradies</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31F26%28%2B5%29"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31F26(+5)</skos:notation><skos:prefLabel xml:lang="de">der Tod als Skelett</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11R5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11R5</skos:notation><skos:prefLabel xml:lang="de">(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31E5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31E5</skos:notation><skos:prefLabel xml:lang="de">Leben vs. Tod</skos:prefLabel></skos:Concept></dct:subject></emblem:Pictura></emblem:hasPart><emblem:hasPart><emblem:Subscriptio><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00030"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00030"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language></emblem:TextSegment></emblem:hasTextSegment></emblem:Subscriptio></emblem:hasPart><dct:isPartOf xmlns:emblem="http://diglib.hab.de/rules/schema/emblem"><dct:BibliographicResource xmlns:rdau="http://rdaregistry.info/Elements/u/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><owl:sameAs rdf:resource="http://uri.gbv.de/document/opac-de-23:ppn:612777677"/><dct:title>Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</dct:title><dct:issued>1682</dct:issued><rdau:P60163>Laybach</rdau:P60163><rdau:P60547>Mayr</rdau:P60547><marcrel:aut><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/118764071"/><foaf:name>Valvasor, Johann Weikhard</foaf:name></dct:Agent></marcrel:aut><marcrel:dte><dct:Agent><foaf:name>Reichart, Albert</foaf:name></dct:Agent></marcrel:dte><marcrel:cns><dct:Agent><foaf:name>Garzaroll a Garzarolshoffen, Franciscus Josephus</foaf:name></dct:Agent></marcrel:cns><marcrel:cns><dct:Agent><foaf:name>Lazari, Antonius</foaf:name></dct:Agent></marcrel:cns><marcrel:clb><dct:Agent><foaf:name>Koch, Jo.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>W. W.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Trost, And.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Ritter, Paulus</foaf:name></dct:Agent></marcrel:clb><marcrel:prt><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/124751946"/><foaf:name>Mayr, Johann Baptist</foaf:name></dct:Agent></marcrel:prt><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/lat"/><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/ger"/><foaf:page rdf:resource="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677"/></dct:BibliographicResource></dct:isPartOf></emblem:Emblem></rdf:RDF>
\ No newline at end of file
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Emblem E000092</title><style type="text/css">
body { width: 60em; margin: 0 auto; }
</style></head><body><a href="E000092.rdf" target="_blank" style="float: right;"><img src="data:image/gif;base64,R0lGODlhFgAYAMQfAMPS52eMwkh1tvH0+Thpr1eAuyleqeDo8ipeqdLd7eHp8////3aYyKS62jlqr5Su1Eh1tbLF4HWXx7PG4ZWv1O/z+BpSo2aMwcLR5leAvEd0tViBvIWjzhpTowtHnf///yH5BAEAAB8ALAAAAAAWABgAAAXH4CeOJJlkBacxQ+mOAFEdV0E470scC+f9nkaOpCgcOAagRzCEcSTKH7P5aRAKUc+Gmuh4sNFJk+LNegKiQcAAMTAAFMQvkBgwgByRovNYRDgQQA4KJHcIIwF9EVFoJQBLIxYLGBdRLSUKkCIQi1k5mh8GPllijqABUFkdQiQUP5cDDqpSACIAHQQ3hB9qXggcLQkBPwgCOwcPEgYJVLceBhULgcRUH10cBxEWStUfAhhg3NUcD2bdAAbhPx3dH8NRrN0cZQhiIQA7"></a><h1>Emblem E000092</h1><dl><dt>PURL</dt><dd><a target="_blank" href="http://hdl.handle.net/10111/EmblemRegistry:E000092">http://hdl.handle.net/10111/EmblemRegistry:E000092</a></dd><dt>Darstellungen / shown at</dt><dd><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00033">http://diglib.hab.de/drucke/th-2951/start.htm?image=00033</a><br><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00032">http://diglib.hab.de/drucke/th-2951/start.htm?image=00032</a></dd><dt>Enthalten in / part of</dt><dd><a target="_blank" href="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677">Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</a></dd><dt>Thema / subject</dt><dd>(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità · Adam geht landwirtschaftlichen Tätigkeiten nach, während Eva die Kinder stillt · Bilderrahmen, etc. · Leben vs. Tod · Sprichwörter, Redewendungen, etc. · der Tod als Skelett</dd><dt>Iconclass</dt><dd><a target="_blank" href="http://iconclass.org/11R5">11R5</a> · <a target="_blank" href="http://iconclass.org/31E5">31E5</a> · <a target="_blank" href="http://iconclass.org/31F26">31F26</a> · <a target="_blank" href="http://iconclass.org/48C5156">48C5156</a> · <a target="_blank" href="http://iconclass.org/71A722">71A722</a> · <a target="_blank" href="http://iconclass.org/86%28MALEDICTA%20TERRA%20IN%20OPERE%20TUO%3A%20..%29">86(MALEDICTA TERRA IN OPERE TUO: ..)</a></dd><dt>Motto</dt><dd><blockquote lang="la">Maledicta terra in opere tuo: ...</blockquote><blockquote lang="de">Verflucht sey die Erd in deiner Arbeit: ...</blockquote></dd></dl><div class="footer"><small>Last modified: 2017-11-15T14:04:17.713+01:00</small></div></body></html>
\ No newline at end of file
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cnt="http://www.w3.org/2011/content#" xmlns:dct="http://purl.org/dc/terms/" xmlns:emblem="http://uri.hab.de/ontology/emblem#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc"><emblem:Emblem rdf:about="http://hdl.handle.net/10111/EmblemRegistry:E000092"><skos:prefLabel>E000092 Maledicta terra in opere tuo…</skos:prefLabel><emblem:hasPart><emblem:Motto><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00033"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="la">Maledicta terra in opere tuo: ...</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00033"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="de">Verflucht sey die Erd in deiner Arbeit: ...</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment></emblem:Motto></emblem:hasPart><emblem:hasPart><emblem:Pictura><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00033"/><dct:medium><skos:Concept><owl:sameAs rdf:resource="http://vocab.getty.edu/aat/300041340"/><skos:prefLabel xml:lang="de">Stich (Gravur)</skos:prefLabel><skos:prefLabel xml:lang="en">Engraving</skos:prefLabel></skos:Concept></dct:medium><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/86%28MALEDICTA%20TERRA%20IN%20OPERE%20TUO%3A%20..%29"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">86(MALEDICTA TERRA IN OPERE TUO: ..)</skos:notation><skos:prefLabel xml:lang="de">Sprichwörter, Redewendungen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/48C5156"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">48C5156</skos:notation><skos:prefLabel xml:lang="de">Bilderrahmen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/71A722"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">71A722</skos:notation><skos:prefLabel xml:lang="de">Adam geht landwirtschaftlichen Tätigkeiten nach, während Eva die Kinder stillt</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31F26"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31F26</skos:notation><skos:prefLabel xml:lang="de">der Tod als Skelett</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11R5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11R5</skos:notation><skos:prefLabel xml:lang="de">(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31E5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31E5</skos:notation><skos:prefLabel xml:lang="de">Leben vs. Tod</skos:prefLabel></skos:Concept></dct:subject></emblem:Pictura></emblem:hasPart><emblem:hasPart><emblem:Subscriptio><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00032"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00032"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language></emblem:TextSegment></emblem:hasTextSegment></emblem:Subscriptio></emblem:hasPart><dct:isPartOf xmlns:emblem="http://diglib.hab.de/rules/schema/emblem"><dct:BibliographicResource xmlns:rdau="http://rdaregistry.info/Elements/u/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><owl:sameAs rdf:resource="http://uri.gbv.de/document/opac-de-23:ppn:612777677"/><dct:title>Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</dct:title><dct:issued>1682</dct:issued><rdau:P60163>Laybach</rdau:P60163><rdau:P60547>Mayr</rdau:P60547><marcrel:aut><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/118764071"/><foaf:name>Valvasor, Johann Weikhard</foaf:name></dct:Agent></marcrel:aut><marcrel:dte><dct:Agent><foaf:name>Reichart, Albert</foaf:name></dct:Agent></marcrel:dte><marcrel:cns><dct:Agent><foaf:name>Garzaroll a Garzarolshoffen, Franciscus Josephus</foaf:name></dct:Agent></marcrel:cns><marcrel:cns><dct:Agent><foaf:name>Lazari, Antonius</foaf:name></dct:Agent></marcrel:cns><marcrel:clb><dct:Agent><foaf:name>Koch, Jo.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>W. W.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Trost, And.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Ritter, Paulus</foaf:name></dct:Agent></marcrel:clb><marcrel:prt><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/124751946"/><foaf:name>Mayr, Johann Baptist</foaf:name></dct:Agent></marcrel:prt><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/lat"/><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/ger"/><foaf:page rdf:resource="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677"/></dct:BibliographicResource></dct:isPartOf></emblem:Emblem></rdf:RDF>
\ No newline at end of file
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Emblem E000093</title><style type="text/css">
body { width: 60em; margin: 0 auto; }
</style></head><body><a href="E000093.rdf" target="_blank" style="float: right;"><img src="data:image/gif;base64,R0lGODlhFgAYAMQfAMPS52eMwkh1tvH0+Thpr1eAuyleqeDo8ipeqdLd7eHp8////3aYyKS62jlqr5Su1Eh1tbLF4HWXx7PG4ZWv1O/z+BpSo2aMwcLR5leAvEd0tViBvIWjzhpTowtHnf///yH5BAEAAB8ALAAAAAAWABgAAAXH4CeOJJlkBacxQ+mOAFEdV0E470scC+f9nkaOpCgcOAagRzCEcSTKH7P5aRAKUc+Gmuh4sNFJk+LNegKiQcAAMTAAFMQvkBgwgByRovNYRDgQQA4KJHcIIwF9EVFoJQBLIxYLGBdRLSUKkCIQi1k5mh8GPllijqABUFkdQiQUP5cDDqpSACIAHQQ3hB9qXggcLQkBPwgCOwcPEgYJVLceBhULgcRUH10cBxEWStUfAhhg3NUcD2bdAAbhPx3dH8NRrN0cZQhiIQA7"></a><h1>Emblem E000093</h1><dl><dt>PURL</dt><dd><a target="_blank" href="http://hdl.handle.net/10111/EmblemRegistry:E000093">http://hdl.handle.net/10111/EmblemRegistry:E000093</a></dd><dt>Darstellungen / shown at</dt><dd><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00035">http://diglib.hab.de/drucke/th-2951/start.htm?image=00035</a><br><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00034">http://diglib.hab.de/drucke/th-2951/start.htm?image=00034</a></dd><dt>Enthalten in / part of</dt><dd><a target="_blank" href="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677">Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</a></dd><dt>Thema / subject</dt><dd>(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità · Bilderrahmen, etc. · Erzbischof, Bischof etc. (römisch-katholisch) · Kardinal · Leben vs. Tod · Sprichwörter, Redewendungen, etc. · der Papst gibt eine Audienz · der Tod als Skelett · die Füße des Papstes werden geküsst</dd><dt>Iconclass</dt><dd><a target="_blank" href="http://iconclass.org/11P31113">11P31113</a> · <a target="_blank" href="http://iconclass.org/11P31114">11P31114</a> · <a target="_blank" href="http://iconclass.org/11P3112">11P3112</a> · <a target="_blank" href="http://iconclass.org/11P3113">11P3113</a> · <a target="_blank" href="http://iconclass.org/11R5">11R5</a> · <a target="_blank" href="http://iconclass.org/31E5">31E5</a> · <a target="_blank" href="http://iconclass.org/31F26">31F26</a> · <a target="_blank" href="http://iconclass.org/48C5156">48C5156</a> · <a target="_blank" href="http://iconclass.org/86%28MORIATUR%20SACERDOS%20MAGNUS%29">86(MORIATUR SACERDOS MAGNUS)</a></dd><dt>Motto</dt><dd><blockquote lang="la">Moriatur Sacerdos magnus.</blockquote><blockquote lang="de">Das der Hohe Priester sterb.</blockquote></dd></dl><div class="footer"><small>Last modified: 2017-11-15T14:04:17.73+01:00</small></div></body></html>
\ No newline at end of file
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cnt="http://www.w3.org/2011/content#" xmlns:dct="http://purl.org/dc/terms/" xmlns:emblem="http://uri.hab.de/ontology/emblem#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc"><emblem:Emblem rdf:about="http://hdl.handle.net/10111/EmblemRegistry:E000093"><skos:prefLabel>E000093 Moriatur Sacerdos magnus</skos:prefLabel><emblem:hasPart><emblem:Motto><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00035"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="la">Moriatur Sacerdos magnus.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00035"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="de">Das der Hohe Priester sterb.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment></emblem:Motto></emblem:hasPart><emblem:hasPart><emblem:Pictura><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00035"/><dct:medium><skos:Concept><owl:sameAs rdf:resource="http://vocab.getty.edu/aat/300041340"/><skos:prefLabel xml:lang="de">Stich (Gravur)</skos:prefLabel><skos:prefLabel xml:lang="en">Engraving</skos:prefLabel></skos:Concept></dct:medium><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/86%28MORIATUR%20SACERDOS%20MAGNUS%29"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">86(MORIATUR SACERDOS MAGNUS)</skos:notation><skos:prefLabel xml:lang="de">Sprichwörter, Redewendungen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/48C5156"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">48C5156</skos:notation><skos:prefLabel xml:lang="de">Bilderrahmen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31F26"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31F26</skos:notation><skos:prefLabel xml:lang="de">der Tod als Skelett</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11P31113"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11P31113</skos:notation><skos:prefLabel xml:lang="de">der Papst gibt eine Audienz</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11P31114"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11P31114</skos:notation><skos:prefLabel xml:lang="de">die Füße des Papstes werden geküsst</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11P3113"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11P3113</skos:notation><skos:prefLabel xml:lang="de">Erzbischof, Bischof etc. (römisch-katholisch)</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11P3112"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11P3112</skos:notation><skos:prefLabel xml:lang="de">Kardinal</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11R5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11R5</skos:notation><skos:prefLabel xml:lang="de">(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31E5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31E5</skos:notation><skos:prefLabel xml:lang="de">Leben vs. Tod</skos:prefLabel></skos:Concept></dct:subject></emblem:Pictura></emblem:hasPart><emblem:hasPart><emblem:Subscriptio><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00034"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00034"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language></emblem:TextSegment></emblem:hasTextSegment></emblem:Subscriptio></emblem:hasPart><dct:isPartOf xmlns:emblem="http://diglib.hab.de/rules/schema/emblem"><dct:BibliographicResource xmlns:rdau="http://rdaregistry.info/Elements/u/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><owl:sameAs rdf:resource="http://uri.gbv.de/document/opac-de-23:ppn:612777677"/><dct:title>Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</dct:title><dct:issued>1682</dct:issued><rdau:P60163>Laybach</rdau:P60163><rdau:P60547>Mayr</rdau:P60547><marcrel:aut><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/118764071"/><foaf:name>Valvasor, Johann Weikhard</foaf:name></dct:Agent></marcrel:aut><marcrel:dte><dct:Agent><foaf:name>Reichart, Albert</foaf:name></dct:Agent></marcrel:dte><marcrel:cns><dct:Agent><foaf:name>Garzaroll a Garzarolshoffen, Franciscus Josephus</foaf:name></dct:Agent></marcrel:cns><marcrel:cns><dct:Agent><foaf:name>Lazari, Antonius</foaf:name></dct:Agent></marcrel:cns><marcrel:clb><dct:Agent><foaf:name>Koch, Jo.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>W. W.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Trost, And.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Ritter, Paulus</foaf:name></dct:Agent></marcrel:clb><marcrel:prt><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/124751946"/><foaf:name>Mayr, Johann Baptist</foaf:name></dct:Agent></marcrel:prt><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/lat"/><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/ger"/><foaf:page rdf:resource="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677"/></dct:BibliographicResource></dct:isPartOf></emblem:Emblem></rdf:RDF>
\ No newline at end of file
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Emblem E000094</title><style type="text/css">
body { width: 60em; margin: 0 auto; }
</style></head><body><a href="E000094.rdf" target="_blank" style="float: right;"><img src="data:image/gif;base64,R0lGODlhFgAYAMQfAMPS52eMwkh1tvH0+Thpr1eAuyleqeDo8ipeqdLd7eHp8////3aYyKS62jlqr5Su1Eh1tbLF4HWXx7PG4ZWv1O/z+BpSo2aMwcLR5leAvEd0tViBvIWjzhpTowtHnf///yH5BAEAAB8ALAAAAAAWABgAAAXH4CeOJJlkBacxQ+mOAFEdV0E470scC+f9nkaOpCgcOAagRzCEcSTKH7P5aRAKUc+Gmuh4sNFJk+LNegKiQcAAMTAAFMQvkBgwgByRovNYRDgQQA4KJHcIIwF9EVFoJQBLIxYLGBdRLSUKkCIQi1k5mh8GPllijqABUFkdQiQUP5cDDqpSACIAHQQ3hB9qXggcLQkBPwgCOwcPEgYJVLceBhULgcRUH10cBxEWStUfAhhg3NUcD2bdAAbhPx3dH8NRrN0cZQhiIQA7"></a><h1>Emblem E000094</h1><dl><dt>PURL</dt><dd><a target="_blank" href="http://hdl.handle.net/10111/EmblemRegistry:E000094">http://hdl.handle.net/10111/EmblemRegistry:E000094</a></dd><dt>Darstellungen / shown at</dt><dd><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00037">http://diglib.hab.de/drucke/th-2951/start.htm?image=00037</a><br><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00036">http://diglib.hab.de/drucke/th-2951/start.htm?image=00036</a></dd><dt>Enthalten in / part of</dt><dd><a target="_blank" href="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677">Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</a></dd><dt>Thema / subject</dt><dd>(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità · Bilderrahmen, etc. · Bote · Brief, Briefumschlag · Kardinal · Leben vs. Tod · Sprichwörter, Redewendungen, etc. · der Tod als Skelett</dd><dt>Iconclass</dt><dd><a target="_blank" href="http://iconclass.org/11P3112">11P3112</a> · <a target="_blank" href="http://iconclass.org/11R5">11R5</a> · <a target="_blank" href="http://iconclass.org/31E5">31E5</a> · <a target="_blank" href="http://iconclass.org/31F26">31F26</a> · <a target="_blank" href="http://iconclass.org/46E1">46E1</a> · <a target="_blank" href="http://iconclass.org/46E221">46E221</a> · <a target="_blank" href="http://iconclass.org/48C5156">48C5156</a> · <a target="_blank" href="http://iconclass.org/86%28OBEDIVI%20VOCI%20DOMINI%20DEI%20MEI%29">86(OBEDIVI VOCI DOMINI DEI MEI)</a></dd><dt>Motto</dt><dd><blockquote lang="la">Obedivi voci Domini Dei mei.</blockquote><blockquote lang="de">Ich bin der Stimm deß Herrn meines Gottes gehorsamb gewesen.</blockquote></dd></dl><div class="footer"><small>Last modified: 2017-11-15T14:04:17.745+01:00</small></div></body></html>
\ No newline at end of file
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cnt="http://www.w3.org/2011/content#" xmlns:dct="http://purl.org/dc/terms/" xmlns:emblem="http://uri.hab.de/ontology/emblem#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc"><emblem:Emblem rdf:about="http://hdl.handle.net/10111/EmblemRegistry:E000094"><skos:prefLabel>E000094 Obedivi voci Domini Dei mei</skos:prefLabel><emblem:hasPart><emblem:Motto><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00037"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="la">Obedivi voci Domini Dei mei.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00037"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="de">Ich bin der Stimm deß Herrn meines Gottes gehorsamb gewesen.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment></emblem:Motto></emblem:hasPart><emblem:hasPart><emblem:Pictura><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00037"/><dct:medium><skos:Concept><owl:sameAs rdf:resource="http://vocab.getty.edu/aat/300041340"/><skos:prefLabel xml:lang="de">Stich (Gravur)</skos:prefLabel><skos:prefLabel xml:lang="en">Engraving</skos:prefLabel></skos:Concept></dct:medium><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/86%28OBEDIVI%20VOCI%20DOMINI%20DEI%20MEI%29"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">86(OBEDIVI VOCI DOMINI DEI MEI)</skos:notation><skos:prefLabel xml:lang="de">Sprichwörter, Redewendungen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/48C5156"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">48C5156</skos:notation><skos:prefLabel xml:lang="de">Bilderrahmen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11P3112"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11P3112</skos:notation><skos:prefLabel xml:lang="de">Kardinal</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/46E221"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">46E221</skos:notation><skos:prefLabel xml:lang="de">Brief, Briefumschlag</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/46E1"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">46E1</skos:notation><skos:prefLabel xml:lang="de">Bote</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31F26"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31F26</skos:notation><skos:prefLabel xml:lang="de">der Tod als Skelett</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11R5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11R5</skos:notation><skos:prefLabel xml:lang="de">(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31E5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31E5</skos:notation><skos:prefLabel xml:lang="de">Leben vs. Tod</skos:prefLabel></skos:Concept></dct:subject></emblem:Pictura></emblem:hasPart><emblem:hasPart><emblem:Subscriptio><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00036"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00036"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language></emblem:TextSegment></emblem:hasTextSegment></emblem:Subscriptio></emblem:hasPart><dct:isPartOf xmlns:emblem="http://diglib.hab.de/rules/schema/emblem"><dct:BibliographicResource xmlns:rdau="http://rdaregistry.info/Elements/u/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><owl:sameAs rdf:resource="http://uri.gbv.de/document/opac-de-23:ppn:612777677"/><dct:title>Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</dct:title><dct:issued>1682</dct:issued><rdau:P60163>Laybach</rdau:P60163><rdau:P60547>Mayr</rdau:P60547><marcrel:aut><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/118764071"/><foaf:name>Valvasor, Johann Weikhard</foaf:name></dct:Agent></marcrel:aut><marcrel:dte><dct:Agent><foaf:name>Reichart, Albert</foaf:name></dct:Agent></marcrel:dte><marcrel:cns><dct:Agent><foaf:name>Garzaroll a Garzarolshoffen, Franciscus Josephus</foaf:name></dct:Agent></marcrel:cns><marcrel:cns><dct:Agent><foaf:name>Lazari, Antonius</foaf:name></dct:Agent></marcrel:cns><marcrel:clb><dct:Agent><foaf:name>Koch, Jo.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>W. W.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Trost, And.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Ritter, Paulus</foaf:name></dct:Agent></marcrel:clb><marcrel:prt><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/124751946"/><foaf:name>Mayr, Johann Baptist</foaf:name></dct:Agent></marcrel:prt><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/lat"/><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/ger"/><foaf:page rdf:resource="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677"/></dct:BibliographicResource></dct:isPartOf></emblem:Emblem></rdf:RDF>
\ No newline at end of file
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Emblem E000095</title><style type="text/css">
body { width: 60em; margin: 0 auto; }
</style></head><body><a href="E000095.rdf" target="_blank" style="float: right;"><img src="data:image/gif;base64,R0lGODlhFgAYAMQfAMPS52eMwkh1tvH0+Thpr1eAuyleqeDo8ipeqdLd7eHp8////3aYyKS62jlqr5Su1Eh1tbLF4HWXx7PG4ZWv1O/z+BpSo2aMwcLR5leAvEd0tViBvIWjzhpTowtHnf///yH5BAEAAB8ALAAAAAAWABgAAAXH4CeOJJlkBacxQ+mOAFEdV0E470scC+f9nkaOpCgcOAagRzCEcSTKH7P5aRAKUc+Gmuh4sNFJk+LNegKiQcAAMTAAFMQvkBgwgByRovNYRDgQQA4KJHcIIwF9EVFoJQBLIxYLGBdRLSUKkCIQi1k5mh8GPllijqABUFkdQiQUP5cDDqpSACIAHQQ3hB9qXggcLQkBPwgCOwcPEgYJVLceBhULgcRUH10cBxEWStUfAhhg3NUcD2bdAAbhPx3dH8NRrN0cZQhiIQA7"></a><h1>Emblem E000095</h1><dl><dt>PURL</dt><dd><a target="_blank" href="http://hdl.handle.net/10111/EmblemRegistry:E000095">http://hdl.handle.net/10111/EmblemRegistry:E000095</a></dd><dt>Darstellungen / shown at</dt><dd><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00039">http://diglib.hab.de/drucke/th-2951/start.htm?image=00039</a><br><a target="_blank" href="http://diglib.hab.de/drucke/th-2951/start.htm?image=00038">http://diglib.hab.de/drucke/th-2951/start.htm?image=00038</a></dd><dt>Enthalten in / part of</dt><dd><a target="_blank" href="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677">Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</a></dd><dt>Thema / subject</dt><dd>(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità · Bilderrahmen, etc. · Erzbischof, Bischof etc. (römisch-katholisch) · Herde, Schafherde · Hügellandschaft · Leben vs. Tod · Sprichwörter, Redewendungen, etc. · Vieh hüten; Hirt, Schafhirt · der Tod als Skelett · jemanden an der Hand oder am Handgelenk führen</dd><dt>Iconclass</dt><dd><a target="_blank" href="http://iconclass.org/11P3113">11P3113</a> · <a target="_blank" href="http://iconclass.org/11R5">11R5</a> · <a target="_blank" href="http://iconclass.org/25H114">25H114</a> · <a target="_blank" href="http://iconclass.org/31A25432">31A25432</a> · <a target="_blank" href="http://iconclass.org/31E5">31E5</a> · <a target="_blank" href="http://iconclass.org/31F26">31F26</a> · <a target="_blank" href="http://iconclass.org/47I221">47I221</a> · <a target="_blank" href="http://iconclass.org/47I2211">47I2211</a> · <a target="_blank" href="http://iconclass.org/48C5156">48C5156</a> · <a target="_blank" href="http://iconclass.org/86%28ET%20EPISCOPATUM%20EIUS%20ACCIPIAT%20ALTER%29">86(ET EPISCOPATUM EIUS ACCIPIAT ALTER)</a></dd><dt>Motto</dt><dd><blockquote lang="la">Et Episcopatum eius accipiat alter.</blockquote><blockquote lang="de">Vnd sein Bistumb muß einander empfahen.</blockquote></dd></dl><div class="footer"><small>Last modified: 2017-11-15T14:04:17.754+01:00</small></div></body></html>
\ No newline at end of file
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cnt="http://www.w3.org/2011/content#" xmlns:dct="http://purl.org/dc/terms/" xmlns:emblem="http://uri.hab.de/ontology/emblem#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc"><emblem:Emblem rdf:about="http://hdl.handle.net/10111/EmblemRegistry:E000095"><skos:prefLabel>E000095 Et Episcopatum eius accipiat alter</skos:prefLabel><emblem:hasPart><emblem:Motto><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00039"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="la">Et Episcopatum eius accipiat alter.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00039"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language><dct:hasFormat><cnt:ContentAsXML><dct:format>application/tei+xml</dct:format><cnt:rest rdf:parseType="Literal"><p xmlns="http://www.tei-c.org/ns/1.0" xml:lang="de">Vnd sein Bistumb muß einander empfahen.</p></cnt:rest></cnt:ContentAsXML></dct:hasFormat></emblem:TextSegment></emblem:hasTextSegment></emblem:Motto></emblem:hasPart><emblem:hasPart><emblem:Pictura><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00039"/><dct:medium><skos:Concept><owl:sameAs rdf:resource="http://vocab.getty.edu/aat/300041340"/><skos:prefLabel xml:lang="de">Stich (Gravur)</skos:prefLabel><skos:prefLabel xml:lang="en">Engraving</skos:prefLabel></skos:Concept></dct:medium><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/86%28ET%20EPISCOPATUM%20EIUS%20ACCIPIAT%20ALTER%29"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">86(ET EPISCOPATUM EIUS ACCIPIAT ALTER)</skos:notation><skos:prefLabel xml:lang="de">Sprichwörter, Redewendungen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/48C5156"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">48C5156</skos:notation><skos:prefLabel xml:lang="de">Bilderrahmen, etc.</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/25H114"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">25H114</skos:notation><skos:prefLabel xml:lang="de">Hügellandschaft</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/47I221"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">47I221</skos:notation><skos:prefLabel xml:lang="de">Vieh hüten; Hirt, Schafhirt</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/47I2211"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">47I2211</skos:notation><skos:prefLabel xml:lang="de">Herde, Schafherde</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11P3113"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11P3113</skos:notation><skos:prefLabel xml:lang="de">Erzbischof, Bischof etc. (römisch-katholisch)</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31F26"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31F26</skos:notation><skos:prefLabel xml:lang="de">der Tod als Skelett</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31A25432"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31A25432</skos:notation><skos:prefLabel xml:lang="de">jemanden an der Hand oder am Handgelenk führen</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/11R5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">11R5</skos:notation><skos:prefLabel xml:lang="de">(Personifikationen der) Vanitas; die Vergänglichkeit des menschlichen Lebens; Ripa: Fragilità humana, Fugacità delle grandezze &amp; della gloria mondana, Meditatione della morte, Opera vana, Piacere vano, Vana gloria, Vanità</skos:prefLabel></skos:Concept></dct:subject><dct:subject><skos:Concept><owl:sameAs rdf:resource="http://iconclass.org/31E5"/><skos:notation rdf:datatype="http://uri.hab.de/ontology/diglib-types#Iconclass">31E5</skos:notation><skos:prefLabel xml:lang="de">Leben vs. Tod</skos:prefLabel></skos:Concept></dct:subject></emblem:Pictura></emblem:hasPart><emblem:hasPart><emblem:Subscriptio><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00038"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">la</dct:language></emblem:TextSegment></emblem:hasTextSegment><emblem:hasTextSegment><emblem:TextSegment><emblem:isShownAt rdf:resource="http://diglib.hab.de/drucke/th-2951/start.htm?image=00038"/><dct:language rdf:datatype="http://purl.org/dc/terms/RFC4646">de</dct:language></emblem:TextSegment></emblem:hasTextSegment></emblem:Subscriptio></emblem:hasPart><dct:isPartOf xmlns:emblem="http://diglib.hab.de/rules/schema/emblem"><dct:BibliographicResource xmlns:rdau="http://rdaregistry.info/Elements/u/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><owl:sameAs rdf:resource="http://uri.gbv.de/document/opac-de-23:ppn:612777677"/><dct:title>Theatrum Mortis Humanae Tripartitum. I. Pars. Saltum Mortis. II. Pars. Varia genera Mortis. III. Pars. Poenas Damnatorum continens. Cum Figuris Aeneis Illustratum Das ist: Schau-Bühne Deß Menschlichen Todts in drey Theil : 1. Theil Der Toden-Tantz. 2. Theil Underschidliche Todts-Gattungen. 3. Theil Der Verdambten Höllen-Peyn/ vorstellend ; Mit schönen Kupffer-Stichen geziehrt und an Tag gegeben</dct:title><dct:issued>1682</dct:issued><rdau:P60163>Laybach</rdau:P60163><rdau:P60547>Mayr</rdau:P60547><marcrel:aut><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/118764071"/><foaf:name>Valvasor, Johann Weikhard</foaf:name></dct:Agent></marcrel:aut><marcrel:dte><dct:Agent><foaf:name>Reichart, Albert</foaf:name></dct:Agent></marcrel:dte><marcrel:cns><dct:Agent><foaf:name>Garzaroll a Garzarolshoffen, Franciscus Josephus</foaf:name></dct:Agent></marcrel:cns><marcrel:cns><dct:Agent><foaf:name>Lazari, Antonius</foaf:name></dct:Agent></marcrel:cns><marcrel:clb><dct:Agent><foaf:name>Koch, Jo.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>W. W.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Trost, And.</foaf:name></dct:Agent></marcrel:clb><marcrel:clb><dct:Agent><foaf:name>Ritter, Paulus</foaf:name></dct:Agent></marcrel:clb><marcrel:prt><dct:Agent><owl:sameAs rdf:resource="http://d-nb.info/gnd/124751946"/><foaf:name>Mayr, Johann Baptist</foaf:name></dct:Agent></marcrel:prt><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/lat"/><dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-2/ger"/><foaf:page rdf:resource="http://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=612777677"/></dct:BibliographicResource></dct:isPartOf></emblem:Emblem></rdf:RDF>
\ No newline at end of file