= An example DCLOM description set = This document contains an example description set based on the proposed [wiki:Self:DCMIIEEELTSCTaskforce/LomDCAMAnalysis mapping of IEEE LOM Elements to the DCMI Abstract Model]. Firstly, here is the LOM/XML record that is used as the basis of the example: {{{ URI http://purl.org/poi/rdn.ac.uk/12345-67890 <string language="en-GB">Wilfred Owen and Realism</string> en-GB This pathway should be of use to anyone studying Wilfred Owen at GCSE (or High school level in the US). By looking at visual and other evidence in the The Wilfred Owen Multimedia Digital Archive (WOMDA), it aims to raise the issue of realism in Owen's verse. Owen, Wilfred Poetry Realism First World War WWI LOMv1.0 publisher LOMv1.0 author URI oai:rdn.ac.uk:12345-67890 LOMv1.0 creator 2003-03-20 LOMv1.0 en-GB text/html application/gif application/mpeg application/quicktime http://www.hcu.ox.ac.uk/... Web browser RDNLTSNType Computer-basedTutorial DCMIType InteractiveResource UKEC higher education LOMv1.0 no (c) City of London School, 2003 LOMv1.0 discipline learndirect FC.4 English Literature JACS Q320 English Literature LOMv1.0 educational level UKEL level5 }}} A representation of this example, using the constructs available in the [http://dublincore.org/documents/abstract-model/ DCMI Abstract Model (DAM)] and following the [http://www.ukoln.ac.uk/metadata/dcmi/dc-text/ proposed DC-TEXT psuedo-syntax] follows: {{{ @prefix dc: @prefix dcterms: @prefix lom: @prefix lomvoc: @prefix xsd: @prefix rdf: @prefix rdfs: @prefix ukec: @prefix meg: DescriptionSet ( Description ( ResourceId ( lo ) Statement ( PropertyURI ( lom:identifier ) ValueId ( loid ) ) Statement ( PropertyURI ( dcterms:title ) LiteralValueString ( "Wilfred Owen and Realism" Language ( en-GB ) ) ) Statement ( PropertyURI ( dcterms:language ) ValueString ( "en-GB" SyntaxEncodingSchemeURI ( dcterms:RFC4646 ) ) ) Statement ( PropertyURI ( dcterms:description ) ValueString ( "This pathway should be of use to anyone studying Wilfred Owen at GCSE (or High school level in the US). By looking at visual and other evidence in the The Wilfred Owen Multimedia Digital Archive (WOMDA), it aims to raise the issue of realism in Owen's verse." Language ( en-GB ) ) ) Statement ( PropertyURI ( lom:keyword ) ValueString ( "Owen, Wilfred" ) ) # ... other lom:keyword statements here ... Statement ( PropertyURI ( lom:contribution ) ValueId ( contribution1 ) ) Statement ( PropertyURI ( lom:contribution ) ValueId ( contribution2 ) ) Statement ( PropertyURI ( dcterms:format ) ValueString ( "text/html" ) VocabularyEncodingSchemeURI ( dcterms:IMT ) ) # ... other dc:format statements here ... Statement ( PropertyURI ( lom:location ) LiteralValueString ( "http://www.hcu.ox.ac.uk/..." SyntaxEncodingSchemeURI ( xsd:anyURI ) ) ) Statement ( PropertyURI ( lom:otherPlatformRequirements ) ValueString ( "Web browser" Language ( en-GB ) ) ) Statement ( PropertyURI ( rdf:type ) ValueURI ( dcmitype:InteractiveResource ) # note: 'value URI' not available in source LOM instance; depends on additional info VocabularyEncodingSchemeURI ( dcterms:DCMIType ) # note: 'VES URI' not available in source LOM instance; depends on additional info ) Statement ( PropertyURI ( rdf:type ) ValueId ( RDNLTSNType-Computer-basedTutorial ) # note: lack of 'value URI' for terms in this Vocabulary VocabularyEncodingSchemeURI ( example:LearningResourceType ) #note: lack of VES URI for this VES ) Statement ( PropertyURI ( lom:context ) ValueURI ( ukec:HigherEducation ) # note: 'value URI' not available in source LOM instance; depends on additional info VocabularyEncodingSchemeURI ( meg:UKEC ) # note: 'VES URI' not available in source LOM instance; depends on additional info ) Statement ( PropertyURI ( lom:copyrightAndOtherRestrictions ) LiteralValueString ( "No" SyntaxEncodingSchemeURI ( xsd:boolean ) ) ) Statement ( PropertyURI ( dcterms:rights ) ValueString ( "(c) City of London School, 2003" Language ( en-GB ) ) ) Statement ( PropertyURI ( lom:classification ) ValueId ( classification1 ) ) # ... two other lom:classification statements here ... ) Description ( ResourceId ( loid ) Statement ( PropertyURI ( lom:catalog ) LiteralValueString ( "URI" ) ) Statement ( PropertyURI ( lom:entry ) LiteralValueString ( "http://purl.org/poi/rdn.ac.uk/12345-67890" ) ) ) Description ( ResourceId ( contribution1 ) Statement ( PropertyURI ( lom:role ) ValueURI ( lomvoc:Role-publisher ) VocabularyEncodingSchemeURI ( lomvoc:Role ) ) Statement ( PropertyURI ( lom:entity ) LiteralValueString ( "BEGIN:VCARD FN:University of Oxford N:;;University of Oxford ORG:University of Oxford VERSION:3.0 END:VCARD" SyntaxEncodingSchemeURI ( lom:VCard ) ) ) ) Description ( ResourceURI ( lomvoc:Role-publisher ) Statement ( PropertyURI ( lom:source ) LiteralValueString ( "LOMv1.0" ) ) Statement ( PropertyURI ( lom:value ) LiteralValueString ( "publisher" ) ) ) Description ( ResourceId ( contribution2 ) Statement ( PropertyURI ( lom:role ) ValueURI ( lomvoc:Role-author ) VocabularyEncodingSchemeURI ( lomvoc:Role ) ) Statement ( PropertyURI ( lom:entity ) LiteralValueString ( "BEGIN:VCARD FN:City of London School N:;;City of London School ORG:City of London School VERSION:3.0 END:VCARD" SyntaxEncodingSchemeURI ( lom:VCard ) ) ) ) Description ( ResourceURI ( lomvoc:Role-author ) Statement ( PropertyURI ( lom:source ) LiteralValueString ( "LOMv1.0" ) ) Statement ( PropertyURI ( lom:value ) LiteralValueString ( "author" ) ) ) Description ( ResourceURI ( dcmitype:InteractiveResource ) Statement ( PropertyURI ( lom:source ) LiteralValueString ( "DCMI Type Vocabulary" ) ) Statement ( PropertyURI ( lom:value ) LiteralValueString ( "Interactive Resource" ) ) ) Description ( ResourceId ( RDNLTSNType-Computer-basedTutorial ) Statement ( PropertyURI ( lom:source ) LiteralValueString ( "RDN-LTSN Resource Type Vocabulary" ) ) Statement ( PropertyURI ( lom:value ) LiteralValueString ( "Computer-based Tutorial" ) ) ) Description ( ResourceURI ( ukec:HigherEducation ) Statement ( PropertyURI ( lom:source ) LiteralValueString ( "UKEC" ) ) Statement ( PropertyURI ( lom:value ) LiteralValueString ( "higher education" ) ) ) Description ( # Metametadata ResourceId ( md ) Statement ( PropertyURI ( lom:identifier ) ValueId ( mdid ) ) Statement ( PropertyURI ( lom:contribute ) ValueId ( contribution3 ) ) Statement ( PropertyURI ( dcterms:language ) ValueString ( "en-GB" SyntaxEncodingSchemeURI ( dcterms:RFC4646 ) ) ) ) Description ( ResourceId ( mdid ) Statement ( PropertyURI ( lom:catalog ) LiteralValueString ( "URI" ) ) Statement ( PropertyURI ( lom:entry ) LiteralValueString ( "oai:rdn.ac.uk:12345-67890" ) ) ) Description ( ResourceId ( contribution3 ) Statement ( PropertyURI ( lom:role ) ValueURI ( lomvoc:Role-creator ) VocabularyEncodingSchemeURI ( lomvoc:Role ) ) Statement ( PropertyURI ( lom:entity ) LiteralValueString ( "BEGIN:VCARD FN:RDN N:;;RDN ORG:RDN VERSION:3.0 END:VCARD" SyntaxEncodingSchemeURI ( lom:VCard ) ) ) Statement ( PropertyURI ( dcterms:date ) ValueString ( "2003-03-20" SyntaxEncodingSchemeURI ( dcterms:W3CDTF ) ) ) ) Description ( ResourceURI ( lomvoc:Role-creator ) Statement ( PropertyURI ( lom:source ) LiteralValueString ( "LOMv1.0" ) ) Statement ( PropertyURI ( lom:value ) LiteralValueString ( "creator" ) ) ) Description ( ResourceId ( classification1 ) Statement ( PropertyURI ( lom:purpose ) ValueURI ( lomvoc:Purpose-discipline ) VocabularyEncodingSchemeURI ( lomvoc:Purpose ) ) Statement ( PropertyURI ( lom:taxonPath ) ValueId ( taxonpath1 ) ) ) Description ( ResourceURI ( lomvoc:Purpose-discipline ) Statement ( PropertyURI ( lom:source ) LiteralValueString ( "LOMv1.0" ) ) Statement ( PropertyURI ( lom:value ) LiteralValueString ( "discipline" ) ) ) Description ( ResourceId ( taxonpath1 ) Statement ( PropertyURI ( lom:taxonSource ) ValueString ( "Learndirect" ) ) Statement ( PropertyURI ( rdf:_1 ) ValueId ( taxonpath1-taxon1 ) ) ) Description ( ResourceId ( taxonpath1-taxon1 ) Statement ( PropertyURI ( dcterms:identifier ) LiteralValueString ( "FC.4" ) ) Statement ( PropertyURI ( rdfs:label ) LiteralValueString ( "English literature" ) ) ) ) }}} Initial version, 2006: Andy Powell, Eduserv Foundation Updated, 2008-12-03: Pete Johnston, Eduserv Foundation