Code Discussion 2009-06-22
Jump to navigation
Jump to search
Previous topic
Namespace Changes
What has changed?
- event, source, organization, person are handled als "profiles" now (as it is already in colab) the same way like publication and the schema definitions are in separate files
- enums have an own namespace (see below)
- all elements under publication, event, source, person, organization, file (not elements from external schemas like dc, dcterms) are in the same NS
Why?
- every profile needs an own namespace for versioning reasons
- some properties/terms (e.g. publishing-info) occurred in different namespaces (error-prone)
- better reuse of properties/terms in diffenerent profiles if there is one common namespace for all terms
Status
- alle schemas for pubman are finished
- collection and image are under rework now (some types have to be renamed or merged with pubman types)
- XSLTs are updated, namespace placeholders have to be synchronized with pom
- see Checklist_for_Metadata_Changes for all required updates
Namespaces
Profiles
- file: http://purl.org/metadata/profiles/0.1/file
- organization: http://purl.org/escidoc/metadata/profiles/0.1/organization
- organizationalunit: http://purl.org/escidoc/metadata/profiles/0.1/organizationalunit
- source: http://purl.org/escidoc/metadata/profiles/0.1/source
- event: http://purl.org/escidoc/metadata/profiles/0.1/event
- person: http://purl.org/escidoc/metadata/profiles/0.1/person
- publication: http://purl.org/escidoc/metadata/profiles/0.1/publication
- collection: http://purl.org/escidoc/metadata/profiles/0.1/collection
- image: http://purl.org/escidoc/metadata/profiles/0.1/image
Terms/Properties
Vocabulary Encoding Schemes
Schema Locations
- file: http://purl.org/metadata/schemas/0.1/file
- organization: http://purl.org/escidoc/metadata/schemas/0.1/organization
- organizationalunit: http://purl.org/escidoc/metadata/schemas/0.1/organizationalunit
- source: http://purl.org/escidoc/metadata/schemas/0.1/source
- event: http://purl.org/escidoc/metadata/schemas/0.1/event
- person: http://purl.org/escidoc/metadata/schemas/0.1/person
- publication: http://purl.org/escidoc/metadata/schemas/0.1/publication
- collection: http://purl.org/escidoc/metadata/schemas/0.1/collection
- image: http://purl.org/escidoc/metadata/schemas/0.1/image
- eterms: http://purl.org/escidoc/metadata/schemas/0.1/types
- eves: http://purl.org/escidoc/metadata/schemas/0.1/enumtypes
- escidocprofile: http://purl.org/escidoc/metadata/schemas/0.1/escidocprofile
Other changes
- organization looks like the following example:
<organization:organization> <dc:title xml:lang="fr">Department of Physics, University of California</dc:title> <eterms:address>Berkeley, CA 94720, USA</eterms:address> <dc:identifier xsi:type="eidt:ESCIDOC">P4711</dc:identifier> </organization:organization>