browse by Ariadne subject

This commit is contained in:
Alessia Bardi 2020-02-06 12:14:41 +01:00
parent ff357e728b
commit 66360e6d20
2 changed files with 3 additions and 3 deletions

View File

@ -20,10 +20,9 @@
<TEXT_FIELD id="originalid" label="Original Identifier" operator="exact" />
<TEXT_FIELD id="objidentifier" label="D-Net Identifier" operator="exact" />
<TEXT_FIELD id="url" label="URL" operator="exact" />
<BROWSE_FIELD id="ariadnesubject" label="Ariadne subject" />
<BROWSE_FIELD id="datasourcename" label="Data Source" />
<BROWSE_FIELD id="datasourceapi" label="Data Source API" />
</FIELDS>
<FORMATTER xslt="/eu/dnetlib/functionality/modular/ui/lightui/xslt/cidoc_2_row.xslt" />
</SEARCH>
@ -37,7 +36,7 @@
<BROWSE_FIELD id="subject" label="Subject" />
<BROWSE_FIELD id="place" label="Place" />
<BROWSE_FIELD id="language" label="Language" />
<BROWSE_FIELD id="ariadnesubject" label="Ariadne subject" />
</FIELDS>
<FORMATTER
xslt="/eu/dnetlib/functionality/modular/ui/lightui/xslt/accordion_browse.xslt" />

View File

@ -30,6 +30,7 @@
<FIELD indexable="true" name="place" result="false" stat="false" tokenizable="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='https://www.ariadne-infrastructure.eu/resource/ao/cat/1.0/SpatialRegion']/aocat:has_place_name"/>
<FIELD indexable="true" name="rightstype" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/aocat:has_access_rights"/>
<FIELD indexable="true" name="subject" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/aocat:has_native_subject"/>
<FIELD indexable="true" name="ariadnesubject" result="false" stat="false" tokenizable="false" xpath="//*[local-name()='Description' and ./@*[local-name() = 'about' and . = //*[local-name()='has_ARIADNE_subject']/@*[local-name()='resource']]]/*[local-name()='prefLabel']"/>
<FIELD browsingAliasFor="datasourcename" indexable="true" name="datasourcenameforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dri:datasourcename"/>
<FIELD browsingAliasFor="datasourceapi" indexable="true" name="datasourceapiforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dri:datasourceapi"/>
</FIELDS>