Project

General

Profile

« Previous | Next » 

Revision 48767

Updated index and lightui configuration to work with the RDF_XML_PLAIN format

View differences:

modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/parthenos/index/parthenosLayoutToRecordStylesheet.xsl
14 14

  
15 15
	<xsl:template match="LAYOUT">
16 16
		<nxsl:stylesheet version="2.0"
17
			xmlns:dr="http://www.driver-repository.eu/namespace/dr"
17
		    xmlns:oai="http://www.openarchives.org/OAI/2.0/"
18 18
			xmlns:dri="http://www.driver-repository.eu/namespace/dri"
19 19
			xmlns:dc="http://purl.org/dc/elements/1.1/"
20 20
			xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
21 21
			xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
22 22
			xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
23
			xmlns:foaf="http://xmlns.com/foaf/0.1/">
23
			xmlns:foaf="http://xmlns.com/foaf/0.1/"
24
			xmlns:crmpe="http://www.ics.forth.gr/isl/CRMext/CRMpe.rdfs/">
25
		<!--TODO: change crmpe namespace to https://parthenos.d4science.org/CRMext/CRMpe.rdfs , see https://support.d4science.org/issues/8621 -->
24 26

  
25 27
			<nxsl:output version="1.0" omit-xml-declaration="yes" method="xml" encoding="UTF8" />
26 28

  
modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/functionality/modular/ui/lightui/xslt/cidoc_2_row.xslt
40 40
						<img src="../resources/img/record.png" width="80" height="80" />
41 41
					</td>
42 42
					<td>
43
						<strong>Title: </strong><xsl:value-of select="//rdf:RDF/*/crm:P102_has_title/crm:E35_Title/rdfs:label" /><br/>
43
						<strong>Original identifier: </strong><i><xsl:value-of select="//dri:recordIdentifier" /></i><br/><br/>
44
						<strong>Data Source: </strong><i><xsl:value-of select="//dri:datasourcename" /></i><br/><br/>
45
						<strong>Resource types: </strong>
46
						<xsl:for-each-group select="//rdf:Description" group-by="./rdf:type/@rdf:resource">
47
							<i><xsl:value-of select="tokenize(current-grouping-key(),'/')[last()]"/></i> (<xsl:value-of select="count(current-group())"/>)<br/>
48
						</xsl:for-each-group>
44 49

  
45
						<strong>Notes: </strong><xsl:for-each select="//crm:P3_has_note"><i><xsl:value-of select="." /></i></xsl:for-each><br/>
46
						<strong>Author: </strong><xsl:value-of select="//*[local-name()='creator']" /><br/>
50
						<!--<xsl:for-each select="//rdf:Description/rdf:type"><i><xsl:value-of select="tokenize(@rdf:resource,'/')[last()]" /></i><br/></xsl:for-each><br/>-->
51

  
52
						<!--<xsl:value-of select="//rdf:RDF/*/crm:P102_has_title/crm:E35_Title/rdfs:label" /><br/>-->
53

  
54
						<strong>Notes: </strong><xsl:for-each select="//crm:P3_has_note"><i><xsl:value-of select="." /></i><br/></xsl:for-each><br/>
47 55
						<br />
48 56
						<button class="btn btn-primary btn-sm" ng-click="getDocument('objidentifier', '{$id}')">show record</button>
49 57
					</td>
modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/functionality/modular/ui/lightui/xslt/cidoc_2_document.xslt
19 19
			<div class="col-xs-10">
20 20
				<xsl:if test="//*[local-name()='title']">
21 21
					<h1 id="overview">
22
						<xsl:value-of select="/crm:P102_has_title"/>
22
						<!-- this is visualized big next to the picture. Since we cannot identify 1 main title, for Parthenos it wil be empty -->
23
						<!--<xsl:value-of select="/crm:P102_has_title"/>-->
23 24
					</h1>
24 25
				</xsl:if>
25 26
			</div>
......
35 36
					<tbody>
36 37
						<tr>
37 38
							<td class="col-xs-3">
38
								<strong>Author</strong>
39
								<strong>Original identifier</strong>
39 40
							</td>
40 41
							<td>
41
								<xsl:for-each select="//*[local-name()='creator']">
42
									<xsl:value-of select="."/>
43
									<br/>
44
								</xsl:for-each>
42
								<xsl:value-of select="//dri:recordIdentifier"/>
45 43
							</td>
46 44
						</tr>
47 45
						<tr>
48 46
							<td class="col-xs-3">
49
								<strong>Title</strong>
47
								<strong>Provenance</strong>
50 48
							</td>
51 49
							<td>
52
								<xsl:for-each select="//crm:P102_has_title">
53
									<xsl:value-of select="."/>
54
									<br/>
55
								</xsl:for-each>
50
								<i>Data source: </i><xsl:value-of select="//dri:datasourcename"/><br/>
51
								<i>D-Net API: </i><xsl:value-of select="//dri:datasourceapi"/>
56 52
							</td>
57 53
						</tr>
58 54
						<tr>
59 55
							<td class="col-xs-3">
60
								<strong>Description</strong>
56
								<strong>Collected</strong>
61 57
							</td>
62 58
							<td>
63
								<xsl:for-each select="//crm:P3_has_note">
64
									<xsl:value-of select="."/>
65
									<br/>
66
								</xsl:for-each>
59
								<xsl:value-of select="//dri:dateOfCollection"/>
67 60
							</td>
68 61
						</tr>
69 62
						<tr>
70 63
							<td class="col-xs-3">
71
								<strong>Identifiers</strong>
64
								<strong>Transformed</strong>
72 65
							</td>
73 66
							<td>
74
								<xsl:for-each select="//crm:P1_is_identified_by/crm:E42_Identifier/@rdf:about">
75
									<xsl:value-of select="."/>
67
								<xsl:value-of select="//dri:dateOfTransformation"/>
68
							</td>
69
						</tr>
70
						<tr>
71
							<td class="col-xs-3">
72
								<strong>Resources (types, labels, and urls)</strong>
73
							</td>
74
							<td>
75
								<xsl:for-each-group select="//rdf:Description" group-by="./rdf:type/@rdf:resource">
76
									<i><xsl:value-of select="tokenize(current-grouping-key(),'/')[last()]"/></i> (<xsl:value-of select="count(current-group())"/>)<br/>
77
										<xsl:for-each select="current-group()">
78
											<xsl:if test="string-length(./rdfs:label) &gt; 0">
79
												- <xsl:value-of select="./rdfs:label"/>
80
												<br/>
81
											</xsl:if>
82
										</xsl:for-each>
76 83
									<br/>
77
								</xsl:for-each>
84
								</xsl:for-each-group>
78 85
							</td>
79 86
						</tr>
80 87
						<tr>
81 88
							<td class="col-xs-3">
82
								<strong>Type</strong>
89
								<strong>Notes</strong>
83 90
							</td>
84 91
							<td>
85
								<xsl:for-each select="//rdf:RDF/*/rdf:type/@rdf:resource">
86
									<xsl:value-of select="substring-after(./text(),'http://www.ics.forth.gr/isl/CRMext/CRMpe.rdfs/')"/>
92
								<xsl:for-each select="//crm:P3_has_note">
93
									<xsl:value-of select="./text()"/>
87 94
									<br/>
88 95
								</xsl:for-each>
89 96
							</td>
......
105 112
	</xsl:template>
106 113

  
107 114
	<xsl:template name="xmlAttr">
108
		<span style='color:red'>
115
		<span style='color:orange'>
109 116
			<xsl:value-of select="concat(' ', local-name())"/>
110 117
		</span>
111 118
		<xsl:value-of select="concat('=&quot;', ., '&quot;')"/>
modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/bootstrap/profiles/LightUiDSResourceType/lightui_parthenos.xml
20 20
					<TEXT_FIELD id="title" operator="all" label="Title" />
21 21
					<TEXT_FIELD id="originalid" label="Original Identifier" operator="exact" />
22 22
					<TEXT_FIELD id="objidentifier" label="D-Net Identifier" operator="exact" />
23
					<TEXT_FIELD id="parthenosurl" label="Parthenos URL" operator="exact" />
23
					<TEXT_FIELD id="url" label="URL" operator="exact" />
24 24

  
25 25
					<BROWSE_FIELD id="datasourcename" label="Data Source" />
26 26
					<BROWSE_FIELD id="type" label="Type" />
27
					<BROWSE_FIELD id="rdftype" label="rdf:type" />
28 27

  
29 28
					<SELECT_FIELD id="cleaned" label="Cleaned records" operator="exact">
30 29
						<VALUE id="true" label="true" />
31 30
						<VALUE id="false" label="false" />
32 31
					</SELECT_FIELD>
33
					<!-- No need to add them explicitely: we can browse by type -->
34
					<!--
35
					 <SELECT_FIELD id="type" label="Type" operator="exact">
36
						 <VALUE id="PE1_Service" label="PE1 Service" />
37
						 <VALUE id="PE2_Hosting_Service" label="PE2 Hosting Service" />
38
						 <VALUE id="PE3_Curating_Service" label="PE3 Curating Service" />
39
						 <VALUE id="PE5_Digital_Hosting_Service" label="PE5 Digital Hosting Service" />
40
						 <VALUE id="PE6_Software_Hosting_Service" label="PE6 Software Hosting Service" />
41
						 <VALUE id="PE7_Data_Hosting_Service" label="PE7 Data Hosting Service" />
42
						 <VALUE id="PE8_E_Service" label="PE8 E-Service" />
43
						 <VALUE id="PE10_Digital_Curating_Service" label="PE10 Digital Curating Service" />
44
						 <VALUE id="PE11_Software_Curating_Service" label="PE11 Software Curating Service" />
45
						 <VALUE id="PE12_Data_Curating_Service" label="PE12 Data Curating Service" />
46
						 <VALUE id="PE13_Software_Computing_E_Service" label="PE13 Software Computing E-Service" />
47
						 <VALUE id="PE14_Software_Delivery_E_Service" label="PE14 Software Delivery E-Service" />
48
						 <VALUE id="PE15_Data_E_Service" label="PE15 Data E-Service" />
49
						 <VALUE id="PE16_Curated_Software_E_Service" label="PE16 Curated Software E-Service" />
50
						 <VALUE id="PE17_Curated_Data_E_Service" label="PE17 Curated Data E-Service" />
51
						 <VALUE id="PE18_Dataset" label="PE18 Dataset" />
52
						 <VALUE id="PE19_Persistent_Digital_Object" label="PE19 Persistent Digital Object" />
53
						 <VALUE id="PE20_Volatile_Digital_Object" label="PE20 Volatile Digital Object" />
54
						 <VALUE id="PE21_Persistent_Software" label="PE21 Persistent Software" />
55
						 <VALUE id="PE22_Persistent_Dataset" label="PE22 Persistent Dataset" />
56
						 <VALUE id="PE23_Volatile_Software" label="PE23 Volatile Software" />
57
						 <VALUE id="PE24_Volatile_Dataset" label="PE24 Volatile Dataset" />
58
						 <VALUE id="PE25_RI_Consortium" label="PE25 RI Consortium" />
59
						 <VALUE id="PE26_RI_Project" label="PE26 RI Project" />
60
						 <VALUE id="PE28_Curation_Plan" label="PE28 Curation Plan" />
61
						 <VALUE id="PE29_Access_Point" label="PE29 Access Point" />
62
						 <VALUE id="PE32_Curated_Thing" label="PE32 Curated Thing" />
63
						 <VALUE id="PE33_E_Access_Brokering_Service" label="PE33 E-Access Brokering Service" />
64
						 <VALUE id="PE34_Team" label="PE34 Team" />
65
						 <VALUE id="PE35_Project" label="PE35 Project" />
66
						 <VALUE id="PE36_Competency_Type" label="PE36 Competency Type" />
67
						 <VALUE id="PE37_Protocol_Type" label="PE37 Protocol Type" />
