Changes between Version 4 and Version 5 of FCS/Dataviews


Ignore:
Timestamp:
06/13/17 15:29:51 (7 years ago)
Author:
Leif-Jöran
Comment:

Added ADV and reference to 2.0 spec.

Legend:

Unmodified
Added
Removed
Modified
  • FCS/Dataviews

    v4 v5  
    77
    88== Introduction ==
    9 This specification is a supplementary specification to the CLARIN-FCS Core specification and defines additional Data View to be used in CLARIN-FCS. This specification defines the supplementary Data Views. For detailed information about the CLARIN-FCS ''interface specification'', see [#REF_FCS_Core CLARIN-FCS-Core].
     9This specification is a supplementary specification to the CLARIN-FCS Core specification and defines additional Data View to be used in CLARIN-FCS. This specification defines the supplementary Data Views. For detailed information about the CLARIN-FCS ''interface specification'', see [#REF_FCS_Core CLARIN-FCS-Core 2.0].
    1010
    1111=== Terminology ===
    12 The key words `MUST`, `MUST NOT`, `REQUIRED`, `SHALL`, `SHALL NOT`, `SHOULD`, `SHOULD NOT`, `RECOMMENDED`, `MAY`, and `OPTIONAL` in this document are to be interpreted as described in [#REF_RFC_2119 RFC2119].
     12The key words `MUST`, `MUST NOT`, `REQUIRED`, `SHALL`, `SHALL NOT`, `SHOULD`, `SHOULD NOT`, `RECOMMENDED`, `MAY`, and `OPTIONAL` in this document are to be interpreted as in [#REF_RFC_2119 RFC2119].
    1313
    1414=== Normative References ===
     
    2121    [http://www.w3.org/TR/2009/REC-xml-names-20091208/]
    2222
    23  CLARIN-FCS-Core[=#REF_FCS_Core]::
    24     CLARIN Federated Content Search (CLARIN-FCS) - Core, SCCTC FCS Task-Force, April 2014, \\
     23 CLARIN-FCS-Core 2.0[=#REF_FCS_Core]::
     24    CLARIN Federated Content Search (CLARIN-FCS) - Core 2.0, SCCTC FCS Task-Force, May 2017, \\
    2525    [https://trac.clarin.eu/wiki/FCS/Specification]   
    2626
     
    5555
    5656== Data Views ==
    57 A Data View serves as a container for representing search results within CLARIN-FCS. Data Views are designed to allow for different representations of results. This specification defines supplementary Data Views beyond the Generic Hits Data View, that is defined as part of the CLARIN-FCS Core specification. For detailed information as to what Data Views are and how they are integrated in CLARIN-FCS, see [#REF_FCS_Core CLARIN-FCS-Core].
     57A Data View serves as a container for representing search results within CLARIN-FCS. Data Views are designed to allow for different representations of results. This specification defines supplementary Data Views beyond the Generic Hits Data View and Advanced Data View, that is defined as part of the CLARIN-FCS Core 2.0 specification. For detailed information as to what Data Views are and how they are integrated in CLARIN-FCS, see [#REF_FCS_Core CLARIN-FCS-Core 2.0].
    5858
    5959'''NOTE''': The examples in the following sections ''show only'' the payload with the enclosing `<fcs:DataView>` element of a Data View. Of course, the Data View must be embedded either in a `<fcs:Resource>` or a `<fcs:ResourceFragment>` element. The `@pid` and `@ref` attributes have been omitted for all ''inline'' payload types.
     
    6161=== Generic Hits (HITS) ===
    6262The ''Generic Hits'' (HITS) Data View is an integral part of the Core specification and serves as the as the ''most basic'' agreement in CLARIN-FCS for the serialization of search results. For details about this Data View, see refer to the Core specification [#REF_FCS_Core CLARIN-FCS-Core, Section "Generic Hits (HITS)"].
     63
     64=== Advanced (ADV) ===
     65The ''Advanced'' (ADV) Data View is an integral part of the Core 2.0 specification and serves as the as the agreement in CLARIN-FCS for the serialization of CLARIN-FCS 2.0 Advanced Search results. For details about this Data View, see refer to the Core specification [#REF_FCS_Core CLARIN-FCS-Core 2.0, Section "Advanced (ADV)"].
    6366
    6467=== Component Metadata (CMDI) ===