Project

General

Profile

« Previous | Next » 

Revision 49389

Fixes https://support.d4science.org/issues/9882: includes Volatile datasets

View differences:

cidoc_2_document.xslt
1064 1064
		</tr>
1065 1065
	</xsl:template>
1066 1066

  
1067
	<xsl:template match="rdf:Description[./rdf:type/@rdf:resource = 'http://parthenos.d4science.org/CRMext/CRMpe.rdfs/PE22_Persistent_Dataset']" mode="minimalMetadata">
1067
	<xsl:template mode="minimalMetadata"
1068
	              match="rdf:Description[./rdf:type/@rdf:resource = 'http://parthenos.d4science.org/CRMext/CRMpe.rdfs/PE22_Persistent_Dataset']
1069
	                   | rdf:Description[./rdf:type/@rdf:resource = 'http://parthenos.d4science.org/CRMext/CRMpe.rdfs/PE24_Volatile_Dataset']" >
1068 1070

  
1069 1071
		<tr>
1070 1072
			<td>
1071
				<strong>PE22_Persistent_Dataset</strong> : <strong><xsl:value-of select="./@rdf:about"/></strong><br/>
1073
				<strong><xsl:value-of select="./@rdf:about"/></strong><br/>
1074
				RDF types:
1075
				<xsl:for-each select="./rdf:type/@rdf:resource">
1076
					<strong><xsl:value-of select="tokenize(., '/')[last()]"/></strong><br/>
1077
				</xsl:for-each>
1072 1078

  
1079

  
1073 1080
				<xsl:call-template name="generalDescriptors"/>
1074 1081
				<br/>
1075 1082
				<xsl:call-template name="printProperty">

Also available in: Unified diff