Changeset 5993


Ignore:
Timestamp:
02/18/15 13:26:40 (9 years ago)
Author:
Twan Goosen
Message:

Fixed an error in the facet mapping

Background as explained by Menzo:
".. <value/> comes from the XML file I was using as input. http://www.isocat.org/rest/dc/4160
doesn’t appear in any CMD profile/component (at least not on 1 December
2014), that’s why the XSL didn’t find a match, and I fixed in manually.

Not only did I not change <value/> to <concept/> I also looked up the
wrong DC, i.e., 4560 instead of 4160. Luckily 4160 was already mapped
higher up in the concept (based on http://www.isocat.org/datcat/DC-4160,
which does appear in a CMD profile/component on December 1st).

So the portion of the facetConcepts.xml should look:

<concept>http://www.isocat.org/rest/dc/4160</concept>
<concept>http://hdl.handle.net/11459/CCR_C-4160_192be757-0d8f-f4fe-b10b-d3

d50de92482</concept>"

Location:
vlo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-commons/src/main/resources/facetConcepts.xml

    r5990 r5993  
    4343                <concept>http://hdl.handle.net/11459/CCR_C-2545_d873f2ab-2a2f-29d6-a9ab-260cde57f227</concept>
    4444                <concept>http://www.isocat.org/rest/dc/4160</concept>
    45                 <value>http://hdl.handle.net/11459/CCR_C-4560_5f3189fa-6ce1-8b44-08a7-7ada00467e10</value>
     45                <concept>http://hdl.handle.net/11459/CCR_C-4160_192be757-0d8f-f4fe-b10b-d3d50de92482</concept>
    4646                <concept>http://purl.org/dc/terms/title</concept>
    4747                <concept>http://purl.org/dc/elements/1.1/title</concept>
  • vlo/trunk/vlo-importer/src/test/resources/facetConceptsTest.xml

    r5965 r5993  
    4040                <concept>http://hdl.handle.net/11459/CCR_C-2545_d873f2ab-2a2f-29d6-a9ab-260cde57f227</concept>
    4141                <concept>http://www.isocat.org/rest/dc/4160</concept>
    42                 <value>http://hdl.handle.net/11459/CCR_C-4560_5f3189fa-6ce1-8b44-08a7-7ada00467e10</value>
     42                <concept>http://hdl.handle.net/11459/CCR_C-4160_192be757-0d8f-f4fe-b10b-d3d50de92482</concept>
    4343                <concept>http://purl.org/dc/terms/title</concept>
    4444                <concept>http://purl.org/dc/elements/1.1/title</concept>
Note: See TracChangeset for help on using the changeset viewer.