geoblacklight / geoblacklight-schema

DEPRECATED: (See GeoBlacklight repo) A metadata schema for GIS resource discovery used by GeoBlacklight
http://github.com/geoblacklight/geoblacklight
Other
15 stars 4 forks source link

Held by multiple institutions? #2

Closed mejackreed closed 9 years ago

mejackreed commented 10 years ago

Is there a way to determine or express that a resource is help by multiple institutions? Or would there just be multiple entries? Something like "sameAs"

drh-stanford commented 10 years ago

There are a couple Dublin Core terms that might be useful here.

DCT.isVersionOf describes "A related resource of which the described resource is a version, edition, or adaptation". DCT.replaces describes "A related resource that is supplanted, displaced, or superseded by the described resource."

Neither of these are exactly what we want, so we may need to use DCT.references (A related resource that is referenced, cited, or otherwise pointed to by the described resource.) or DCT.relation (simply a related resource).

I'd prefer not to use a layer_ field however since DCT.relation would work with some clever implementation.

drh-stanford commented 10 years ago

There's also DCT.hasVersion which is "A related resource that is a version, edition, or adaptation of the described resource."

drh-stanford commented 9 years ago

see #9