Changes between Version 22 and Version 23 of FCS-Specification-ScrapBook


Ignore:
Timestamp:
02/06/14 11:41:05 (10 years ago)
Author:
oschonef
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FCS-Specification-ScrapBook

    v22 v23  
    1717 4. Drop the restivenesses of Resource, content models should be: `Resource (DataView*, ResourceFragment*)` and `ResourceFragment (DataView*)`
    1818 5. Honor and use extension hooks provided by SRU/CQL
    19  6. Endpoint specific extension hooks, e.g. to avild tag abuse of DataView. Resource.xsd could provide an extension hook, so arbitary XML could also be embedded.
     19 6. Non-normative stuff
     20   1. Endpoint specific extension hooks, e.g. to avild tag abuse of DataView. Resource.xsd could provide an extension hook, so arbitrary XML could also be embedded.
     21   2. Clients can put query parameters at @ref to allow hit highlighting on their systems
    2022
    2123
     
    248250
    249251The most complex [#XREF_Example_3 Example 3] is similar to Example 2, i.e. it shows a hit is encoded as one ''Generic Hits'' Data View in a Resource Fragment, that is embedded in a Resource. In contrast to Example 2, another Data View of type ''CMDI'' is embedded directly within the Resource. An Endpoint can use this type of Data View to directly provide CMDI metadata about the Resource to Clients.
    250 All entities of the Hit can be referenced by a persistent identifier and an URI. The complete Resource is referencable by either the persistent identifier `http://hdl.handle.net/4711/08-15` or the URI `http://repos.example.org/file/text_08_15.html` and the CMDI metadata record in the CMDI Data View is referencable either by the persistent identifier `http://hdl.handle.net/4711/08-15-1` or the URI `http://repos.example.org/file/08_15_1.cmdi`. The actual hit in the Resource Fragment is also directly referencable by either the persistent identifier `http://hdl.handle.net/4711/00-15-2` or the URI `http://repos.example.org/file/text_08_15.html#sentence2`.   
     252All entities of the Hit can be referenced by a persistent identifier and an URI. The complete Resource is referenceable by either the persistent identifier `http://hdl.handle.net/4711/08-15` or the URI `http://repos.example.org/file/text_08_15.html` and the CMDI metadata record in the CMDI Data View is referenceable either by the persistent identifier `http://hdl.handle.net/4711/08-15-1` or the URI `http://repos.example.org/file/08_15_1.cmdi`. The actual hit in the Resource Fragment is also directly referenceable by either the persistent identifier `http://hdl.handle.net/4711/00-15-2` or the URI `http://repos.example.org/file/text_08_15.html#sentence2`.   
    251253
    252254