wiki-archive/twiki/data/TAPIR/FullSearchProposalOne.txt

166 lines
6.1 KiB
Plaintext
Raw Normal View History

---+ Full Search Proposal I
The only parameter needed for this request is an identifier to the ConceptualSchema for which we use its namespace.
---+++++ Request
<verbatim>
<request>
<header>
...
</header>
<search>
<fullDocument schema="http://www.tdwg.org/schemas/abcd/1.2" FullSearchProposalOne>
</search>
</request>
</verbatim>
---+++++ Response
<verbatim>
<response>
<header>
...
</header>
<content>
<DataSets xmlns='http://www.tdwg.org/schemas/abcd/1.2'>
<DataSet>
<OriginalSource>
<SourceInstitutionCode>BGBM</SourceInstitutionCode>
<SourceName>Lichen DB</SourceName>
<SourceLastUpdatedDate>2001-01-01</SourceLastUpdatedDate>
<SourceWebAddress>http://www.bgbm.org</SourceWebAddress>
<SourceNumberOfRecords>31565</SourceNumberOfRecords>
</OriginalSource>
<DatasetDerivations>
<DatasetDerivation>
<DateSupplied>2003-08-11</DateSupplied>
<Supplier>
<Organisation>
<OrganisationName>Botanic Garden and Botanical Museum Berlin-Dahlem</OrganisationName>
<OrganisationCodes>
<OrganisationCode>BGBM</OrganisationCode>
</OrganisationCodes>
</Organisation>
<Person>
<PersonName>Markus D<>ring</PersonName>
</Person>
<Addresses>
<Address>K<>nigin Luise Str. 6-8, D-14191 Berlin, Germany</Address>
</Addresses>
<EmailAddresses>
<EmailAddress>m.doering@bgbm.org</EmailAddress>
</EmailAddresses>
<URLs>
<URL>http://www.bgbm.org</URL>
</URLs>
</Supplier>
<Rights>
<SpecificRestrictions>For scientific, non-commercial use only</SpecificRestrictions>
<LegalOwner>
<Organisation>
<OrganisationName>Botanic Garden and Botanical Museum Berlin-Dahlem</OrganisationName>
<OrganisationCodes>
<OrganisationCode>BGBM</OrganisationCode>
</OrganisationCodes>
</Organisation>
<Person>
<PersonName>Dr. Harrie Sipman</PersonName>
</Person>
<Addresses>
<Address>K<>nigin Luise Str. 6-8, D-14191 Berlin, Germany</Address>
</Addresses>
<EmailAddresses>
<EmailAddress>hsipman@zedat.fu-berlin.de</EmailAddress>
</EmailAddresses>
</LegalOwner>
</Rights>
<Statements>
<LogoURL>http://www.bgbm.org/biodivinf/images/bgbmlogo.gif</LogoURL>
</Statements>
<Description>Collection of label data for lichenized fungi produced since ca. 1986.For more details see http://www.bgbm.fu-berlin.de/bgbm/research/colls/herb/lichens2.htm</Description>
</DatasetDerivation>
</DatasetDerivations>
<Units>
<Unit>
<UnitID>11802</UnitID>
<Identifications>
<Identification PreferredIdentificationFlag='1'>
<TaxonIdentified>
<NameAuthorYearString>Astrothelium</NameAuthorYearString>
</TaxonIdentified>
<Identifier>
<IdentifierPersonName>
<PersonName>H. Sipman</PersonName>
</IdentifierPersonName>
</Identifier>
</Identification>
</Identifications>
<Gathering>
<GatheringDateTime>
<DateText>1988</DateText>
</GatheringDateTime>
<GatheringAgents>
<GatheringAgent>
<AgentText>H. Sipman</AgentText>
</GatheringAgent>
</GatheringAgents>
<GatheringSite>
<LocalityText>FRENCH GUYANA, Saül. Tropical primary forest along piste to Crique Limonade, about halfway. Alt. ca. 300 m. Coord. ca. 3°35'N, 53°13’W.</LocalityText>
<Country>
<CountryName>FRENCH GUYANA</CountryName>
<ISO2Letter>GF</ISO2Letter>
</Country>
</GatheringSite>
</Gathering>
</Unit>
<Unit>
<UnitID>12464</UnitID>
<Identifications>
<Identification PreferredIdentificationFlag='1'>
<TaxonIdentified>
<NameAuthorYearString>Gyalectidium</NameAuthorYearString>
</TaxonIdentified>
<Identifier>
<IdentifierPersonName>
<PersonName>R. Lücking</PersonName>
</IdentifierPersonName>
</Identifier>
<IdentificationDate>
<ISODateTimeBegin>1996</ISODateTimeBegin>
</IdentificationDate>
</Identification>
<Identification PreferredIdentificationFlag='0'>
<TaxonIdentified>
<NameAuthorYearString>Asterothyrium?</NameAuthorYearString>
</TaxonIdentified>
<Identifier>
<IdentifierPersonName>
<PersonName>H. Sipman</PersonName>
</IdentifierPersonName>
</Identifier>
<IdentificationDate>
<ISODateTimeBegin> 1992</ISODateTimeBegin>
</IdentificationDate>
</Identification>
</Identifications>
<Gathering>
<GatheringAgents>
<GatheringAgent>
<AgentText>H. Sipman</AgentText>
</GatheringAgent>
</GatheringAgents>
<GatheringSite>
<LocalityText>FRENCH GUYANA, near Kourou. Along the road D 15 ca. 10 km from Guatemala. Secondary scrub on sandy ridge in coastal swamp area. Alt. ca. 10 m. Coord. ca. 5°06'N, 52°34’W.</LocalityText>
<Country>
<CountryName>FRENCH GUYANA</CountryName>
<ISO2Letter>GF</ISO2Letter>
</Country>
</GatheringSite>
</Gathering>
</Unit>
</Units>
</DataSet>
</DataSets>
</content>
</response>
</verbatim>