68
						 <VALUE id="PE38_Schema" label="PE38 Schema" />
69
						 <VALUE id="D1_Digital_Object" label="D1 Digital Object" />
70
						 <VALUE id="D14_Software" label="D14 Software" />
71
						 <VALUE id="E7_Activity" label="E7 Activity" />
72
						 <VALUE id="E21_Person" label="E21 Person" />
73
						 <VALUE id="E39_Actor" label="E39 Actor" />
74
						 <VALUE id="E40_Legal_Body" label="E40 Legal Body" />
75
						 <VALUE id="E65_Creation" label="E65 Creation" />
76
						 <VALUE id="E70_Thing" label="E70 Thing" />
77
						 <VALUE id="E71_Man_Made_Thing" label="E71 Man Made Thing" />
78
						 <VALUE id="E74_Group" label="E74 Group" />
79
						 <VALUE id="E77_Persistent_Item" label="E77 Persistent Item" />
80
						 <VALUE id="E78_Curated_Holding" label="E78 Curated Holding" />
81
					 </SELECT_FIELD>
82
					 -->
32

  
83 33
				</FIELDS>
84 34
				<FORMATTER xslt="/eu/dnetlib/functionality/modular/ui/lightui/xslt/cidoc_2_row.xslt" />
85 35
			</SEARCH>
......
88 38
				<FIELDS>
89 39
					<BROWSE_FIELD id="datasourcename" label="Data Source" />
90 40
					<BROWSE_FIELD id="type" label="Type" />
91
					<BROWSE_FIELD id="rdftype" label="rdf:ype" />
92 41
					<BROWSE_FIELD id="language" label="Language" />
93 42
					<BROWSE_FIELD id="cleaned" label="Cleaned records" />
94 43
				</FIELDS>
modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/bootstrap/profiles/MDFormatDSResourceType/transformed-CIDOC.xml
19 19
					<FIELDS><!-- Header fields -->
20 20
						<FIELD indexable="true" name="objidentifier" result="false" stat="false" tokenizable="false" xpath="//dri:objIdentifier"/>
21 21
						<FIELD indexable="true" name="datasourcename" result="false" stat="false" xpath="//dri:datasourcename"/>
22
						<FIELD indexable="true" name="datasourceprefix" result="false" stat="false" xpath="//dri:datasourceprefix"/>
23
						<FIELD indexable="false" name="entity" result="true" stat="false" tokenizable="true" xpath="//*[local-name() = 'RDF']"/>
22
						<FIELD indexable="true" name="datasourceprefix" result="false"  stat="false" xpath="//dri:datasourceprefix"/>
23
						<FIELD header="true" indexable="true" name="datasourceapi" result="false" stat="false" xpath="//dri:datasourceapi"/>
24

  
25
						<FIELD indexable="false" name="entity" result="true" stat="false" tokenizable="true" xpath="//rdf:RDF"/>
24 26
						<!-- identification -->
25
						<FIELD indexable="true" name="originalid" result="false" stat="false" tokenizable="false" xpath="//dri:recordIdentifier"/>
26
						<FIELD indexable="true" name="parthenosurl" result="false" stat="false" tokenizable="false" xpath="//crm:P1_is_identified_by/crm:E42_Identifier/@rdf:about"/>
27
						<FIELD indexable="true" name="type" result="false" stat="false" tokenizable="false" xpath="//rdf:RDF/*/local-name()"/>
28
						<FIELD indexable="true" name="rdftype" result="false" stat="false" tokenizable="false" xpath="//rdf:RDF/*/rdf:type/@rdf:resource" value="tokenize(.,'/')[last()]"/>
27
						<FIELD header="true" indexable="true" name="originalid" result="false" stat="false" tokenizable="false" xpath="//dri:recordIdentifier"/>
28
						<FIELD indexable="true" name="url" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/@rdf:about"/>
29
						<FIELD indexable="true" name="type" result="false" stat="false" tokenizable="false" xpath="//rdf:RDF/*/rdf:type/@rdf:resource" value="tokenize(.,'/')[last()]"/>
29 30

  
30 31
						<!-- description -->
