1) DB COLLECTIONS organization: /db (root collection) | |-Properties | |-Profiles | |-RunningInstance |-GHN |-Service |-ExternalRunningInstance |-CS |-CSInstance |-Collection |-MetadataCollection |-GenericResource 2) DOCUMENT STRUCTURE internal document identifier EPR of the RI info di gestione info di gestione expire date from the epoc human readable version last update time from the peco human readable version (the list of ws-resourceproperties or the profile) + gCube Provider properties Example: 247246288042653 http://node6.d.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory RegistryResource RegistryResource 8042653 24724628 1250529645842 Mon Aug 17 18:20:45 GMT+01:00 2009 1250529525976 Mon Aug 17 18:18:45 GMT+01:00 2009 537ff150-8b4d-11de-a789-cac4f8c904e3 create 2009-08-17T16:45:10.945Z 1ab13550-8aad-11de-a0b8-daa6294f6796 update 2009-08-17T17:18:35.079Z 2009-08-17T17:18:46.068Z 1ab13550-8aad-11de-a0b8-daa6294f6796 1d1eb2e0-8aad-11de-a0ba-daa6294f6796 InformationSystem /CNRPrivate 1d1d5350-8aad-11de-a0ba-daa6294f6796 IS-Registry 3) QUERIES: the resultset has the following structure: ... ... ... XQuery samples: for $name in //Document/Data/[ServiceName &= 'ISRegistry'] return ..... for $name in collection("/db/Properties")//Document/Data/[ServiceName &= 'ISRegistry'] return .....