File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
xmlns : nmo =" http://nomisma.org/ontology#" xmlns : osgeo =" http://data.ordnancesurvey.co.uk/ontology/geometry/" xmlns : dcterms =" http://purl.org/dc/terms/"
6
6
xmlns : un =" http://www.owl-ontologies.com/Ontology1181490123.owl#" xmlns : nm =" http://nomisma.org/id/" xmlns : prov =" http://www.w3.org/ns/prov#"
7
7
xmlns : bio =" http://purl.org/vocab/bio/0.1/" xmlns : rdac =" http://www.rdaregistry.info/Elements/c/" xmlns : foaf =" http://xmlns.com/foaf/0.1/"
8
- xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#" exclude-result-prefixes =" #all" version =" 2.0" >
8
+ xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#" xmlns : crm = " http://www.cidoc-crm.org/cidoc-crm/ " exclude-result-prefixes =" #all" version =" 2.0" >
9
9
10
10
<xsl : strip-space elements =" *" />
11
11
<xsl : output method =" xml" encoding =" UTF-8" indent =" yes" />
264
264
</xsl : when >
265
265
<xsl : when test =" $mode = 'Modify'" >
266
266
<!-- insert an event if the date isn't in a spreadsheet -->
267
- <xsl : if test =" not (index-of($dates, $date))" >
267
+ <xsl : if test =" count (index-of($dates, $date)) = 0 " >
268
268
<prov : activity >
269
269
<prov : Activity >
270
270
<rdf : type rdf : resource =" http://www.w3.org/ns/prov#{$mode}" />
You can’t perform that action at this time.
0 commit comments