[Dublin Core] - meerdere contributors?

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • posttoast
  • Registratie: April 2000
  • Laatst online: 15:56
In de code van de websites die ik bouw zet ik netjes een aantal Dublin Core metatags. Zo ook de contributor:

HTML:
1
2
<meta name="DC.contributor" content="posttoast">
<link rel="DC.contributor" href="http://www.posttoast.nl">


Dat werkt prima natuurlijk, maar: wat als er meerdere contributors zijn? Ik kan nergens terugvinden hoe dat opgelost moet worden. Want je kunt er natuurlijk makkelijk meerdere inzetten, alleen kun je dan niet de link eraan koppelen. Want welke link hoort bij welke contributor?

Iemand enig idee?

omniscale.nl


Acties:
  • 0 Henk 'm!

  • RobIII
  • Registratie: December 2001
  • Niet online

RobIII

Admin Devschuur®

^ Romeinse Ⅲ ja!

(overleden)
4.10. Contributor

Label: Contributor

Element Description: An entity responsible for making contributions to the content of the resource. Examples of a Contributor include a person, an organization or a service. Typically, the name of a Contributor should be used to indicate the entity.

Guideline for content creation:

The same general guidelines for using names of persons or organizations as Creators apply here. Contributor is the most general of the elements used for "agents" responsible for the resource, so should be used when primary responsibility is unknown or irrelevant.
4.8. Creator

Label: Creator

Element Description: An entity primarily responsible for making the content of the resource. Examples of a Creator include a person, an organization, or a service. Typically the name of the Creator should be used to indicate the entity.

Guidelines for creation of content:

Creators should be listed separately, preferably in the same order that they appear in the publication. Personal names should be listed surname or family name first, followed by forename or given name. When in doubt, give the name as it appears, and do not invert.

In the case of organizations where there is clearly a hierarchy present, list the parts of the hierarchy from largest to smallest, separated by full stops and a space. If it is not clear whether there is a hierarchy present, or unclear which is the larger or smaller portion of the body, give the name as it appears in the item.

If the Creator and Publisher are the same, do not repeat the name in the Publisher area. If the nature of the responsibility is ambiguous, the recommended practice is to use Publisher for organizations, and Creator for individuals. In cases of lesser or ambiguous responsibility, other than creation, use Contributor.

Examples:

Creator="Shakespeare, William"
Creator="Wen Lee"
Creator="Hubble Telescope"
Creator="Internal Revenue Service. Customer Complaints Unit"
:?

There are only two hard problems in distributed systems: 2. Exactly-once delivery 1. Guaranteed order of messages 2. Exactly-once delivery.

Je eigen tweaker.me redirect

Over mij


Acties:
  • 0 Henk 'm!

  • posttoast
  • Registratie: April 2000
  • Laatst online: 15:56
Dit heb ik ook gelezen, maar wat als (om het voorbeeld aan te houden) Internal Revenue Service en Customer Complaints Unit allebei een eigen website hebben? Dat kun je hiermee niet oplossen.

Kan wat ik wil dan gewoon niet?

omniscale.nl


Acties:
  • 0 Henk 'm!

  • RobIII
  • Registratie: December 2001
  • Niet online

RobIII

Admin Devschuur®

^ Romeinse Ⅲ ja!

(overleden)
posttoast schreef op woensdag 11 maart 2009 @ 16:57:
Dit heb ik ook gelezen, maar wat als (om het voorbeeld aan te houden) Internal Revenue Service en Customer Complaints Unit allebei een eigen website hebben? Dat kun je hiermee niet oplossen.
Ik neem aan, maar met de kanttekening dat ik er verder geen drol van weet, dat ze dan met eenzelfde notatie worden (en ik neem aan in dezelfde volgorde) worden gespecificeerd? Daar kan ik je denk ik niet mee verder helpen.

There are only two hard problems in distributed systems: 2. Exactly-once delivery 1. Guaranteed order of messages 2. Exactly-once delivery.

Je eigen tweaker.me redirect

Over mij


Acties:
  • 0 Henk 'm!

  • posttoast
  • Registratie: April 2000
  • Laatst online: 15:56
Dat is op zich geen gekke aanname, alleen kan ik dus nergens vinden of dat ook echt zo is. Het is een beetje zinloos om al mijn sites van nette DC-tags te voorzien, als ze uiteindelijk niet blijken te kloppen. :)

omniscale.nl


Acties:
  • 0 Henk 'm!

  • RobIII
  • Registratie: December 2001
  • Niet online

RobIII

Admin Devschuur®

^ Romeinse Ⅲ ja!

(overleden)
Hmmm
Each Dublin Core element is optional and repeatable, and there is no defined order of elements. The ordering of multiple occurrences of the same element (e.g., Creator) may have a significance intended by the provider, but ordering is not guaranteed to be preserved in every user environment. Ordering or sequencing may be syntax dependent; for instance, RDF/XML supports ordering, but HTML does not.
Wat ik hier uit begrijp is dat je dus ook:
XML:
1
2
3
4
<meta name="DC.contributor" content="posttoast">
<meta name="DC.contributor" content="robiii">
<link rel="DC.contributor" href="http://www.posttoast.nl">
<link rel="DC.contributor" href="http://www.robiii.nl">

zou mogen doen. Maar ik lees ook her-en-der geklaag dat de specs niet duidelijk zijn en "we need multiple values". Ik vind het sowieso maar een vaag zooitje :P Waar gebruik je het voor en waarom?

There are only two hard problems in distributed systems: 2. Exactly-once delivery 1. Guaranteed order of messages 2. Exactly-once delivery.

Je eigen tweaker.me redirect

Over mij


Acties:
  • 0 Henk 'm!

  • posttoast
  • Registratie: April 2000
  • Laatst online: 15:56
Hmmm, interessant, deze had ik nog niet bedacht!

Ik gebruik het vooral uit netheid. Als er ooit meer gedaan kan worden met metagegevens (semantic web), dan schat ik in dat Dublin Core hierin een belangrijke rol gaat spelen. Ook vind ik dit een mooie, unobtrusive manier om wat credits te pakken. Bij author zet ik overigens altijd de site-eigenaar, aangezien die (meestal) ook verantwoordelijk is voor de content.

omniscale.nl

Pagina: 1