PPT Slide
getClassSpecificPropertyDefinitions (classURI, propertyURI)
returns a list of space-separated property=value URI pairs.
<xsl:call-template name="getClassSpecificPropertyDefinitions">
<xsl:with-param name="classURI" select="'http://www.xfront.com/owl/ontologies/water/#River'"/>
<xsl:with-param name="propertyURI" select="'http://www.xfront.com/owl/ontologies/water/#connectsTo'"/>
Here's how to invoke the template: