[GeoNetwork-users] GetRecordByID question

Hello,

I am doing request GetRecordByID with the next XML POST:

<?xml version="1.0"?>
<csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
service="CSW" version="2.0.2">
    <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
</csw:GetRecordById>

I have loaded Dublin Core metadata and ISO19139 metadata in my Geonetwork.
When I do this request, all the response are in DublinCore. It seem that
geonetwork does a transformation from ISO139 to DublinCore.

I need get the metadata in his schema own. Can I do this with csw?

Thank very much.

Hi

Send the outputSchema parameter to request for iso schema like:

<csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
service="CSW" version="2.0.2" *outputSchema="csw:IsoRecord"*>
    <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
</csw:GetRecordById>

Regards,
Jose García

On Thu, Oct 18, 2012 at 12:23 PM, gwcvarekay raikc <gwcvarekay@anonymised.com>wrote:

Hello,

I am doing request GetRecordByID with the next XML POST:

<?xml version="1.0"?>
<csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
service="CSW" version="2.0.2">
    <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
</csw:GetRecordById>

I have loaded Dublin Core metadata and ISO19139 metadata in my Geonetwork.
When I do this request, all the response are in DublinCore. It seem that
geonetwork does a transformation from ISO139 to DublinCore.

I need get the metadata in his schema own. Can I do this with csw?

Thank very much.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*

Yes, but when I do this request, I don't know what schema has the metadata
with this uiid.

They can be Dublin Core or ISO. I need that de response to the request is
in schema original.

Thank very much.

2012/10/18 Jose Garcia <jose.garcia@anonymised.com>

Hi

Send the outputSchema parameter to request for iso schema like:

<csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
service="CSW" version="2.0.2" *outputSchema="csw:IsoRecord"*>
    <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
</csw:GetRecordById>

Regards,
Jose García

On Thu, Oct 18, 2012 at 12:23 PM, gwcvarekay raikc <gwcvarekay@anonymised.com>wrote:

Hello,

I am doing request GetRecordByID with the next XML POST:

<?xml version="1.0"?>
<csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
service="CSW" version="2.0.2">
    <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
</csw:GetRecordById>

I have loaded Dublin Core metadata and ISO19139 metadata in my Geonetwork.
When I do this request, all the response are in DublinCore. It seem that
geonetwork does a transformation from ISO139 to DublinCore.

I need get the metadata in his schema own. Can I do this with csw?

Thank very much.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*

The value of outputSchema to retrieve ISO 19139 format, should be "
http://www.isotc211.org/2005/gmd&quot; according to OGC 07-045 Table 29.

It's not possible to use CSW to retrieve the metadata in whatever their
current format is, because the (optional) outputSchema parameter has a
default value of "http://www.opengis.net/cat/csw/2.0.2&quot; which means, return
the metadata in DC format according to the list in OGC 07-006 10.2.5.

Kind regards
Heikki Doeleman

On Thu, Oct 18, 2012 at 1:30 PM, gwcvarekay raikc <gwcvarekay@anonymised.com>wrote:

Yes, but when I do this request, I don't know what schema has the metadata
with this uiid.

They can be Dublin Core or ISO. I need that de response to the request is
in schema original.

Thank very much.

2012/10/18 Jose Garcia <jose.garcia@anonymised.com>

