Skip to content

Commit

Permalink
Cleanup some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Dec 11, 2020
1 parent 8aa7360 commit 4a3f029
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Stylesheet/TEI2Ontolex.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">

<xsl:variable name="LexiconURI" select="'http://www.mylexica.perso/PLI1906'"/>

<xsl:output indent="yes" method="xml"/>

<xsl:template match="/">
Expand Down Expand Up @@ -60,12 +58,6 @@
<xsl:apply-templates select="tei:entry | tei:re"/>
</lexicog:Entry>
</xsl:when>
<xsl:when test="tei:gramGrp/tei:pos/@expand = 'locution'">
<owl:NamedIndividual rdf:about="{$LexiconURI}#{@xml:id}">
<rdf:type rdf:resource="http://www.w3.org/ns/lemon/ontolex#MultiwordExpression"/>
<xsl:apply-templates/>
</owl:NamedIndividual>
</xsl:when>
<xsl:otherwise>
<ontolex:LexicalEntry rdf:ID="{@xml:id}">
<xsl:apply-templates/>
Expand Down

0 comments on commit 4a3f029

Please sign in to comment.