metadata-crosswalks

http://www.niso.org/framework/Framework2.pdf

www.libdex.com/vendor.html

http://www.loc.gov/marc/marcdocz.html

“A crosswalk allows metadata
created by one community to be
used by another group that employs
a different metadata standard.”

Crosswalk

Organizations follow different standards. Institutions have specific users for their metadata schemes. Crosswalk shows relatedness between metadata schemes. It is about element to element mapping. It is important to keep a consistency across metadata standards.
It seems to me that metadata is more stable than Dublin core.
One of the importances for Dublin Core is that institutions can add websites that they create for their collections.
It seems like there is no way to include everything in Dublin Core so only the useful ones are included. I don’t think it will be possible to allow mapping from Dublin Core to MARC.
There are differences between MARC and Dublin Core for sure. Dublin core is a simpler way than MARC. It makes it easier to search the metadata.
What Dublin Core is important is that it is a machine readable online website.

March 13/ Class Notes

March 13, 2008

10 images scanned for next week -

thumnails and bigger ones

create fields for your database

scan and upload images 10 images

continue dreamweaver

viewrecords.php (under viewall.php)

give it a title

show all the records

bind the database on the page to ..

database, click plus

create a new record set

record set as search – searching for star all…

name of the recordset doesnt matter

connections: myConnection

table: clicking the one it finds

columns : all

no filter

sort : filename -accending

you can press test and show you in tables ( just to test it)

click ok

click plus

a list of field names show up

we’re just going to use a table to organize it

insert bar : hit common

table right under common

rows: 4 ( 4 fields)

columns : 1

table width: 200 – minimum width

table will extend whatever is in it.

click ok

bindings

recordset

drag filename, category, caption and id

upload the viewall – say yes

erase recordset

tree sign – pope001

data sources

url : images/

click on table

go to server behaviour

repeat regions , all regions

dreamweaver site

inClass2

yes server – php sql

files where: data (d drive)

new folder : give a name inClass2

and open it ( select)

edit locally

ftp

ftp.imagearts.ryerson.ca

ppcm07/username/inClass2

username

password

http://www.imagearts.ryerson.ca/serdem/inClass2/

go to the beginning: write the same thing

and say no to the last one., click done

right click to site-inclass2

new folder

inclass 2 – drop down list

manage sites

edit – advanced

select images click done

take images from inclass2 (weston) to data d …

you should have them in your dreamweaver .. 3 photos

we are going to make 2 pages.

insert data into our database

(small application)

other page : use the images on database

right clik – new file .php

insert.php

change the title – untitled document

its easily overlooked

web http.

php

rdms my sql

they talk to each other- they are all connected

web server only speaks HTML

php server only speaks php

rdms server only speaks sql

.php – dont even try to read it as html

send it to php

create a database connection

myConnection

localhost

serdem

password (7 digits)

clickdatabase and click your username

databases, my connection, tables

write insert new images

twice enter

format heading 3

forms – click the first square

text field – second one to the square

filename

enter filename:

enter category

enter caption

caption : delete the label

go to textarea , write caption

2 more buttons

to submit button

to reset button

button (up)

write submit

write reset ( go to reset form)

down – form#form1 – select the form ( selects altogether)

application – server behaviours

plus signt _ drop sign -

insert record

click my connection

after inserting go to : insert.php

http://www.imagearts.ryerson.ca/serdem/inClass2/insert.php

put all the folder names – click submit

http://www.imagearts.ryerson.ca/serdem/phpmyadmin/

serdem – inclass2 – browse

new file – viewall.php

table

4 coloumns 1

bindings

recordset

drag filename, category, caption and id

upload the viewall – say yes

erase recordset

tree sign – pope001

data sources

url : images/

click on table

go to server behaviour

repeat regions , all regions