add ontologies

This commit is contained in:
Robert Nasarek 2024-02-21 11:02:01 +01:00
parent 09d10c5b1d
commit 9154fa83d4
57 changed files with 28407 additions and 6610 deletions

0
bagIt/bag-info.txt Normal file
View file

0
bagIt/bagit.txt Normal file
View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

0
bagIt/manifest-md5.txt Normal file
View file

View file

0
bagIt/meta/cidoc-crm.owl Normal file
View file

View file

65
bagIt/meta/ead.xml Normal file
View file

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<ead xmlns="urn:isbn:1-931666-22-9" xmlns:xlink="http://www.w3.org/1999/xlink">
<eadheader>
<eadid>MS-001</eadid>
<filedesc>
<titlestmt>
<title>Fiktive Sammlung</title>
<author>John Doe</author>
</titlestmt>
<publicationstmt>
<publisher>Archiv XYZ</publisher>
<address>
<addressline>Beispielstraße 123</addressline>
<addressline>12345 Musterstadt</addressline>
<addressline>Land</addressline>
</address>
<date>2023-07-31</date>
</publicationstmt>
<seriesstmt>
<title>Serie 1</title>
</seriesstmt>
</filedesc>
<profiledesc>
<creation>2023-07-31</creation>
<langusage>Deutsch</langusage>
</profiledesc>
</eadheader>
<archdesc level="collection">
<did>
<repository>
<corpname>Archiv XYZ</corpname>
</repository>
<unittitle>Fiktive Sammlung</unittitle>
<unitid>MS-001</unitid>
<unitdate>1940-2000</unitdate>
</did>
<scopecontent>
<p>Dies ist eine fiktive Sammlung, die Materialien aus den Jahren 1940 bis 2000 umfasst.</p>
</scopecontent>
<dsc>
<c level="series">
<did>
<unittitle>Serie 1</unittitle>
<unitid>MS-001-01</unitid>
<unitdate>1940-1950</unitdate>
</did>
<scopecontent>
<p>Dies ist Serie 1, die Materialien aus den Jahren 1940 bis 1950 enthält.</p>
</scopecontent>
<c level="file">
<did>
<unittitle>Akte 1</unittitle>
<unitid>MS-001-01-001</unitid>
<unitdate>1940-1945</unitdate>
</did>
<scopecontent>
<p>Dies ist Akte 1, die Materialien aus den Jahren 1940 bis 1945 enthält.</p>
</scopecontent>
</c>
<!-- Weitere Unterabschnitte (Files) von Serie 1 könnten hier folgen -->
</c>
<!-- Weitere Serien oder Bestandteile der Sammlung könnten hier folgen -->
</dsc>
</archdesc>
</ead>

0
bagIt/meta/lido.xml Normal file
View file

0
bagIt/meta/mets-mods.xml Normal file
View file

0
bagIt/meta/oai-pmh.xml Normal file
View file

0
bagIt/meta/premis.xml Normal file
View file

43
bagIt/meta/spectrum.xml Normal file
View file

@ -0,0 +1,43 @@
<Record xmlns="http://www.collectionstrust.org.uk/spectrum" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.collectionstrust.org.uk/spectrum http://www.collectionstrust.org.uk/spectrum/spectrum.xsd">
<ObjectEntryNumber>ABC12345</ObjectEntryNumber>
<Title>Antike Vase</Title>
<Classification>
<Type>Archäologische Funde</Type>
<Term>Antike Keramik</Term>
</Classification>
<Production>
<Creator>Unbekannt</Creator>
<Date>500 v. Chr.</Date>
<Materials>Ton</Materials>
<Techniques>Handgefertigt</Techniques>
</Production>
<Measurements>
<Unit>cm</Unit>
<Height>25</Height>
<Diameter>15</Diameter>
<Weight>1 kg</Weight>
</Measurements>
<Description>Dies ist eine antike handgefertigte Vase aus Ton, die um 500 v. Chr. hergestellt wurde.</Description>
<History>
<Provenance>Erworben von einer Privatsammlung im Jahr 1970.</Provenance>
</History>
<Acquisition>
<Date>1. Januar 1970</Date>
<Method>Kauf</Method>
<AcquiredFrom>Privatsammlung</AcquiredFrom>
</Acquisition>
<Location>
<CurrentLocation>Ausstellungssaal 2</CurrentLocation>
</Location>
<Condition>
<DisplayStatus>Ausgestellt</DisplayStatus>
<ConditionCheck>
<Date>1. Juli 2023</Date>
<ConditionReport>Guter Zustand, leichte Abnutzungsspuren.</ConditionReport>
</ConditionCheck>
</Condition>
<Rights>
<CopyrightStatus>Alle Rechte vorbehalten</CopyrightStatus>
<RightsHolder>Museum ABC</RightsHolder>
</Rights>
</Record>

0
bagIt/meta/tei.xml Normal file
View file

0
bagIt/meta/xdomea.xml Normal file
View file

0
bagIt/meta/xmp.xml Normal file
View file

View file

View file