31
						<FIELD indexable="true" name="title" result="false" stat="false" xpath="//crm:P102_has_title/crm:E35_Title/rdfs:label"/>
32
						<!--<FIELD indexable="true" name="title" result="false" stat="false" xpath="//crm:P102_has_title/crm:E35_Title/rdfs:label"/>-->
33
						<FIELD indexable="true" name="title" result="false" stat="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E35_Title']/rdfs:label"/>
32 34
						<FIELD indexable="true" name="language" result="false" stat="false" tokenizable="false" xpath="//crm:P72_has_language"/>
33 35
						<FIELD indexable="true" name="note" result="false" stat="false" xpath="//crm:P3_has_note"/>
34 36
						
......
39 41
						<FIELD header="true" indexable="false" name="cleaningErrors" result="false" stat="false" stored="true" tokenizable="false" xpath="//dri:invalid"/>
40 42
						<!-- Browsing Fields -->
41 43
						<FIELD browsingAliasFor="datasourcename" indexable="true" name="datasourcenameforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dri:datasourcename"/>
44
						<FIELD browsingAliasFor="datasourceapi" indexable="true" name="datasourceapiforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dri:datasourceapi"/>
42 45
					</FIELDS>
43 46
				</LAYOUT>
44 47
			</LAYOUTS>
modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/bootstrap/profiles/MDFormatDSResourceType/public-CIDOC.xml
15 15
        </CONFIGURATION>
16 16
        <STATUS>
17 17
            <LAYOUTS>
18
                <!-- TODO: define the fields to index of CIDOC RDF records -->
18
                <!-- TODO: define the fields to index of CIDOC RDF PLAIN records -->
19 19
                <LAYOUT name="index">
20 20
                    <FIELDS>
21
                        <!-- useful fields in any case-->
22
						<FIELD indexable="false" name="entity" result="true" stat="false" tokenizable="true" xpath="//rdf:RDF"/>
21 23

  
22 24
                        <FIELD indexable="true" name="objidentifier" result="false" stat="false" tokenizable="false" xpath="//dri:objIdentifier"/>
25
                        <FIELD header="true" indexable="true" name="originalid" result="false" stat="false" tokenizable="false" xpath="//dri:recordIdentifier"/>
23 26
                        <FIELD indexable="true" name="datasourcename" result="false" stat="false" xpath="//dri:datasourcename"/>
24
                        <FIELD indexable="true" name="datasourceprefix" result="false" stat="false" xpath="//dri:datasourceprefix"/>
25
                        <FIELD indexable="true" name="title" result="true" stat="false" xpath="//crm:P102_has_title"/>
26
                        <FIELD indexable="true" name="subject" result="true" stat="false"  xpath="//crm:P129_is_about/crm:E73_Information_Object/crm:P129_is_about"/>
27
                        <FIELD indexable="true" name="originalid" result="true" stat="false" tokenizable="false" xpath="//crm:P1_is_identified_by"/>
28
                        <FIELD indexable="true" name="language" result="true" stat="false" tokenizable="false" xpath="//crm:P72_has_language"/>
29
	                    <FIELD indexable="true" name="note" result="true" stat="false" xpath="//crm:P3_has_note"/>
27
                        <FIELD indexable="true" name="datasourceprefix" result="false"  stat="false" xpath="//dri:datasourceprefix"/>
28
                        <FIELD header="true" indexable="true" name="datasourceapi" result="false" stat="false" xpath="//dri:datasourceapi"/>
29
	                    <FIELD indexable="true" name="url" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/@rdf:about"/>
30
	                    <FIELD indexable="true" name="language" result="false" stat="false" tokenizable="false" xpath="//crm:P72_has_language"/>
30 31

  
31
                        <!--<FIELD indexable="true" name="cobjcontentsynthesis" result="true" stat="false" xpath="//dr:CobjContentSynthesis"/>-->
32
                        <!--<FIELD indexable="true" name="cobjtypology" result="true" stat="false" tokenizable="false" xpath="//dr:CobjTypology"/>-->
