Changeset 5965


Ignore:
Timestamp:
02/03/15 15:25:17 (9 years ago)
Author:
Twan Goosen
Message:

updated facet mapping to reflect component registry migration to CCR

Location:
vlo/trunk
Files:
2 edited

Legend:

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

    r5937 r5965  
    11<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    22<facetConcepts>
    3   <facetConcept name="id" allowMultipleValues="false">
    4     <concept>http://www.isocat.org/datcat/DC-2573</concept>
    5     <pattern>/c:CMD/c:Header/c:MdSelfLink/text()</pattern>
    6   </facetConcept>
    7   <facetConcept name="_selfLink" allowMultipleValues="false">
    8     <pattern>/c:CMD/c:Header/c:MdSelfLink/text()</pattern>
    9   </facetConcept>
    10   <facetConcept name="collection" description="The collection to which the resource or tool belongs" definition="The collection to which a resource or tool belongs. A resource or tool can only belong to one collection. A collection is based on a specific (legacy) archive or a certain type of resource within such an archive or centre. The members of a collection share basic metadata vocabularies for the information displayed in the VLO.">
    11     <pattern>/c:CMD/c:Header/c:MdCollectionDisplayName/text()</pattern>
    12   </facetConcept>
    13   <facetConcept name="projectName" description="The project within which the resource or tool was created" definition="The name of the project(s) originally involved in the creation of the resource or tool, also if these projects no longer exist or are not the ones to be contacted regarding the resource/tool, which is often the case.">
    14     <concept>http://www.isocat.org/datcat/DC-2536</concept>
    15     <concept>http://www.isocat.org/datcat/DC-2537</concept>
    16     <concept>http://www.isocat.org/datcat/DC-5414</concept>
    17    
    18    
    19     <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:publicationStmt/c:publisher/c:orgName/c:orgName[@role="project"]/text()</pattern> <!-- BBAW teiHeader -->
    20     <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Corpus</pattern> <!--  BAS media-session-profile-->
    21     <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Collection/c:GeneralInfo/c:Title/text()</pattern> <!-- BAS media-corpus-profile -->
    22   </facetConcept>
    23   <facetConcept name="name" allowMultipleValues="false" description="The name of the resource or tool" definition="The full public name of the resource or tool.">
    24     <concept>http://www.isocat.org/datcat/DC-5428</concept>
    25     <concept>http://www.isocat.org/datcat/DC-5127</concept>
    26     <concept>http://www.isocat.org/datcat/DC-4160</concept><!-- CLARIN-D Webservices name -->
    27     <concept>http://www.isocat.org/datcat/DC-4114</concept>
    28     <concept>http://www.isocat.org/datcat/DC-2544</concept>
    29     <concept>http://www.isocat.org/datcat/DC-2545</concept>
    30     <concept>http://www.isocat.org/rest/dc/4160</concept>
    31     <concept>http://purl.org/dc/terms/title</concept>
    32     <concept>http://purl.org/dc/elements/1.1/title</concept>
    33     <concept>http://www.isocat.org/datcat/DC-6119</concept>
    34     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:ResourceName/text()</pattern> <!-- no concept in lrt schema -->
    35     <pattern>/c:CMD/c:Components/c:mods/c:titleInfo/title/text()</pattern>
    36    
    37    
    38     <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:sourceDesc/c:bibl/text()</pattern>  <!-- BBAW teiHeader -->
    39     <pattern>/c:CMD/c:Components/c:IDSAGD_Event/c:Label/text()</pattern> <!-- IDS IDSAGD_Event -->
    40     <pattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:Label/text()</pattern> <!-- IDS IDSAGD_Speaker -->
    41     <pattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Publications/c:Publication</pattern> <!--  IMS TextCorpusProfile -->
    42     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Publications/c:Publication</blacklistPattern> <!-- IMS ToolProfile -->
    43     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Publications/c:Publication/c:PublicationTitle/</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    44         <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications/c:Publication/c:PublicationTitle/</blacklistPattern> <!-- IMS c:MultimodalCorpus -->
    45   </facetConcept>
    46   <facetConcept name="year" description="Temporal information about the resource">
    47     <concept>http://www.isocat.org/datcat/DC-2509</concept>
    48     <concept>http://www.isocat.org/datcat/DC-2510</concept>
    49     <concept>http://www.isocat.org/datcat/DC-2538</concept>
    50     <concept>http://www.isocat.org/datcat/DC-6176</concept>
    51    
    52    
    53     <concept>http://purl.org/dc/terms/created</concept> <!-- (IDS) -->
    54     <concept>http://purl.org/dc/terms/date</concept> <!-- (IDS) -->
    55     <concept>http://purl.org/dc/terms/issued</concept> <!-- (IDS) -->
    56    
    57     <pattern>/c:CMD/Components/c:teiHeader/c:fileDesc/c:sourceDesc/c:biblFull/c:publicationStmt/c:date[@type="publication"]/text()</pattern> <!-- BBAW teiHeader -->
    58     <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:publicationStmt/c:date[@type="publication"]/text()</pattern> <!-- BBAW teiHeader -->
    59     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Project/c:Duration</blacklistPattern> <!-- IMS TextCorpusProfile -->
    60     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Project/c:Duration</blacklistPattern> <!-- IMS ToolProfile -->
    61     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Project/c:Duration/c:CompletionYear</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    62         <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Project/c:Duration/c:CompletionYear</blacklistPattern> <!-- c:MultimodalCorpus -->
    63         <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications/c:Publication/c:PublicationDate</blacklistPattern> <!-- c:MultimodalCorpus -->
    64   </facetConcept>
    65   <facetConcept name="continent" description="The continent of origin of the source material of the resource" definition="The continent of origin of the source material of the resource, i.e. not the continent in which the resource was created, but where e.g. original texts were written or speech recordings made.">
    66     <concept>http://www.isocat.org/datcat/DC-2531</concept>
    67     <concept>http://www.isocat.org/datcat/DC-3791</concept>
    68    
    69    
    70     <blacklistPattern>/c:HZSKCorpus/c:Collection/c:OriginLocation/c:Location/c:Continent</blacklistPattern> <!-- HZSK -->
    71     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:BirthPlace/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    72         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:Residence/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    73         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Education/c:Place/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    74         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Employment/c:Place/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    75         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground/c:Competence/c:LanguageVariety/c:LanguageVarietyPlace/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    76   </facetConcept>
    77   <facetConcept name="country" description="The country of origin of the source material of the resource" definition="The country of origin of the source material of the resource, i.e. not the country in which the resource was created, but where e.g. original texts were written or speech recordings made.">
    78     <concept>http://www.isocat.org/datcat/DC-2532</concept>
    79     <concept>http://www.isocat.org/datcat/DC-3792</concept>
    80     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:spatial[@dcterms-type="ISO3166"]/text()</pattern>
    81     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:coverage[@dcterms-type="ISO3166"]/text()</pattern>
    82    
    83     <concept>http://www.isocat.org/datcat/DC-2092</concept> <!-- add? -->
    84    
    85    
    86     <blacklistPattern>/c:HZSKCorpus/c:Collection/c:OriginLocation/c:Location/c:Country</blacklistPattern> <!-- HZSK -->
    87     <blacklistPattern>/c:Location/c:Country/c:CountryName</blacklistPattern> <!-- IMS ToolProfile -->
    88     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:BirthPlace/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    89         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:Residence/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    90         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Education/c:Place/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    91         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Employment/c:Place/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    92         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground/c:Competence/c:LanguageVariety/c:LanguageVarietyPlace/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    93   </facetConcept>
    94   <facetConcept name="language" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
    95     <concept>http://www.isocat.org/datcat/DC-2482</concept> <!-- language code -->
    96     <concept>http://www.isocat.org/datcat/DC-2484</concept> <!-- language name -->
    97     <concept>http://www.isocat.org/datcat/DC-5361</concept> <!-- language usage (TEI) -->
    98     <concept>http://www.isocat.org/datcat/DC-5358</concept> <!--language (TEI) - MENZO: added for CLARIN-DK -->
    99    
    100     <!--<concept>http://purl.org/dc/terms/language</concept>--> <!-- Removed because of problems with OLAC-DcmiTerms profile -->
    101    <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
     3        <facetConcept name="id" allowMultipleValues="false">
     4                <concept>http://www.isocat.org/datcat/DC-2573</concept>
     5                <concept>http://hdl.handle.net/11459/CCR_C-2573_ae7c2548-8a86-ab6e-7099-e28b7697d1a2</concept>
     6                <pattern>/c:CMD/c:Header/c:MdSelfLink/text()</pattern>
     7        </facetConcept>
     8        <facetConcept name="_selfLink" allowMultipleValues="false">
     9                <pattern>/c:CMD/c:Header/c:MdSelfLink/text()</pattern>
     10        </facetConcept>
     11        <facetConcept name="collection" description="The collection to which the resource or tool belongs" definition="The collection to which a resource or tool belongs. A resource or tool can only belong to one collection. A collection is based on a specific (legacy) archive or a certain type of resource within such an archive or centre. The members of a collection share basic metadata vocabularies for the information displayed in the VLO.">
     12                <pattern>/c:CMD/c:Header/c:MdCollectionDisplayName/text()</pattern>
     13        </facetConcept>
     14        <facetConcept name="projectName" description="The project within which the resource or tool was created" definition="The name of the project(s) originally involved in the creation of the resource or tool, also if these projects no longer exist or are not the ones to be contacted regarding the resource/tool, which is often the case.">
     15                <concept>http://www.isocat.org/datcat/DC-2536</concept>
     16                <concept>http://hdl.handle.net/11459/CCR_C-2536_13fc5f10-c14a-1f64-a669-32736f6d3ef5</concept>
     17                <concept>http://www.isocat.org/datcat/DC-2537</concept>
     18                <concept>http://hdl.handle.net/11459/CCR_C-2537_fa206273-223a-f4fa-dde3-ba59b965701f</concept>
     19                <concept>http://www.isocat.org/datcat/DC-5414</concept>
     20                <concept>http://hdl.handle.net/11459/CCR_C-5414_55fd7a9e-edae-d8ad-a64f-c8e1058e7a6d</concept>
     21
     22
     23                <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:publicationStmt/c:publisher/c:orgName/c:orgName[@role="project"]/text()</pattern>
     24                <!-- BBAW teiHeader -->
     25                <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Corpus</pattern>
     26                <!--  BAS media-session-profile-->
     27                <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Collection/c:GeneralInfo/c:Title/text()</pattern>
     28                <!-- BAS media-corpus-profile -->
     29        </facetConcept>
     30        <facetConcept name="name" allowMultipleValues="false" description="The name of the resource or tool" definition="The full public name of the resource or tool.">
     31                <concept>http://www.isocat.org/datcat/DC-5428</concept>
     32                <concept>http://hdl.handle.net/11459/CCR_C-5428_65670fd6-3426-68ac-8f29-faef6ffd02ce</concept>
     33                <concept>http://www.isocat.org/datcat/DC-5127</concept>
     34                <concept>http://hdl.handle.net/11459/CCR_C-5127_f2721b23-921c-46ba-8d4d-88b46aef6976</concept>
     35                <concept>http://www.isocat.org/datcat/DC-4160</concept>
     36                <concept>http://hdl.handle.net/11459/CCR_C-4160_192be757-0d8f-f4fe-b10b-d3d50de92482</concept>
     37                <!-- CLARIN-D Webservices name -->
     38                <concept>http://www.isocat.org/datcat/DC-4114</concept>
     39                <concept>http://hdl.handle.net/11459/CCR_C-4114_747bf046-1208-940d-36ba-297e4de49e0c</concept>
     40                <concept>http://www.isocat.org/datcat/DC-2544</concept>
     41                <concept>http://hdl.handle.net/11459/CCR_C-2544_3626545e-a21d-058c-ebfd-241c0464e7e5</concept>
     42                <concept>http://www.isocat.org/datcat/DC-2545</concept>
     43                <concept>http://hdl.handle.net/11459/CCR_C-2545_d873f2ab-2a2f-29d6-a9ab-260cde57f227</concept>
     44                <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>
     46                <concept>http://purl.org/dc/terms/title</concept>
     47                <concept>http://purl.org/dc/elements/1.1/title</concept>
     48                <concept>http://www.isocat.org/datcat/DC-6119</concept>
     49                <concept>http://hdl.handle.net/11459/CCR_C-6119_ea4226b5-8d55-e71e-730f-2a02e3adbeb4</concept>
     50                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:ResourceName/text()</pattern>
     51                <!-- no concept in lrt schema -->
     52                <pattern>/c:CMD/c:Components/c:mods/c:titleInfo/title/text()</pattern>
     53
     54
     55                <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:sourceDesc/c:bibl/text()</pattern>
     56                <!-- BBAW teiHeader -->
     57                <pattern>/c:CMD/c:Components/c:IDSAGD_Event/c:Label/text()</pattern>
     58                <!-- IDS IDSAGD_Event -->
     59                <pattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:Label/text()</pattern>
     60                <!-- IDS IDSAGD_Speaker -->
     61                <pattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Publications/c:Publication</pattern>
     62                <!--  IMS TextCorpusProfile -->
     63                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Publications/c:Publication</blacklistPattern>
     64                <!-- IMS ToolProfile -->
     65                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Publications/c:Publication/c:PublicationTitle/</blacklistPattern>
     66                <!-- IMS c:LexicalResourceProfile -->
     67                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications/c:Publication/c:PublicationTitle/</blacklistPattern>
     68                <!-- IMS c:MultimodalCorpus -->
     69        </facetConcept>
     70        <facetConcept name="year" description="Temporal information about the resource">
     71                <concept>http://www.isocat.org/datcat/DC-2509</concept>
     72                <concept>http://hdl.handle.net/11459/CCR_C-2509_3b86afe2-ebde-ba09-8a1c-fe6bdc46a739</concept>
     73                <concept>http://www.isocat.org/datcat/DC-2510</concept>
     74                <concept>http://hdl.handle.net/11459/CCR_C-2510_2402e609-046a-dfbf-c2d7-5a2f1ae6dc86</concept>
     75                <concept>http://www.isocat.org/datcat/DC-2538</concept>
     76                <concept>http://hdl.handle.net/11459/CCR_C-2538_8b697452-7ef3-9fce-ccf9-a7f344f11317</concept>
     77                <concept>http://www.isocat.org/datcat/DC-6176</concept>
     78                <concept>http://hdl.handle.net/11459/CCR_C-6176_647a4954-a958-7304-d8a6-5851f2003f7c</concept>
     79
     80
     81                <concept>http://purl.org/dc/terms/created</concept>
     82                <!-- (IDS) -->
     83                <concept>http://purl.org/dc/terms/date</concept>
     84                <!-- (IDS) -->
     85                <concept>http://purl.org/dc/terms/issued</concept>
     86                <!-- (IDS) -->
     87
     88                <pattern>/c:CMD/Components/c:teiHeader/c:fileDesc/c:sourceDesc/c:biblFull/c:publicationStmt/c:date[@type="publication"]/text()</pattern>
     89                <!-- BBAW teiHeader -->
     90                <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:publicationStmt/c:date[@type="publication"]/text()</pattern>
     91                <!-- BBAW teiHeader -->
     92                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Project/c:Duration</blacklistPattern>
     93                <!-- IMS TextCorpusProfile -->
     94                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Project/c:Duration</blacklistPattern>
     95                <!-- IMS ToolProfile -->
     96                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Project/c:Duration/c:CompletionYear</blacklistPattern>
     97                <!-- IMS c:LexicalResourceProfile -->
     98                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Project/c:Duration/c:CompletionYear</blacklistPattern>
     99                <!-- c:MultimodalCorpus -->
     100                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications/c:Publication/c:PublicationDate</blacklistPattern>
     101                <!-- c:MultimodalCorpus -->
     102        </facetConcept>
     103        <facetConcept name="continent" description="The continent of origin of the source material of the resource" definition="The continent of origin of the source material of the resource, i.e. not the continent in which the resource was created, but where e.g. original texts were written or speech recordings made.">
     104                <concept>http://www.isocat.org/datcat/DC-2531</concept>
     105                <concept>http://hdl.handle.net/11459/CCR_C-2531_e0427265-2fc4-d23e-0a7c-a21981ec3734</concept>
     106                <concept>http://www.isocat.org/datcat/DC-3791</concept>
     107                <concept>http://hdl.handle.net/11459/CCR_C-3791_8f409aa8-2d57-5fc6-23f0-f490471807d8</concept>
     108
     109
     110                <blacklistPattern>/c:HZSKCorpus/c:Collection/c:OriginLocation/c:Location/c:Continent</blacklistPattern>
     111                <!-- HZSK -->
     112                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:BirthPlace/c:Location/c:Continent</blacklistPattern>
     113                <!-- IDSAGD_Speaker -->
     114                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:Residence/c:Location/c:Continent</blacklistPattern>
     115                <!-- IDSAGD_Speaker -->
     116                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Education/c:Place/c:Location/c:Continent</blacklistPattern>
     117                <!-- IDSAGD_Speaker -->
     118                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Employment/c:Place/c:Location/c:Continent</blacklistPattern>
     119                <!-- IDSAGD_Speaker -->
     120                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground/c:Competence/c:LanguageVariety/c:LanguageVarietyPlace/c:Location/c:Continent</blacklistPattern>
     121                <!-- IDSAGD_Speaker -->
     122        </facetConcept>
     123        <facetConcept name="country" description="The country of origin of the source material of the resource" definition="The country of origin of the source material of the resource, i.e. not the country in which the resource was created, but where e.g. original texts were written or speech recordings made.">
     124                <concept>http://www.isocat.org/datcat/DC-2532</concept>
     125                <concept>http://hdl.handle.net/11459/CCR_C-2532_d004b0a6-fd1d-3ca3-abf1-1e6aeb3e37b2</concept>
     126                <concept>http://www.isocat.org/datcat/DC-3792</concept>
     127                <concept>http://hdl.handle.net/11459/CCR_C-3792_68c770a4-d58c-46dd-d429-5609ce5f81c3</concept>
     128                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:spatial[@dcterms-type="ISO3166"]/text()</pattern>
     129                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:coverage[@dcterms-type="ISO3166"]/text()</pattern>
     130
     131                <concept>http://www.isocat.org/datcat/DC-2092</concept>
     132                <concept>http://hdl.handle.net/11459/CCR_C-2092_36cd7ca8-e412-9f29-7ea7-4a3ba4ba2c91</concept>
     133                <!-- add? -->
     134
     135
     136                <blacklistPattern>/c:HZSKCorpus/c:Collection/c:OriginLocation/c:Location/c:Country</blacklistPattern>
     137                <!-- HZSK -->
     138                <blacklistPattern>/c:Location/c:Country/c:CountryName</blacklistPattern>
     139                <!-- IMS ToolProfile -->
     140                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:BirthPlace/c:Location/c:Country</blacklistPattern>
     141                <!-- IDSAGD_Speaker -->
     142                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:Residence/c:Location/c:Country</blacklistPattern>
     143                <!-- IDSAGD_Speaker -->
     144                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Education/c:Place/c:Location/c:Country</blacklistPattern>
     145                <!-- IDSAGD_Speaker -->
     146                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Employment/c:Place/c:Location/c:Country</blacklistPattern>
     147                <!-- IDSAGD_Speaker -->
     148                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground/c:Competence/c:LanguageVariety/c:LanguageVarietyPlace/c:Location/c:Country</blacklistPattern>
     149                <!-- IDSAGD_Speaker -->
     150        </facetConcept>
     151        <facetConcept name="language" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
     152                <concept>http://www.isocat.org/datcat/DC-2482</concept>
     153                <concept>http://hdl.handle.net/11459/CCR_C-2482_08eded24-4086-7e3f-88e5-e0807fb01e17</concept>
     154                <!-- language code -->
     155                <concept>http://www.isocat.org/datcat/DC-2484</concept>
     156                <concept>http://hdl.handle.net/11459/CCR_C-2484_669684e7-cb9e-ea96-59cb-a25fe89b9b9d</concept>
     157                <!-- language name -->
     158                <concept>http://www.isocat.org/datcat/DC-5361</concept>
     159                <concept>http://hdl.handle.net/11459/CCR_C-5361_ba085ec1-9746-52bf-8cc1-3c300ce16eb8</concept>
     160                <!-- language usage (TEI) -->
     161                <concept>http://www.isocat.org/datcat/DC-5358</concept>
     162                <concept>http://hdl.handle.net/11459/CCR_C-5358_3cd089fe-ad03-6181-b20c-635ea41ed818</concept>
     163                <!--language (TEI) - MENZO: added for CLARIN-DK -->
     164
     165                <!--<concept>http://purl.org/dc/terms/language</concept>-->
     166                <!-- Removed because of problems with OLAC-DcmiTerms profile -->
     167                <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
    102168    <rejectableContext includeAny="true"  includeEmpty="false">
    103169      <concept>http://www.isocat.org/datcat/DC-4146</concept>
     170      <concept>http://hdl.handle.net/11459/CCR_C-4146_5ccc45c8-d729-c180-2bf1-fccc56dde24d</concept>
    104171    </rejectableContext> -->
    105     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
    106     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
    107     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
    108     <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
    109    
    110    
    111     <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept> --> <!-- BAS REMOVED because of component SubjectLanguages -->
    112            
    113     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref -->
    114     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref-DWR -->
    115     <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>--> <!--  WeblichtWebservices, breaks TÃŒbingen Resources (oai_sfs_uni_tuebingen_de_FID_15.xml)-->
    116     <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern> <!-- MPI (JK) -->
    117     <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
    118     <blacklistPattern>/c:LanguageName</blacklistPattern> <!-- general -->
    119     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern> <!-- IDS IDSAGD_Speaker -->
    120     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern> <!-- IDS IDSAGD_Corpus -->
    121     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern> <!-- IMS TextCorpusProfile -->
    122     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    123     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern> <!-- IMS ToolProfile -->
    124     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern> <!-- IMS ToolProfile -->
    125     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    126     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:MultimodalCorpus -->
    127   </facetConcept>
    128   <facetConcept name="languageCode" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
    129     <concept>http://www.isocat.org/datcat/DC-2482</concept> <!-- language code -->
    130     <concept>http://www.isocat.org/datcat/DC-2484</concept> <!-- language name -->
    131     <concept>http://www.isocat.org/datcat/DC-5361</concept> <!-- language usage (TEI) -->
    132     <concept>http://www.isocat.org/datcat/DC-5358</concept> <!--language (TEI) - MENZO: added for CLARIN-DK -->
    133    
    134      <!--<concept>http://purl.org/dc/terms/language</concept>--> <!-- Removed because of problems with OLAC-DcmiTerms profile -->
    135    <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
     172                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
     173                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
     174                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
     175                <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
     176
     177
     178                <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept>
     179                      <concept>http://hdl.handle.net/11459/CCR_C-2468_e4135e12-c272-171e-a8a2-48339228387b</concept> -->
     180                <!-- BAS REMOVED because of component SubjectLanguages -->
     181
     182                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern>
     183                <!-- IDS OLAC-DcmiTerms-ref -->
     184                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern>
     185                <!-- IDS OLAC-DcmiTerms-ref-DWR -->
     186                <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>-->
     187                <!--  WeblichtWebservices, breaks TÃŒbingen Resources (oai_sfs_uni_tuebingen_de_FID_15.xml)-->
     188                <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern>
     189                <!-- MPI (JK) -->
     190                <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
     191                <blacklistPattern>/c:LanguageName</blacklistPattern>
     192                <!-- general -->
     193                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     194                <!-- IDS IDSAGD_Speaker -->
     195                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern>
     196                <!-- IDS IDSAGD_Corpus -->
     197                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern>
     198                <!-- IMS TextCorpusProfile -->
     199                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern>
     200                <!-- IMS TextCorpusProfile -->
     201                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern>
     202                <!-- IMS ToolProfile -->
     203                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern>
     204                <!-- IMS ToolProfile -->
     205                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern>
     206                <!-- IMS c:LexicalResourceProfile -->
     207                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern>
     208                <!-- IMS c:MultimodalCorpus -->
     209        </facetConcept>
     210        <facetConcept name="languageCode" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
     211                <concept>http://www.isocat.org/datcat/DC-2482</concept>
     212                <concept>http://hdl.handle.net/11459/CCR_C-2482_08eded24-4086-7e3f-88e5-e0807fb01e17</concept>
     213                <!-- language code -->
     214                <concept>http://www.isocat.org/datcat/DC-2484</concept>
     215                <concept>http://hdl.handle.net/11459/CCR_C-2484_669684e7-cb9e-ea96-59cb-a25fe89b9b9d</concept>
     216                <!-- language name -->
     217                <concept>http://www.isocat.org/datcat/DC-5361</concept>
     218                <concept>http://hdl.handle.net/11459/CCR_C-5361_ba085ec1-9746-52bf-8cc1-3c300ce16eb8</concept>
     219                <!-- language usage (TEI) -->
     220                <concept>http://www.isocat.org/datcat/DC-5358</concept>
     221                <concept>http://hdl.handle.net/11459/CCR_C-5358_3cd089fe-ad03-6181-b20c-635ea41ed818</concept>
     222                <!--language (TEI) - MENZO: added for CLARIN-DK -->
     223
     224                <!--<concept>http://purl.org/dc/terms/language</concept>-->
     225                <!-- Removed because of problems with OLAC-DcmiTerms profile -->
     226                <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
    136227    <rejectableContext includeAny="true"  includeEmpty="false">
    137228      <concept>http://www.isocat.org/datcat/DC-4146</concept>
     229      <concept>http://hdl.handle.net/11459/CCR_C-4146_5ccc45c8-d729-c180-2bf1-fccc56dde24d</concept>
    138230    </rejectableContext> -->
    139     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
    140     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
    141     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
    142     <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
    143    
    144    
    145     <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept> --> <!-- BAS REMOVED because of component SubjectLanguages -->
    146            
    147     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref -->
    148     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref-DWR -->
    149     <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>--> <!--  WeblichtWebservices, breaks TÃŒbingen Resources (oai_sfs_uni_tuebingen_de_FID_15.xml)-->
    150     <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern> <!-- MPI (JK) -->
    151     <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
    152     <blacklistPattern>/c:LanguageName</blacklistPattern> <!-- general -->
    153     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern> <!-- IDS IDSAGD_Speaker -->
    154     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern> <!-- IDS IDSAGD_Corpus -->
    155     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern> <!-- IMS TextCorpusProfile -->
    156     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    157     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern> <!-- IMS ToolProfile -->
    158     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern> <!-- IMS ToolProfile -->
    159     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    160     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:MultimodalCorpus -->
    161   </facetConcept>
    162   <facetConcept name="languages" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
    163     <concept>http://www.isocat.org/datcat/DC-2482</concept> <!-- language code -->
    164     <concept>http://www.isocat.org/datcat/DC-2484</concept> <!-- language name -->
    165     <concept>http://www.isocat.org/datcat/DC-5361</concept> <!-- language usage (TEI) -->
    166     <concept>http://www.isocat.org/datcat/DC-5358</concept> <!--language (TEI) - MENZO: added for CLARIN-DK -->
    167    
    168     <!--<concept>http://purl.org/dc/terms/language</concept>--> <!-- Removed because of problems with OLAC-DcmiTerms profile -->
    169    <!-- Had to be removed due to IDSAGD_Speaker <acceptableContext includeAny="false" includeEmpty="true"/>
     231                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
     232                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
     233                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
     234                <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
     235
     236
     237                <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept>
     238                      <concept>http://hdl.handle.net/11459/CCR_C-2468_e4135e12-c272-171e-a8a2-48339228387b</concept> -->
     239                <!-- BAS REMOVED because of component SubjectLanguages -->
     240
     241                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern>
     242                <!-- IDS OLAC-DcmiTerms-ref -->
     243                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern>
     244                <!-- IDS OLAC-DcmiTerms-ref-DWR -->
     245                <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>-->
     246                <!--  WeblichtWebservices, breaks TÃŒbingen Resources (oai_sfs_uni_tuebingen_de_FID_15.xml)-->
     247                <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern>
     248                <!-- MPI (JK) -->
     249                <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
     250                <blacklistPattern>/c:LanguageName</blacklistPattern>
     251                <!-- general -->
     252                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     253                <!-- IDS IDSAGD_Speaker -->
     254                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern>
     255                <!-- IDS IDSAGD_Corpus -->
     256                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern>
     257                <!-- IMS TextCorpusProfile -->
     258                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern>
     259                <!-- IMS TextCorpusProfile -->
     260                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern>
     261                <!-- IMS ToolProfile -->
     262                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern>
     263                <!-- IMS ToolProfile -->
     264                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern>
     265                <!-- IMS c:LexicalResourceProfile -->
     266                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern>
     267                <!-- IMS c:MultimodalCorpus -->
     268        </facetConcept>
     269        <facetConcept name="languages" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
     270                <concept>http://www.isocat.org/datcat/DC-2482</concept>
     271                <concept>http://hdl.handle.net/11459/CCR_C-2482_08eded24-4086-7e3f-88e5-e0807fb01e17</concept>
     272                <!-- language code -->
     273                <concept>http://www.isocat.org/datcat/DC-2484</concept>
     274                <concept>http://hdl.handle.net/11459/CCR_C-2484_669684e7-cb9e-ea96-59cb-a25fe89b9b9d</concept>
     275                <!-- language name -->
     276                <concept>http://www.isocat.org/datcat/DC-5361</concept>
     277                <concept>http://hdl.handle.net/11459/CCR_C-5361_ba085ec1-9746-52bf-8cc1-3c300ce16eb8</concept>
     278                <!-- language usage (TEI) -->
     279                <concept>http://www.isocat.org/datcat/DC-5358</concept>
     280                <concept>http://hdl.handle.net/11459/CCR_C-5358_3cd089fe-ad03-6181-b20c-635ea41ed818</concept>
     281                <!--language (TEI) - MENZO: added for CLARIN-DK -->
     282
     283                <!--<concept>http://purl.org/dc/terms/language</concept>-->
     284                <!-- Removed because of problems with OLAC-DcmiTerms profile -->
     285                <!-- Had to be removed due to IDSAGD_Speaker <acceptableContext includeAny="false" includeEmpty="true"/>
    170286    <rejectableContext includeAny="true"  includeEmpty="false">
    171       <concept>http://www.isocat.org/datcat/DC-4146</concept>
     287      <concept>http://www.isocat.org/datcat/DC-4146</concept>
     288      <concept>http://hdl.handle.net/11459/CCR_C-4146_5ccc45c8-d729-c180-2bf1-fccc56dde24d</concept>
    172289    </rejectableContext>-->
    173     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
    174     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
    175     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
    176         <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
    177 
    178 
    179     <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept>-->  <!-- BAS REMOVED because of component SubjectLanguages -->
    180 
    181     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref -->
    182     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref-DWR -->
    183         <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>--> <!--  WeblichtWebservices -->
    184     <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern> <!-- MPI (JK) -->
    185     <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern> <!-- HZSK -->
    186     <blacklistPattern>/c:LanguageName</blacklistPattern> <!-- general -->
    187     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern> <!-- IDS IDSAGD_Speaker -->
    188     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern> <!-- IDS IDSAGD_Corpus -->
    189     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern> <!-- IMS TextCorpusProfile -->
    190     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    191     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern> <!-- IMS ToolProfile -->
    192     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern> <!-- IMS ToolProfile -->
    193     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    194     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:MultimodalCorpus -->
    195   </facetConcept>
    196   <facetConcept name="license" description="The licensing conditions for the resource or tool" definition="The name of the license or a very brief description of the licensing conditions under which the resource or tool can be used.">
    197       <concept>http://www.isocat.org/datcat/DC-2457</concept> <!-- A description of the licensing conditions... -->
    198       <concept>http://www.isocat.org/datcat/DC-2453</concept> <!-- A description of the terms of availability of the resource in simple words. -->
    199       <concept>http://www.isocat.org/datcat/DC-3800</concept> <!-- licenceType: Indication of the type of a copyright licence. --> 
    200       <concept>http://www.isocat.org/datcat/DC-6846</concept> <!-- DASISH from DC Rights -->
    201       <!-- <concept>http://www.isocat.org/datcat/DC-5439</concept> --> <!-- the DC is used in the distributionType facet -->
    202       <!--<concept>http://purl.org/dc/terms/license</concept>-->
    203   </facetConcept>
    204   <facetConcept name="organisation" description="The organisation currently responsible for the resource or tool" definition="The name of the organisation currently responsible for the resource or tool, i.e. to be contacted with any questions or requests regarding the metadata or access to the resource/tool.">
    205     <concept>http://www.isocat.org/datcat/DC-2459</concept>
    206     <concept>http://www.isocat.org/datcat/DC-2979</concept>
    207     <concept>http://purl.org/dc/terms/publisher</concept>
    208     <concept>http://purl.org/dc/elements/1.1/publisher</concept>
    209     <concept>http://www.isocat.org/datcat/DC-6134</concept>
    210     <concept>http://www.isocat.org/datcat/DC-6702</concept> <!-- distribution rights holder -->
    211    
    212    
    213     <pattern>/c:CMD/Components/c:WebLichtWebService/c:Service/c:Contact/c:Organisation/text()</pattern> <!--  IDS WebLichtWebService -->
    214     <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Source/c:MediaFiles/c:MediaFile/c:Access/c:Contact/c:Organisation/text()</pattern> <!--  IDS WebLichtWebService -->
    215     <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Source/c:Derivation/c:Organisation/text()</pattern> <!--  IDS WebLichtWebService -->
    216     <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Creators/c:Creator</blacklistPattern> <!--  IDS WebLichtWebService -->
    217   </facetConcept>
    218   <facetConcept name="genre" isCaseInsensitive="true" allowMultipleValues="true" description="The genre of the content of the resource" definition="The conventionalized discourse or text type of the content of the resource, consistently applied within the collection.">
    219     <concept>http://www.isocat.org/datcat/DC-2470</concept>
    220     <concept>http://www.isocat.org/datcat/DC-3899</concept>
    221     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:type/@olac-linguistic-type</pattern> <!-- Find concept and add attribute somehow -->
    222     <pattern>/c:CMD/c:Components/c:mods/c:genre/text()</pattern>
    223    
    224    
    225     <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Corpus/c:Topic/text()</pattern> <!--  BAS media-corpus-profile -->
    226     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Keyword/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    227   </facetConcept>
    228   <facetConcept name="modality" isCaseInsensitive="true" allowMultipleValues="true" description="The modality of the content of the resource or intended for the tool" definition="The channel by which the signs in the content of the resource were transmitted or the modality for which a tool is intended, e.g. to regonize speech, gestures or entities of a text.">
    229     <concept>http://www.isocat.org/datcat/DC-2490</concept>
    230   </facetConcept>
    231   <facetConcept name="subject" isCaseInsensitive="true" allowMultipleValues="true" description="The subject or topic of the content of the resource" definition="The subject or topic of the content of the resource, consistently applied within the collection.">
    232     <concept>http://www.isocat.org/datcat/DC-2591</concept>
    233     <concept>http://purl.org/dc/terms/subject</concept>
    234     <concept>http://purl.org/dc/elements/1.1/subject</concept>
    235     <concept>http://www.isocat.org/datcat/DC-6147</concept>
    236     <concept>http://www.isocat.org/datcat/DC-5316</concept>
    237     <concept>http://www.isocat.org/datcat/DC-6543</concept>
    238     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:subject/@olac-linguistic-field</pattern>
    239     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:subject[@dcterms-type="LCSH"]/text()</pattern>   
    240     <pattern>/c:CMD/c:Components/c:mods/c:subject/c:Topic/text()</pattern>
    241    
    242    
    243     <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Content/c:Topic/text()</pattern> <!--  BAS -->
    244     <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Content/c:Task/text()</pattern> <!--  BAS -->
    245     <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Corpus/c:Topic/text()</pattern> <!--  BAS media-corpus-profile -->
    246     <pattern>/c:CMD/c:Components/c:IDSAGD_Event/c:IDSAGD_SpeechEvent/c:Topic/text()</pattern> <!-- IDS IDSAGD_Event -->
    247     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Corpus/c:Modality/c:Modality/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    248     <blacklistPattern>/c:CMD/c:Components/c:teiHeader/c:profileDesc/c:textClass</blacklistPattern> <!-- BBAW -->
    249   </facetConcept>
    250   <facetConcept name="description" description="A general description of the resource or tool" definition="A general description of the resource or tool apropriate for the VLO context, i.e. for a specific language resource or tool.">
    251     <concept>http://www.isocat.org/datcat/DC-2520</concept>
    252     <concept>http://purl.org/dc/terms/description</concept>
    253     <concept>http://purl.org/dc/elements/1.1/description</concept>
    254     <concept>http://www.isocat.org/datcat/DC-6124</concept>
    255     <pattern>/c:CMD/c:Components/c:mods/c:abstract/text()</pattern>
    256    
    257    
    258     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:GeneralInfo/c:Description/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    259     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:GeneralInfo/c:Description/c:Description/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    260     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:Project/c:Description/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    261     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:Project/c:Description/c:Description/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    262    
    263     <blacklistPattern>/c:HZSKAssociatedFile/c:Type</blacklistPattern> <!--  HZSK -->
    264     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern> <!-- IDS IDSAGD_Speaker -->
    265     <blacklistPattern>/c:media-annotation-bundle/</blacklistPattern> <!-- BAS media-session-profile -->
    266     <blacklistPattern>/c:media-corpus-profile/c:Corpus/</blacklistPattern> <!-- BAS media-corpus-profile -->
    267     <blacklistPattern>/c:Components/c:LCC_CorpusProfile/c:LCC_Corpus/c:LCC_DataProviderList</blacklistPattern> <!-- ASV -->
    268     <blacklistPattern>/c:Components/c:LCC_DataProviderProfile/c:LCC_DataProvider/c:LCC_DataSourceList</blacklistPattern> <!-- ASV -->
    269     <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Contact/</blacklistPattern>  <!-- IMS WebLichtWebService -->
    270     <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/</blacklistPattern> <!-- IMS WebLichtWebService -->
    271     <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations</blacklistPattern> <!-- IMS WebLichtWebService -->
    272     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Project</blacklistPattern> <!-- IMS TextCorpusProfile -->
    273     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Publications</blacklistPattern> <!-- IMS TextCorpusProfile -->
    274     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern> <!-- IMS TextCorpusProfile -->
    275     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:CorpusContext</blacklistPattern> <!-- IMS TextCorpusProfile -->
    276     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Creation</blacklistPattern> <!-- IMS TextCorpusProfile -->
    277     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Access</blacklistPattern> <!-- IMS TextCorpusProfile -->
    278     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:SubjectLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    279     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    280     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:SizeInfo</blacklistPattern> <!-- IMS TextCorpusProfile -->
    281     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:ModalityInfo</blacklistPattern> <!-- IMS TextCorpusProfile -->
    282     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:ValidationGrp</blacklistPattern> <!-- IMS TextCorpusProfile -->
    283     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:TextTechnical</blacklistPattern> <!-- IMS TextCorpusProfile -->
    284     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Project</blacklistPattern> <!-- IMS ToolProfile -->
    285     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Publications</blacklistPattern> <!-- IMS ToolProfile -->
    286     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern> <!-- IMS ToolProfile -->
    287     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Creators</blacklistPattern> <!-- IMS ToolProfile -->
    288     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Access</blacklistPattern> <!-- IMS ToolProfile -->
    289     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Copyright</blacklistPattern> <!-- IMS ToolProfile -->
    290     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ResourceContext</blacklistPattern> <!-- IMS ToolProfile -->
    291     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext</blacklistPattern> <!-- IMS ToolProfile -->
    292     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Project</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    293     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Publications</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    294     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Creation</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    295     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    296     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Access</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    297     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:LexiconContext</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    298     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:SizeInfo</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    299     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:TextTechnical</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    300     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:GeneralInfo/c:ModalityInfo</blacklistPattern> <!-- IMS MultiModalCorpus -->
    301     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Access</blacklistPattern> <!-- IMS MultiModalCorpus -->
    302     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Creation</blacklistPattern> <!-- IMS MultiModalCorpus -->
    303     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Project</blacklistPattern> <!-- IMS MultiModalCorpus -->
    304     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications</blacklistPattern> <!-- IMS MultiModalCorpus -->
    305     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:SubjectLanguages</blacklistPattern> <!-- IMS MultiModalCorpus -->
    306     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern> <!-- IMS MultiModalCorpus -->
    307     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:MultimodalCorpusSpecific</blacklistPattern> <!-- IMS MultiModalCorpus -->
    308     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:TechnicalInfo</blacklistPattern> <!-- IMS MultiModalCorpus -->
    309   </facetConcept>
    310   <facetConcept name="resourceClass" description="The type of the resource or tool (e.g. corpus, lexicon, grammar, tool...)" definition="The type of the resource or tool (e.g. corpus, lexicon, grammar, tool...).">
    311     <concept>http://purl.org/dc/terms/type</concept>
    312     <concept>http://purl.org/dc/elements/1.1/type</concept>
    313     <concept>http://www.isocat.org/datcat/DC-3806</concept>
    314     <concept>http://www.isocat.org/rest/dc/3806</concept> <!-- not an official ISOcat PID - added to support cmdi-collectiontype, should be removed in the future -->
    315     <concept>http://www.isocat.org/datcat/DC-5424</concept>
    316     <concept>http://www.isocat.org/datcat/DC-3786</concept>
    317     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:ResourceType/text()</pattern>
    318     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:type/text()</pattern>   
    319     <pattern>/c:CMD/c:Components/c:mods/c:typeOfResource/text()</pattern>   
    320 
    321        
    322         <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Creation/c:Source/c:MediaFiles</blacklistPattern>
    323   </facetConcept>
    324   <facetConcept name="format" description="The mime types used in the resource or by the tool" definition="The mime types of the files in the resource or consumed/produced by the tool.">
    325     <concept>http://www.isocat.org/datcat/DC-2571</concept>
    326     <concept>http://purl.org/dc/terms/format</concept>
    327   </facetConcept> 
    328   <facetConcept name="nationalProject" description="The national CLARIN project providing the resource or tool" definition="The national CLARIN project providing the resource or tool.">
    329     <pattern>/c:CMD/c:Header/c:MdCollectionDisplayName/text()</pattern>
    330   </facetConcept>
    331   <facetConcept name="text">
    332         <pattern>/c:CMD/c:Header//text()</pattern>
    333         <pattern>/c:CMD/c:Components//text()</pattern>
    334   </facetConcept>
    335   <facetConcept name="_componentProfile">
    336     <pattern>/c:CMD/c:Header/c:MdProfile/text()</pattern>
    337   </facetConcept>
    338   <facetConcept name="keywords" description="Keywords describing the resource or tool" definition="Keywords containing relevant information on the resource or tool not stated in other VLO metadata facets, consistently applied within the collection.">
    339         <concept>http://www.isocat.org/datcat/DC-5436</concept>
    340         <concept>http://www.isocat.org/rest/dc/5436</concept>  <!-- not an official ISOcat PID - added to support LrtInventoryResource, should be removed in the future -->
    341     <pattern>/c:CMD/c:Components/c:mods/c:classification/text()</pattern>
    342    
    343    
    344     <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Corpus/text()</pattern> <!--  BAS -->
    345     <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Collection/c:Project/c:Title/text()</pattern> <!--  BAS -->
    346   </facetConcept>
    347  
    348   <!-- test facets -->
    349   <facetConcept name="temporalCoverage" description="The temporal coverage of the source material of the resource" definition="The temporal coverage of the source material of the resource, i.e. not the time within which the resource was created, but when e.g. original texts were written or speech recordings made.">
    350     <concept>http://www.isocat.org/datcat/DC-2502</concept> <!-- dc:coverage restricted to temporal coverage -->
    351     <concept>http://www.isocat.org/datcat/DC-3664</concept> <!-- “Basic time coverage information.” -->
    352     <concept>http://www.isocat.org/datcat/DC-4343</concept> <!-- Intervall. Described as “a : a space of time between events or states” -->
    353     <concept>http://www.isocat.org/datcat/DC-5742</concept> <!-- End time. Described as “Time at which an event ends”. -->
    354     <concept>http://www.isocat.org/datcat/DC-3654</concept> <!-- Start range. Described as “The beginning of a range.” used in the component TimeCoverage http://catalog.clarin.eu/ds/ComponentRegistry/?item=clarin.eu:cr1:c_1349361150714 -->
    355     <concept>http://www.isocat.org/datcat/DC-3655</concept> <!-- End range. Described as “The end of a range.” used in the component TimeCoverage http://catalog.clarin.eu/ds/ComponentRegistry/?item=clarin.eu:cr1:c_1349361150714 -->
    356     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:coverage/text()</pattern> <!-- dc:coverage, also contains spatial coverage info -->
    357   </facetConcept>
    358   <facetConcept name="lifeCycleStatus" description="The status in the life cycle of the resource or tool" definition="The status in the life cycle of the resource or tool.">
    359     <concept>http://www.isocat.org/datcat/DC-3818</concept> <!-- Life Cycle Status -->
    360   </facetConcept>
    361   <facetConcept name="distributionType" description="The audience for which the resource or tool is available" definition="A rights-based classification of language resources and tools, indicating the scope of the target audience (PUB/ACA/RES).">
    362     <concept>http://www.isocat.org/datcat/DC-5439</concept> <!-- Preferably displayed as AVAILABILITY or just cleverly bundled with the license facet... -->
    363   </facetConcept>
    364   <facetConcept name="rightsHolder" description="The rights holder of the resource or tool" definition="The person or organization holding the full rights for the resource or tool.">
    365     <concept>http://www.isocat.org/datcat/DC-6709</concept> <!-- IPR holder -->
    366     <concept>http://purl.org/dc/terms/rightsHolder</concept>
    367   </facetConcept>
     290                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
     291                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
     292                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
     293                <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
     294
     295
     296                <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept>
     297                      <concept>http://hdl.handle.net/11459/CCR_C-2468_e4135e12-c272-171e-a8a2-48339228387b</concept> -->
     298                <!-- BAS REMOVED because of component SubjectLanguages -->
     299
     300                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern>
     301                <!-- IDS OLAC-DcmiTerms-ref -->
     302                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern>
     303                <!-- IDS OLAC-DcmiTerms-ref-DWR -->
     304                <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>-->
     305                <!--  WeblichtWebservices -->
     306                <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern>
     307                <!-- MPI (JK) -->
     308                <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
     309                <!-- HZSK -->
     310                <blacklistPattern>/c:LanguageName</blacklistPattern>
     311                <!-- general -->
     312                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     313                <!-- IDS IDSAGD_Speaker -->
     314                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern>
     315                <!-- IDS IDSAGD_Corpus -->
     316                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern>
     317                <!-- IMS TextCorpusProfile -->
     318                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern>
     319                <!-- IMS TextCorpusProfile -->
     320                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern>
     321                <!-- IMS ToolProfile -->
     322                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern>
     323                <!-- IMS ToolProfile -->
     324                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern>
     325                <!-- IMS c:LexicalResourceProfile -->
     326                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern>
     327                <!-- IMS c:MultimodalCorpus -->
     328        </facetConcept>
     329        <facetConcept name="license" description="The licensing conditions for the resource or tool" definition="The name of the license or a very brief description of the licensing conditions under which the resource or tool can be used.">
     330                <concept>http://www.isocat.org/datcat/DC-2457</concept>
     331                <concept>http://hdl.handle.net/11459/CCR_C-2457_45bbaa1a-7002-2ecd-ab9d-57a189f694a6</concept>
     332                <!-- A description of the licensing conditions... -->
     333                <concept>http://www.isocat.org/datcat/DC-2453</concept>
     334                <concept>http://hdl.handle.net/11459/CCR_C-2453_1f0c3ea5-7966-ae11-d3c6-448424d4e6e8</concept>
     335                <!-- A description of the terms of availability of the resource in simple words. -->
     336                <concept>http://www.isocat.org/datcat/DC-3800</concept>
     337                <concept>http://hdl.handle.net/11459/CCR_C-3800_12a79edd-0ffe-8d82-9831-45d125c54aee</concept>
     338                <!-- licenceType: Indication of the type of a copyright licence. -->
     339                <concept>http://www.isocat.org/datcat/DC-6846</concept>
     340                <!-- DASISH from DC Rights -->
     341                <!-- <concept>http://www.isocat.org/datcat/DC-5439</concept>
     342                     <concept>http://hdl.handle.net/11459/CCR_C-5439_98bb103d-476a-7f62-54b4-bf9de24d2229</concept> -->
     343                <!-- the DC is used in the distributionType facet -->
     344                <!--<concept>http://purl.org/dc/terms/license</concept>-->
     345        </facetConcept>
     346        <facetConcept name="organisation" description="The organisation currently responsible for the resource or tool" definition="The name of the organisation currently responsible for the resource or tool, i.e. to be contacted with any questions or requests regarding the metadata or access to the resource/tool.">
     347                <concept>http://www.isocat.org/datcat/DC-2459</concept>
     348                <concept>http://hdl.handle.net/11459/CCR_C-2459_fc4e74d6-84de-c8cd-1ae8-2c2be5ee90b1</concept>
     349                <concept>http://www.isocat.org/datcat/DC-2979</concept>
     350                <concept>http://hdl.handle.net/11459/CCR_C-2979_8030473e-bbcb-6b87-3fd2-90554429ec50</concept>
     351                <concept>http://purl.org/dc/terms/publisher</concept>
     352                <concept>http://purl.org/dc/elements/1.1/publisher</concept>
     353                <concept>http://www.isocat.org/datcat/DC-6134</concept>
     354                <concept>http://hdl.handle.net/11459/CCR_C-6134_72c22724-2615-fd70-2eff-8cd3cb59e91d</concept>
     355                <concept>http://www.isocat.org/datcat/DC-6702</concept>
     356                <!-- distribution rights holder -->
     357
     358
     359                <pattern>/c:CMD/Components/c:WebLichtWebService/c:Service/c:Contact/c:Organisation/text()</pattern>
     360                <!--  IDS WebLichtWebService -->
     361                <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Source/c:MediaFiles/c:MediaFile/c:Access/c:Contact/c:Organisation/text()</pattern>
     362                <!--  IDS WebLichtWebService -->
     363                <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Source/c:Derivation/c:Organisation/text()</pattern>
     364                <!--  IDS WebLichtWebService -->
     365                <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Creators/c:Creator</blacklistPattern>
     366                <!--  IDS WebLichtWebService -->
     367        </facetConcept>
     368        <facetConcept name="genre" isCaseInsensitive="true" allowMultipleValues="true" description="The genre of the content of the resource" definition="The conventionalized discourse or text type of the content of the resource, consistently applied within the collection.">
     369                <concept>http://www.isocat.org/datcat/DC-2470</concept>
     370                <concept>http://hdl.handle.net/11459/CCR_C-2470_d191f2b2-6339-f031-b534-70d526b28357</concept>
     371                <concept>http://www.isocat.org/datcat/DC-3899</concept>
     372                <concept>http://hdl.handle.net/11459/CCR_C-3899_c6c608e7-cb2e-1832-09ff-aee36e1f2ed4</concept>
     373                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:type/@olac-linguistic-type</pattern>
     374                <!-- Find concept and add attribute somehow -->
     375                <pattern>/c:CMD/c:Components/c:mods/c:genre/text()</pattern>
     376
     377
     378                <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Corpus/c:Topic/text()</pattern>
     379                <!--  BAS media-corpus-profile -->
     380                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Keyword/text()</pattern>
     381                <!-- IDS IDSAGD_Corpus -->
     382        </facetConcept>
     383        <facetConcept name="modality" isCaseInsensitive="true" allowMultipleValues="true" description="The modality of the content of the resource or intended for the tool" definition="The channel by which the signs in the content of the resource were transmitted or the modality for which a tool is intended, e.g. to regonize speech, gestures or entities of a text.">
     384                <concept>http://www.isocat.org/datcat/DC-2490</concept>
     385                <concept>http://hdl.handle.net/11459/CCR_C-2490_44bc38a3-1799-4149-c791-40ac0176f0ff</concept>
     386        </facetConcept>
     387        <facetConcept name="subject" isCaseInsensitive="true" allowMultipleValues="true" description="The subject or topic of the content of the resource" definition="The subject or topic of the content of the resource, consistently applied within the collection.">
     388                <concept>http://www.isocat.org/datcat/DC-2591</concept>
     389                <concept>http://hdl.handle.net/11459/CCR_C-2591_f769d93b-c007-d2c9-aff2-99e9177e5764</concept>
     390                <concept>http://purl.org/dc/terms/subject</concept>
     391                <concept>http://purl.org/dc/elements/1.1/subject</concept>
     392                <concept>http://www.isocat.org/datcat/DC-6147</concept>
     393                <concept>http://hdl.handle.net/11459/CCR_C-6147_ebed915e-f911-f128-cddc-466aa41c9c73</concept>
     394                <concept>http://www.isocat.org/datcat/DC-5316</concept>
     395                <concept>http://hdl.handle.net/11459/CCR_C-5316_2c6244b4-4f10-5e8e-49b6-26fbf7004791</concept>
     396                <concept>http://www.isocat.org/datcat/DC-6543</concept>
     397                <concept>http://hdl.handle.net/11459/CCR_C-6543_92dacb75-3098-0d5a-0665-94ddb6274f8c</concept>
     398                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:subject/@olac-linguistic-field</pattern>
     399                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:subject[@dcterms-type="LCSH"]/text()</pattern>
     400                <pattern>/c:CMD/c:Components/c:mods/c:subject/c:Topic/text()</pattern>
     401
     402
     403                <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Content/c:Topic/text()</pattern>
     404                <!--  BAS -->
     405                <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Content/c:Task/text()</pattern>
     406                <!--  BAS -->
     407                <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Corpus/c:Topic/text()</pattern>
     408                <!--  BAS media-corpus-profile -->
     409                <pattern>/c:CMD/c:Components/c:IDSAGD_Event/c:IDSAGD_SpeechEvent/c:Topic/text()</pattern>
     410                <!-- IDS IDSAGD_Event -->
     411                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Corpus/c:Modality/c:Modality/text()</pattern>
     412                <!-- IDS IDSAGD_Corpus -->
     413                <blacklistPattern>/c:CMD/c:Components/c:teiHeader/c:profileDesc/c:textClass</blacklistPattern>
     414                <!-- BBAW -->
     415        </facetConcept>
     416        <facetConcept name="description" description="A general description of the resource or tool" definition="A general description of the resource or tool apropriate for the VLO context, i.e. for a specific language resource or tool.">
     417                <concept>http://www.isocat.org/datcat/DC-2520</concept>
     418                <concept>http://hdl.handle.net/11459/CCR_C-2520_9eeedfb4-47d3-ddee-cfcb-99ac634bf1db</concept>
     419                <concept>http://purl.org/dc/terms/description</concept>
     420                <concept>http://purl.org/dc/elements/1.1/description</concept>
     421                <concept>http://www.isocat.org/datcat/DC-6124</concept>
     422                <concept>http://hdl.handle.net/11459/CCR_C-6124_2e45fdf9-ced2-89c9-a09d-b4769e9fede6</concept>
     423                <pattern>/c:CMD/c:Components/c:mods/c:abstract/text()</pattern>
     424
     425
     426                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:GeneralInfo/c:Description/text()</pattern>
     427                <!-- IDS IDSAGD_Corpus -->
     428                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:GeneralInfo/c:Description/c:Description/text()</pattern>
     429                <!-- IDS IDSAGD_Corpus -->
     430                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:Project/c:Description/text()</pattern>
     431                <!-- IDS IDSAGD_Corpus -->
     432                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:Project/c:Description/c:Description/text()</pattern>
     433                <!-- IDS IDSAGD_Corpus -->
     434
     435                <blacklistPattern>/c:HZSKAssociatedFile/c:Type</blacklistPattern>
     436                <!--  HZSK -->
     437                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     438                <!-- IDS IDSAGD_Speaker -->
     439                <blacklistPattern>/c:media-annotation-bundle/</blacklistPattern>
     440                <!-- BAS media-session-profile -->
     441                <blacklistPattern>/c:media-corpus-profile/c:Corpus/</blacklistPattern>
     442                <!-- BAS media-corpus-profile -->
     443                <blacklistPattern>/c:Components/c:LCC_CorpusProfile/c:LCC_Corpus/c:LCC_DataProviderList</blacklistPattern>
     444                <!-- ASV -->
     445                <blacklistPattern>/c:Components/c:LCC_DataProviderProfile/c:LCC_DataProvider/c:LCC_DataSourceList</blacklistPattern>
     446                <!-- ASV -->
     447                <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Contact/</blacklistPattern>
     448                <!-- IMS WebLichtWebService -->
     449                <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/</blacklistPattern>
     450                <!-- IMS WebLichtWebService -->
     451                <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations</blacklistPattern>
     452                <!-- IMS WebLichtWebService -->
     453                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Project</blacklistPattern>
     454                <!-- IMS TextCorpusProfile -->
     455                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Publications</blacklistPattern>
     456                <!-- IMS TextCorpusProfile -->
     457                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern>
     458                <!-- IMS TextCorpusProfile -->
     459                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:CorpusContext</blacklistPattern>
     460                <!-- IMS TextCorpusProfile -->
     461                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Creation</blacklistPattern>
     462                <!-- IMS TextCorpusProfile -->
     463                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Access</blacklistPattern>
     464                <!-- IMS TextCorpusProfile -->
     465                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:SubjectLanguages</blacklistPattern>
     466                <!-- IMS TextCorpusProfile -->
     467                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern>
     468                <!-- IMS TextCorpusProfile -->
     469                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:SizeInfo</blacklistPattern>
     470                <!-- IMS TextCorpusProfile -->
     471                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:ModalityInfo</blacklistPattern>
     472                <!-- IMS TextCorpusProfile -->
     473                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:ValidationGrp</blacklistPattern>
     474                <!-- IMS TextCorpusProfile -->
     475                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:TextTechnical</blacklistPattern>
     476                <!-- IMS TextCorpusProfile -->
     477                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Project</blacklistPattern>
     478                <!-- IMS ToolProfile -->
     479                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Publications</blacklistPattern>
     480                <!-- IMS ToolProfile -->
     481                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern>
     482                <!-- IMS ToolProfile -->
     483                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Creators</blacklistPattern>
     484                <!-- IMS ToolProfile -->
     485                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Access</blacklistPattern>
     486                <!-- IMS ToolProfile -->
     487                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Copyright</blacklistPattern>
     488                <!-- IMS ToolProfile -->
     489                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ResourceContext</blacklistPattern>
     490                <!-- IMS ToolProfile -->
     491                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext</blacklistPattern>
     492                <!-- IMS ToolProfile -->
     493                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Project</blacklistPattern>
     494                <!-- IMS LexicalResourceProfile -->
     495                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Publications</blacklistPattern>
     496                <!-- IMS LexicalResourceProfile -->
     497                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Creation</blacklistPattern>
     498                <!-- IMS LexicalResourceProfile -->
     499                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern>
     500                <!-- IMS LexicalResourceProfile -->
     501                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Access</blacklistPattern>
     502                <!-- IMS LexicalResourceProfile -->
     503                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:LexiconContext</blacklistPattern>
     504                <!-- IMS LexicalResourceProfile -->
     505                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:SizeInfo</blacklistPattern>
     506                <!-- IMS LexicalResourceProfile -->
     507                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:TextTechnical</blacklistPattern>
     508                <!-- IMS LexicalResourceProfile -->
     509                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:GeneralInfo/c:ModalityInfo</blacklistPattern>
     510                <!-- IMS MultiModalCorpus -->
     511                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Access</blacklistPattern>
     512                <!-- IMS MultiModalCorpus -->
     513                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Creation</blacklistPattern>
     514                <!-- IMS MultiModalCorpus -->
     515                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Project</blacklistPattern>
     516                <!-- IMS MultiModalCorpus -->
     517                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications</blacklistPattern>
     518                <!-- IMS MultiModalCorpus -->
     519                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:SubjectLanguages</blacklistPattern>
     520                <!-- IMS MultiModalCorpus -->
     521                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern>
     522                <!-- IMS MultiModalCorpus -->
     523                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:MultimodalCorpusSpecific</blacklistPattern>
     524                <!-- IMS MultiModalCorpus -->
     525                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:TechnicalInfo</blacklistPattern>
     526                <!-- IMS MultiModalCorpus -->
     527        </facetConcept>
     528        <facetConcept name="resourceClass" description="The type of the resource or tool (e.g. corpus, lexicon, grammar, tool...)" definition="The type of the resource or tool (e.g. corpus, lexicon, grammar, tool...).">
     529                <concept>http://purl.org/dc/terms/type</concept>
     530                <concept>http://purl.org/dc/elements/1.1/type</concept>
     531                <concept>http://www.isocat.org/datcat/DC-3806</concept>
     532                <concept>http://hdl.handle.net/11459/CCR_C-3806_e55e9ed6-b099-c21d-a634-3c7f4d22a215</concept>
     533                <!-- not an official ISOcat PID - added to support cmdi-collectiontype, should be removed in the future -->
     534                <concept>http://www.isocat.org/datcat/DC-5424</concept>
     535                <concept>http://hdl.handle.net/11459/CCR_C-5424_3200a38b-344e-41de-e539-f71f80c38df8</concept>
     536                <concept>http://www.isocat.org/datcat/DC-3786</concept>
     537                <concept>http://hdl.handle.net/11459/CCR_C-3786_21c37142-994f-63a8-5a5b-a9fce07681a7</concept>
     538                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:ResourceType/text()</pattern>
     539                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:type/text()</pattern>
     540                <pattern>/c:CMD/c:Components/c:mods/c:typeOfResource/text()</pattern>
     541
     542
     543                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Creation/c:Source/c:MediaFiles</blacklistPattern>
     544        </facetConcept>
     545        <facetConcept name="format" description="The mime types used in the resource or by the tool" definition="The mime types of the files in the resource or consumed/produced by the tool.">
     546                <concept>http://www.isocat.org/datcat/DC-2571</concept>
     547                <concept>http://hdl.handle.net/11459/CCR_C-2571_2be2e583-e5af-34c2-3673-93359ec1f7df</concept>
     548                <concept>http://purl.org/dc/terms/format</concept>
     549        </facetConcept>
     550        <facetConcept name="nationalProject" description="The national CLARIN project providing the resource or tool" definition="The national CLARIN project providing the resource or tool.">
     551                <pattern>/c:CMD/c:Header/c:MdCollectionDisplayName/text()</pattern>
     552        </facetConcept>
     553        <facetConcept name="text">
     554                <pattern>/c:CMD/c:Header//text()</pattern>
     555                <pattern>/c:CMD/c:Components//text()</pattern>
     556        </facetConcept>
     557        <facetConcept name="_componentProfile">
     558                <pattern>/c:CMD/c:Header/c:MdProfile/text()</pattern>
     559        </facetConcept>
     560        <facetConcept name="keywords" description="Keywords describing the resource or tool" definition="Keywords containing relevant information on the resource or tool not stated in other VLO metadata facets, consistently applied within the collection.">
     561                <concept>http://www.isocat.org/datcat/DC-5436</concept>
     562                <concept>http://hdl.handle.net/11459/CCR_C-5436_6ab57c2c-5f8d-3561-6db6-d75da23d2637</concept>
     563                <!-- not an official ISOcat PID - added to support LrtInventoryResource, should be removed in the future -->
     564                <pattern>/c:CMD/c:Components/c:mods/c:classification/text()</pattern>
     565
     566
     567                <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Corpus/text()</pattern>
     568                <!--  BAS -->
     569                <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Collection/c:Project/c:Title/text()</pattern>
     570                <!--  BAS -->
     571        </facetConcept>
     572
     573        <!-- test facets -->
     574        <facetConcept name="temporalCoverage" description="The temporal coverage of the source material of the resource" definition="The temporal coverage of the source material of the resource, i.e. not the time within which the resource was created, but when e.g. original texts were written or speech recordings made.">
     575                <concept>http://www.isocat.org/datcat/DC-2502</concept>
     576                <concept>http://hdl.handle.net/11459/CCR_C-2502_747eb0cd-03e9-cffb-34cc-d0c8c77e4c5a</concept>
     577                <!-- dc:coverage restricted to temporal coverage -->
     578                <concept>http://www.isocat.org/datcat/DC-3664</concept>
     579                <concept>http://hdl.handle.net/11459/CCR_C-3664_eb600f47-5123-efbe-251b-d952c65fc847</concept>
     580                <!-- “Basic time coverage information.” -->
     581                <concept>http://www.isocat.org/datcat/DC-4343</concept>
     582                <concept>http://hdl.handle.net/11459/CCR_C-4343_0d6e80e7-6f6c-5497-eac6-29b95a5fa9ec</concept>
     583                <!-- Intervall. Described as “a : a space of time between events or states” -->
     584                <concept>http://www.isocat.org/datcat/DC-5742</concept>
     585                <concept>http://hdl.handle.net/11459/CCR_C-5742_66aaccdd-f1d0-a6a6-a4fb-efa704e06d8b</concept>
     586                <!-- End time. Described as “Time at which an event ends”. -->
     587                <concept>http://www.isocat.org/datcat/DC-3654</concept>
     588                <concept>http://hdl.handle.net/11459/CCR_C-3654_f1608e88-95e6-4233-5d21-5312e76de32d</concept>
     589                <!-- Start range. Described as “The beginning of a range.” used in the component TimeCoverage http://catalog.clarin.eu/ds/ComponentRegistry/?item=clarin.eu:cr1:c_1349361150714 -->
     590                <concept>http://www.isocat.org/datcat/DC-3655</concept>
     591                <concept>http://hdl.handle.net/11459/CCR_C-3655_bc4c2656-2946-0be9-49f0-021a811e531b</concept>
     592                <!-- End range. Described as “The end of a range.” used in the component TimeCoverage http://catalog.clarin.eu/ds/ComponentRegistry/?item=clarin.eu:cr1:c_1349361150714 -->
     593                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:coverage/text()</pattern>
     594                <!-- dc:coverage, also contains spatial coverage info -->
     595        </facetConcept>
     596        <facetConcept name="lifeCycleStatus" description="The status in the life cycle of the resource or tool" definition="The status in the life cycle of the resource or tool.">
     597                <concept>http://www.isocat.org/datcat/DC-3818</concept>
     598                <concept>http://hdl.handle.net/11459/CCR_C-3818_8c4aec73-1654-7565-9575-c4a17425ee29</concept>
     599                <!-- Life Cycle Status -->
     600        </facetConcept>
     601        <facetConcept name="distributionType" description="The audience for which the resource or tool is available" definition="A rights-based classification of language resources and tools, indicating the scope of the target audience (PUB/ACA/RES).">
     602                <concept>http://www.isocat.org/datcat/DC-5439</concept>
     603                <concept>http://hdl.handle.net/11459/CCR_C-5439_98bb103d-476a-7f62-54b4-bf9de24d2229</concept>
     604                <!-- Preferably displayed as AVAILABILITY or just cleverly bundled with the license facet... -->
     605        </facetConcept>
     606        <facetConcept name="rightsHolder" description="The rights holder of the resource or tool" definition="The person or organization holding the full rights for the resource or tool.">
     607                <concept>http://www.isocat.org/datcat/DC-6709</concept>
     608                <concept>http://hdl.handle.net/11459/CCR_C-6709_cb3572ed-ffd3-04f1-c145-b9c1f26bfc82</concept>
     609                <!-- IPR holder -->
     610                <concept>http://purl.org/dc/terms/rightsHolder</concept>
     611        </facetConcept>
    368612</facetConcepts>
  • vlo/trunk/vlo-importer/src/test/resources/facetConceptsTest.xml

    r5252 r5965  
    11<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    22<facetConcepts>
    3   <facetConcept name="id" allowMultipleValues="false">
    4     <concept>http://www.isocat.org/datcat/DC-2573</concept>
    5     <pattern>/c:CMD/c:Header/c:MdSelfLink/text()</pattern>
    6   </facetConcept>
    7   <facetConcept name="_selfLink" allowMultipleValues="false">
    8     <pattern>/c:CMD/c:Header/c:MdSelfLink/text()</pattern>
    9   </facetConcept>
    10   <facetConcept name="collection" description="The collection to which the resource belongs">
    11     <pattern>/c:CMD/c:Header/c:MdCollectionDisplayName/text()</pattern>
    12   </facetConcept>
    13   <facetConcept name="projectName" description="Projects involved in creation and/or distribution of the resource">
    14     <concept>http://www.isocat.org/datcat/DC-2536</concept>
    15     <concept>http://www.isocat.org/datcat/DC-2537</concept>
    16     <concept>http://www.isocat.org/datcat/DC-5414</concept>
    17    
    18    
    19     <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:publicationStmt/c:publisher/c:orgName/c:orgName[@role="project"]/text()</pattern> <!-- BBAW teiHeader -->
    20     <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Corpus</pattern> <!--  BAS media-session-profile-->
    21     <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Collection/c:GeneralInfo/c:Title/text()</pattern> <!-- BAS media-corpus-profile -->
    22   </facetConcept>
    23   <facetConcept name="name" allowMultipleValues="false" description="Name of the resource">
    24     <concept>http://www.isocat.org/datcat/DC-5428</concept>
    25     <concept>http://www.isocat.org/datcat/DC-5127</concept>
    26     <concept>http://www.isocat.org/datcat/DC-4160</concept><!-- CLARIN-D Webservices name -->
    27     <concept>http://www.isocat.org/datcat/DC-4114</concept>
    28     <concept>http://www.isocat.org/datcat/DC-2544</concept>
    29     <concept>http://www.isocat.org/datcat/DC-2545</concept>
    30     <concept>http://www.isocat.org/rest/dc/4160</concept>
    31     <concept>http://purl.org/dc/terms/title</concept>
    32     <concept>http://purl.org/dc/elements/1.1/title</concept>
    33     <concept>http://www.isocat.org/datcat/DC-6119</concept>
    34     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:ResourceName/text()</pattern> <!-- no concept in lrt schema -->
    35     <pattern>/c:CMD/c:Components/c:mods/c:titleInfo/title/text()</pattern>
    36    
    37    
     3        <facetConcept name="id" allowMultipleValues="false">
     4                <concept>http://www.isocat.org/datcat/DC-2573</concept>
     5                <concept>http://hdl.handle.net/11459/CCR_C-2573_ae7c2548-8a86-ab6e-7099-e28b7697d1a2</concept>
     6                <pattern>/c:CMD/c:Header/c:MdSelfLink/text()</pattern>
     7        </facetConcept>
     8        <facetConcept name="_selfLink" allowMultipleValues="false">
     9                <pattern>/c:CMD/c:Header/c:MdSelfLink/text()</pattern>
     10        </facetConcept>
     11        <facetConcept name="collection" description="The collection to which the resource or tool belongs" definition="The collection to which a resource or tool belongs. A resource or tool can only belong to one collection. A collection is based on a specific (legacy) archive or a certain type of resource within such an archive or centre. The members of a collection share basic metadata vocabularies for the information displayed in the VLO.">
     12                <pattern>/c:CMD/c:Header/c:MdCollectionDisplayName/text()</pattern>
     13        </facetConcept>
     14        <facetConcept name="projectName" description="The project within which the resource or tool was created" definition="The name of the project(s) originally involved in the creation of the resource or tool, also if these projects no longer exist or are not the ones to be contacted regarding the resource/tool, which is often the case.">
     15                <concept>http://www.isocat.org/datcat/DC-2536</concept>
     16                <concept>http://hdl.handle.net/11459/CCR_C-2536_13fc5f10-c14a-1f64-a669-32736f6d3ef5</concept>
     17                <concept>http://www.isocat.org/datcat/DC-2537</concept>
     18                <concept>http://hdl.handle.net/11459/CCR_C-2537_fa206273-223a-f4fa-dde3-ba59b965701f</concept>
     19                <concept>http://www.isocat.org/datcat/DC-5414</concept>
     20                <concept>http://hdl.handle.net/11459/CCR_C-5414_55fd7a9e-edae-d8ad-a64f-c8e1058e7a6d</concept>
     21
     22
     23                <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:publicationStmt/c:publisher/c:orgName/c:orgName[@role="project"]/text()</pattern>
     24                <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Corpus</pattern>
     25                <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Collection/c:GeneralInfo/c:Title/text()</pattern>
     26        </facetConcept>
     27        <facetConcept name="name" allowMultipleValues="false" description="The name of the resource or tool" definition="The full public name of the resource or tool.">
     28                <concept>http://www.isocat.org/datcat/DC-5428</concept>
     29                <concept>http://hdl.handle.net/11459/CCR_C-5428_65670fd6-3426-68ac-8f29-faef6ffd02ce</concept>
     30                <concept>http://www.isocat.org/datcat/DC-5127</concept>
     31                <concept>http://hdl.handle.net/11459/CCR_C-5127_f2721b23-921c-46ba-8d4d-88b46aef6976</concept>
     32                <concept>http://www.isocat.org/datcat/DC-4160</concept>
     33                <concept>http://hdl.handle.net/11459/CCR_C-4160_192be757-0d8f-f4fe-b10b-d3d50de92482</concept>
     34                <!-- CLARIN-D Webservices name -->
     35                <concept>http://www.isocat.org/datcat/DC-4114</concept>
     36                <concept>http://hdl.handle.net/11459/CCR_C-4114_747bf046-1208-940d-36ba-297e4de49e0c</concept>
     37                <concept>http://www.isocat.org/datcat/DC-2544</concept>
     38                <concept>http://hdl.handle.net/11459/CCR_C-2544_3626545e-a21d-058c-ebfd-241c0464e7e5</concept>
     39                <concept>http://www.isocat.org/datcat/DC-2545</concept>
     40                <concept>http://hdl.handle.net/11459/CCR_C-2545_d873f2ab-2a2f-29d6-a9ab-260cde57f227</concept>
     41                <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>
     43                <concept>http://purl.org/dc/terms/title</concept>
     44                <concept>http://purl.org/dc/elements/1.1/title</concept>
     45                <concept>http://www.isocat.org/datcat/DC-6119</concept>
     46                <concept>http://hdl.handle.net/11459/CCR_C-6119_ea4226b5-8d55-e71e-730f-2a02e3adbeb4</concept>
     47                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:ResourceName/text()</pattern> <!-- no concept in lrt schema -->
     48                <pattern>/c:CMD/c:Components/c:mods/c:titleInfo/title/text()</pattern>
     49
     50
    3851    <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:sourceDesc/c:bibl/text()</pattern>  <!-- BBAW teiHeader -->
    3952    <pattern>/c:CMD/c:Components/c:IDSAGD_Event/c:Label/text()</pattern> <!-- IDS IDSAGD_Event -->
     
    4356    <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Publications/c:Publication/c:PublicationTitle/</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    4457        <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications/c:Publication/c:PublicationTitle/</blacklistPattern> <!-- IMS c:MultimodalCorpus -->
    45   </facetConcept>
    46   <facetConcept name="year" description="Temporal information about the resource">
    47     <concept>http://www.isocat.org/datcat/DC-2509</concept>
    48     <concept>http://www.isocat.org/datcat/DC-2510</concept>
    49     <concept>http://www.isocat.org/datcat/DC-2538</concept>
    50     <concept>http://www.isocat.org/datcat/DC-6176</concept>
    51    
    52    
    53     <concept>http://purl.org/dc/terms/created</concept> <!-- (IDS) -->
    54     <concept>http://purl.org/dc/terms/date</concept> <!-- (IDS) -->
    55     <concept>http://purl.org/dc/terms/issued</concept> <!-- (IDS) -->
    56    
    57     <pattern>/c:CMD/Components/c:teiHeader/c:fileDesc/c:sourceDesc/c:biblFull/c:publicationStmt/c:date[@type="publication"]/text()</pattern> <!-- BBAW teiHeader -->
    58     <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:publicationStmt/c:date[@type="publication"]/text()</pattern> <!-- BBAW teiHeader -->
    59     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Project/c:Duration</blacklistPattern> <!-- IMS TextCorpusProfile -->
    60     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Project/c:Duration</blacklistPattern> <!-- IMS ToolProfile -->
    61     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Project/c:Duration/c:CompletionYear</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    62         <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Project/c:Duration/c:CompletionYear</blacklistPattern> <!-- c:MultimodalCorpus -->
    63         <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications/c:Publication/c:PublicationDate</blacklistPattern> <!-- c:MultimodalCorpus -->
    64   </facetConcept>
    65   <facetConcept name="continent" description="Spatial information about the resource: continent">
    66     <concept>http://www.isocat.org/datcat/DC-2531</concept>
    67     <concept>http://www.isocat.org/datcat/DC-3791</concept>
    68    
    69    
    70     <blacklistPattern>/c:HZSKCorpus/c:Collection/c:OriginLocation/c:Location/c:Continent</blacklistPattern> <!-- HZSK -->
    71     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:BirthPlace/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    72         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:Residence/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    73         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Education/c:Place/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    74         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Employment/c:Place/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    75         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground/c:Competence/c:LanguageVariety/c:LanguageVarietyPlace/c:Location/c:Continent</blacklistPattern> <!-- IDSAGD_Speaker -->
    76   </facetConcept>
    77   <facetConcept name="country" description="Spatial information about the resource: country">
    78     <concept>http://www.isocat.org/datcat/DC-2532</concept>
    79     <concept>http://www.isocat.org/datcat/DC-3792</concept>
    80     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:spatial[@dcterms-type="ISO3166"]/text()</pattern>
    81     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:coverage[@dcterms-type="ISO3166"]/text()</pattern>
    82    
    83     <concept>http://www.isocat.org/datcat/DC-2092</concept> <!-- add? -->
    84    
    85    
    86     <blacklistPattern>/c:HZSKCorpus/c:Collection/c:OriginLocation/c:Location/c:Country</blacklistPattern> <!-- HZSK -->
    87     <blacklistPattern>/c:Location/c:Country/c:CountryName</blacklistPattern> <!-- IMS ToolProfile -->
    88     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:BirthPlace/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    89         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:Residence/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    90         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Education/c:Place/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    91         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Employment/c:Place/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    92         <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground/c:Competence/c:LanguageVariety/c:LanguageVarietyPlace/c:Location/c:Country</blacklistPattern> <!-- IDSAGD_Speaker -->
    93   </facetConcept>
    94   <facetConcept name="language" description="Language of the content of the resource">
    95     <concept>http://www.isocat.org/datcat/DC-2482</concept> <!-- language code -->
    96     <concept>http://www.isocat.org/datcat/DC-2484</concept> <!-- language name -->
    97     <concept>http://www.isocat.org/datcat/DC-5361</concept> <!-- language usage (TEI) -->
    98     <concept>http://www.isocat.org/datcat/DC-5358</concept> <!--language (TEI) - MENZO: added for CLARIN-DK -->
    99    
     58        </facetConcept>
     59        <facetConcept name="year" description="Temporal information about the resource">
     60                <concept>http://www.isocat.org/datcat/DC-2509</concept>
     61                <concept>http://hdl.handle.net/11459/CCR_C-2509_3b86afe2-ebde-ba09-8a1c-fe6bdc46a739</concept>
     62                <concept>http://www.isocat.org/datcat/DC-2510</concept>
     63                <concept>http://hdl.handle.net/11459/CCR_C-2510_2402e609-046a-dfbf-c2d7-5a2f1ae6dc86</concept>
     64                <concept>http://www.isocat.org/datcat/DC-2538</concept>
     65                <concept>http://hdl.handle.net/11459/CCR_C-2538_8b697452-7ef3-9fce-ccf9-a7f344f11317</concept>
     66                <concept>http://www.isocat.org/datcat/DC-6176</concept>
     67                <concept>http://hdl.handle.net/11459/CCR_C-6176_647a4954-a958-7304-d8a6-5851f2003f7c</concept>
     68
     69
     70                <concept>http://purl.org/dc/terms/created</concept>
     71                <concept>http://purl.org/dc/terms/date</concept>
     72                <concept>http://purl.org/dc/terms/issued</concept>
     73
     74                <pattern>/c:CMD/Components/c:teiHeader/c:fileDesc/c:sourceDesc/c:biblFull/c:publicationStmt/c:date[@type="publication"]/text()</pattern>
     75                <pattern>/c:CMD/c:Components/c:teiHeader/c:fileDesc/c:publicationStmt/c:date[@type="publication"]/text()</pattern>
     76                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Project/c:Duration</blacklistPattern>
     77                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Project/c:Duration</blacklistPattern>
     78                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Project/c:Duration/c:CompletionYear</blacklistPattern>
     79                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Project/c:Duration/c:CompletionYear</blacklistPattern>
     80                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications/c:Publication/c:PublicationDate</blacklistPattern>
     81        </facetConcept>
     82        <facetConcept name="continent" description="The continent of origin of the source material of the resource" definition="The continent of origin of the source material of the resource, i.e. not the continent in which the resource was created, but where e.g. original texts were written or speech recordings made.">
     83                <concept>http://www.isocat.org/datcat/DC-2531</concept>
     84                <concept>http://hdl.handle.net/11459/CCR_C-2531_e0427265-2fc4-d23e-0a7c-a21981ec3734</concept>
     85                <concept>http://www.isocat.org/datcat/DC-3791</concept>
     86                <concept>http://hdl.handle.net/11459/CCR_C-3791_8f409aa8-2d57-5fc6-23f0-f490471807d8</concept>
     87
     88
     89                <blacklistPattern>/c:HZSKCorpus/c:Collection/c:OriginLocation/c:Location/c:Continent</blacklistPattern>
     90                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:BirthPlace/c:Location/c:Continent</blacklistPattern>
     91                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:Residence/c:Location/c:Continent</blacklistPattern>
     92                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Education/c:Place/c:Location/c:Continent</blacklistPattern>
     93                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Employment/c:Place/c:Location/c:Continent</blacklistPattern>
     94                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground/c:Competence/c:LanguageVariety/c:LanguageVarietyPlace/c:Location/c:Continent</blacklistPattern>
     95        </facetConcept>
     96        <facetConcept name="country" description="The country of origin of the source material of the resource" definition="The country of origin of the source material of the resource, i.e. not the country in which the resource was created, but where e.g. original texts were written or speech recordings made.">
     97                <concept>http://www.isocat.org/datcat/DC-2532</concept>
     98                <concept>http://hdl.handle.net/11459/CCR_C-2532_d004b0a6-fd1d-3ca3-abf1-1e6aeb3e37b2</concept>
     99                <concept>http://www.isocat.org/datcat/DC-3792</concept>
     100                <concept>http://hdl.handle.net/11459/CCR_C-3792_68c770a4-d58c-46dd-d429-5609ce5f81c3</concept>
     101                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:spatial[@dcterms-type="ISO3166"]/text()</pattern>
     102                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:coverage[@dcterms-type="ISO3166"]/text()</pattern>
     103
     104                <concept>http://www.isocat.org/datcat/DC-2092</concept>
     105                <concept>http://hdl.handle.net/11459/CCR_C-2092_36cd7ca8-e412-9f29-7ea7-4a3ba4ba2c91</concept>
     106                <!-- add? -->
     107
     108
     109                <blacklistPattern>/c:HZSKCorpus/c:Collection/c:OriginLocation/c:Location/c:Country</blacklistPattern>
     110                <blacklistPattern>/c:Location/c:Country/c:CountryName</blacklistPattern>
     111                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:BirthPlace/c:Location/c:Country</blacklistPattern>
     112                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:PersonalBackground/c:Residence/c:Location/c:Country</blacklistPattern>
     113                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Education/c:Place/c:Location/c:Country</blacklistPattern>
     114                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:ProfessionalBackground/c:Employment/c:Place/c:Location/c:Country</blacklistPattern>
     115                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground/c:Competence/c:LanguageVariety/c:LanguageVarietyPlace/c:Location/c:Country</blacklistPattern>
     116        </facetConcept>
     117        <facetConcept name="language" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
     118                <concept>http://www.isocat.org/datcat/DC-2482</concept>
     119                <concept>http://hdl.handle.net/11459/CCR_C-2482_08eded24-4086-7e3f-88e5-e0807fb01e17</concept>
     120                <!-- language code -->
     121                <concept>http://www.isocat.org/datcat/DC-2484</concept>
     122                <concept>http://hdl.handle.net/11459/CCR_C-2484_669684e7-cb9e-ea96-59cb-a25fe89b9b9d</concept>
     123                <!-- language name -->
     124                <concept>http://www.isocat.org/datcat/DC-5361</concept>
     125                <concept>http://hdl.handle.net/11459/CCR_C-5361_ba085ec1-9746-52bf-8cc1-3c300ce16eb8</concept>
     126                <!-- language usage (TEI) -->
     127                <concept>http://www.isocat.org/datcat/DC-5358</concept>
     128                <concept>http://hdl.handle.net/11459/CCR_C-5358_3cd089fe-ad03-6181-b20c-635ea41ed818</concept>
     129                <!--language (TEI) - MENZO: added for CLARIN-DK -->
     130
    100131    <concept>http://purl.org/dc/terms/language</concept>
    101    <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
     132                <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
    102133    <rejectableContext includeAny="true"  includeEmpty="false">
    103134      <concept>http://www.isocat.org/datcat/DC-4146</concept>
     135      <concept>http://hdl.handle.net/11459/CCR_C-4146_5ccc45c8-d729-c180-2bf1-fccc56dde24d</concept>
    104136    </rejectableContext> -->
    105     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
    106     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
    107     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
    108     <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
    109    
    110    
    111     <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept> --> <!-- BAS REMOVED because of component SubjectLanguages -->
    112            
    113     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref -->
    114     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref-DWR -->
    115     <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>--> <!--  WeblichtWebservices, breaks TÃŒbingen Resources (oai_sfs_uni_tuebingen_de_FID_15.xml)-->
    116     <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern> <!-- MPI (JK) -->
    117     <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
    118     <blacklistPattern>/c:LanguageName</blacklistPattern> <!-- general -->
    119     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern> <!-- IDS IDSAGD_Speaker -->
    120     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern> <!-- IDS IDSAGD_Corpus -->
    121     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern> <!-- IMS TextCorpusProfile -->
    122     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    123     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern> <!-- IMS ToolProfile -->
    124     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern> <!-- IMS ToolProfile -->
    125     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    126     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:MultimodalCorpus -->
    127   </facetConcept>
    128   <facetConcept name="languageCode" description="Language of the content of the resource">
    129     <concept>http://www.isocat.org/datcat/DC-2482</concept> <!-- language code -->
    130     <concept>http://www.isocat.org/datcat/DC-2484</concept> <!-- language name -->
    131     <concept>http://www.isocat.org/datcat/DC-5361</concept> <!-- language usage (TEI) -->
    132     <concept>http://www.isocat.org/datcat/DC-5358</concept> <!--language (TEI) - MENZO: added for CLARIN-DK -->
    133    
     137                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
     138                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
     139                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
     140                <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
     141
     142
     143                <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept>
     144                      <concept>http://hdl.handle.net/11459/CCR_C-2468_e4135e12-c272-171e-a8a2-48339228387b</concept> -->
     145                <!-- BAS REMOVED because of component SubjectLanguages -->
     146
     147                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern>
     148                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern>
     149                <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>-->
     150                <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern>
     151                <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
     152                <blacklistPattern>/c:LanguageName</blacklistPattern>
     153                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     154                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern>
     155                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern>
     156                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern>
     157                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern>
     158                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern>
     159                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern>
     160                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern>
     161        </facetConcept>
     162        <facetConcept name="languageCode" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
     163                <concept>http://www.isocat.org/datcat/DC-2482</concept>
     164                <concept>http://hdl.handle.net/11459/CCR_C-2482_08eded24-4086-7e3f-88e5-e0807fb01e17</concept>
     165                <!-- language code -->
     166                <concept>http://www.isocat.org/datcat/DC-2484</concept>
     167                <concept>http://hdl.handle.net/11459/CCR_C-2484_669684e7-cb9e-ea96-59cb-a25fe89b9b9d</concept>
     168                <!-- language name -->
     169                <concept>http://www.isocat.org/datcat/DC-5361</concept>
     170                <concept>http://hdl.handle.net/11459/CCR_C-5361_ba085ec1-9746-52bf-8cc1-3c300ce16eb8</concept>
     171                <!-- language usage (TEI) -->
     172                <concept>http://www.isocat.org/datcat/DC-5358</concept>
     173                <concept>http://hdl.handle.net/11459/CCR_C-5358_3cd089fe-ad03-6181-b20c-635ea41ed818</concept>
     174                <!--language (TEI) - MENZO: added for CLARIN-DK -->
     175
    134176    <concept>http://purl.org/dc/terms/language</concept>
    135    <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
     177                <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
    136178    <rejectableContext includeAny="true"  includeEmpty="false">
    137179      <concept>http://www.isocat.org/datcat/DC-4146</concept>
     180      <concept>http://hdl.handle.net/11459/CCR_C-4146_5ccc45c8-d729-c180-2bf1-fccc56dde24d</concept>
    138181    </rejectableContext> -->
    139     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
    140     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
    141     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
    142     <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
    143    
    144    
    145     <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept> --> <!-- BAS REMOVED because of component SubjectLanguages -->
    146            
    147     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref -->
    148     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref-DWR -->
    149     <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>--> <!--  WeblichtWebservices, breaks TÃŒbingen Resources (oai_sfs_uni_tuebingen_de_FID_15.xml)-->
    150     <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern> <!-- MPI (JK) -->
    151     <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
    152     <blacklistPattern>/c:LanguageName</blacklistPattern> <!-- general -->
    153     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern> <!-- IDS IDSAGD_Speaker -->
    154     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern> <!-- IDS IDSAGD_Corpus -->
    155     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern> <!-- IMS TextCorpusProfile -->
    156     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    157     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern> <!-- IMS ToolProfile -->
    158     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern> <!-- IMS ToolProfile -->
    159     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    160     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:MultimodalCorpus -->
    161   </facetConcept>
    162   <facetConcept name="languages" description="Language of the content of the resource">
    163     <concept>http://www.isocat.org/datcat/DC-2482</concept> <!-- language code -->
    164     <concept>http://www.isocat.org/datcat/DC-2484</concept> <!-- language name -->
    165     <concept>http://www.isocat.org/datcat/DC-5361</concept> <!-- language usage (TEI) -->
    166     <concept>http://www.isocat.org/datcat/DC-5358</concept> <!--language (TEI) - MENZO: added for CLARIN-DK -->
    167    
     182                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
     183                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
     184                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
     185                <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
     186
     187
     188                <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept>
     189                      <concept>http://hdl.handle.net/11459/CCR_C-2468_e4135e12-c272-171e-a8a2-48339228387b</concept> -->
     190                <!-- BAS REMOVED because of component SubjectLanguages -->
     191
     192                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern>
     193                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern>
     194                <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>-->
     195                <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern>
     196                <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
     197                <blacklistPattern>/c:LanguageName</blacklistPattern>
     198                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     199                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern>
     200                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern>
     201                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern>
     202                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern>
     203                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern>
     204                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern>
     205                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern>
     206        </facetConcept>
     207        <facetConcept name="languages" description="The object language relevant for the resource or tool" definition="The object language relevant for the resource or tool, i.e. the language of the source material of a resource, the object language of a language description, or the language supported by a linguistic tool. If a tool is language independent, please use the ISO 639-3 'und' for 'undefined'.">
     208                <concept>http://www.isocat.org/datcat/DC-2482</concept>
     209                <concept>http://hdl.handle.net/11459/CCR_C-2482_08eded24-4086-7e3f-88e5-e0807fb01e17</concept>
     210                <!-- language code -->
     211                <concept>http://www.isocat.org/datcat/DC-2484</concept>
     212                <concept>http://hdl.handle.net/11459/CCR_C-2484_669684e7-cb9e-ea96-59cb-a25fe89b9b9d</concept>
     213                <!-- language name -->
     214                <concept>http://www.isocat.org/datcat/DC-5361</concept>
     215                <concept>http://hdl.handle.net/11459/CCR_C-5361_ba085ec1-9746-52bf-8cc1-3c300ce16eb8</concept>
     216                <!-- language usage (TEI) -->
     217                <concept>http://www.isocat.org/datcat/DC-5358</concept>
     218                <concept>http://hdl.handle.net/11459/CCR_C-5358_3cd089fe-ad03-6181-b20c-635ea41ed818</concept>
     219                <!--language (TEI) - MENZO: added for CLARIN-DK -->
     220
    168221    <concept>http://purl.org/dc/terms/language</concept>
    169    <!-- Had to be removed due to IDSAGD_Speaker <acceptableContext includeAny="false" includeEmpty="true"/>
     222                <!-- Had to be removed due to IDSAGD_Speaker <acceptableContext includeAny="false" includeEmpty="true"/>
    170223    <rejectableContext includeAny="true"  includeEmpty="false">
    171       <concept>http://www.isocat.org/datcat/DC-4146</concept>
     224      <concept>http://www.isocat.org/datcat/DC-4146</concept>
     225      <concept>http://hdl.handle.net/11459/CCR_C-4146_5ccc45c8-d729-c180-2bf1-fccc56dde24d</concept>
    172226    </rejectableContext>-->
    173     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
    174     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
    175     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
    176         <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
    177 
    178 
    179     <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept>-->  <!-- BAS REMOVED because of component SubjectLanguages -->
    180 
    181     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref -->
    182     <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern> <!-- IDS OLAC-DcmiTerms-ref-DWR -->
    183         <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>--> <!--  WeblichtWebservices -->
    184     <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern> <!-- MPI (JK) -->
    185     <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern> <!-- HZSK -->
    186     <blacklistPattern>/c:LanguageName</blacklistPattern> <!-- general -->
    187     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern> <!-- IDS IDSAGD_Speaker -->
    188     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern> <!-- IDS IDSAGD_Corpus -->
    189     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern> <!-- IMS TextCorpusProfile -->
    190     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    191     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern> <!-- IMS ToolProfile -->
    192     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern> <!-- IMS ToolProfile -->
    193     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:LexicalResourceProfile -->
    194     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern> <!-- IMS c:MultimodalCorpus -->
    195   </facetConcept>
    196   <facetConcept name="organisation" description="Organisation involved in creation and/or distribution of the resource">
    197     <concept>http://www.isocat.org/datcat/DC-2459</concept>
    198     <concept>http://www.isocat.org/datcat/DC-2979</concept>
    199     <concept>http://purl.org/dc/terms/publisher</concept>
    200     <concept>http://purl.org/dc/elements/1.1/publisher</concept>
    201     <concept>http://www.isocat.org/datcat/DC-6134</concept>
    202    
    203    
    204     <pattern>/c:CMD/Components/c:WebLichtWebService/c:Service/c:Contact/c:Organisation/text()</pattern> <!--  IDS WebLichtWebService -->
    205     <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Source/c:MediaFiles/c:MediaFile/c:Access/c:Contact/c:Organisation/text()</pattern> <!--  IDS WebLichtWebService -->
    206     <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Source/c:Derivation/c:Organisation/text()</pattern> <!--  IDS WebLichtWebService -->
    207     <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Creators/c:Creator</blacklistPattern> <!--  IDS WebLichtWebService -->
    208   </facetConcept>
    209   <facetConcept name="genre" isCaseInsensitive="true" allowMultipleValues="true" description="Conventionalized discourse or text type of the resource">
    210     <concept>http://www.isocat.org/datcat/DC-2470</concept>
    211     <concept>http://www.isocat.org/datcat/DC-3899</concept>
    212     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:type/@olac-linguistic-type</pattern> <!-- Find concept and add attribute somehow -->
    213     <pattern>/c:CMD/c:Components/c:mods/c:genre/text()</pattern>
    214    
    215    
    216     <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Corpus/c:Topic/text()</pattern> <!--  BAS media-corpus-profile -->
    217     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Keyword/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    218   </facetConcept>
     227                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
     228                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
     229                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
     230                <pattern>/c:CMD/c:Components/c:mods/c:language/c:languageTerm/text()</pattern>
     231
     232
     233                <!--  <concept>http://www.isocat.org/datcat/DC-2468</concept>
     234                      <concept>http://hdl.handle.net/11459/CCR_C-2468_e4135e12-c272-171e-a8a2-48339228387b</concept> -->
     235                <!-- BAS REMOVED because of component SubjectLanguages -->
     236
     237                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref/c:language/@olac-language</pattern>
     238                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms-ref-DWR/c:language/@olac-language</pattern>
     239                <!-- <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations/c:Operation/c:Input/c:ParameterGroup/c:Parameters/c:Parameter/c:Values/c:ParameterValue/c:Value/text()</pattern>-->
     240                <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern>
     241                <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
     242                <blacklistPattern>/c:LanguageName</blacklistPattern>
     243                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     244                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern>
     245                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern>
     246                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern>
     247                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern>
     248                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext/c:DocumentationLanguages</blacklistPattern>
     249                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern>
     250                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern>
     251        </facetConcept>
     252        <facetConcept name="organisation" description="Organisation involved in creation and/or distribution of the resource">
     253                <concept>http://www.isocat.org/datcat/DC-2459</concept>
     254                <concept>http://hdl.handle.net/11459/CCR_C-2459_fc4e74d6-84de-c8cd-1ae8-2c2be5ee90b1</concept>
     255                <concept>http://www.isocat.org/datcat/DC-2979</concept>
     256                <concept>http://hdl.handle.net/11459/CCR_C-2979_8030473e-bbcb-6b87-3fd2-90554429ec50</concept>
     257                <concept>http://purl.org/dc/terms/publisher</concept>
     258                <concept>http://purl.org/dc/elements/1.1/publisher</concept>
     259                <concept>http://www.isocat.org/datcat/DC-6134</concept>
     260                <concept>http://hdl.handle.net/11459/CCR_C-6134_72c22724-2615-fd70-2eff-8cd3cb59e91d</concept>
     261                <concept>http://www.isocat.org/datcat/DC-6702</concept>
     262                <!-- distribution rights holder -->
     263
     264
     265                <pattern>/c:CMD/Components/c:WebLichtWebService/c:Service/c:Contact/c:Organisation/text()</pattern>
     266                <!--  IDS WebLichtWebService -->
     267                <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Source/c:MediaFiles/c:MediaFile/c:Access/c:Contact/c:Organisation/text()</pattern>
     268                <!--  IDS WebLichtWebService -->
     269                <pattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Source/c:Derivation/c:Organisation/text()</pattern>
     270                <!--  IDS WebLichtWebService -->
     271                <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/c:Creators/c:Creator</blacklistPattern>
     272                <!--  IDS WebLichtWebService -->
     273        </facetConcept>
     274        <facetConcept name="genre" isCaseInsensitive="true" allowMultipleValues="true" description="The genre of the content of the resource" definition="The conventionalized discourse or text type of the content of the resource, consistently applied within the collection.">
     275                <concept>http://www.isocat.org/datcat/DC-2470</concept>
     276                <concept>http://hdl.handle.net/11459/CCR_C-2470_d191f2b2-6339-f031-b534-70d526b28357</concept>
     277                <concept>http://www.isocat.org/datcat/DC-3899</concept>
     278                <concept>http://hdl.handle.net/11459/CCR_C-3899_c6c608e7-cb2e-1832-09ff-aee36e1f2ed4</concept>
     279                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:type/@olac-linguistic-type</pattern>
     280                <pattern>/c:CMD/c:Components/c:mods/c:genre/text()</pattern>
     281
     282
     283                <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Corpus/c:Topic/text()</pattern>
     284                <!--  BAS media-corpus-profile -->
     285                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Keyword/text()</pattern>
     286                <!-- IDS IDSAGD_Corpus -->
     287        </facetConcept>
    219288  <facetConcept name="modality" isCaseInsensitive="true" allowMultipleValues="true" description="The channel by which signs are transmitted">
    220     <concept>http://www.isocat.org/datcat/DC-2490</concept>
    221   </facetConcept>
    222   <facetConcept name="subject" isCaseInsensitive="true" allowMultipleValues="true" description="The topic of the resource">
    223     <concept>http://www.isocat.org/datcat/DC-2591</concept>
    224     <concept>http://purl.org/dc/terms/subject</concept>
    225     <concept>http://purl.org/dc/elements/1.1/subject</concept>
    226     <concept>http://www.isocat.org/datcat/DC-6147</concept>
    227     <concept>http://www.isocat.org/datcat/DC-5316</concept>
    228     <concept>http://www.isocat.org/datcat/DC-6543</concept>
    229     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:subject/@olac-linguistic-field</pattern>
    230     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:subject[@dcterms-type="LCSH"]/text()</pattern>   
    231     <pattern>/c:CMD/c:Components/c:mods/c:subject/c:Topic/text()</pattern>
    232    
    233    
    234     <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Content/c:Topic/text()</pattern> <!--  BAS -->
    235     <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Content/c:Task/text()</pattern> <!--  BAS -->
    236     <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Corpus/c:Topic/text()</pattern> <!--  BAS media-corpus-profile -->
    237     <pattern>/c:CMD/c:Components/c:IDSAGD_Event/c:IDSAGD_SpeechEvent/c:Topic/text()</pattern> <!-- IDS IDSAGD_Event -->
    238     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Corpus/c:Modality/c:Modality/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    239     <blacklistPattern>/c:CMD/c:Components/c:teiHeader/c:profileDesc/c:textClass</blacklistPattern> <!-- BBAW -->
    240   </facetConcept>
    241   <facetConcept name="description" description="Description of the resource">
    242     <concept>http://www.isocat.org/datcat/DC-2520</concept>
    243     <concept>http://purl.org/dc/terms/description</concept>
    244     <concept>http://purl.org/dc/elements/1.1/description</concept>
    245     <concept>http://www.isocat.org/datcat/DC-6124</concept>
    246     <pattern>/c:CMD/c:Components/c:mods/c:abstract/text()</pattern>
    247    
    248    
    249     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:GeneralInfo/c:Description/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    250     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:GeneralInfo/c:Description/c:Description/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    251     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:Project/c:Description/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    252     <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:Project/c:Description/c:Description/text()</pattern> <!-- IDS IDSAGD_Corpus -->
    253    
    254     <blacklistPattern>/c:HZSKAssociatedFile/c:Type</blacklistPattern> <!--  HZSK -->
    255     <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern> <!-- IDS IDSAGD_Speaker -->
    256     <blacklistPattern>/c:media-annotation-bundle/</blacklistPattern> <!-- BAS media-session-profile -->
    257     <blacklistPattern>/c:media-corpus-profile/c:Corpus/</blacklistPattern> <!-- BAS media-corpus-profile -->
    258     <blacklistPattern>/c:Components/c:LCC_CorpusProfile/c:LCC_Corpus/c:LCC_DataProviderList</blacklistPattern> <!-- ASV -->
    259     <blacklistPattern>/c:Components/c:LCC_DataProviderProfile/c:LCC_DataProvider/c:LCC_DataSourceList</blacklistPattern> <!-- ASV -->
    260     <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Contact/</blacklistPattern>  <!-- IMS WebLichtWebService -->
    261     <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/</blacklistPattern> <!-- IMS WebLichtWebService -->
    262     <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations</blacklistPattern> <!-- IMS WebLichtWebService -->
    263     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Project</blacklistPattern> <!-- IMS TextCorpusProfile -->
    264     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Publications</blacklistPattern> <!-- IMS TextCorpusProfile -->
    265     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern> <!-- IMS TextCorpusProfile -->
    266     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:CorpusContext</blacklistPattern> <!-- IMS TextCorpusProfile -->
    267     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Creation</blacklistPattern> <!-- IMS TextCorpusProfile -->
    268     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Access</blacklistPattern> <!-- IMS TextCorpusProfile -->
    269     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:SubjectLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    270     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS TextCorpusProfile -->
    271     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:SizeInfo</blacklistPattern> <!-- IMS TextCorpusProfile -->
    272     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:ModalityInfo</blacklistPattern> <!-- IMS TextCorpusProfile -->
    273     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:ValidationGrp</blacklistPattern> <!-- IMS TextCorpusProfile -->
    274     <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:TextTechnical</blacklistPattern> <!-- IMS TextCorpusProfile -->
    275     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Project</blacklistPattern> <!-- IMS ToolProfile -->
    276     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Publications</blacklistPattern> <!-- IMS ToolProfile -->
    277     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern> <!-- IMS ToolProfile -->
    278     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Creators</blacklistPattern> <!-- IMS ToolProfile -->
    279     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Access</blacklistPattern> <!-- IMS ToolProfile -->
    280     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Copyright</blacklistPattern> <!-- IMS ToolProfile -->
    281     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ResourceContext</blacklistPattern> <!-- IMS ToolProfile -->
    282     <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext</blacklistPattern> <!-- IMS ToolProfile -->
    283     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Project</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    284     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Publications</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    285     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Creation</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    286     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    287     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Access</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    288     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:LexiconContext</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    289     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:SizeInfo</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    290     <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:TextTechnical</blacklistPattern> <!-- IMS LexicalResourceProfile -->
    291     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:GeneralInfo/c:ModalityInfo</blacklistPattern> <!-- IMS MultiModalCorpus -->
    292     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Access</blacklistPattern> <!-- IMS MultiModalCorpus -->
    293     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Creation</blacklistPattern> <!-- IMS MultiModalCorpus -->
    294     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Project</blacklistPattern> <!-- IMS MultiModalCorpus -->
    295     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications</blacklistPattern> <!-- IMS MultiModalCorpus -->
    296     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:SubjectLanguages</blacklistPattern> <!-- IMS MultiModalCorpus -->
    297     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern> <!-- IMS MultiModalCorpus -->
    298     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:MultimodalCorpusSpecific</blacklistPattern> <!-- IMS MultiModalCorpus -->
    299     <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:TechnicalInfo</blacklistPattern> <!-- IMS MultiModalCorpus -->
    300   </facetConcept>
    301   <facetConcept name="resourceClass" description="Class or type of the resource">
    302     <concept>http://purl.org/dc/terms/type</concept>
    303     <concept>http://purl.org/dc/elements/1.1/type</concept>
    304     <concept>http://www.isocat.org/datcat/DC-3806</concept>
    305     <concept>http://www.isocat.org/rest/dc/3806</concept> <!-- not an official ISOcat PID - added to support cmdi-collectiontype, should be removed in the future -->
    306     <concept>http://www.isocat.org/datcat/DC-5424</concept>
    307     <concept>http://www.isocat.org/datcat/DC-3786</concept>
    308     <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:ResourceType/text()</pattern>
    309     <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:type/text()</pattern>   
    310     <pattern>/c:CMD/c:Components/c:mods/c:typeOfResource/text()</pattern>   
    311 
    312        
    313         <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Creation/c:Source/c:MediaFiles</blacklistPattern>
    314   </facetConcept>
     289                <concept>http://www.isocat.org/datcat/DC-2490</concept>
     290                <concept>http://hdl.handle.net/11459/CCR_C-2490_44bc38a3-1799-4149-c791-40ac0176f0ff</concept>
     291        </facetConcept>
     292        <facetConcept name="subject" isCaseInsensitive="true" allowMultipleValues="true" description="The subject or topic of the content of the resource" definition="The subject or topic of the content of the resource, consistently applied within the collection.">
     293                <concept>http://www.isocat.org/datcat/DC-2591</concept>
     294                <concept>http://hdl.handle.net/11459/CCR_C-2591_f769d93b-c007-d2c9-aff2-99e9177e5764</concept>
     295                <concept>http://purl.org/dc/terms/subject</concept>
     296                <concept>http://purl.org/dc/elements/1.1/subject</concept>
     297                <concept>http://www.isocat.org/datcat/DC-6147</concept>
     298                <concept>http://hdl.handle.net/11459/CCR_C-6147_ebed915e-f911-f128-cddc-466aa41c9c73</concept>
     299                <concept>http://www.isocat.org/datcat/DC-5316</concept>
     300                <concept>http://hdl.handle.net/11459/CCR_C-5316_2c6244b4-4f10-5e8e-49b6-26fbf7004791</concept>
     301                <concept>http://www.isocat.org/datcat/DC-6543</concept>
     302                <concept>http://hdl.handle.net/11459/CCR_C-6543_92dacb75-3098-0d5a-0665-94ddb6274f8c</concept>
     303                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:subject/@olac-linguistic-field</pattern>
     304                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:subject[@dcterms-type="LCSH"]/text()</pattern>
     305                <pattern>/c:CMD/c:Components/c:mods/c:subject/c:Topic/text()</pattern>
     306
     307
     308                <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Content/c:Topic/text()</pattern>
     309                <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Content/c:Task/text()</pattern>
     310                <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Corpus/c:Topic/text()</pattern>
     311                <pattern>/c:CMD/c:Components/c:IDSAGD_Event/c:IDSAGD_SpeechEvent/c:Topic/text()</pattern>
     312                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Corpus/c:Modality/c:Modality/text()</pattern>
     313                <blacklistPattern>/c:CMD/c:Components/c:teiHeader/c:profileDesc/c:textClass</blacklistPattern>
     314        </facetConcept>
     315        <facetConcept name="description" description="Description of the resource">
     316                <concept>http://www.isocat.org/datcat/DC-2520</concept>
     317                <concept>http://hdl.handle.net/11459/CCR_C-2520_9eeedfb4-47d3-ddee-cfcb-99ac634bf1db</concept>
     318                <concept>http://purl.org/dc/terms/description</concept>
     319                <concept>http://purl.org/dc/elements/1.1/description</concept>
     320                <concept>http://www.isocat.org/datcat/DC-6124</concept>
     321                <concept>http://hdl.handle.net/11459/CCR_C-6124_2e45fdf9-ced2-89c9-a09d-b4769e9fede6</concept>
     322                <pattern>/c:CMD/c:Components/c:mods/c:abstract/text()</pattern>
     323
     324
     325                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:GeneralInfo/c:Description/text()</pattern>
     326                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:GeneralInfo/c:Description/c:Description/text()</pattern>
     327                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:Project/c:Description/text()</pattern>
     328                <pattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:Project/c:Description/c:Description/text()</pattern>
     329
     330                <blacklistPattern>/c:HZSKAssociatedFile/c:Type</blacklistPattern>
     331                <!--  HZSK -->
     332                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     333                <!-- IDS IDSAGD_Speaker -->
     334                <blacklistPattern>/c:media-annotation-bundle/</blacklistPattern>
     335                <!-- BAS media-session-profile -->
     336                <blacklistPattern>/c:media-corpus-profile/c:Corpus/</blacklistPattern>
     337                <!-- BAS media-corpus-profile -->
     338                <blacklistPattern>/c:Components/c:LCC_CorpusProfile/c:LCC_Corpus/c:LCC_DataProviderList</blacklistPattern>
     339                <!-- ASV -->
     340                <blacklistPattern>/c:Components/c:LCC_DataProviderProfile/c:LCC_DataProvider/c:LCC_DataSourceList</blacklistPattern>
     341                <!-- ASV -->
     342                <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Contact/</blacklistPattern>
     343                <!-- IMS WebLichtWebService -->
     344                <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Creation/</blacklistPattern>
     345                <!-- IMS WebLichtWebService -->
     346                <blacklistPattern>/c:CMD/c:Components/c:WebLichtWebService/c:Service/c:Operations</blacklistPattern>
     347                <!-- IMS WebLichtWebService -->
     348                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Project</blacklistPattern>
     349                <!-- IMS TextCorpusProfile -->
     350                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Publications</blacklistPattern>
     351                <!-- IMS TextCorpusProfile -->
     352                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Documentations</blacklistPattern>
     353                <!-- IMS TextCorpusProfile -->
     354                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:CorpusContext</blacklistPattern>
     355                <!-- IMS TextCorpusProfile -->
     356                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Creation</blacklistPattern>
     357                <!-- IMS TextCorpusProfile -->
     358                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Access</blacklistPattern>
     359                <!-- IMS TextCorpusProfile -->
     360                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:SubjectLanguages</blacklistPattern>
     361                <!-- IMS TextCorpusProfile -->
     362                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:DocumentationLanguages</blacklistPattern>
     363                <!-- IMS TextCorpusProfile -->
     364                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:SizeInfo</blacklistPattern>
     365                <!-- IMS TextCorpusProfile -->
     366                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:ModalityInfo</blacklistPattern>
     367                <!-- IMS TextCorpusProfile -->
     368                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:ValidationGrp</blacklistPattern>
     369                <!-- IMS TextCorpusProfile -->
     370                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:TextTechnical</blacklistPattern>
     371                <!-- IMS TextCorpusProfile -->
     372                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Project</blacklistPattern>
     373                <!-- IMS ToolProfile -->
     374                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Publications</blacklistPattern>
     375                <!-- IMS ToolProfile -->
     376                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Documentations</blacklistPattern>
     377                <!-- IMS ToolProfile -->
     378                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Creators</blacklistPattern>
     379                <!-- IMS ToolProfile -->
     380                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Access</blacklistPattern>
     381                <!-- IMS ToolProfile -->
     382                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:Copyright</blacklistPattern>
     383                <!-- IMS ToolProfile -->
     384                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ResourceContext</blacklistPattern>
     385                <!-- IMS ToolProfile -->
     386                <blacklistPattern>/c:CMD/c:Components/c:ToolProfile/c:ToolContext</blacklistPattern>
     387                <!-- IMS ToolProfile -->
     388                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Project</blacklistPattern>
     389                <!-- IMS LexicalResourceProfile -->
     390                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Publications</blacklistPattern>
     391                <!-- IMS LexicalResourceProfile -->
     392                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Creation</blacklistPattern>
     393                <!-- IMS LexicalResourceProfile -->
     394                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:DocumentationLanguages</blacklistPattern>
     395                <!-- IMS LexicalResourceProfile -->
     396                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:Access</blacklistPattern>
     397                <!-- IMS LexicalResourceProfile -->
     398                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:LexiconContext</blacklistPattern>
     399                <!-- IMS LexicalResourceProfile -->
     400                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:SizeInfo</blacklistPattern>
     401                <!-- IMS LexicalResourceProfile -->
     402                <blacklistPattern>/c:CMD/c:Components/c:LexicalResourceProfile/c:TextTechnical</blacklistPattern>
     403                <!-- IMS LexicalResourceProfile -->
     404                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:GeneralInfo/c:ModalityInfo</blacklistPattern>
     405                <!-- IMS MultiModalCorpus -->
     406                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Access</blacklistPattern>
     407                <!-- IMS MultiModalCorpus -->
     408                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Creation</blacklistPattern>
     409                <!-- IMS MultiModalCorpus -->
     410                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Project</blacklistPattern>
     411                <!-- IMS MultiModalCorpus -->
     412                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:Publications</blacklistPattern>
     413                <!-- IMS MultiModalCorpus -->
     414                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:SubjectLanguages</blacklistPattern>
     415                <!-- IMS MultiModalCorpus -->
     416                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:DocumentationLanguages</blacklistPattern>
     417                <!-- IMS MultiModalCorpus -->
     418                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:MultimodalCorpusSpecific</blacklistPattern>
     419                <!-- IMS MultiModalCorpus -->
     420                <blacklistPattern>/c:CMD/c:Components/c:MultimodalCorpus/c:TechnicalInfo</blacklistPattern>
     421                <!-- IMS MultiModalCorpus -->
     422        </facetConcept>
     423        <facetConcept name="resourceClass" description="Class or type of the resource">
     424                <concept>http://purl.org/dc/terms/type</concept>
     425                <concept>http://purl.org/dc/elements/1.1/type</concept>
     426                <concept>http://www.isocat.org/datcat/DC-3806</concept>
     427                <concept>http://hdl.handle.net/11459/CCR_C-3806_e55e9ed6-b099-c21d-a634-3c7f4d22a215</concept>
     428                <!-- not an official ISOcat PID - added to support cmdi-collectiontype, should be removed in the future -->
     429                <concept>http://www.isocat.org/datcat/DC-5424</concept>
     430                <concept>http://hdl.handle.net/11459/CCR_C-5424_3200a38b-344e-41de-e539-f71f80c38df8</concept>
     431                <concept>http://www.isocat.org/datcat/DC-3786</concept>
     432                <concept>http://hdl.handle.net/11459/CCR_C-3786_21c37142-994f-63a8-5a5b-a9fce07681a7</concept>
     433                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:ResourceType/text()</pattern>
     434                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:type/text()</pattern>
     435                <pattern>/c:CMD/c:Components/c:mods/c:typeOfResource/text()</pattern>
     436
     437
     438                <blacklistPattern>/c:CMD/c:Components/c:TextCorpusProfile/c:Creation/c:Source/c:MediaFiles</blacklistPattern>
     439        </facetConcept>
    315440  <facetConcept name="format" description="Format of the resource based on MIME types">
    316     <concept>http://www.isocat.org/datcat/DC-2571</concept>
    317     <concept>http://purl.org/dc/terms/format</concept>
    318   </facetConcept> 
     441                <concept>http://www.isocat.org/datcat/DC-2571</concept>
     442                <concept>http://hdl.handle.net/11459/CCR_C-2571_2be2e583-e5af-34c2-3673-93359ec1f7df</concept>
     443                <concept>http://purl.org/dc/terms/format</concept>
     444        </facetConcept>
    319445  <facetConcept name="nationalProject" description="The national project in which this resource is provided">
    320     <pattern>/c:CMD/c:Header/c:MdCollectionDisplayName/text()</pattern>
    321   </facetConcept>
    322   <facetConcept name="text">
    323         <pattern>/c:CMD/c:Header//text()</pattern>
    324         <pattern>/c:CMD/c:Components//text()</pattern>
    325   </facetConcept>
    326   <facetConcept name="_componentProfile">
    327     <pattern>/c:CMD/c:Header/c:MdProfile/text()</pattern>
    328   </facetConcept>
     446                <pattern>/c:CMD/c:Header/c:MdCollectionDisplayName/text()</pattern>
     447        </facetConcept>
     448        <facetConcept name="text">
     449                <pattern>/c:CMD/c:Header//text()</pattern>
     450                <pattern>/c:CMD/c:Components//text()</pattern>
     451        </facetConcept>
     452        <facetConcept name="_componentProfile">
     453                <pattern>/c:CMD/c:Header/c:MdProfile/text()</pattern>
     454        </facetConcept>
    329455  <facetConcept name="keywords" description="Keywords that describe the resource">
    330         <concept>http://www.isocat.org/datcat/DC-5436</concept>
    331         <concept>http://www.isocat.org/rest/dc/5436</concept>  <!-- not an official ISOcat PID - added to support LrtInventoryResource, should be removed in the future -->
    332     <pattern>/c:CMD/c:Components/c:mods/c:classification/text()</pattern>
    333    
    334    
    335     <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Corpus/text()</pattern> <!--  BAS -->
    336     <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Collection/c:Project/c:Title/text()</pattern> <!--  BAS -->
    337   </facetConcept>
     456                <concept>http://www.isocat.org/datcat/DC-5436</concept>
     457                <concept>http://hdl.handle.net/11459/CCR_C-5436_6ab57c2c-5f8d-3561-6db6-d75da23d2637</concept>
     458                <!-- not an official ISOcat PID - added to support LrtInventoryResource, should be removed in the future -->
     459                <pattern>/c:CMD/c:Components/c:mods/c:classification/text()</pattern>
     460
     461
     462                <pattern>/c:CMD/c:Components/c:media-session-profile/c:media-session/c:Corpus/text()</pattern>
     463                <!--  BAS -->
     464                <pattern>/c:CMD/c:Components/c:media-corpus-profile/c:Collection/c:Project/c:Title/text()</pattern>
     465                <!--  BAS -->
     466        </facetConcept>
     467
     468        <!-- test facets -->
     469<!--    <facetConcept name="temporalCoverage" description="The temporal coverage of the source material of the resource" definition="The temporal coverage of the source material of the resource, i.e. not the time within which the resource was created, but when e.g. original texts were written or speech recordings made.">
     470                <concept>http://www.isocat.org/datcat/DC-2502</concept>
     471                <concept>http://hdl.handle.net/11459/CCR_C-2502_747eb0cd-03e9-cffb-34cc-d0c8c77e4c5a</concept>
     472                 dc:coverage restricted to temporal coverage
     473                <concept>http://www.isocat.org/datcat/DC-3664</concept>
     474                <concept>http://hdl.handle.net/11459/CCR_C-3664_eb600f47-5123-efbe-251b-d952c65fc847</concept>
     475                 â€œBasic time coverage information.”
     476                <concept>http://www.isocat.org/datcat/DC-4343</concept>
     477                <concept>http://hdl.handle.net/11459/CCR_C-4343_0d6e80e7-6f6c-5497-eac6-29b95a5fa9ec</concept>
     478                 Intervall. Described as “a : a space of time between events or states”
     479                <concept>http://www.isocat.org/datcat/DC-5742</concept>
     480                <concept>http://hdl.handle.net/11459/CCR_C-5742_66aaccdd-f1d0-a6a6-a4fb-efa704e06d8b</concept>
     481                 End time. Described as “Time at which an event ends”.
     482                <concept>http://www.isocat.org/datcat/DC-3654</concept>
     483                <concept>http://hdl.handle.net/11459/CCR_C-3654_f1608e88-95e6-4233-5d21-5312e76de32d</concept>
     484                 Start range. Described as “The beginning of a range.” used in the component TimeCoverage http://catalog.clarin.eu/ds/ComponentRegistry/?item=clarin.eu:cr1:c_1349361150714
     485                <concept>http://www.isocat.org/datcat/DC-3655</concept>
     486                <concept>http://hdl.handle.net/11459/CCR_C-3655_bc4c2656-2946-0be9-49f0-021a811e531b</concept>
     487                 End range. Described as “The end of a range.” used in the component TimeCoverage http://catalog.clarin.eu/ds/ComponentRegistry/?item=clarin.eu:cr1:c_1349361150714
     488                <pattern>/c:CMD/c:Components/c:OLAC-DcmiTerms/c:coverage/text()</pattern>
     489                 dc:coverage, also contains spatial coverage info
     490        </facetConcept>
     491        <facetConcept name="lifeCycleStatus" description="The status in the life cycle of the resource or tool" definition="The status in the life cycle of the resource or tool.">
     492                <concept>http://www.isocat.org/datcat/DC-3818</concept>
     493                <concept>http://hdl.handle.net/11459/CCR_C-3818_8c4aec73-1654-7565-9575-c4a17425ee29</concept>
     494                 Life Cycle Status
     495        </facetConcept>
     496        <facetConcept name="distributionType" description="The audience for which the resource or tool is available" definition="A rights-based classification of language resources and tools, indicating the scope of the target audience (PUB/ACA/RES).">
     497                <concept>http://www.isocat.org/datcat/DC-5439</concept>
     498                <concept>http://hdl.handle.net/11459/CCR_C-5439_98bb103d-476a-7f62-54b4-bf9de24d2229</concept>
     499                 Preferably displayed as AVAILABILITY or just cleverly bundled with the license facet...
     500        </facetConcept>
     501        <facetConcept name="rightsHolder" description="The rights holder of the resource or tool" definition="The person or organization holding the full rights for the resource or tool.">
     502                <concept>http://www.isocat.org/datcat/DC-6709</concept>
     503                <concept>http://hdl.handle.net/11459/CCR_C-6709_cb3572ed-ffd3-04f1-c145-b9c1f26bfc82</concept>
     504                 IPR holder
     505                <concept>http://purl.org/dc/terms/rightsHolder</concept>
     506        </facetConcept>-->
    338507</facetConcepts>
Note: See TracChangeset for help on using the changeset viewer.