Project

General

Profile

« Previous | Next » 

Revision 49385

Add label for all types in minimal metadata

View differences:

modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/functionality/modular/ui/lightui/xslt/cidoc_2_document.xslt
107 107

  
108 108
	<xsl:template name="generalDescriptors">
109 109
		<xsl:call-template name="printProperty">
110
			<xsl:with-param name="propertyName">Label</xsl:with-param>
111
			<xsl:with-param name="propertyValue">
112
				<xsl:value-of select="./rdfs:label/text()"/>
113
			</xsl:with-param>
114
		</xsl:call-template>
115
		<br/>
116
		<xsl:call-template name="printProperty">
110 117
			<xsl:with-param name="propertyName">P1_is_identified_by</xsl:with-param>
111 118
			<xsl:with-param name="propertyValue">
112 119
				<xsl:value-of select="./crm:P1_is_identified_by/@rdf:resource"/>
......
496 503
			<td>
497 504
				<strong>E73_Information_Object</strong> : <strong><xsl:value-of select="./@rdf:about"/></strong><br/>
498 505
				<xsl:call-template name="printProperty">
506
					<xsl:with-param name="propertyName">Label</xsl:with-param>
507
					<xsl:with-param name="propertyValue">
508
						<xsl:value-of select="./rdfs:label/text()"/>
509
					</xsl:with-param>
510
				</xsl:call-template>
511
				<br/>
512
				<xsl:call-template name="printProperty">
499 513
					<xsl:with-param name="propertyName">P1_is_identified_by</xsl:with-param>
500 514
					<xsl:with-param name="propertyValue">
501 515
						<xsl:value-of select="./crm:P1_is_identified_by/@rdf:resource"/>
......
615 629
	<tr>
616 630
	<td>
617 631
	<strong>E33_Linguistic_Object</strong> : <strong><xsl:value-of select="./@rdf:about"/></strong><br/>
618

  
619 632
		<xsl:call-template name="printProperty">
633
			<xsl:with-param name="propertyName">Label</xsl:with-param>
634
			<xsl:with-param name="propertyValue">
635
				<xsl:value-of select="./rdfs:label/text()"/>
636
			</xsl:with-param>
637
		</xsl:call-template>
638
		<br/>
639
		<xsl:call-template name="printProperty">
620 640
			<xsl:with-param name="propertyName">P1_is_identified_by</xsl:with-param>
621 641
			<xsl:with-param name="propertyValue">
622 642
				<xsl:value-of select="./crm:P1_is_identified_by/@rdf:resource"/>

Also available in: Unified diff