70 likes | 214 Vues
Join us as we explore the creation of customized metadata components and profiles inspired by the CLARIN-NL Info Session held in Nijmegen on July 1, 2009. This session highlights the use of XML schema for developing metadata profiles tailored to individual needs, focusing on practical examples like the creation of an Actor component with attributes such as first name, last name, and language information. Participants will gain technical insights on how to structure resources to enhance data description, along with future support for user-friendly tools.
E N D
<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
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)
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
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
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
CLARIN-NL Info Session Nijmegen 2009-07-01 www.clarin.eu Where to get the toolkit? • http://www.clarin.eu/toolkit
Thank you for your attention CLARIN has received funding fromthe European Community's Seventh Framework Programmeunder grant agreement n° 212230