33
                        <!--<FIELD indexable="true" name="cobjidentifier" result="true" stat="false" tokenizable="false" xpath="//dr:CobjIdentifier"/>-->
34
                        <!--<FIELD indexable="true" name="cobjmodel" result="true" stat="false" tokenizable="false" xpath="//dr:CobjModel"/>-->
35
                        <!--<FIELD indexable="true" name="cobjmdformats" result="true" stat="false" tokenizable="false" xpath="//dr:CobjMDFormats"/>-->
36
                        <!--<FIELD indexable="true" name="cobjdescriptionsynthesis" result="true" stat="false" xpath="//dr:CobjDescriptionSynthesis"/>-->
37
                        <!--<FIELD indexable="true" name="aggregatorname" result="true" stat="false" xpath="//dr:aggregatorName"/>-->
38
                        <!--<FIELD indexable="true" name="aggregatorinstitution" result="true" stat="false" xpath="//dr:aggregatorInstitution"/>-->
32
                        <!-- Fields requested by T6.5-->
33
                        <!--<FIELD indexable="true" name="title" result="false" stat="false" xpath="//crm:P102_has_title/crm:E35_Title/rdfs:label"/>-->
34
                        <FIELD indexable="true" name="all_titles" result="false" stat="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E35_Title']/rdfs:label"/>
35
                        <!--<FIELD indexable="true" name="description" result="false" stat="false" xpath=""/>-->
36
                        <FIELD indexable="true" name="all_descriptions" result="false" stat="false" xpath="//crm:P3_has_note"/>
37
                        <FIELD indexable="true" name="type" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/rdf:type/@rdf:resource" value="tokenize(.,'/')[last()]"/>
38
                        <FIELD indexable="true" name="type_E55type" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/crm:P2_has_type/@rdf:resource"/>
39
                        <FIELD indexable="true" name="context_collection" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/crmpe:PP23i_is_dataset_part_of/@rdf:resource | //rdf:Description/PP20i_is_persistent_dataset_part_of/@rdf:resource"/>
40
                        <FIELD indexable="true" name="context_provider" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/PP2_provided_by/@rdf:resource"/>
41
                        <FIELD indexable="true" name="context_project" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/crmpe:PP43i_is_project_activity_supported_by/@rdf:resource"/>
42
                        <FIELD indexable="true" name="context_ri_consortium" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/crmpe:PP1_currently_provided_by/@rdf:resource"/>
39 43

  
40
                        <!--<FIELD indexable="true" name="repositorylink" result="true" stat="false" tokenizable="false" xpath="//dr:repositoryLink"/>-->
41
                        <!--<FIELD indexable="true" name="repositorycountry" result="true" stat="false" tokenizable="false" xpath="//dr:repositoryCountry"/>-->
42
                        <!--<FIELD indexable="true" name="repositoryinstitution" result="true" stat="false" xpath="//dr:repositoryInstitution"/>-->
44
                        <FIELD indexable="true" name="actor" result="false" stat="false" tokenizable="false"
45
                               xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E39_Actor']/@rdf:about |
46
                               //rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E40_Legal_Body']/@rdf:about |
47
                               //rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E21_Person']/@rdf:about |
48
                               //rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E74_Group']/@rdf:about |
49
                               //rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E34_Team']/@rdf:about |
50
                               //rdf:Description[./rdf:type/@rdf:resource='http://parthenos.d4science.org/CRMext/CRMpe.rdfs/PE25_RI_Consortium']/@rdf:about"/>
43 51

  
44
                        <!--<FIELD indexable="true" name="creator" result="true" stat="false" xpath="//dc:creator"/>-->
45
                        <!--<FIELD indexable="true" name="subject" result="true" stat="false" xpath="//dc:subject"/>-->
46
                        <!--<FIELD indexable="true" name="cobjcategory" result="true" stat="false" tokenizable="false" xpath="//dr:CobjCategory"/>-->
47
                        <!--<FIELD indexable="true" name="language" result="true" stat="false" tokenizable="false" xpath="//dc:language"/>-->
