Skip to content

Commit

Permalink
fix for semantic error in Museum Victoria LD - wrong predicate used
Browse files Browse the repository at this point in the history
  • Loading branch information
Conal-Tuohy committed Mar 21, 2016
1 parent d3e2a7d commit afa9d6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xproc/museum-victoria/museum-victoria-json-to-rdf.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
<crm:P32_used_general_technique>
<crm:E55_Type rdf:about="{$base-uri}resource/{$id}"/>
</crm:P32_used_general_technique>
<crm:P94_has_created>
<crm:P108_has_produced>
<crm:E22_Man-Made_Object rdf:about="{$base-uri}resource/{j:id}">
<crm:P1_is_identified_by>
<crm:E41_Appellation rdf:about="{$base-uri}resource/{j:id}#objectName">
<rdf:value><xsl:value-of select="j:objectName"/></rdf:value>
</crm:E41_Appellation>
</crm:P1_is_identified_by>
</crm:E22_Man-Made_Object>
</crm:P94_has_created>
</crm:P108_has_produced>
</crm:E12_Production>
</xsl:for-each>
</xsl:template>
Expand Down Expand Up @@ -250,9 +250,9 @@
<crm:P32_used_general_technique>
<crm:E55_Type rdf:about="{$base-uri}resource/technique/{encode-for-uri(lower-case(.))}"/>
</crm:P32_used_general_technique>
<crm:P94_has_created>
<crm:P108_has_produced>
<crm:E22_Man-Made_Object rdf:about="{$base-uri}resource/{$id}"/>
</crm:P94_has_created>
</crm:P108_has_produced>
</crm:E12_Production>
</xsl:template>

Expand Down

0 comments on commit afa9d6c

Please sign in to comment.