Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeEclipse
title<recordRights> / <rightsType> / <conceptID>
<!-- Ohne Nennung Rechteinhaber*in -->
 
<lido:recordWrap>
	<lido:recordRights>
   		<lido:rightsType>
       			<lido:conceptID lido:type="http://terminology.lido-schema.org/lido00099">https://creativecommons.org/publicdomain/zero/1.0/</lido:conceptID>
       			<lido:term>CC0</lido:term>
   		</lido:rightsType>
	</lido:recordRights>
</lido:recordWrap>
 
 
<!-- Mit Nennung Rechteinhaber*in -->
  
<lido:recordWrap>
	<lido:recordRights>
   		<lido:rightsType>
       		<lido:conceptID lido:type="http://terminology.lido-schema.org/lido00099">https://creativecommons.org/licenses/by-nc-sa/4.0/</lido:conceptID>
       		<lido:term>CC BY-NC-SA 4.0</lido:term>
   		</lido:rightsType>
   		<lido:rightsHolder>
       		<lido_legalBodyID lido:type="http://terminology.lido-schema.org/lido00099" lido:source="ISIL (ISO 15511)">https://ld.zdb-services.de/resource/organisations/DE-MUS-031316</lido:legalBodyID>
       		<lido:legalBodyName>
           		<lido:appellationValue xml:lang="deu">Städtische Museen Calw</lido:appellationValue>
       		</lido:legalBodyName>
   		</lido:rightsHolder>
	</lido:recordRights>
</lido:recordWrap>

<recordRights> / <creditLine>

...