48
                        <!--<FIELD indexable="true" name="dateaccepted" result="true" stat="false" tokenizable="false" xpath="//dc:dateAccepted"/>-->
49
                        <!--<FIELD indexable="true" name="identifier" result="true" stat="false" tokenizable="false" xpath="//dc:identifier"/>-->
50
                        <!--<FIELD indexable="true" name="publisher" result="true" stat="false" xpath="//dc:publisher"/>-->
51
                        <!--<FIELD indexable="true" name="source" result="true" stat="false" xpath="//dc:source"/>-->
52
                        <!--<FIELD indexable="true" name="contributor" result="true" stat="false" xpath="//dc:contributor"/>-->
53
                        <!--<FIELD indexable="true" name="relation" result="true" stat="false" tokenizable="false" xpath="//dc:relation"/>-->
54
                        <!--<FIELD indexable="true" name="description" result="true" stat="false" xpath="//dc:description"/>-->
55
                        <!--<FIELD indexable="true" name="type" result="true" stat="false" xpath="//dc:type"/>-->
56
                        <!--<FIELD indexable="true" name="date" result="true" stat="false" xpath="//dc:date"/>-->
57
                        <!--<FIELD indexable="true" name="rights" result="true" stat="false" xpath="//dc:rights"/>-->
58
                        <!--<FIELD indexable="true" name="format" result="true" stat="false" xpath="//dc:format"/>-->
52
	                    <FIELD indexable="true" name="acquisitiontime" result="false" stat="false" tokenizable="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span' and ./@rdf:about =//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition']/crm:P4_has_time-span/@rdf:resource]/crm:P82_at_some_time_within"/>
53
	                    <FIELD indexable="true" name="movetime" result="false" stat="false" tokenizable="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span' and ./@rdf:about =//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E9_Move']/crm:P4_has_time-span/@rdf:resource]/crm:P82_at_some_time_within"/>
54
						<FIELD indexable="true" name="custodytransfertime" result="false" stat="false" tokenizable="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span' and ./@rdf:about =//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody']/crm:P4_has_time-span/@rdf:resource]/crm:P82_at_some_time_within"/>
55
						<FIELD indexable="true" name="modificationtime" result="false" stat="false" tokenizable="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span' and ./@rdf:about =//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E11_Modification']/crm:P4_has_time-span/@rdf:resource]/crm:P82_at_some_time_within"/>
56
	                    <FIELD indexable="true" name="creationtime" result="false" stat="false" tokenizable="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span' and ./@rdf:about =//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E65_Creation']/crm:P4_has_time-span/@rdf:resource]/crm:P82_at_some_time_within"/>
57
	                    <FIELD indexable="true" name="curationactivitytime" result="false" stat="false" tokenizable="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span' and ./@rdf:about =//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E87_Curation_Activity']/crm:P4_has_time-span/@rdf:resource]/crm:P82_at_some_time_within"/>
59 58

  
59

  
60 60
                        <!-- Browsing Fields -->
61 61
                        <FIELD browsingAliasFor="datasourcename" indexable="true" name="datasourcenameforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dri:datasourcename"/>
62
                        <FIELD browsingAliasFor="subject" indexable="true" name="subjectforbrowsing" result="false" stat="false" tokenizable="false" xpath="//crm:P129_is_about/crm:E73_Information_Object/crm:P129_is_about"/>
62
                        <FIELD browsingAliasFor="datasourceapi" indexable="true" name="datasourceapiforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dri:datasourceapi"/>
63 63

  
64
                        <!--<FIELD browsingAliasFor="contributor" indexable="true" name="contributorforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dc:contributor"/>-->
65
                        <!--<FIELD browsingAliasFor="publisher" indexable="true" name="publisherforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dc:publisher"/>-->
66
                        <!--<FIELD browsingAliasFor="source" indexable="true" name="sourceforbrowsing" result="false" stat="false" tokenizable="false" xpath="//dc:source"/>-->
67

  
68 64
                    </FIELDS>
69 65
                </LAYOUT>
70 66
            </LAYOUTS>

Also available in: Unified diff