> Hi
>
> Send the outputSchema parameter to request for iso schema like:
>
> <csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
> service="CSW" version="2.0.2" *outputSchema="csw:IsoRecord"*>
> <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
> </csw:GetRecordById>
>
> Regards,
> Jose García
>
> On Thu, Oct 18, 2012 at 12:23 PM, gwcvarekay raikc <gwcvarekay@anonymised.com
>wrote:
>
>> Hello,
>>
>> I am doing request GetRecordByID with the next XML POST:
>>
>> <?xml version="1.0"?>
>> <csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
>> service="CSW" version="2.0.2">
>> <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
>> </csw:GetRecordById>
>>
>>
>> I have loaded Dublin Core metadata and ISO19139 metadata in my
Geonetwork.
>> When I do this request, all the response are in DublinCore. It seem that
>> geonetwork does a transformation from ISO139 to DublinCore.
>>
>> I need get the metadata in his schema own. Can I do this with csw?
>>
>> Thank very much.
>>
>>
------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> _______________________________________________
>> GeoNetwork-users mailing list
>> GeoNetwork-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
>> GeoNetwork OpenSource is maintained at
>> http://sourceforge.net/projects/geonetwork
>>
>
>
>
> --
> *
> GeoCat Bridge for ArcGIS allows instant publishing of data and metadata
on
> GeoServer and GeoNetwork. Visit http://geocat.net for details.
> _________________________
> Jose García
> GeoCat bv
> Veenderweg 13
> 6721 WD Bennekom
> The Netherlands
> http://GeoCat.net/&gt;
>
> *
>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

Hi

Not sure if outputSchema="csw:IsoRecord", but at least in the CSW test
interface of GeoNetwork is used and works, so maybe specific to GeoNetwork.

Better stick to the value pointed by Heikki.

Regards,
Jose García

On Thu, Oct 18, 2012 at 1:34 PM, heikki <tropicano@anonymised.com> wrote:

The value of outputSchema to retrieve ISO 19139 format, should be "
http://www.isotc211.org/2005/gmd&quot; according to OGC 07-045 Table 29.

It's not possible to use CSW to retrieve the metadata in whatever their
current format is, because the (optional) outputSchema parameter has a
default value of "http://www.opengis.net/cat/csw/2.0.2&quot; which means,
return the metadata in DC format according to the list in OGC 07-006 10.2.5.

Kind regards
Heikki Doeleman

On Thu, Oct 18, 2012 at 1:30 PM, gwcvarekay raikc <gwcvarekay@anonymised.com>wrote:

Yes, but when I do this request, I don't know what schema has the metadata
with this uiid.

They can be Dublin Core or ISO. I need that de response to the request is
in schema original.

Thank very much.

2012/10/18 Jose Garcia <jose.garcia@anonymised.com>

> Hi
>
> Send the outputSchema parameter to request for iso schema like:
>
> <csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
> service="CSW" version="2.0.2" *outputSchema="csw:IsoRecord"*>

> <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
> </csw:GetRecordById>
>
> Regards,
> Jose García
>
> On Thu, Oct 18, 2012 at 12:23 PM, gwcvarekay raikc <
gwcvarekay@anonymised.com>wrote:
>
>> Hello,
>>
>> I am doing request GetRecordByID with the next XML POST:
>>
>> <?xml version="1.0"?>
>> <csw:GetRecordById xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
>> service="CSW" version="2.0.2">
>> <csw:Id>6844af6e-fa6c-4af5-9d9c-e04ca854757e</csw:Id>
>> </csw:GetRecordById>
>>
>>
>> I have loaded Dublin Core metadata and ISO19139 metadata in my
Geonetwork.
>> When I do this request, all the response are in DublinCore. It seem
that
>> geonetwork does a transformation from ISO139 to DublinCore.
>>
>> I need get the metadata in his schema own. Can I do this with csw?
>>
>> Thank very much.
>>
>>
------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> _______________________________________________
>> GeoNetwork-users mailing list
>> GeoNetwork-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
>> GeoNetwork OpenSource is maintained at
>> http://sourceforge.net/projects/geonetwork
>>
>
>
>
> --
> *

> GeoCat Bridge for ArcGIS allows instant publishing of data and metadata
on
> GeoServer and GeoNetwork. Visit http://geocat.net for details.
> _________________________
> Jose García
> GeoCat bv
> Veenderweg 13
> 6721 WD Bennekom
> The Netherlands
> http://GeoCat.net/&gt;

>
> *
>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*