1 / 7

Building metadata components

<CMD_Component />. Building metadata components. Dieter Van Uytvanck Max Planck Institute for Psycholinguistics Dieter.VanUytvanck @ mpi.nl CLARIN-NL Info Session Nijmegen 2009-07-01. Metadata components?. Metadata Profile (“components à la carte”). XML schema (“grammar”).

dusty
Télécharger la présentation

Building metadata components

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <CMD_Component /> Building metadata components Dieter Van Uytvanck Max Planck Institute for Psycholinguistics Dieter.VanUytvanck@mpi.nl CLARIN-NL Info Session Nijmegen 2009-07-01

  2. CLARIN-NL Info Session Nijmegen 2009-07-01 www.clarin.eu Metadata components? Metadata Profile (“components à la carte”) XML schema (“grammar”) <xs:schema> ... </xs:schema> XSLT XML validator XML editor <CMD> ... </CMD> Metadata instance (the real resource description)

  3. CLARIN-NL Info Session Nijmegen 2009-07-01 www.clarin.eu Building a component <CMD_Component name="Actor"> <CMD_Element name="firstName" ValueScheme="string“/> <CMD_Element name="lastName" ValueScheme="string"/> <CMD_Component name="ActorLanguage"> <CMD_Element name="LanguageCode“ ValueScheme="string“/> <CMD_Element name="LanguageName“ ValueScheme="string“ ConceptLink="http://www.isocat.org/datcat/DC-1766"/> </CMD_Component> </CMD_Component> Actor firstName lastName ActorLanguage languageName languageCode

  4. CLARIN-NL Info Session Nijmegen 2009-07-01 www.clarin.eu Using a component [...] <Actor> <firstName>Louis</firstName> <lastName>Couperus</lastName> <ActorLanguage> <LanguageCode>nld</LanguageCode> <LanguageName>Dutch</LanguageName> </ActorLanguage> </Actor> [...] Actor firstName: Louis lastName: Couperus ActorLanguage languageName: Dutch languageCode: nld

  5. CLARIN-NL Info Session Nijmegen 2009-07-01 www.clarin.eu Conclusions • Building your own components and profiles is already possible • Creating CLARIN metadata descriptions too • Both things require some technical (XML) skills • This is not the final infrastructure: • Format will be supported in the future • To be expected: user friendly • editors • browsers • search engines

  6. CLARIN-NL Info Session Nijmegen 2009-07-01 www.clarin.eu Where to get the toolkit? • http://www.clarin.eu/toolkit

  7. Thank you for your attention CLARIN has received funding fromthe European Community's Seventh Framework Programmeunder grant agreement n° 212230

More Related