Re: JCR repository for photo gallery

"Martin Cooper" <[email protected]> Mon, 7 Jul 2008 12:45:27 -0700
Newsgroups gmane.comp.apache.incubator.projects
Message-ID <[email protected]>
------=_Part_23878_15323067.1215459927573
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

With respect to IPTC and EXIF data, the question isn't so much about whether
to replicate it or not as it is about whether you want to permit searches to
be based on such data. If the data is available only buried within the
image, you do _not_ want to expose that field within search queries;
conversely, if you want to be able to search on it, you need to expose it
within the repo.

--
Martin Cooper


On Mon, Jul 7, 2008 at 12:11 PM, Angela Cymbalak <[email protected]>
wrote:

> Here is a beginning to the structure of the JCR.  Of course, there are a
> lot of unanswered questions but better to start somewhere right?
>
> A question I wasn't able to answer while reading the JSR-170 spec, do we
> have to keep, as part of the repository, who the owner of each workspace is
> or is that part of the information the implementation is supposed to keep?
>
> For the IPTC data, I went through the spec and took each of those elements.
>  I figure, set up the repository to hold all the information and then take
> it out if we don't need it.  Can we assume that we can get any of this
> information from the images directly?  I also think I might be missing a few
> of the properties but haven't been able to relocate the information on them.
>
>
> I took out a lot of the EXIF data because it just didn't seem like
> information that we should replicate.  But, I could be convinced otherwise.
>
> Elements marked with a * can have more than one.
>
> Repository
>  - Workspace (Gallery) *
>      - owner
>      - photo album *
>            - photos *
>              - security
>                - IPTC Core (
> http://www.iptc.org/std/Iptc4xmpCore/1.0/specification/Iptc4xmpCore_1.0-spec-XMPSchema_8.pdf
> )
>                  - CiAdrCity
>                  - CiAdrCtry
>                  - CiAdrExtadr
>                  - CiAdrPcode
>                  - CiAdrRegion
>                  - CiEmailWork
>                  - CiTelWork
>                  - CiURLWork
>                  - City
>                  - CopyrightNotice
>                  - Country
>                  - CountryCode
>                  - Creator
>                  - CreatorContactInfo
>                  - CreatorJobtitle
>                  - DateCreated
>                  - Description
>                  - DescriptionWriter
>                  - Headline
>                  - Instructions
>                  - IntellectualGenre
>                  - JobID
>                  - Keywords *
>                  - Location
>                  - Provider
>                  - Province-State
>                  - RightsUsageTerms
>                  - Scene
>                  - Source
>                  - SubjectCode
>                  - Title
>                - EXIF
>                  -FileName
>                  - Orientation
>                  - DateTime
>                  - DateTimeOriginal
>                  - DateTimeDigitized
>                  - XResolution
>                  - YResolution
>                  - ResolutionUnit
>            - security
>            - file size
>
>
> Thoughts?
>
> Angie
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

------=_Part_23878_15323067.1215459927573--