From c5dcd236a5ce7e114e6d4e5e619403e4fb205c7b Mon Sep 17 00:00:00 2001 From: Sabine Krug <kru@slub-dresden.de> Date: Wed, 27 Apr 2022 14:04:47 +0200 Subject: [PATCH] init: sigprops fuer publikationen --- sigprops_publikation_pflichtexemplare.xml | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 sigprops_publikation_pflichtexemplare.xml diff --git a/sigprops_publikation_pflichtexemplare.xml b/sigprops_publikation_pflichtexemplare.xml new file mode 100644 index 0000000..7787e3c --- /dev/null +++ b/sigprops_publikation_pflichtexemplare.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ObjectType xmlns="http://slubarchiv.slub-dresden.de/sigprops1" + xsi:schemaLocation="http://slubarchiv.slub-dresden.de/sigprops1 https://slubarchiv.slub-dresden.de/slubarchiv/standards/sigprops/sigprops.xsd" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="de"> + <Metadata> + <CreationDate>2022-04-26T13:01:00</CreationDate> + <Creator>Sabine Krug</Creator> + <WorkflowName>Publikation Qucosa</WorkflowName> + <InstitutionName>SLUB Dresden</InstitutionName> + <InstitutionContact>sabine.krug@slub-dresden.de</InstitutionContact> + <ObjectTypeName>Publikation</ObjectTypeName> + </Metadata> + <SignificantProperties> + <SignificantProperty resourceType="Text"> + <PropertyName>menschenlesbar</PropertyName> + <PropertyExplanation>Der Text ist menschenlesbar, so dass er ohne spezielle Hilfsmittel auf dem Computer angezeigt und von Menschen verstanden werden kann</PropertyExplanation> + <PropertyCategory>Content</PropertyCategory> + <PropertyProcedure>designated communities</PropertyProcedure> + </SignificantProperty> + <SignificantProperty resourceType="Text"> + <PropertyName>menschenlesbar</PropertyName> + <PropertyExplanation>Der Text ist menschenlesbar, so dass er ohne spezielle Hilfsmittel auf dem Computer angezeigt und von Menschen verstanden werden kann</PropertyExplanation> + <PropertyCategory>Rendering</PropertyCategory> + <PropertyProcedure>designated communities</PropertyProcedure> + </SignificantProperty> + <SignificantProperty resourceType="Text"> + <PropertyName>menschenlesbar</PropertyName> + <PropertyExplanation>Der Text ist menschenlesbar, so dass er ohne spezielle Hilfsmittel auf dem Computer angezeigt und von Menschen verstanden werden kann</PropertyExplanation> + <PropertyCategory>Context</PropertyCategory> + <PropertyProcedure>designated communities</PropertyProcedure> + </SignificantProperty> + <SignificantProperty resourceType="Text"> + <PropertyName>strukturiert</PropertyName> + <PropertyExplanation>Der Text ist strukturiert, so dass die Zitierbarkeit und Auffindbarkeit von Textstellen ermöglicht wird.</PropertyExplanation> + <PropertyCategory>Structure</PropertyCategory> + <PropertyProcedure>designated communities</PropertyProcedure> + </SignificantProperty> + <SignificantProperty resourceType="Text"> + <PropertyName>linear</PropertyName> + <PropertyExplanation>Der Text ist linear aufgebaut, so dass der Lesefluss des Textes erkennbar bleibt.</PropertyExplanation> + <PropertyProcedure>designated communities</PropertyProcedure> + <PropertyCategory>Structure</PropertyCategory> + </SignificantProperty> + <SignificantProperty resourceType="Text"> + <PropertyName>maschinenlesbar</PropertyName> + <PropertyProcedure>designated communities</PropertyProcedure> + <PropertyExplanation>Der Text ist maschinenlesbar um eine automatisierte Textauswertung und -verarbeitung zu gewährleisten und die Barrierefreiheit gegeben ist.</PropertyExplanation> + <PropertyCategory>Behaviour</PropertyCategory> + </SignificantProperty> + </SignificantProperties> -- GitLab