Revision 49383
Added by Alessia Bardi over 5 years ago
modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/functionality/modular/ui/lightui/xslt/cidoc_2_document.xslt | ||
---|---|---|
780 | 780 |
<tr> |
781 | 781 |
<td> |
782 | 782 |
<strong>E39_Actor</strong> : <strong><xsl:value-of select="./@rdf:about"/></strong><br/> |
783 |
|
|
784 | 783 |
<xsl:call-template name="printProperty"> |
784 |
<xsl:with-param name="propertyName">Label</xsl:with-param> |
|
785 |
<xsl:with-param name="propertyValue"> |
|
786 |
<xsl:value-of select="./rdfs:label/text()"/> |
|
787 |
</xsl:with-param> |
|
788 |
</xsl:call-template> |
|
789 |
<br/> |
|
790 |
<xsl:call-template name="printProperty"> |
|
785 | 791 |
<xsl:with-param name="propertyName">P1_is_identified_by</xsl:with-param> |
786 | 792 |
<xsl:with-param name="propertyValue"> |
787 | 793 |
<xsl:value-of select="./crm:P1_is_identified_by/@rdf:resource"/> |
... | ... | |
860 | 866 |
<td> |
861 | 867 |
<strong>E53_Place</strong> : <strong><xsl:value-of select="./@rdf:about"/></strong><br/> |
862 | 868 |
<xsl:call-template name="printProperty"> |
869 |
<xsl:with-param name="propertyName">Label</xsl:with-param> |
|
870 |
<xsl:with-param name="propertyValue"> |
|
871 |
<xsl:value-of select="./rdfs:label/text()"/> |
|
872 |
</xsl:with-param> |
|
873 |
</xsl:call-template> |
|
874 |
<br/> |
|
875 |
<xsl:call-template name="printProperty"> |
|
863 | 876 |
<xsl:with-param name="propertyName">P2_has_type</xsl:with-param> |
864 | 877 |
<xsl:with-param name="propertyValue"> |
865 | 878 |
<xsl:value-of select="./crm:P2_has_type/@rdf:resource"/> |
866 | 879 |
</xsl:with-param> |
867 | 880 |
</xsl:call-template> |
881 |
<br/> |
|
868 | 882 |
<xsl:call-template name="printProperty"> |
869 | 883 |
<xsl:with-param name="propertyName">P1_is_identified_by</xsl:with-param> |
870 | 884 |
<xsl:with-param name="propertyValue"> |
Also available in: Unified diff
Added labels for places and actors