
Notes from May-Jul 2013
RS-1874
- Intro
- General Problems
- Thesauri
- Whole Getty or Parts
- Thesaurus Requirements
- Meta-Thesaurus
- Validate Instance Schemes
- CRM Types of Thesauri
- AAT Concept Schemes
- Brand Names
- Searchable/Taggable Thesauri
- Term Distribution
- Term Code Discrepancy
- Agents
- Thesaurus URIs
- Exhibition URIs
- Bibliography
- Objects
- Titles
- Related Resources
- Images
- Image Metadata
- Image URLs
- Image Formats
- Deep Zoom Image
- Image Views
- Image Flags
- Image Rights
- Image Representation
- Image Derivation
- Image Creation
- Image RDF
- Depiction
- IconClass
- Acquisition
- Current Owner, Keeper
- Current Location
- Object Rights
- Production
- Produced By Specific Process
- Formerly Attributed To
- Production Qualification
- Probably/Unlikely Produced By
- Use P14_carried_out_by and thesaurus/likelihood
- Influenced By
- Production Authority
- Unknown Artist
- Curatorial Comment
- Inscriptions
- Dimensions
- Period/Culture
- Material and Technique
- Object Type and Genre
- Collection
- Classification
- Collections and Object Types
Intro
Lec: (Our mapping) is same as Dominic's manual (to best of our understanding)
Vlado: Does it comply with BM's latest changes to modeling Association codes (esp re Acquisition, Production)? BM Association Mapping v2. Dominic's document probably reflects this, but these are recent changes and I haven't checked.
YCBA uses the following systems:
- BededWork = calendaring
- TMS = art collections
- Drupal = website, exhibitions etc
- Orbis = books etc
Getting Yale On-board
Lec: If there is something else you need to get this to work with Research Space please let me know
Vlado: Once it's compliant, we should:
- try loading the data
- load your thesauri. Complete Getty or only the subset used by your objects? How about Broader terms?
- implement Image Annotation over your DeepZoom images (we use IIP Image for RKD images, while you use IIIF)
- coreference some of your terms to enable cross-collection search
- create RForms for your objects
See RS Plan 3.7#Get Yale on-board with ResearchSpace for details. As of 08-Jul-2013, this iteration is under planning and the exact scope and start is not clear. I think we can get Yale on board before mid-Sep (the Getty meeting), but it depends on the exact scope.
It appears that Yale is not the bottleneck: starting the RS3.7 iteration is. So please let's not rush this review process!
Legend
Please don't use color or strikethrough, use the following symbols for easier tracking (easiest to edit them in Wiki Markup mode):
open issue
resolved issue
issue under discussion
Eyeball
Lec: I am reviewing for any typos, missing types...
Have you tried Eyeball? See here: RDF Validation and Conversion#Eyeball
RS-1071
Lec: We tried Eyeball, no luck have to contact dev community as we were not able to install it after number of tries. TBD..
General Problems
STRONGLY Suggest to have 1 URI per object, not 3 sameAs URIs
Lec: BM has multiple, followed their lead
Vlado: RS currently cannot work with these sameAs (eg would return results in triplicate). BM puts sameAs in separate files that we don't load
Lec: we still need to figure this out (don't want to publish two data sets one for RS and one for the world) - not pressing low priority
Vlado: this is high priority since RS cannot work with 3 sameAs URLs. And there's no good reason to publish your objects under 3 URLs: please explain why you want to do thisdon't emit prefixes you don't need: lccn, oclc, ycba_aat, etc etc
crm:PX_* (e.g. crm:PX_display_wrap) is wrong, should be bmo:PX_*
Lec: fixed with http://collection.britishart.yale.edu/id/ontology/PX_display_wrap
Vlado: Please use bmo:PX_* and not ycba:PX_*: don't create a second property with the same purpose.Same holds about classes: use bmo:EX_Association not ycba:EX_Association: don't define your own class for the same purpose.
Pubby
These issues are not about the mapping, but how RDF is presented by Pubby.
If you switch to Forest / OwlimWorkbench, they'll go away (and probably be replaced by different issues )
low prio Pubby prefixes are not setup: shows "?:..."
Lec: does same for BM, will try to fix
Link to download Turtle file
I'm now getting actual RDF and Turtle files for the sample set on box.com.
Better to fix this on Pubby & VUFind:
- Pubby eg http://collection.britishart.yale.edu/id/object/7, top right has link "View Collections Online Record" (to VUFind)
- VUFind eg http://collections.britishart.yale.edu/vufind/Record/1670806 has link "RDF" that leads back to the pubby page
This 303 redirects to http://collection.britishart.yale.edu/id/page/object/7 (HTML)
I am not sure what Accept header to use, since a HEAD request doesn't show any negotiation info.- I suggest to change the "RDF" to a direct link, e.g. http://collection.britishart.yale.edu/id/object/7.rdf
- If possible, also add "Turtle" format, e.g. http://collection.britishart.yale.edu/id/object/7.ttl
Pubby has this at the bottom, e.g. http://collection.britishart.yale.edu/id/data/object/7?output=ttl, but only for the current node, not its subnodes
Inverse links considered harmful
I cannot examine a URI like http://collection.britishart.yale.edu/id/page/thesauri/department because pubby tries to show "is P51_current_keeper of" all objects and that takes forever.
Is there a way to switch these inverse links off?
Thesauri
Whole Getty or Parts
postponedCurrently you emit thesaurus data together with the object, and only the terms used in the object:
- This way you miss Broader terms, so eg a search for "Animal" or "Mammal" won't find FR Transitivity
- Lec: regarding Places, why don't we use Geographic Coordinates (included by Yale) and search by a bounding box?
- Vlado: RS currently doesn't have bounding box search, because BM Places thesaurus doesn't include Geographic Coordinates.
RS has place name search, that uses the place hierarchy.
- This way you repeat data about the same term in many objects
- If you start emitting objects in separate graphs like BM does (to be able to easily replace/delete), the term data will be duplicated in each of these object graphs
As you can see already happens about YCBA itself:<http://vocab.getty.edu/resource/ulan/subject/500303557> a crm:E74_Group , skos:Concept ; skos:prefLabel "Yale Center for British Art" ; skos:inScheme <http://collection.britishart.yale.edu/id/thesauri/institution> ; a crm:E74_Group , skos:Concept ; skos:prefLabel "Yale Center for British Art" ; skos:inScheme <http://collection.britishart.yale.edu/id/thesauri/institution> .
- In several cases these in-object ad-hoc terms don't satisfy Thesaurus Requirements (see next section)
My strong recommendation is to export the complete Getty thesauri
- we shouldn't wait for Getty to do an official mapping, since it'll take a few months for TGN and ULAN, and it won't satisfy the requirement to publish as CRM (see next section)
- I can do this mapping. I'll also be involved in the Getty's mapping, so that's a good synergy
- Getty's committed to publish as LOD, so hopefully they won't object, as soon as we mark our export as Unofficial
- use a separate thesaurus export config, like BM does
Lec: I export terms within objects because they are present in the LIDO XML.
But to export the complete tehsauri, I would need to get someone to export from RDBMS, and we cannot do this right now
Decision:
- For the time being we'll stay without Broader terms
- Dominic and Vlado to try to expedite the Getty export by Getty
Thesaurus Requirements
You must comply with BMX Issues#Thesaurus requirements
Each term should be both a CRM entity of appropriate type (see CRM Types of Thesauri) and a skos:Concept; and should have skos:inScheme.
You have this for some (eg Agents) but not others (eg Title Type).
Meta-Thesaurus
Each thesaurus (ConceptScheme) used by Yale must be described in Meta-Thesaurus and FR Names#YCBA Thesauri (this section will be merged to the rest of the table). This applies to both Getty and YCBA-local thesauri.
There's a long list of bugs (currently in email), some are added below.
- Your thesaurus URIs must match those used in instance data, else things won’t mesh. E.g. in meta you’ve used thesauri/aspect. But the Turtle examples in my page, and Daniel’s RDF files about images, use thesauri/image/flag. If you prefer, call it thesauri/image/aspect, but then edit my examples and Daniel’s conversion to use that same ConceptScheme.
Validate Instance Schemes
This command extracts skos:inScheme statements from instance data (all Ttl files). Run it in the data/ directory:
If you're on linux you got these tools. If you're on Windows, install http://cygwin.org.
The current list of Concept Schemes in instances is below. Resolve it against meta:
- Schemes in instances but not in meta: are undefined
- Schemes in meta but not in instances: are either useless, or indicate a defect in instance mapping (scheme is not specified).
In particular I'm worried that the instance list is quite shorter than the meta list. It DOES matter whether there is a trailing slash or not. My preference is to consistently use a trailing slash (so the scheme is a full prefix of the term), but that's up to you. Whatever you choose, you must be consistent
CRM Types of Thesauri
Each ConceptScheme determines a CRM type (rso:hasRange), which in term determines which FRs (searches) are applicable to it. The mechanism is described in Meta-Thesaurus and FR Names#Thesaurus to FR Compatibility. Consequently RS needs each term to be attached to a single ConceptScheme.
The CRM types are shown on the diagram at the end of that page, and listed below. For each CRM type we give the relevant ConceptSchemes. While ULAN and TGN map to one type each, AAT comprises several Facets (top-level URLs) that map to different types:
- crm:E39_Actor: ULAN, YCBA People
- crm:E53_Place: TGN, YCBA Places
- crm:E4_Period: AAT Styles and Periods Facet (see Period/Culture)
- crm:E57_Material: AAT Materials Facet
- rso:E55_Technique: AAT Activities Facet (includes Processes and Techniques)
- crm:E55_Type: all the rest of AAT: Objects, Associated Concepts, Physical Attributes, Agents (these are kinds of agents, not specific agents!), Brand Names (see Brand Names)
- crm:E58_Measurement_Unit (not searchable): YCBA Units
- crm:E31_Document (not searchable): YCBA Bibliography
AAT Concept Schemes
Declare different AAT concept schemes in the Meta Thesaurus, as per the type breakdown above. Use the actual AAT Facet:
<http://vocab.getty.edu/aat/300264091> a skos:ConceptScheme; rdfs:label "AAT Materials". <http://vocab.getty.edu/aat/300264090> a skos:ConceptScheme; rdfs:label "AAT Activities/Processes/Techniques". <http://vocab.getty.edu/aat/300264088> a skos:ConceptScheme; rdfs:label "AAT Styles/Periods". <http://vocab.getty.edu/aat/300000000> a skos:ConceptScheme; rdfs:label "AAT". # all the rest of AAT
Export AAT terms to these different schemes, but isolate in a prefix definition:
@prefix aat_materials: <http://vocab.getty.edu/aat/300264091> . # Materials Facet @prefix aat_activities: <http://vocab.getty.edu/aat/300264090> . # Activities Facet, includes Processes and Techniques @prefix aat_periods: <http://vocab.getty.edu/aat/300264088> . # Styles and Periods Facet @prefix aat: <http://vocab.getty.edu/aat/300000000> . # all the rest of AAT <http://vocab.getty.edu/aat/300014078> skos:inScheme aat_materials: . # canvas: Materials facet <http://vocab.getty.edu/aat/300230058> skos:inScheme aat_activities: . # oil golding: Activities facet <http://vocab.getty.edu/aat/300111159> skos:inScheme aat_periods: . # British (modern): Styles and Periods facet <http://vocab.getty.edu/aat/300033618> skos:inScheme aat: . # paintings (visual works): Objects facet <http://vocab.getty.edu/aat/300250148> skos:inScheme aat: . # horses (animals) [prefLabel=Equus caballus (species)]: Agents facet
You already do this for Technique but use a Yale scheme
aat:230058 a skos:Concept; skos:prefLabel "oil gilding"; skos:inScheme <yale/thes/technique>.
Limitation:
- RS currently needs each term to be assigned to a single concept scheme.
- Each term invokes one set of FRs, as per Meta-Thesaurus and FR Names#FR Names Table.
- The "split facets" Materials; Activities; Styles invoke these corresponding FRs: made of; used technique; was present at, about period.
- Object Type, Shape, About subject (where the subject is a type or Iconclass, not Period/Agent/Place) are mapped to E55_Type and thus to FR "is/has/about"
- So if a painting has a Subject selected from the "split facets", currently it cannot be found through this term. But such Subject is not very likely
- future Extend RS to handle AAT as one ConceptScheme that includes a number of facets (hierarchies) for object type, material, technique, etc
Brand Names
Yale to check whether they use any terms from the Brand Names Facet, in particular:
- <brand name materials>, such as Teflon (TM), Tupperware (TM).
- there's an object using Formica (TM). Although this is a brand name, it is in the Materials Facet (Getty inconsistency)
- <brand name techniques and processes>
Vladimir: I think having a Brand Names Facet is logically inconsistent. These are Techniques, Materials etc; so they should be put in the corresponding facet, and have a flag to mark them as Brand Name. I'll talk to Getty
Emmanuelle: yes, we are using Formica (TM) as a material that went in the making of the table in Damien Hirst's installation http://collection.britishart.yale.edu/id/page/object/4908
This is the path of the 'Formica (TM)' term that we indexed: Formica (TM) / <plastic by production method> / plastic / organic material / <materials by composition> / materials / Materials / MATERIALS FACET / Art & Architecture Thesaurus
As Vladimir explains above, in our 15+ year old copy of the AAT there is no <brand name materials> facet. The term is in the Material facet. The current online AAT has a <brand name materials> facet, but it still does not include Formica (TM) (it's still in the Materials facet)
Searchable/Taggable Thesauri
Emmanuelle: It would be helpful to briefly go over the definitions for searchable and tagable.
- Searchable is a thesaurus that can be used in FR search. The list of FRs is Meta-Thesaurus and FR Names#FR Names Table and the detailed definitions are FR Implementation. Examples:
- BM Object is searchable using FR2_has_type "is/has/about" because it's mapped to P2_has_type of the object
- BM Ware and BM Currency are searchable using the same FR because they are sub-properties of P2_has_type
- BM Aspect is not searchable because it's P2_has_type of E55_Type of a E25 Man-Made Feature on the object (side of coin)
- If IPTC code is similar to "subject", it should be searchable
- BM Unit and BM Dimension are not searchable because they are attributes of a Dimension of the object, and there's no FR defined for dimensions
- BM Place is searchable, even in a hierarchical way
- BM Place Type (town, village) and BM Place Name Type (modern, archaic) are not searchable because FRs don't reach into the properties of a place
- Taggable: whether the thesaurus is "interesting enough" to be used as a source of tags. Tags are general categories to be used for categorization of research questions and comments. See Tags Spec
Term Distribution
- Yale: 99% of Yale terms come from TGN, AAT, and ULAN.
1% of terms come from ODNB, IconClass, YCBA Local terms (Frames, ...)Vlado: AAT surely has Frames?
Emmanuelle: the AAT only has a few frames terms. The YCBA has developed a highly specialized frame vocabulary with a frame expert. For an example, take a look at the ornament description for http://collections.britishart.yale.edu/vufind/Record/3414322
- Yale: example of a lesser known person (Elihu Yale) who's found in ODNB, VIAF, DBPedia but not ULAN:
http://www.oxforddnb.com/view/article/30183
http://viaf.org/viaf/46310522/
http://dbpedia.org/page/Elihu_Yale- Vlado: such "local heros" are a typical pattern for any museum. BM People also has "local heros" that are not found in ULAN.
- Lec: will it be helpful if we make connections to ODNB, VIAF, DBPedia?
- Vlado: yes, assuming you can easily export such term data according to Thesaurus Requirements. If you source it from these external sources, you'd need to make the same SKOS & CRM mapping as for the rest, and register in the Meta-Thesaurus.
If these are indeed less than 1%, I'd source them from a single thesaurus YCBA Local.
- Vlado: yes, assuming you can easily export such term data according to Thesaurus Requirements. If you source it from these external sources, you'd need to make the same SKOS & CRM mapping as for the rest, and register in the Meta-Thesaurus.
There will be a meeting at Getty in September 2013, with 1/2 day discussion on Vocabularies
Term Code Discrepancy
Your LIDO has some AAT codes that are truncated compared to the original. Eg object/7:
The original codes are aat:300015050 and aat:300014078. I have seen the same for "oil gilding": "230058" vs aat:300230058.
You map "canvas" to a local term (instead of AAT), and skip "oil paint" altogether:
<http://collection.britishart.yale.edu/id/thesauri/14078> a crm:E57_Material , skos:Concept ; skos:prefLabel "canvas" ; skos:inScheme <http://collection.britishart.yale.edu/id/thesauri/material> .
Don't know how this happened but it is crazy. Can you fix it in the conversion script?
- Emmanuelle: YCBA LIDO has some AAT codes that are truncated compared to the original because this is how the AAT codes were 15+ years ago when they were loaded in TMS. Unfortunately the vendor never updated the TMS thesaurus manager.
- Vladimir: The best way is to fix at the source (TMS). Think you need to speak to them about an upgrade. If they can't do it soon enough, then fix in the conversion.
- Emmanuelle: If we want to fix this problem in the conversion script, then it will be helpful to know that AAT terms always start with 30 and are always 9 digits. So if the old AAT code for 'oil paint' was 15050, the current one should be 300015050. The same behavior happens in the TGN with the 70 prefix.
- Lec: We can catch and add the prefixes but this cannot be done in RDFer (limitations of the digit functions) let me see if our move to XSLT is done, and if COBOAT can fill this in. Back in touch with you soon
- Ken: All the more reason to leave those old things out for now. Also worth bringing up at Getty in September.
- Vladimir: At this stage Yale will be emitting its own version of terms (embedded in object data), so Lec you don't need to fix it. It matters only to your students when they do coreferencing to BM thesauri. But longer term it needs to be fixed.
- Emmanuelle: One thing to be aware of, however, is that the current AAT is somewhat different from our 15 year old copy and some terms valid back then have been decommissioned today.
Local Terms
don't export a term as "-1", eg http://collection.britishart.yale.edu/id/thesauri/AAT/-1
- Lec: Emmanuelle, please have some students go through TMS, I exclude now anything that has -1
- Lec: Emmanuelle, there are cases where subjects are TGN where conceptID=0, I will try to ignore. Example: object/34
- Vlado: in chat Emmanuelle said "-1" come from Yale local terms. Then emit them as such, don't look them up in AAT.
You absolutely must emit the local terms, else you'll be missing important data.
Agents
remove crm:E55_Type: a Group is not a Type
<thesauri/nationality/British> a crm:E55_Type , crm:E74_Group , skos:Concept ;
SKOS says one prefLabel (per language). If you don't have a flag in TMS, call the first one prefLabel and the rest altLabel
<person-institution/142> a crm:E21_Person , skos:Concept ; skos:inScheme ycba:person-institution ; skos:prefLabel "Robert Smirke I" , "Robert Smirke R. A." , "Robert Smirk" , "Robert I Smirke" , "Robert Smirke" ;
Lec: Awaiting Emmanuelle confirmation if subjectActor will have multiple names, currently not in LIDO
Emmanuelle: yes a fair number of our subjectActor have alternate names in addition to their preferred names.
Nationality
Nationality and Profession are modeled as Groups (Gender is merely a Type), eg:
<http://collection.britishmuseum.org/id/person-institution/207075> a crm:E21_Person, skos:Concept; skos:inScheme id:person-institution; skos:prefLabel "Alfonso Ruspagiari"; bmo:PX_gender <http://collection.britishmuseum.org/id/thesauri/gender/male>; bmo:PX_nationality <http://collection.britishmuseum.org/id/thesauri/nationality/Italian>; bmo:PX_profession <http://collection.britishmuseum.org/id/thesauri/profession/sculptor/medallist>. bmo:PX_gender rdfs:subPropertyOf crm:P2_has_type . bmo:PX_nationality rdfs:subPropertyOf crm:P107i_is_current_or_former_member_of . bmo:PX_profession rdfs:subPropertyOf crm:P107i_is_current_or_former_member_of .
This lets you search eg for "things produced by Italians" or "things produced by Sculptor-Medallists".
object/52176 has a complication: <http://collection.britishart.yale.edu/id/person-institution/6436> has nationality "British, active in Italy (1837-1839)". This is not 1 but 2 "nationalities", the second one temporary (only 2 years). This causes an invalid URL:
RS-1922
The URL can be fixed but that's not enough. If you model this as a single "nationality", you'd get too many unrelated "nationalities" and if you search by eg "American", you won't find the above person.
So you must break this up. Options:
- Nationality plus Activity
<person-institution/6436> bmo:PX_nationality <thesauri/nationality/American>; P14i_performed <person-institution/6436/activity>. <person-institution/6436/activity> a E7_Activity; P2_has_type <thesaurus/activity/active>; P7_took_place_at <place/Italy>; P4_has_time-span <person-institution/6436/activity/date>. <person-institution/6436/activity/date> a E52_Time-Span; P82a_begin_of_the_begin "1837"^^xsd:gYear; P82b_end_of_the_end "1938""^^xsd:gYear.
Pro: most faithful modeling. Cons: won't let the user search by "creator from Italy" because this P14i_performed is not included in FR_created_by.
- Treat Temporary "Nationality" as Permanent:
<person-institution/6436> bmo:PX_nationality <thesauri/nationality/American>, <thesauri/nationality/Italian>.
Pro: user can search by "creator from Italy".
Cons: Less faithful modeling, since the temporary "nationality" is represented the same way as the permanent nationality.
Cons: Requires Yale to correlate country of activity ("Italy") to nationality ("Italian") - Discard Temporary "Nationality"
<person-institution/6436> bmo:PX_nationality <thesauri/nationality/American>.
Pro: easiest to implement
Cons: loses information
Emmanuelle: solution #1 is the best one to implement for Yale data. "Creator from India" seems to imply that indeed the creator is Indian, which is not the case. An example is http://collections.britishart.yale.edu/vufind/Record/1668426. It is impossible to mistaken Thomas Daniell's hunting scene for the work of a native Indian artist.
Birth Place
"Born in" should be mapped to E67_Birth - P7_took_place_at.
For E67 reuse the same URL (e.g. <person-institution/6046/birth>)
Life Dates
you don't have any date (P82_at_some_time_within) for <person-institution/142/birth/date>. This makes all the following statements useless, so kill them.
Lec: we now have P82
<person-institution/142> crm:P92i_was_brought_into_existence_by <person-institution/142/birth> ; <person-institution/142/birth> a crm:E63_Beginning_of_Existence ; crm:P4_has_time-span <person-institution/142/birth/date>
Same for death
This is wrong
<person-institution/6046/birth> a crm:E67_Birth ; crm:P82_at_some_time_within <person-institution/6046/birth/date> . <person-institution/6046/birth/date> a crm:E52_Time-Span ; rdfs:label "1609" ; crm:P82a_begin_of_the_begin "1609"^^xsd:gYear . <person-institution/6046/death> a crm:E69_Death ; crm:P82_at_some_time_within <person-institution/6046/death/date> . <person-institution/6046/death/date> a crm:E52_Time-Span ; rdfs:label "1672" ; crm:P82b_end_of_the_end "1672"^^xsd:gYear .
- The relation to E52 must be P4 not P82
- You don't use P82a vs P82b depending on the nature of the event (birth or death). When you have a single event date, just use P82
Should be:
<person-institution/6046/birth> a crm:E67_Birth ; crm:P4_has_time-span <person-institution/6046/birth/date> . <person-institution/6046/birth/date> a crm:E52_Time-Span ; rdfs:label "1609" ; crm:P82_at_some_time_within "1609"^^xsd:gYear . <person-institution/6046/death> a crm:E69_Death ; crm:P4_has_time-span <person-institution/6046/death/date> . <person-institution/6046/death/date> a crm:E52_Time-Span ; rdfs:label "1672" ; crm:P82_at_some_time_within "1672"^^xsd:gYear .
Dates Variety
Lec: we have more variety in Person dates. Emmanuelle provided examples, Vlado provided Turtle code:
- Some institutions have documented dates of existence: Published by Advanced Graphics London, 1969-present in http://collection.britishart.yale.edu/id/page/object/48770
<person-institution/11215> a E74_Group, skos:Concept; # not E21_Person! If you know it's incorporated, use E40_Legal_Body (see next section) skos:prefLabel "Advanced Graphics London"; P92i_was_brought_into_existence_by <person-institution/11215/birth>; # P93i_was_taken_out_of_existence_by <person-institution/11215/death>; # NO death/date, therefore omit this altogether
- Creator that is an institution: Monro School (but no documented dates of existence in our system): http://collection.britishart.yale.edu/id/page/object/5981
Same as above - institution as Rights Administrator: Design and Artists Copyright Society in http://collection.britishart.yale.edu/id/page/object/5054
We don't map this, see Copyrighted - Richard Wilson, 1712 or 1713-1782 in http://collection.britishart.yale.edu/id/object/423
<person-institution/N/birth/date> a crm:E52_Time-Span ; rdfs:label "1712 or 1713" ; crm:P82a_begin_of_the_begin "1712"^^xsd:gYear ; crm:P82b_end_of_the_end "1713"^^xsd:gYear
Emmanuelle: shouldn't it be crm:P82b_end_of_the_begin "1713"^^xsd:gYear rather?
- Damien Hirst, born 1965 in http://collection.britishart.yale.edu/id/object/4908
Skip all of these altogether:# <person-institution/N> P100i_died_in <person-institution/N/death>. # <person-institution/N/death> a E69_Death; # <person-institution/N/death/date> P4_has_time-span. # <person-institution/N/death/date> HAS NONE
- John Samuel Agar, ca. 1770-after 1820 in http://collection.britishart.yale.edu/id/page/object/26383
<person-institution/N/death/date> a crm:E52_Time-Span ; rdfs:label "after 1820" ; crm:P82a_begin_of_the_begin "1712"^^xsd:gYear ; crm:P82b_end_of_the_end "1713"^^xsd:gYear
Emmanuelle: I am not sure where 1712 and 1713 come from? His crm:P82a_begin_of_the_begin should be 1765 and his crm:P82b_end_of_the_end should be 1830.
- Print made by John Bruce, fl. 1826 in http://collection.britishart.yale.edu/id/page/object/30564
"Flourit" can be modeled as E7_Activity that the person P12i_was_present_at, see BMX Issues#Person / Biographical Dates
Lec: LIDO may not contain the correct data in the earliestDate and latestDate in vitalRecord for all dates esp., most of these above are in Display, so I recommend we ignore for time being
Vlado: ok, but first consider the Turtle snippets above
Emmanuelle: Lec, when there are values in earliestDate and latestDate they are mostly correct. The most common case is that earliestDate and latestDate do not carry any values and we only have the Display.
Gender
Gender terms are used with bmo:PX_gender (eg <http://collection.britishart.yale.edu/id/thesauri/gender/male>) but are not defined
Person vs Group vs Institution
If you can distinguish in LIDO different kinds of Actors (Person/ Group (informal)/ Legal Body (institution)) then use specific subclasses and subprops. The number of dashes below shows class nesting:
Actor | Begin | begin prop | end | end prop |
E39_Actor | E63_Beginning_of_Existence | P92i_was_brought_into_existence_by | E64_End_of_Existence | P93i_was_taken_out_of_existence_by |
-E21_Person | -E67_Birth | P98i_was_born | -E69_Death | P100i_died_in |
-E74_Group | -E66_Formation | P95i_was_formed_by | -E68_Dissolution | P99i_was_dissolved_by |
--E40_Legal_Body | -E66_Formation | P95i_was_formed_by | -E68_Dissolution | P99i_was_dissolved_by |
URLs: strictly speaking "/birth" and "/death" are correct only for E21_Person, but it's good enough to also use for other actors
Lec: we are taking into account both person and groups
Vlado: consider the extended version above. You don't have to distinguish E40_Legal_Body: you can stick with E74_Group
Thesaurus URIs
Use more logical URIs that reflect the nature of the resource or type, and don't reflect their genesis in existing systems:
<thesauri/event/exhibition_history> -> <thesauri/event/exhibition> (an exhibition is NOT "exhibition history") <event/some-exhibition/TMS/exhibition_history> -> <event/some-exhibition/identifier> (an identifier is NOT "exhibition history") <thesauri/identifier/TMS/exhibition_history> -> <thesauri/identifier/exhibition> (doesn't matter your system is called TMS)
Lec: this may need further discussion, we may have other types of events with IDs from other systems, however made changes per suggestion
Vlado: you have a point. If you have 2 exhibition IDs then you need to add the system acronym
Exhibition URIs
We need to make decision on URI for exhibition, originally we had a short identifier, BM suggested title, this does not always work well, eg see: ObjectID 34
- Vlado: Yes, pretty long titles in http://collection.britishart.yale.edu/id/page/object/34.
Exhibition :: An American's Passion for British Art - Paul Mellon's Legacy, 2007-2008 Exhibition :: Great British Paintings from American Collections: Holbein to Hockney, Thursday, September 27, 2001 - Sunday, December 30, 2001 Exhibition :: J. M. W. Turner - A Selection of Paintings from the Collection of Mr. and Mrs. Paul Mellon, 1968-1969
- RS doesn't care what the URI is
- Lec: updated with standard ID based URIs
Getty URIs
- Don't use YCBA-specific URIs for Getty, eg
http://collection.britishart.yale.edu/id/thesauri/ULAN/500303557
This won't let your data mesh with other data using Getty. Use the official namespace that Getty just decided (20-Jun-2013)
http://vocab.getty.edu
Lec: ULAN, AAT, TGN converted to Getty URIsVlado: The URI structure is still under discussion. My suggestion is:
http://vocab.getty.edu/aat/12345678
http://vocab.getty.edu/tgn/12345678
http://vocab.getty.edu/ulan/500303557
Getty will have a board meeting Jul 15, and may decide the URL structure then. Leave it as is for now, but you'd probably have to change it one more time after they finalizesame for the scheme: currently is
<thesauri/ULAN/500303557> a crm:E74_Group , skos:Concept ; skos:inScheme <thesauri/institution> .
should be:
http://vocab.getty.edu/aat/
http://vocab.getty.edu/tgn/
http://vocab.getty.edu/ulan/- Note: unfortunately you can't use a prefixed name starting with digit in Turtle 1.0 (Turtle 1.1 allows that), else we'd configure a prefix to isolate this dependency to just one place.
Bibliography
Page numbers, eg for http://collection.britishart.yale.edu/id/bibliography/2775
- Vlado: BM uses BIBO, for example see http://test.researchspace.org:8081/resource?uri=http://collection.britishmuseum.org/id/bibliography/148.
But bibo:numPages is used wrongly, here should use bibo:pageStart and bibo:pageEnd for a continous page range. Or there's only one field, use bibo:pages
Objects
Titles
Title Types
- Why do you need these duplicate types?
crm:P2_has_type <thesaurus/title/Alternate-title> , <thesaurus/title/alternate> .
- I'm not sure what "Repository title" is. But if it means Preferred, then this is also unnecessary duplication:
crm:P2_has_type <thesaurus/title/Repository-title> , <thesaurus/title/preferred> .
- Emmanuelle: the capitalized title types talk about the purpose of the titles, not their ranking. Here are all title types possible: Alternate, Collective, Creator's, Exhibited, Foreign language, Former, Inscribed, Repository, Verso.
- Emmanuelle: The lowercase title attributes (alternate and preferred) talk about the ranking/preference of the titles.
- Can an object have different Repository title and Preferred title?
Emmanuelle: no, all Repository titles are always the preferred ones. But the alternate titles are not all of the type Alternate.
Vladimir:
- CRM has no notion of "preferred title" (unlike P48_has_preferred_identifier)
- RS prints the titles in order, together with the title type
- Luckily Lec also emits rdfs:label equal to the preferred title, so we use that in result lists
I propose to merge the two sets of values because preferred/alternate is already covered by Repository/all-the-rest:
- Emit "Preferred" instead of "Repository"
- Emit the titles in order, the Preferred one first
- Don't emit "alternate"
- shorten the term URL a bit since the thesaurus URL already says "title":
<thesaurus/title/ForeignLanguage>
Duplicate Titles
these two titles are duplicated. Keep just one of them: I suggest <title/1> for uniformity with the alternate title(s)
<object/19850/title/1> a crm:E35_Title ; rdfs:label "Malvolio Dancing" ; crm:P2_has_type <thesaurus/title/Repository-title> , <thesaurus/title/preferred> . <object/19850/title/primary> a crm:E35_Title ; rdfs:label "Malvolio Dancing" ; crm:P2_has_type <thesaurus/title/Repository-title> , <thesaurus/title/preferred> .
Title Language
- (optional) Indicate the title language:
<object/19850/title/1> a crm:E35_Title ; rdfs:label "Malvolio Dancing"@en ; P72_has_language <thesaurus/language/english>.
- Emmanuelle: we indicate the language of the titles only if they are in foreign language <thesaurus/title/ForeignLanguage-title>, and probably not consistently. All the other titles are understood as being in American English, the official language of the YCBA.
Vladimir: fair enough! So indicate language only for that type, and say it's translation of the Preferred one:
<object/19850/title/N> a E35_Title; rdfs:label "Malvolio Danse"@fr ; P2_has_type <thesaurus/title/ForeignLanguage>; P72_has_language <thesaurus/language/french>; P73i_is_translation_of <object/19850/title/1>.
(Actually it's more likely this is the original title, so you may want to use P73_has_translation instead of P73i)
Related Resources
List all URLs closely related to the object: web pages, LIDO XML, etc.
Eg for http://collection.britishart.yale.edu/id/object/5005 "Mrs. Abington as Miss Prue in Love for Love by William Congreve" this includes:
- VUFind record: "home page" of the object.
http://collections.britishart.yale.edu/vufind/Record/1669236
The last part of the URL is the CCD id http://collection.britishart.yale.edu/id/object/5005/ccd - LIDO XML record: source of the RDF representation
http://collections.britishart.yale.edu/oaicatmuseum/OAIHandler?verb=GetRecord&identifier=oai:tms.ycba.yale.edu:7&metadataPrefix=lido - ODAI (Yale Digital Collections Center): aggregates records from various Yale museums and centers
http://discover.odai.yale.edu/ydc/Record/1669236 - Google Cultural Institute: aggregation by the Google Art Project
- Short: http://www.google.com/culturalinstitute/asset-viewer/tQHBb0Q2MZF2uQ
- Long: http://www.google.com/culturalinstitute/asset-viewer/mrs-abington-as-miss-prue-in-love-for-love-by-william-congreve/tQHBb0Q2MZF2uQ
Includes a descriptive part "mrs-abington-as-miss-prue-in-love-for-love-by-william-congreve", but note that you can put anything there (eg "aaaa").
I think it's enough to use only the long form, which is more descriptive.
Pubby page
http://collection.britishart.yale.edu/id/page/object/5005
I don't think we need it since the object URI http://collection.britishart.yale.edu/id/object/5005 resolves through content negotiation to the above URLAll Images, including different Image Derivations and Deep Zoom Image
Representing Related Resources
An important question is how to represent these related resources and how to link them to the object. CRM doesn't have specific classes for "web page" or "XML record" but E31_Document is appropriate: "identifiable immaterial items that make propositions about reality. These propositions may be expressed in text, graphics, images, audiograms, videograms or by other similar means. Documentation databases are regarded as a special case of E31 Document." (Therefore a single XML record is also E31_Document). See document_references@crmg, reference@crmg
It's also nice to include the media type of these documents (dc:format).
- for web pages that's "text/html"
- for LIDO we use "text/xml". There's no registration for LIDO specifically, so we follow RFC 3023: XML Media Types: "If an XML document – that is, the unprocessed, source XML document – is readable by casual users, text/xml is preferable. Application/xml is preferable when the XML MIME entity is unreadable by casual users."
Representation:
<http://collection.britishart.yale.edu/id/object/5005> P70i_is_documented_in <http://collections.britishart.yale.edu/vufind/Record/1669236>, <http://collections.britishart.yale.edu/oaicatmuseum/OAIHandler?verb=GetRecord&identifier=oai:tms.ycba.yale.edu:7&metadataPrefix=lido>, <http://discover.odai.yale.edu/ydc/Record/1669236>, <http://www.google.com/culturalinstitute/asset-viewer/mrs-abington-as-miss-prue-in-love-for-love-by-william-congreve/tQHBb0Q2MZF2uQ>. <http://collections.britishart.yale.edu/vufind/Record/1669236> a E31_Document; dc:format "text/html"; P2_has_type <thes/document/home-page>. <http://collections.britishart.yale.edu/oaicatmuseum/OAIHandler?verb=GetRecord&identifier=oai:tms.ycba.yale.edu:7&metadataPrefix=lido> a E31_Document; dc:format "text/xml"; P2_has_type <thes/document/lido-xml>. <http://discover.odai.yale.edu/ydc/Record/1669236> a E31_Document; dc:format "text/html"; P2_has_type <thes/document/ydc-page>. <http://www.google.com/culturalinstitute/asset-viewer/mrs-abington-as-miss-prue-in-love-for-love-by-william-congreve/tQHBb0Q2MZF2uQ> a E31_Document; dc:format "text/html"; P2_has_type <thes/document/google-art-page>.
Optionally, you could add Creation records to state who created the above documents.
We already use E31_Document for Bibliography. For symmetry, we should add P2_has_type:
<http://collection.britishart.yale.edu/id/object/80> crm:P70i_is_documented_in <http://collection.britishart.yale.edu/id/bibliography/1075>. <http://collection.britishart.yale.edu/id/bibliography/1075> a crm:E31_Document ; P2_has_type <thes/document/bibliography>; rdfs:label "David Lee, Ladies of the Knight, Arts Review, Vol. 47, May 1995, pp. 26-29, N1 A792 + (A & A)" .
The type terms mentioned above:
<thes/document/home-page> a E55_Type, skos:Concept; skos:inScheme <thes/document>; skos:prefLabel "Home page (VUFind record)". <thes/document/lido-xml> a E55_Type, skos:Concept; skos:inScheme <thes/document>; skos:prefLabel "LIDO XML record". <thes/document/ydc-page> a E55_Type, skos:Concept; skos:inScheme <thes/document>; skos:prefLabel "Yale Digital Collections Center page". <thes/document/google-art-page> a E55_Type, skos:Concept; skos:inScheme <thes/document>; skos:prefLabel "Google Cultural Institute (Google Art) page". <thes/document/bibliography> a E55_Type, skos:Concept; skos:inScheme <thes/document>; skos:prefLabel "Bibliography". <thes/document> a skos:ConceptScheme; skos:prefLabel "Document Type".
Images
Image Metadata
Yale keeps numerous image assets, and Yale ODAI provides extensive metadata about the images:
- documentation: https://docs.google.com/document/d/1rfUHjy_YvVC5fSIsB4aCi5-t2ZhNYrDui-L9EEXXm9g/edit
(Not https://sites.google.com/a/odaiprojects.com/projects-site/home/content-delivery-service/cds-documentation/image-delivery-and-api) - XML: eg http://deliver.odai.yale.edu/info/repository/YCBA/object/7/type/2?output=xml
- 14 samples: on Box, folder data/cds_xml: https://yale.app.box.com/s/afdkkt46gcwyxlmrhy14/1/1006752027
- 2 samples: 7-image-info.xml (2 views), 5001-image-info.xml (8 views)
- JSON: eg http://deliver.odai.yale.edu/info/repository/YCBA/object/7/type/2?output=json
- slightly worse format (two extra parentheses):
http://deliver.odai.yale.edu/info/repository/YCBA/object/7/type/2?output=jsonp&callback - this sanitized version was in the RDF but is a broken link
http://deliver.odai.yale.edu/info/repository/YCBA/object/7/type/2-output-jsonp-callback - you can use http://jsonviewer.stack.hu/ to format it
- 3 samples formatted with Emacs: 7-image-info.json (2 views), 5005-image-info.json (8 views), 5054-image-info.json (supposed to have copyright)
- slightly worse format (two extra parentheses):
Description: I haven't read the documentation but here's what I see.
path/field | eg | description |
X/derivatives/Y | X ranges over Image Views (0..M, 0 is Main View), Y ranges over Image Sizes (1,2,3,6,7) | |
./formatId | 1 | size id |
./formatShort | sm | size name |
./label | Screen small | size label |
./url | http://deliver.odai.yale.edu/content/id/482f519c-eebf-4596-819c-4c8197c4d3e5/format/1 | logical URL (request this) |
./source | http://b02.deliver.odai.yale.edu/48/2f/482f519c-eebf-4596-819c-4c8197c4d3e5/ba-obj-7-0001-pub-sm.jpg | physical URL (redirects to it) |
./bucketDNS | b02.deliver.odai.yale.edu | physical server |
./bucketName | b02.deliver.odai.yale.edu | physical server |
./bucketPath | 48/2f/482f519c-eebf-4596-819c-4c8197c4d3e5/ba-obj-7-0001-pub-sm.jpg | physical path |
./contentId | 482f519c-eebf-4596-819c-4c8197c4d3e5 | GUID |
./filename | ba-obj-7-0001-pub-sm.jpg | file name |
./unitAccessOnly | false | Only the Yale unit that created the image should have access |
./cas | false | Login through CAS is required (campus-only access) |
./captcha | false | protected by captcha? Only size 5 are |
./format | image/jpeg | image format |
./sizeBytes | 33169 | file size |
./pixelsX | 249 | width |
./pixelsY | 186 | height |
X/metadata | describes Image View X | |
./caption | cropped to image, recto, unframed | enumerates Flags of the Image View |
./source | Yale Center for British Art | credits |
./imageCredit | Digital Image: Yale Center for British Art | credits |
./webStatement | http://hdl.handle.net/10079/gb5mkww | redirects to http://britishart.yale.edu/collections/using-collections/image-use |
./usageTerms | http://hdl.handle.net/10079/gb5mkww | always same![]() |
./imageCopyrightNotice | always![]() |
|
./imageCopyrightMarked | false | always![]() |
./assetId | d70ae2b604a64bd24809441a5d24233a8d406925 | another GUID |
X/contentId | 482f519c-eebf-4596-819c-4c8197c4d3e5 | GUID, same as above |
Questions:
- Are there other formats that we care about?
Lec: we only care about image/jpeg, image/tiff, image/jp2. In the longer future maybe pdf/a, mp3, mp4, 3D formats, TBD as they will have different viewers
- What are unitAccessOnly and cas, and do we care?
- Lec: Proxy, CAS, login + session ticket. We do care as Linked Data may not always be Open, we can have some LOD and some LD. I can imagine on the long run giving access to all data and those without access with only see LOD. For now you can ignore.
Vlado: Then these flags should be used to filter the dataset.
If you publish something out, it becomes LOD even if your intent is for some of it to be non-open LD
Image URLs
ODAI has several URLs that redirect to the physical URL:
Using object id:
http://deliver.odai.yale.edu/content/repository/YCBA/object/<objectId>/type/2/format/<Y>
eg http://deliver.odai.yale.edu/content/repository/YCBA/object/7/type/2/format/2
- Unfortunately such redirect is set only for the Main View (X=0) (I tried varying "type" but got nowhere).
It's not suitable as a permanent URL, since if YCBA decides to remove one view from public access, all others after it in the sequence are promoted (decremented)
- Unfortunately such redirect is set only for the Main View (X=0) (I tried varying "type" but got nowhere).
Using repository name and filename:
http://deliver.odai.yale.edu/content/repository/YCBA/id/<filename1>/format/<Y>
where filename1 is "filename" with "formatShort" chopped off and extension replaced with ".tif"
eg http://deliver.odai.yale.edu/content/repository/YCBA/id/ba-obj-7-0001-pub.tif/format/2- As described in Deep Zoom Image, the JPEG2000 URL http://deliver.odai.yale.edu/content/repository/YCBA/id/ba-obj-7-0001-pub.tif/format/7 is unsuitable since it serves the whole image.
Using ODAI GUID:
RS-1920- for format/1,2,3,6
http://deliver.odai.yale.edu/content/id/<contentId>/format/<Y>
eg http://deliver.odai.yale.edu/content/id/482f519c-eebf-4596-819c-4c8197c4d3e5/format/2
- for format/7 (deep zoom): the IIIF service URL
http://scale.ydc2.yale.edu/iiif/<contentId>
- for format/1,2,3,6
In the sections below we use these image aliases for brevity. In RDF the actual http URL should be used. Not a "made up" node with P1_is_identified_by pointing to the actual URL
Image Formats
YCBA keeps images in many sizes. These sizes or "formats" are over 15 and include video, 3D models, etc.
The ones I've encountered for images are listed below ("width" is just an example):
url suffix | format code | format label | width | file type | use in RS |
format/1 | sm | Screen small | 250 | jpeg | result list thumbnail (or could use 2) |
format/2 | med | Screen medium | 480 | jpeg | lightbox, object view, data basket preview |
format/3 | large | Screen large | 1920 | jpeg | |
format/6 | print-lg | Print large | 3000 | tiff | |
format/7 | JPEG2000 |
Zoom (JPEG 2000) | 4279 | jp2 | This is the max available size. We don't use this URL for annotation since it serves the whole Deep Zoom Image |
Deep Zoom Image
Many YCBA objects have Deep Zoom images (JPEG2000), sometimes even several per object.
Eg Miss Prue http://collections.britishart.yale.edu/vufind/Record/1669236 has:
- main: http://collection.britishart.yale.edu/danprac/iip.html?image=1b747e8f-7754-482c-b5a2-9e1dc1986f4b
- X-Ray: http://collection.britishart.yale.edu/danprac/iip.html?image=8621278e-1ebc-4548-8834-0124ee800c41
This is an IIPMooViewer client using a Djatoka Adore IIIF server
(May 2013: IIP Server has beta support for the IIIF Image API)
- the server implements the IIIF Image API, a simple URL-based protocol:
http://www-sul.stanford.edu/iiif/image-api/ - the sc:hasRelatedService URL for the first image is:
http://scale.ydc2.yale.edu/iiif/1b747e8f-7754-482c-b5a2-9e1dc1986f4b
This URL doesn't return anything, but you can append parameters to get what you need. - the tile URLs are of this form:
http://scale.ydc2.yale.edu/iiif/1b747e8f-7754-482c-b5a2-9e1dc1986f4b/0,2048,1024,1024/!256,256/0/native.jpg|http://scale.ydc2.yale.edu/iiif/1b747e8f-7754-482c-b5a2-9e1dc1986f4b/0,2048,1024,1024/!256,256/0/native.jpg - If you request a non-existing GUID, you get "Error: No response from server http://scale.ydc2.yale.edu/iiif". Occasionally I get the same error for an existing GUID, but that is a temporary outage
- another client that also implements IIIF tiles is OpenSeadragon (and one can get sample code to implement the same):
http://openseadragon.github.io/examples/tilesource-iiif/
RS implements Image Annotation over Deep Zoom images using the IIP Server protocol.
We need to implement IIIF support in RS Image Annotation, and multiplexing between IIP and IIIF
- The URL included in the metadata (X/derivatives/7/url), eg http://deliver.odai.yale.edu/content/id/1b747e8f-7754-482c-b5a2-9e1dc1986f4b/format/7, is not appropriate since it serves the whole image.
- One should concatenate the server URL http://scale.ydc2.yale.edu/iiif/ and X/derivatives/7/contentId to make the sc:hasRelatedService URL, which is used as base of the tile URLs
Image Views
Image Views are different photographs of the same painting, using different Flags.
Eg the lovely Miss Prue http://collections.britishart.yale.edu/vufind/Record/1669236 has 8 image views:
RS should display something similar on the Related Images tab (but not laid out in such an ugly way): all views, one format as image, all formats as links. See Image Derivation for the RDF data
Image Flags
The views have these Flags (Aspects), coming from contentSet/content/metadata@caption which is comma-separated:
0. cropped to image, recto, unframed (0 is always the Main View)
1. recto, unframed
2. framed, recto
3. framed, verso
4. detail, recto
6. detail, recto
6. Composite X-radiograph
7. cropped to image, recto, unframed
RKD has similar flags, broken into separate thesauri (BM doesn't have such flags):
- area captured: overall, detail, from left, from bottom...
- side captured: front, back
- object status: before treatment, during treatment, after treatment
- documentation type: X-ray film, action photograph, black and white detail photograph, black and white photograph, color transparency etc
Lec: these strings are not from a controlled thesaurus, so people can put anything.
Vlado: it still seems to me they are fairly consistent, so Yale represent this by breaking on space and making a thesaurus:
For now I think it's enough to lump them in one thesaurus, eg:
<http://collection.britishart.yale.edu/id/object/5005> PX_has_main_representation <http://deliver.odai.yale.edu/content/repository/YCBA/object/5005/image/0/format/2>. <http://deliver.odai.yale.edu/content/repository/YCBA/object/5005/image/0/format/2> PX_image_flag <yale/thes/image/flag/cropped_to_image>, <yale/thes/image/flag/recto>, <yale/thes/image/flag/unframed>. <yale/thes/image/flag/cropped_to_image> a E55_Type, skos:Concept; skos:prefLabel "cropped to image"; skos:inScheme <yale/thes/image/flag/>. <yale/thes/image/flag/recto> a E55_Type, skos:Concept; skos:prefLabel "recto"; skos:inScheme <yale/thes/image/flag/>. <yale/thes/image/flag/unframed> a E55_Type, skos:Concept; skos:prefLabel "unframed"; skos:inScheme <yale/thes/image/flag/>.
Image Rights
YCBA doesn't claim copyright over any images, so we only need to point to a policy page.
See Object Rights for a more substantial discussion of public domain over copyrighted objects.
- This has problems:
<object/7/image/1> P104_is_subject_to <http://collection.britishart.yale.edu/id/page/object/7/image/1/restriction> # 0. has no fields <object/7/image/1> P70i_is_documented_in <object/7/image/1/terms_of_use>. # 1. should be P104_is_subject_to <object/7/image/1/terms_of_use> # 2. not specific to this image, so don't use per-image node rdfs:label "http://hdl.handle.net/10079/w6m90dq"; # 3. should be URI not string, 4. this redirects, just use the final destination rdf:type crm:E62_String. # 5. means nothing. So-called "CRM Primitive types" should not be used
simply use this:
<object/7/image/X/format/Y> P104_is_subject_to <http://britishart.yale.edu/collections/using-collections/image-use>. # 6. <http://britishart.yale.edu/collections/using-collections/image-use> a E30_Right; rdfs:label "See link for details".
don't use rdfs: label for an URL (label should be a readable string).
<http://collection.britishart.yale.edu/collections/using-collections/image-use> a crm:E30_Right ; rdfs:label "http://hdl.handle.net/10079/gb5mkww" .
If you like you can make this an E42_Identifier, though I don't see what use that URL is
<http://collection.britishart.yale.edu/collections/using-collections/image-use> a crm:E30_Right ; P48_has_preferred_identifier <http://hdl.handle.net/10079/gb5mkww>. <http://hdl.handle.net/10079/gb5mkww> a E42_Identifier.
Discussion:
- All webStatement and usageTerms are the persistent link http://hdl.handle.net/10079/gb5mkww which redirects to http://britishart.yale.edu/collections/using-collections/image-use.
- Lec: for now yes, but in the long run this may not be the case. This comes from Image Metadata (from Digital Asset Managment), so if YCBA's imaging/rights manager changes it, it will be reflected in this metadata
- Vlado: ok, in that case different images could have different P104_is_subject_to.
- Vlado: I don't see the benefit of using a "persistent link" since it is unreadable. The "image-use" URL doesn't say "public" or "copyrighted" so it doesn't reflect any policy, but at least it says what it is about. If you want to change the policy, just change the text on the page. This is in no way worse than redirecting the "persistent link" to a different URL
- Emmanuelle: I have some contextual information regarding my modeling for image rights that might help, since we are doing things a bit differently from the BM on this I believe.
- Vladimir: indeed, BM claims rights (eg images\assets_0.trig):
<http://collection.britishmuseum.org/id/object/MCT3411> crm:P138i_has_representation <http://www.britishmuseum.org/collectionimages/AN00589/AN00589075_001_l.jpg>. <http://www.britishmuseum.org/collectionimages/AN00589/AN00589070_001_l.jpg> crm:P105_right_held_by thesIdentifier:the-british-museum.
- Emmanuelle: YCBA does not claim rights over images, just points to image use page, hence P70i_is_documented_in rather than P104_is_subject_to. YCBA does not say who owns the image rights.
- Vladimir: My example above (6) says the image P104_is_subject_to a Rights object, which allows unrestricted usage. See the scope note to be convinced this is the right class to use: "This class comprises legal privileges concerning material and immaterial things". It doesn't say YCBA holds any rights.
- Emmanuelle: OK, I see that P104_is_subject_to is good even when no image restrictions apply. Then let's use P104_is_subject_to
- Vladimir: indeed, BM claims rights (eg images\assets_0.trig):
Image Representation
(See image aliases in the Image URLs table)
The correct properties to use are:
<object/7> bmo:PX_has_main_representation <view0/format2> . # Main View <object/7> P138i_has_representation <view1/format2> . # other views <object/7> P138i_has_representation <view2/format2> . # ...
- both of these are wrong, see image_objects_carriers@crmg
<object/7> P62_depicts <object/7/image/1> . <object/7> P65_shows_visual_item <object/7/image/1> .
Explanation: a thing (E24) can show many visual items (eg an inscription and a couple of images).
But when you take a photo of a painting (E1), you create a unique Image (E38) that represents the painting. - No need to repeat since bmo:PX_has_main_representation is subprop of P138i_has_representation:
P138i_has_representation <view0/format2> bmo:PX_has_main_representation <view0/format2>
Image Derivation
We connect only format2 directly to the object (PX_has_main_representation or P138i) and declare all formats derivatives thereof (P130i).
This is a trick required by RS, so it can show only one format on screen, and provide links for the rest (as in Image Views):
<object/7> bmo:PX_has_main_representation <view0/format2> . <view0/format2> P130i_features_are_also_found_on <view0/format1>, <view0/format2>, <view0/format3>, <view0/format6>, <view0/format7>. <object/7> P138i_has_representation <view1/format2> . <view1/format2> P130i_features_are_also_found_on <view1/format1>, <view1/format2>, <view1/format3>, <view1/format6>, <view1/format7>. ...
Image Creation
this is wrong
<object/7/image/1> P108i_was_produced_by <object/7/image/1/creation>. # images are conceptual, so use P94i_was_created_by <object/7/image/1/creation> P14_carried_out_by <object/thesauri/actor>; # Created by whom? If you have no info, don't output Creation rdf:type crm:E12_Production. # E12_Produciton is for material objects
- Emmanuelle: I was trying to express the fact that the image is supplied/was made by YCBA, hence P108i_was_produced_by.
- Vladimir: ok, but use the correct type and properties for Image (a conceptual object), and YCBA's URL:
<viewX/formatY> P94i_was_created_by <viewX/creation>. <viewX/creation> a E65_Creation; P14_carried_out_by <thesauri/ULAN/500303557>.
Image Metadata shows that all derivations (formats) share the same source&imageCredit, but each view has individual source&imageCredit.
Image RDF
Tying it all together, this section defines the RDF mapping for images.
- The first image view is the Main representation
- We provide MIME type and pixel size using the same vocabularies as SharedCanvas: DC and EXIF, but skip filename and sizeBytes
- We create subproperties of P2_has_type for various image characteristics
# Prefixes #prefix crm: <http://erlangen-crm.org/current/> . # assumed by default below @prefix dc: <http://purl.org/dc/elements/1.1/> . # Dublin Core Elements @prefix dct: <http://purl.org/dc/terms/> . # Dublin Core Terms @prefix exif: <http://www.w3.org/2003/12/exif/ns#> . # EXIF vocabulary @prefix bmo: <http://collection.britishmuseum.org/id/ontology/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core# > . # Properties bmo:PX_image_flag rdfs:subPropertyOf P2_has_type; rdfs:label "Image Flag"; rdfs:comment "eg recto, verso, cropped, X-Ray". bmo:PX_image_format rdfs:subPropertyOf P2_has_type; rdfs:label "Image Format"; rdfs:comment "eg Small, Medium, Large". # Thesauri <yale/thes/image/flag/> a skos:ConceptScheme; skos:prefLabel "Image Flag". <yale/thes/image/format/> a skos:ConceptScheme; skos:prefLabel "Image Format". # Terms <yale/thes/image/flag/cropped_to_image> a E55_Type, skos:Concept; skos:prefLabel "cropped to image"; skos:inScheme <yale/thes/image/flag/>. <yale/thes/image/flag/recto> a E55_Type, skos:Concept; skos:prefLabel "recto"; skos:inScheme <yale/thes/image/flag/>. <yale/thes/image/flag/unframed> a E55_Type, skos:Concept; skos:prefLabel "unframed"; skos:inScheme <yale/thes/image/flag/>. <yale/thes/image/format/sm> a E55_Type, skos:Concept; skos:prefLabel "Screen small"; skos:inScheme <yale/thes/image/format/>. <yale/thes/image/format/med> a E55_Type, skos:Concept; skos:prefLabel "Screen medium"; skos:inScheme <yale/thes/image/format/>. <yale/thes/image/format/large> a E55_Type, skos:Concept; skos:prefLabel "Screen large"; skos:inScheme <yale/thes/image/format/>. <yale/thes/image/format/print-lg> a E55_Type, skos:Concept; skos:prefLabel "Print large (CAPTCHA protected)"; skos:inScheme <yale/thes/image/format/>. <yale/thes/image/format/JP2000> a E55_Type, skos:Concept; skos:prefLabel "Zoom (JPEG 2000)"; skos:inScheme <yale/thes/image/format/>. # Objects/Images <http://collection.britishart.yale.edu/id/object/7> PX_has_main_representation <view0/format2>; crm:P138i_has_representation <view1/format2>. # main view, main format <view0/format2> a E38_Image; bmo:PX_image_flag <yale/thes/image/flag/cropped_to_image>, <yale/thes/image/flag/recto>, <yale/thes/image/flag/unframed>; P104_is_subject_to <http://britishart.yale.edu/collections/using-collections/image-use> ; bmo:PX_image_format <yale/thes/image/format/med> ; exif:height 480 ; # is xsd:integer exif:width 359 ; dc:format "image/jpeg" ; P94i_was_created_by <view0/creation>; P130i_features_are_also_found_on <view0/format1>, <view0/format2>, <view0/format3>, <view0/format6>, <view0/format7>. # other formats <view0/format1> a E38_Image; bmo:PX_image_flag <yale/thes/image/flag/cropped_to_image>, <yale/thes/image/flag/recto>, <yale/thes/image/flag/unframed>; P104_is_subject_to <http://britishart.yale.edu/collections/using-collections/image-use> ; bmo:PX_image_format <yale/thes/image/format/sm> ; exif:height 249 ; exif:width 186 ; dc:format "image/jpeg" ; P94i_was_created_by <view0/creation>. # format3,6 are similar and differ only by size and dc:format # Deep Zoom format. Same as above, with an extra statement <view0/format7> a E38_Image; bmo:PX_image_flag <yale/thes/image/flag/cropped_to_image>, <yale/thes/image/flag/recto>, <yale/thes/image/flag/unframed>; P104_is_subject_to <http://britishart.yale.edu/collections/using-collections/image-use> ; bmo:PX_image_format <yale/thes/image/format/JPEG2000> ; exif:height 4279 ; exif:width 3201 ; dc:format "image/jp2" ; P94i_was_created_by <view0/creation>; # It's on an IIIF server. Statement suggested by Michael Appleby dct:conformsTo <http://library.stanford.edu/iiif/image-api/1.1/conformance.html#level1>. # view0 Creation event (shared by all formats) <view0/creation> a E65_Creation; P14_carried_out_by <ulan/500303557>; # lookup "source" in thesaurus rdfs:label "Digital Image: Yale Center for British Art". # imageCredit # other views: similar, only Image Flags are different <view1/format2> a E38_Image; bmo:PX_image_flag <yale/thes/image/flag/recto>, <yale/thes/image/flag/unframed>; P104_is_subject_to <http://britishart.yale.edu/collections/using-collections/image-use> ; bmo:PX_image_format <yale/thes/image/format/med> ; exif:height 480 ; exif:width 438 ; dc:format "image/jpeg" ; P94i_was_created_by <view1/creation>; P130i_features_are_also_found_on <view1/format1>, <view1/format2>, <view1/format3>, <view1/format6>, <view1/format7>. # view1/format1,3,6,7: same as above # view1 Creation event (shared by all formats) <view1/creation> a E65_Creation; P14_carried_out_by <ulan/500303557>; # lookup "source" in ULAN thesaurus rdfs:label "Digital Image: Yale Center for British Art". # imageCredit
Denote pixels as xsd:integer.
Turtle allows a short way:exif:height 480 ; # is xsd:integer exif:width 359 ;
If you prefer to use quotes, then you need to put the type explicitly:
exif:height "186"^^xsd:integer ; exif:width "249"^^xsd:integer ;
Shorten the URL a bit:
- in this URL: <http://collection.britishart.yale.edu/id/object/482f519c-eebf-4596-819c-4c8197c4d3e5/image/creation>
- the image URL is: <http://collection.britishart.yale.edu/id/object/482f519c-eebf-4596-819c-4c8197c4d3e5>
- so you don't need to append "/image" to it, use <http://collection.britishart.yale.edu/id/object/482f519c-eebf-4596-819c-4c8197c4d3e5/creation>
Depiction
Couple issues here:
<http://collection.britishart.yale.edu/id/object/7> crm:P62_depicts <http://vocab.getty.edu/resource/tgn/subject/1130564> , <http://vocab.getty.edu/resource/tgn/subject/7008591> ...; crm:P62_depicts <http://collection.britishart.yale.edu/id/object/7/image/1> , <http://collection.britishart.yale.edu/id/object/7/image/2> ...; bmo:PX_display_wrap "Subject :: transportation" , "Subject :: workers" , "Subject :: boats"...; crm:P128_carries <http://collection.britishart.yale.edu/id/object/7/concept/1> . <http://collection.britishart.yale.edu/id/object/7/concept/1> a crm:E73_Information_Object ; crm:P129_is_about <http://collection.britishart.yale.edu/id/thesauri/AAT/55244> , <http://collection.britishart.yale.edu/id/thesauri/AAT/25886>...
concept/1 is a useless intermediate node. Look at image_objects_carriers@crmg. According to VUFind, the places are Represented on the painting, which carries a Visual Object. So you should use P138 which is stronger than P129: but then you may as well use the shortcut P62_depicts. So it boils down to:
<http://collection.britishart.yale.edu/id/object/7> crm:P62_depicts aat:55244, aat:25886...
If you use P62 for the Subjects, why not also use P62 for the Places?
BM didn't have that luxury since not all of their objects carry an Image, and not all Subjects are "represented": some are merely "about".(minor) Print out the Places in a PX_display_wrap
image/X: don't use such made up nodes, use actual image URLs. See Image RDF
IconClass
See Iconclass#IconClass Use at YCBA:
Emit P129 for each use
Emit Iconclass term data
Acquisition
The YCBA director does not want to publish which person gave up the object.
Emmanuelle: Right now, we absolutely cannot publish who were the previous owners of our objects, no matter if they have passed or not.This means you can skip E8_Acquisition altogether, since YCBA is stated as current owner and keeper. Kill this:
<object/19850/acquisition> a crm:E10_Transfer_of_Custody , crm:E8_Acquisition ; crm:P22_transferred_title_to <thesauri/ULAN/500303557> ; crm:P29_custody_received_by <thesauri/ULAN/500303557> ; rdfs:label "Yale Center for British Art, Paul Mellon Collection" .
- If not: format the label as "Transferred to ..." (now it reads as an Agent, not as a Transfer)
P30_transferred_custody_of is wrong direction
Lec: Replaced with P30i_custody_transferred_through
YCBA sub-orgs
The acquisition label (and the Credit Line facet here) show that there are several "sub-orgs" (or sub-collections) under it: Paul Mellon Collection, Paul Mellon Fund, Gift of Mr. and Mrs. J. Richardson Dilworth, B.A. 1938, etc.
If it's important to preserve this information in RDF, you could create sub-agents under YCBA, eg like this:<person-institution/ycba_mellon_collection> a E74_Group, skos:Concept; skos:inScheme <person-institution/>; rdfs:label "Yale Center for British Art, Paul Mellon Collection" ; skos:broader ulan:500303557; P107i_is_current_or_former_member_of ulan:500303557 . <person-institution/ycba_dilworth_gift> a E74_Group, skos:Concept; skos:inScheme <person-institution/>; rdfs:label "Yale Center for British Art, Gift of Mr. and Mrs. J. Richardson Dilworth, B.A. 1938" ; skos:broader ulan:500303557; P107i_is_current_or_former_member_of ulan:500303557 .
Current Owner, Keeper
If YCBA is incorporated, use E40_Legal_Body instead of the more generic E74_Group:
<thesauri/ULAN/500303557> a crm:E74_Group , skos:Concept ; skos:prefLabel "Yale Center for British Art" .
This is wrong, it should describe the specific sub-organization (department) (see YCBA sub-orgs?):
crm:P50_has_current_keeper <http://collection.britishart.yale.edu/id/thesauri/department> ;
If you don't have departments, don't say anything (you already say that YCBA is the keeper).
Emmanuelle: We do pass departments designations to our XML files in the OAI <setSpec>ycba:ps</setSpec>. Frames are included in the Paintings & Scupture department.
Current Location
You currently use per-object place representations. Such places are not searchable since they're not in a thesaurus.
<http://collection.britishart.yale.edu/id/object/5005/location/1> a crm:E53_Place ; rdfs:label "Bay25" . # UnitType <http://collection.britishart.yale.edu/id/object/5005/location/2> a crm:E53_Place ; rdfs:label "401" . # SubSite <http://collection.britishart.yale.edu/id/object/5005/location/3> a crm:E53_Place ; rdfs:label "Yale Center for British Art" . # Site <http://collection.britishart.yale.edu/id/object/5005/location/4> a crm:E53_Place ; rdfs:label "New Haven" . # Geo location
Recommendations:
it probably doesn't make sense to put location/1 and location/2 in a thesaurus, so they are correctly per-object. But add something to the label to explain what they mean. If there's a hierarchy between them and the coding won't get too complicated, something like this could be best:
rdfs:label "Storage unit: Bay25, shelf: 401"
location/3: YCBA is an organization. Here you mean "the place of that org", which is a known conundrum. Since you already say "YCBA is current owner/keeper", just skip
location/4: A city is a well-known place, so just use the respective TGN URI
Object Rights
Public Domain
The majority of works in YCBA's collection are in the Public Domain. For example:
- view: http://collections.britishart.yale.edu/vufind/Record/1669236
- shows "Public Domain"
- images are available in various Image Sizes
- Image Metadata: http://deliver.odai.yale.edu/info/repository/YCBA/object/5005/type/2?output=json
- webStatement and usageTerms are http://hdl.handle.net/10079/gb5mkww. See Image Rights
- imageCopyrightMarked is "false".
RDF: http://collection.britishart.yale.edu/id/object/7 has some problems:
<http://collection.britishart.yale.edu/id/object/7> PX_has_copyright "Public Domain"; # 1. Unnecessary since you have it structured. To output a string, use PX_display_wrap P104_is_subject_to <http://collection.britishart.yale.edu/id/object/7/copyright>. # 2. Public Domain is the same, so shouldn't be per object <http://collection.britishart.yale.edu/id/object/7/copyright> a E30_Right; # 3. Use CC, since CC is a stronger authority about PD than YCBA P2_has_type <http://collection.britishart.yale.edu/id/object/7/public-domain>; # 4. Shouldn't be per object. P3_has_note "Public Domain".
- Use this:
<http://collection.britishart.yale.edu/id/object/7> PX_display_wrap "Rights :: Public Domain"; P104_is_subject_to <http://creativecommons.org/publicdomain/mark/1.0/>. # See http://creativecommons.org/choose/mark/ and http://creativecommons.org/about/pdm # Another option is CC0, see http://creativecommons.org/about/cc0 <http://creativecommons.org/publicdomain/mark/1.0/> a E30_Right; rdfs:label "Public Domain Mark".
Copyrighted
There are some objects that are copyrighted. Let's consider one:
- view: http://collections.britishart.yale.edu/vufind/Record/1669290
- shows "© Estate of the Artist"
- images are available only in Small size
- Image Metadata: http://deliver.odai.yale.edu/info/repository/YCBA/object/5054/type/2?output=json
- webStatement and usageTerms are the same as for Public Domain. It was explained: "YCBA makes no assertion of copyright nor any denial of copyright we may have in our photograph/digital image of the underlying artwork". But YCBA restricts to Small size images only
- images are available only in Small size (format/1). As the policy explains: "Thumbnail-sized images of copyrighted works are displayed under fair use".
If you try a bigger format, you get nothing, eg: http://deliver.odai.yale.edu/content/id/0c4dadff-a5ae-4dc8-ba2d-2ff4d408ceb7/format/2 - imageCopyrightMarked is "", which means different from "false"
- LIDO XML: http://collections.britishart.yale.edu/oaicatmuseum/OAIHandler?verb=GetRecord&identifier=oai:tms.ycba.yale.edu:5054&metadataPrefix=lido
This has various problems: legalBodyName/appellationValue is a proclamation not name, legalBodyWeblink is a name not url, legalBodyID is a proclamation page not organization's URL. But at least the data is present
RDF: http://collection.britishart.yale.edu/id/page/object/5054 has many problems:
<http://collection.britishart.yale.edu/id/object/5054> PX_has_copyright "© Estate of the Artist"; # 1. Unnecessary since you have it structured P104_is_subject_to <http://collection.britishart.yale.edu/id/object/5054/copyright>. <http://collection.britishart.yale.edu/id/object/5054/copyright> a E30_Right; P105_right_held_by <http://collection.britishart.yale.edu/id/person-institution/99999-hardcoded>; # 2. Hardcoded won't do P2_has_type <http://collection.britishart.yale.edu/id/object/5054/under-copyright>; # 3. Shouldn't be per object P3_has_note "© Estate of the Artist". <http://collection.britishart.yale.edu/id/object/5054/under-copyright> a E55_Type; rdfs:label "under copyright"; <http://collection.britishart.yale.edu/id/person-institution/99999-hardcoded> a E39_Owner; # 4. No such type skos:prefLabel "Anna Katrina Zinkeisen", ... # 5. Many prefLabels to the same URL won't do "Estate of Anna Katrina Zinkeisen", # 6. (minor) This and the previous one should have been correlated "Estate of Augustus Edwin John", "Estate of C. R. W. Nevinson", ... "Transport for London", ... "Unknown rights administrator", # 7. Just don't emit any P105_right_held_by "Yale Center for British Art" # 8. For known organizations, use AAT terms
- Use this:
<http://collection.britishart.yale.edu/id/object/5054> PX_display_wrap "Rights :: © Estate of the Artist"; P104_is_subject_to <http://collection.britishart.yale.edu/id/object/5054/copyright>. <http://collection.britishart.yale.edu/id/object/5054/copyright> a E30_Right; P105_right_held_by # If it's known in AAT (eg YCBA, Transport for London), use the AAT term. # If it's in a local thesaurus, use the local term <id/person-institution/X> # If it's "Unknown rights administrator", skip P105_right_held_by altogether # ONLY if you need to make one on the fly, use this: <http://collection.britishart.yale.edu/id/object/5054/copyright/owner>; P2_has_type <http://britishart.yale.edu/terms/imaging/under_copyright>; P3_has_note "© Estate of the Artist". # Only if you need to make an owner on the fly: <http://collection.britishart.yale.edu/id/object/5054/copyright/owner> a E39_Actor; rdfs:label "Henrietta Garnett". # http://hdl.handle.net/10079/rfj6qd5 redirects to this. I don't see the benefit of using a handle <http://britishart.yale.edu/terms/imaging/under_copyright> a E55_Type; rdfs:label "Under copyright".
Production
When and why to use <obj/production/M/association> a ycba:EX_Association
That's defined by the specific sections in BM Association Mapping v2. The Intro section describes 3 patterns: code in Event, code in Subevent, code in Association, and the specific sections say which to use for which part of your data
No point using BOTH Subevents (parts) and EX_Association
Produced By Specific Process
Emmanuelle: What do I do for the following crm:P14_carried_out_by association codes? Do they become types or labels?
Vlado: These are all types of Production sub-events, because they pertain to the nature of the production process. See BM Association Mapping v2#Produced By Specific Process for the pattern:
AR-ArtistAU-authorFB-finished by- -M-maker-
- -R-printer (printed by)-
PM-printmaker (print made by)- -Z-publisher (published by)-
TU-touched up by (print)
BTW: if you have just 1 code, it would be nice to optimize and not create sub-events, but BM doesn't do that
Use http://collection.britishart.yale.edu/id/thesauri/production/
crm:P14_carried_out_by | R | printed by |
crm:P14_carried_out_by | Z | published by |
crm:P14_carried_out_by | 5 | Drawn by |
crm:P14_carried_out_by | P | Painted by |
crm:P14_carried_out_by | M | Made by |
These codes mean the same:
crm:P14_carried_out_by | PM | print made by |
crm:P14_carried_out_by | TU | touched up by |
crm:P14_carried_out_by | E | Engraved by |
crm:P14_carried_out_by | AQ | Aquatinted by |
crm:P14_carried_out_by | VEB | Variously engraved by |
crm:P14_carried_out_by | EB | engravings by |
Formerly Attributed To
object/7: "Formerly attributed to Benjamin Williams Leader" is mapped without any mention of "Formerly attributed":
<http://collection.britishart.yale.edu/id/object/7/production/1> a crm:E12_Production ; crm:P14_carried_out_by <http://collection.britishart.yale.edu/id/person-institution/1180> .
Qualify Production with an EX_Association having type <thes/likelihood/formerly-attributed>.
See BM Association Mapping v2#Probably/Unlikely Produced ByWhat other lido:attributionQualifierActor have you got?
Emmanuelle: these are YCBA attribution qualifiers (also documented in [https://confluence.ontotext.com/display/ResearchSpace/Meta-Thesaurus+and+FR+Names|../../../../../../../../../../display/ResearchSpace/Meta-Thesaurus+and+FR+Names||||||||||||||||||||||||||||||\||] as http://collection.britishart.yale.edu/id/thesauri/likelihood): Attributed to, Formerly, Formerly attributed to, After, Follower of, Imitator of, Style of, Circle of, Studio of, Workshop of
Production Qualification
Look in LIDO:29334. Search for "Object related role": there are 2 actors and a qualification:
Actor | Role | Qualification |
Samuel Palmer | Printmaker | Print made by |
Alfred Herbert Palmer | Printmaker | completed by |
As you see in BM Association Mapping v2#Produced By Specific Process, BM models "Printmaker" as a production sub-event with P2_has_type <printing> and P14_carried_out_by <actor>. They don't have a Qualification as you have above.
- Emmanuelle: I thought BM was using Qualifications as well? Here a BM record with "Drawn by Elizabeth Emily Murray":
http://www.britishmuseum.org/research/collection_online/collection_object_details.aspx?objectId=739275&partId=1&people=113629&peoA=113629-2-9&page=1 - Vladimir: see the data at
http://test.researchspace.org:8081/resource?uri=http://collection.britishmuseum.org/id/object/PDB15015
I think the relevant production fact is
http://test.researchspace.org:8081/resource?uri=http://collection.britishmuseum.org/id/object/PDB15015/production/3
and it says that Emily Ruskin carried out a Production with P2_has_type <thesauri/production/drawing>.
No qualification whether she started, completed, or whatever
You have 2 options:
- Further split up the production type <thesaurus/technique/printmaker> into <thesaurus/technique/printmaker/print_made_by> and <thesaurus/technique/printmaker/completed_by>.
- This is not faithful because "completed by" is not related in any way to printing. It's about who started something and who finished it, a pattern that can apply to any production technique (e.g. someone made a cast and another made the final sculpture from it).
- Emmanuelle: I beg to differ. In this case what is implied for Alfred Palmer when his name is prefaced with 'completed by' is that we suspect that he etched and printed the plate. This is a case where further research will precisely identify his role, which in turn will change his roles and qualifications. Regardless of Alfred Palmer's role, however, it absolutely has to do with printing.
- Vladimir: What I mean is that "completing" something is applicable not just for Printing, but for other processes as well (eg making a sculpture from a cast).
If you use "completed by" only for Printing, then you should call it "Print completed by" to be more specific.
Model the Qualification as a Reified Association. An example application of this pattern is production attribution (probably/unlikely).
<prod> P9_consists_of <prod/1>,<prod/2>. <prod/1> P14_carried_out_by <SamuelPalmer>; P2_has_type <thesaurus/technique/printmaker>. <prod/1/association> a bmo:EX_Association; P140_assigned_attribute_to <prod/1>; P141_assigned <SamuelPalmer>; bmo:PX_property P14_carried_out_by; P2_has_type <thesaurus/qualification/made_by>. <prod/2> P14_carried_out_by <AlfredHerbertPalmer>; P2_has_type <thesaurus/technique/printmaker>. <prod/2/association> a bmo:EX_Association; P140_assigned_attribute_to <prod/2>; P141_assigned <AlfredHerbertPalmer>; bmo:PX_property P14_carried_out_by; P2_has_type <thesaurus/qualification/completed_by>.
- Emmanuelle: I have no objections against Reified Association but it seems given the
before it that you/Vladimir already decided against it?
- Vladimir: everywhere in this page, the red minus means Yale should do something (and change it to a green plus)
- Emmanuelle: I have no objections against Reified Association but it seems given the
CB: commenced by |
CPB: completed by |
FB: finished by |
Probably/Unlikely Produced By
- Probably
A: Attributed to
PA: Print attributed to
AO: attributed to office of
PR: perhaps
PRB: perhaps by
PRA: perhaps with assistance from
PO: possibly
POB: possibly by
OPO: or possibly
COPO: Circle of or possibly
- Unlikely
AE: Formerly attributed to:
Use P14_carried_out_by and thesaurus/likelihood
Influenced By
"After" (and other similar codes) should be mapped to P15_was_influenced_by, with EX_Association and P2 code that says "after". See BM Association Mapping v2#Influenced By or Dominic’s document sec 6.6.16. Jana checked the document: a separate Production node is used in this case.
The current representation uses P14_carried_out_by for both "created" and "after" which is incorrect:
<http://collection.britishart.yale.edu/id/object/34464/production> a crm:E12_Production ; crm:P9_consists_of <http://collection.britishart.yale.edu/id/object/34464/production/1> , <http://collection.britishart.yale.edu/id/object/34464/production/2> . <http://collection.britishart.yale.edu/id/object/34464/production/1> a crm:E12_Production ; crm:P14_carried_out_by <http://collection.britishart.yale.edu/id/person-institution/3732> ; crm:P2_has_type <http://collection.britishart.yale.edu/id/thesauri/production/artistic_production> ; crm:P4_has_time-span <http://collection.britishart.yale.edu/id/object/34464/production/1/date> . <http://collection.britishart.yale.edu/id/object/34464/production/2> a crm:E12_Production ; crm:P14_carried_out_by <http://collection.britishart.yale.edu/id/person-institution/6418> ; crm:P2_has_type <http://collection.britishart.yale.edu/id/thesauri/production/artistic_production> .
Use P15_was_influenced_by
AT: After
ATPO: After possibly
POAT: possibly after
ATPOB: after possibly based on a model by
AF: follower of
AI: imitator of
AL: Manner/style of
Production Authority
Production Motivated By
CO: Commissioner
Unknown Artist
postponed Some records say "production performed by Unknown Artist".
Lec: removed unknown artists, this will need to be communicated with Emmanuelle, she has some reservations about it. In effort to get our data to work with RS I made the change.
- Vladimir's considerations:
- RS is agnostic about this
- CONS: If you say 10 paintings are made by Unknown Artist and use the same term, that's false because they may have been made by different people.
- CONS: The sem web way of expressing that some info is missing is simply NOT to say anything.
- PRO: if you want to search in RS for "paintings with Unknown creator", you can do it when mapped to an Unknown person or Unknown group. But you cannot currently search for "paintings that don't have creator info"
- Ken: Interesting conundrum about "Unknown" but it seems to be exactly as we know the world in traditional data. If one searches simply for Unknown, one does get everything Unknown, and we realize the works are not all by the same maker and that isn't a problem because we understand that Unknown is a class not an individual.
- Dominic: I am not sure that a person URI should refer to a generic 'unknown' which would be the same unknown person. Generally, if something is unknown it shouldn't have a triple. The absence of a triple means that it is not known. Producing triples that state a null doesn't seem useful. Is there a particular reason for specifically stating that an artist is unknown? A query for an object created in the 18th century, in the french style and that was produced by the technique of sculpting would return the result in the example. Further, if the person was unknown then you couldn't assume that s/he was French. In other words if there is a way to query to get the result required without a null then this seems preferable.
- Emmanuelle: I agree with Ken. 'Unknown creator' for an art historian carries meaningful information. It is not synonym with a null value (of course since all works of art have creators). Rather it means that the attribution research has not come up with conclusive information for now, and that situation can last for many years even centuries.
- Ken: Such a search however is usually combined with limiting qualifiers like "Unknown French 18th-century sculptor." Being unable to search in that fashion seems to me the much more limited option.
- Vladimir: You can express "French" and "Sculptor". Here's how the BM thesauri are modeled:
<http://collection.britishmuseum.org/id/person-institution/207075> a crm:E21_Person, skos:Concept; skos:inScheme id:person-institution; skos:prefLabel "Alfonso Ruspagiari"; bmo:PX_gender <http://collection.britishmuseum.org/id/thesauri/gender/male>; bmo:PX_nationality <http://collection.britishmuseum.org/id/thesauri/nationality/Italian>; bmo:PX_profession <http://collection.britishmuseum.org/id/thesauri/profession/sculptor/medallist>.
Nationality and Profession are modeled as Groups (Gender is not, it's merely a Type):
bmo:PX_gender rdfs:subPropertyOf crm:P2_has_type . bmo:PX_nationality rdfs:subPropertyOf crm:P107i_is_current_or_former_member_of . bmo:PX_profession rdfs:subPropertyOf crm:P107i_is_current_or_former_member_of .
In RS the search relation (FR) "created by" is transitive over P107i_is_current_or_former_member_of.
So if you search by "French" or "scupltor" you'll find objects created by the respective nationality or profession.
If the artist is unknown, you can still say that the E74_Group "French" and the E74_Group "scupltor" P14i_performed the Production, and the same searches will work. - Vladimir: As for "18th century": RS cannot currently search by dates of the creator (life and flourit), but it can search by creation dates, which I think is "close enough".
Example: object/34466 is created "by unknown artist, 19th c.; after unknown artist."
In the current representation this maps to two production events using a single YCBA term. This is logically inconsistent (Unknown has influenced himself ):
- P14_carried_out_by <person-institution/616> and also
- P15_was_influenced_by the same <person-institution/616>
Unknown Artist example
Jana: These statements don't carry information and the birth/date dates are even wrong.
<http://collection.britishart.yale.edu/id/person-institution/616> a crm:E21_Person , skos:Concept ; skos:inScheme ycba:person-institution ; skos:altLabel "Unknown artist" ; skos:prefLabel "unknown artist" ; skos:altLabel "Unknown framemaker" , "Unknown rights holder" , "Unknown rights administrator" ; crm:P98i_was_born <http://collection.britishart.yale.edu/id/person-institution/616/birth> ; crm:P100i_died_in <http://collection.britishart.yale.edu/id/person-institution/616/death> ; bmo:PX_gender <http://collection.britishart.yale.edu/id/thesauri/gender/unknown> . <http://collection.britishart.yale.edu/id/person-institution/616/birth> a crm:E67_Birth ; crm:P82_at_some_time_within <http://collection.britishart.yale.edu/id/person-institution/616/birth/date> . <http://collection.britishart.yale.edu/id/person-institution/616/birth/date> a crm:E52_Time-Span ; rdfs:label "0" ; crm:P82a_begin_of_the_begin "0"^^xsd:gYear . <http://collection.britishart.yale.edu/id/person-institution/616/death> a crm:E69_Death ; crm:P82_at_some_time_within <http://collection.britishart.yale.edu/id/person-institution/616/death/date> . <http://collection.britishart.yale.edu/id/person-institution/616/death/date> a crm:E52_Time-Span ; rdfs:label "0" ; crm:P82b_end_of_the_end "0"^^xsd:gYear .
Emmanuelle: Sorry to come back to this 'unknown' issue but if we don't emit 'unknown' creators as a group then works such as 4533 seem to have no creators since it is:
bmo:PX_display_wrap "Production by :: unknown artist" , "Production by :: After unknown artist"
This seems more wrong to me than modeling 'unknown' as a group?
Vlado: Not stating any facts about creators merely means that you don't know. It doesn't mean you assert there were no creators, due to semweb's Open World Assumption.
- Asserting that a single Unknown person created all these paintings is factually incorrect.
- Asserting he was born at year 0 is historically incorrect
Even if there was a year 0: I think that "0"^^xsd:gYear is invalid and will fail RDF validation. - Asserting that he was influenced by (created them "After") himself is logically inconsistent.
- Asserting his gender is "unknown" is useless.
If you omit all these statements, you'd lose nothing, but gain correctness.
You and Ken described valid search use cases (see Closely Related Group, and we've postponed how to serve them.
Getty does have a bunch of unknown artists of known Nationality (e.g. Unknown Afghan).
But it's better to make a straightforward statement, and then you'd be able to search by nationality:
<object/4533/production> P14_carried_out_by <thesaurus/nationality/Afghan>.
Closely Related Group
- Emmanuelle: I think it would make sense to model 'unknown artist' as a group because it is a denomination that actually contains many different entities (all unknown artists are not the same), and also because traditionally when we speak we create a short cut but we actually cannot be sure that 'unknown artist' is only one artist for a work of art.
- The National Gallery has grappled with this as well and models 'Unknown Artist' as a sub-group of E74: http://research.ng-london.org.uk/wiki/index.php/Category:EN41-Artist_Sub_Group:
The production of a particular painting (E84) was carried out by an Unknown Artist (E21) who was known to be part of the EN41.Artist_Sub_Group of a known/individually defined Master (E21) - I have represented this logic in the attached graph. On the model of the NG I have also moved Circle of, Studio of and Workshop of to be Production association codes for E74_Group.
YCBA Production2 unknown creator.pdf
- The National Gallery has grappled with this as well and models 'Unknown Artist' as a sub-group of E74: http://research.ng-london.org.uk/wiki/index.php/Category:EN41-Artist_Sub_Group:
- Vlado: this closely follows BM Association Mapping v2#Production by Closely Related Group, and it's more faithful modeling than before. But it has implications for Search that need to be discussed with BM.
Need to track the discussion at BM Association Mapping Problems#Closely Related Group.
- Vlado: not all these codes are the same, and they map to different CRM constructs. I would group the NG codes as follows:
- EN20-Studio of, EN23-Circle of, EN24-Workshop of, EN25-School of: BM Association Mapping v2#Production by Closely Related Group
- EN44-Associate of, EN21-Follower of, EN22-Imitator of, EN42-After: BM Association Mapping v2#Influenced By
- EN43-Attributed to: BM Association Mapping v2#Probably/Unlikely Produced By
- Some of these are subject to debate. Eg BM mapped two codes that sound similar to me onto different patterms:
AJ: Circle/School of: BM Association Mapping v2#Production by Closely Related Group
S: School of/style of BM Association Mapping v2#Influenced By - Ken: Interesting conundrum about "Unknown" but it seems to be exactly as we know the world in traditional data. If one searches simply for Unknown, one does get everything Unknown, and we realize the works are not all by the same maker and that isn't a problem because we understand that Unknown is a class not an individual.
- Vlado: That's ok for this search case, as used by a person. But still there's a falsehood in the RDF, that all these paintings are by the same person. If you want to e.g. investigate painting similarity, this will trip you up. IMHO to avoid spurious unification, an Unknown should not be a known term or URI. Could be a blank (URI-less) node, which is by definition unique.
- Emmanuelle: traditionally when we speak we create a short cut but we actually cannot be sure that 'unknown artist' is only one artist for a work of art.
- Vlado: Exactly!
- Vlado: seems to me there are different degrees of unknown that may need different modeling, e.g.:
- http://collection.britishart.yale.edu/id/page/object/7 has 2 records:
<object/7/production/1> crm:P14_carried_out_by <id/person-institution/1180> . # Formerly attributed to Benjamin Williams Leader <object/7/production/3> crm:P14_carried_out_by <unknown> .
This says there were 2 painters, one is B.W.Leader and the other Unknown: which does not reflect the actual situation (there is 1 painter!)
- In another case there may be actual evidence of 2 producers (e.g. Rembrandt and someone unknown from his Workshop).
- http://collection.britishart.yale.edu/id/page/object/7 has 2 records:
- Vlado: The simplest solution could be to just mark with a flag "there's significant unknown info about the producer".
Closely Related Group association codes:
AG; studio of
W: workshop of
AJ: circle of
Produced by Closely Related Individual:
N: Pupil of
Curatorial Comment
Yale: PX_curatorial_comment needs date and author added to the data model
- RS-1926
- Vlado: easy to tackle with EX_Association, which is is a subclass of E13_Attribute_Assignment (see attribute_assignment@crmg and recorder@crmg):
<obj> bmo:PX_curatorial_comment "comment". <obj/comment/1> a bmo:EX_Association; P140_assigned_attribute_to <obj>; P141_assigned "comment"; bmo:PX_property bmo:PX_curatorial_comment; P14_carried_out_by <researcher>; P4_has_time-span <obj/comment/1/date>. <obj/comment/1/date> P82_at_some_time_within "2013-07-06"^^xsd:date.
- you could alternatively use P3_has_note instead of PX_curatorial_comment, to accommodate apps that know CRM and EX_Association but not PX_curatorial_comment. But I still think using the subproperty is better
- Obviously in P141 you need to put the actual PX_curatorial_comment string, not the word "comment".
- Use a XSD type that corresponds to the date's resolution:
P82_at_some_time_within "2007-01"^^xsd:gYear : should use gYearMonth
Inscriptions
Please include TTL samples with Inscription info.
- http://collections.britishart.yale.edu/vufind/Record/1670022
http://collections.britishart.yale.edu/oaicatmuseum/OAIHandler?verb=GetRecord&identifier=oai:tms.ycba.yale.edu:57163&metadataPrefix=lido Represent like this (a small part of mark_inscription@crmg)
<http://collection.britishart.yale.edu/id/object/57163> P65_shows_visual_item <http://collection.britishart.yale.edu/id/object/57163/inscription/1>, <http://collection.britishart.yale.edu/id/object/57163/inscription/2>. <http://collection.britishart.yale.edu/id/object/57163/inscription/1> a E34_Inscription; rdfs:label "Inscribed in black on proper left inside flap: [word BOOTS circled]"; P2_has_type <thes/inscription/inscription>. <http://collection.britishart.yale.edu/id/object/57163/inscription/2> a E34_Inscription; rdfs:label "Signed and dated on proper left inside flap: "2001 | SARAH LUCAS"; P2_has_type <thes/inscription/signed-and-dated>. <thes/inscription/inscription> a skos:ConceptScheme; skos:prefLabel "Inscription Type". <thes/inscription/inscription> a E55_Type, skos:Concept; skos:prefLabel "Inscription"; skos:inScheme <thes/inscription/>. <thes/inscription/signed-and-dated> a E55_Type, skos:Concept; skos:prefLabel "Signed and Dated"; skos:inScheme <thes/inscription/>. <thes/inscription/marks> a E55_Type, skos:Concept; skos:prefLabel "Marks"; skos:inScheme <thes/inscription/>. <thes/inscription/lettering> a E55_Type, skos:Concept; skos:prefLabel "Lettering"; skos:inScheme <thes/inscription/>.
- Inscription, Signed and Dated and Lettering should all be mapped to E34_Inscription
Marks
Marks are different: unlike E34_Inscription, E37_Mark is not a subclass of E33_Linguistic_Object (see cidoc_class_hierarchy@crmg) so they should not include label/transcription.
Eg object/14670 has LIDO:
and should be mapped to
<http://collection.britishart.yale.edu/id/object/14670> P65_shows_visual_item <http://collection.britishart.yale.edu/id/object/14670/inscription/1>. # "mark" would be more accurate but will complicate the mapping <http://collection.britishart.yale.edu/id/object/14670/inscription/1> a E37_Mark; rdfs:label "Paul Mellon collector's mark"; P2_has_type <thes/inscription/marks>. # could skip since it says nothing more than E37_Mark
Emmanuelle: What about when the data only says ‘watermark’ or ‘stamp’? Since it is not a transcription of the mark per se, do we still model as if it were a transcription?
- Vlado: I think it would be too hard to determine from the word whether that's a true inscription, or a curator's description of a mark. So I suggest to rely on lido:type alone: map Marks to E37_Mark, and the other 3 types to E34_Inscription
Not Marked
"not marked" should be ignored (emit nothing), eg object/41229:
Emmanuelle: Two other similar fields are problematic in our data: Signed and Inscriptions. They are problematic because, on the model of the marks field above, they record both the transcriptions of the signatures and inscriptions as well as the fact that we may have searched for a signature and inscription on a work but did not find any and consequently these fields may carry the value: not signed, not dated, no inscription.
The variations on these 3 values are multiple, unfortunately (not inscribed,…) In order to not emit administrative data about signatures and inscriptions (not signed, not dated, no inscription), we would need to filter out all of these variations- Vlado: I see the difficulty. Ok, let's not do such filtering, and just emit the strings as they are. (Semweb says not to record missing facts, but here you've recorded the fact that you searched for it and none was found)
- all Signed and Inscriptions values that do not contain “”. The double quotation marks are a sure sign that a transcription is recorded. Is it possible?
- Vlado: I think that giving meaning to punctuation is too brittle: maybe some curators didn't use them, or used slightly different punctuation...
I say cancel this whole section
- Vlado: I think that giving meaning to punctuation is too brittle: maybe some curators didn't use them, or used slightly different punctuation...
Dimensions
postponedYou state object dimensions (including their properties):
crm:P43_has_dimension <http://collection.britishart.yale.edu/id/object/7/height> ; crm:P43_has_dimension <http://collection.britishart.yale.edu/id/object/7/width> ;
- But you omit lido:extentMeasurements, i.e. don't state what was measured:
If you have data with lido:qualifierMeasurements, we should also consider it
- I assume "Support (PTG)" is a (semi-)controlled value, so better make a term:
<http://collection.britishart.yale.edu/id/object/7> P39i_was_measured_by <http://collection.britishart.yale.edu/id/object/7/measurement>. <http://collection.britishart.yale.edu/id/object/7/measurement> a E16_Measurement ; P2_has_type <thes/measurement/Support-PTG> ; P40_observed_dimension <http://collection.britishart.yale.edu/id/object/7/height> , <http://collection.britishart.yale.edu/id/object/7/width> ; rdfs:label "12 1/16 x 16 inches (30.6 x 40.6 cm). Extent: Support (PTG)" . <thes/measurement/Support-PTG> a skos:Concept, E55_Type; skos:inScheme <thes/measurement/>; skos:prefLabel "Support (PTG)".
Period/Culture
This ain't mapped: object/7:
Yale uses the field lido:culture and a term from the AAT Styles and Periods facet.
Previously we mapped BM's Period/Culture field to crm:E4_Period (see BMX Issues#Specific CRM Constructs and again BMX Issues#Period/Culture).
These are slightly different concepts but closely related, so the mapping is correct:
- LIDO: culture: "culture, cultural context, people, or also a nationality"
- AAT: Styles and Periods: "names of art and architecture styles, historical periods, and art movements. Names of cultures, peoples, individuals, and sites are included only if they designate styles or periods (e.g.g., Yoruba, Celtic, Louis XIV). Geographic descriptors are included only for broad cultural regions and nations."
- CRM: E4_Period: "sets of coherent phenomena or cultural manifestations bounded in time and space. It is the social or physical coherence of these phenomena that identify an E4 Period and not the associated spatio-temporal bounds."
Map to:
<object/7/production/1> crm:P10_falls_within aat:300111159. aat:300111159 a skos:Concept, crm:E4_Period; skos:inScheme aat_periods: ; skos:prefLabel "British".
The scheme is defined in Meta-Thesaurus.
Periods are complex cultural phenomena that may have time and place dimensions, even a union of such dimensions (think of Fascism). These are not Periods, they are mere Time-Spans: 16th century, 17th century, 18th century, 16th century-17th century.
Material and Technique
lido:termMaterialsTech has 3 types:
- support (eg laid paper, wove paper, canvas)
- medium (eg graphite, watercolor, oil paint, gold leaf)
- technique (eg etching, mezzotint, original gilding, oil gilding)
Do you know of any other types?
You seem to map only "support". Maybe related to Term Code Discrepancy. Map all of them:
- support and medium (AAT Materials facet) to P45_consists_of (E57_Material)
- technique (AAT Processes and Techniques facet) to P32_used_general_technique (E55_Type)
For example:
<object/64421> P45_consists_of aat:300011914, # wood aat:300264831. # gold leaf <object/64421/production> P32_used_general_technique aat:300230058, # oil gilding <thes/technique/original_gilding>. # original gilding
Object Type and Genre
resolved issue
Object Type and Genre (lido:objectWorkType) are missing, eg
- There is a term for the 1st but it's not connected to the object.
<http://collection.britishart.yale.edu/id/thesauri/AAT/300033618>
- You try to make a term for the 3rd but seem to look it up in the wrong thesaurus (it's local not AAT):
<http://collection.britishart.yale.edu/id/thesauri/AAT/-1> a crm:E55_Type , skos:Concept ; skos:inScheme <http://collection.britishart.yale.edu/id/thesauri/subject> ; skos:prefLabel "architectural subject" .
Represent "Object name" as "type" (P2_has_type) and "Genre" as "subject" (P62_depicts):
<http://collection.britishart.yale.edu/id/object/7> P2_has_type <http://vocab.getty.edu/aat/300033618>; # painting P62_depicts <http://vocab.getty.edu/aat/300015636>; # landscape <http://collection.britishart.yale.edu/id/thesauri/genre/7>. # architectural subject <http://collection.britishart.yale.edu/id/thesauri/genre/7> a skos:Concept, E55_Type; skos:inScheme <http://collection.britishart.yale.edu/id/thesauri/genre/>; skos:prefLabel "architectural subject".
- Note1: BM has defined subprops of P2_has_type: PX_object_type, PX_ware (for pottery), PX_escapement (for clocks). But so far I don't see a need to do this for YCBA
- Note2: don't be confused like me that "landscape" above means "painting in landscape orientation", which is a subtype (describes is-ness of the object).
It means "a landscape is painted", as you can see in Abstract Landscape (Dark Fir Shoreham II Morning) which is in portrait orientation
Collection
Indicate the collection for each object, see collection@crmg
<object/7> P46i_forms_part_of <id/collection/prints-and-drawings>. <id/collection/prints-and-drawings> a E78_Collection; rdfs:label "Prints and Drawings".
this won't let the user search by Collection since FR search doesn't concern collections.
BM maps this to "department" (Agent) and the user can search by "keeper/owner".
Classification
LIDO XML has a field <lido:classification> that's similar to <lido:objectWorkType>. LIDO defines them like this:
- objectWorkType: The specific kind of object / work being described.
- classification: Concepts used to categorize an object / work by grouping it together with others on the basis of similar characteristics. The category belongs to a systematic scheme (classification) which groups objects of similar characteristics according to uniform aspects. This grouping / classification may be done according to material, form, shape, function, region of origin, cultural context, or historical or stylistic period. In addition to this systematic grouping it may also be done according to organizational divisions within a museum (e.g., according to the collection structure of a museum).
Which leaves me a bit puzzled how to map "classification": object type or "sub-collection".
- I wrote a little script to extract these 2 fields from Yale data:
code: Invalid value specified for parameter lang
- For many Yale objects, objectWorkType and classification are the same (painting, scuplture, frame, etc)
- For some objects (4 of 13) there are differences:
object ObjectWorkType classification n 4005 999 No ObjectWorkType for Record 300041273 Print 1 15206 300033973 drawing; 300078925 watercolor 300033973 Drawing & Watercolor 2 19850 300033973 drawing 300033973 Drawing & Watercolor 3 21890 300041338 intaglio print 300041273 Print 4 57163 300255019 cake; 300047090 sculpture 300047090 Sculpture 5
Analysis of the differences:
- Missing ObjectWorkType but Classification exists.
Object type is a fairly important field, so it's not very good for it to be missing.
If ObjectWorkType=999, use Classification for P2_has_type
- and 5. Several ObjectWorkTypes, Classification reflects just one of them.
Perhaps Corresponds to interpreting Classification as "sub-collection". - ObjectWorkType and Classification are the same, just that a different label "Drawing & Watercolor" has been used
(the official AAT label is "drawings (visual works)") - ObjectWorkType is a sub-division of Classification.
Corresponds to interpreting Classification as "sub-collection"
As described in the prev section, none of these terms is connected to the object in RDF.
Check whether lido:classification is always consistent with the collection (eg classification="Sculpture" is always found in "Paintings and Sculpture")
Map lido:classification to a sub-collection (1)
<object/57163> P2_has_type aat:300255019, aat:300047090; # cake, sculpture. P46i_forms_part_of <id/collection/sculpture>, # (1) comes from Classification <id/collection/paintings-and-sculptures>. # (2) comes from Collection <id/collection/paintings-and-sculptures> a E78_Collection; rdfs:label "Paintings and Sculptures". <id/collection/sculpture> a E78_Collection; rdfs:label "Sculpture"; P46i_forms_part_of <id/collection/paintings-and-sculptures>.
If Classification is consistent with Collection then statement (2) is redundant because P46i_forms_part_of is transitive
Collections and Object Types
The above sections are written after examining a few Paintings only.
But YCBA has other object types (Prints, Drawings, Sculpture, Paintings, Frames, even Cakes!), for which the mapping could be slightly different.
Lec to include various object types in the samples
- The available Search fields and Classification vary by collection
collection | count | search, browse |
Paintings and Sculpture | 2226 | search browse |
Prints and Drawings | 48968 | search browse |
Frames | 1376 | search browse |
collection | count | search, browse |
Rare Books and Manuscripts | 15392 | search browse |
Reference Library | 33173 | search browse |
Paintings and Sculpture
- Search fields:
Title:
Artist:
Date:
Classification:
Subject Terms:
Places Represented:
Genre:
Inscription:
Accession Number: - Classification:
Ceramic
Model
Painted Object
Painting
Ceramic
Sculpture (and TODO)
Silver
Wedgwood
Cake
Interesting example: a cake: VUFind, LIDO
- Object name: cake, sculpture
OK Object Type and Genre - Genre: portrait
OK Object Type and Genre - Classification: Sculpture
OK Classification - eventMaterialsTech: "Inkjet on iced fruitcake plus cardboard box"
OK Material and Technique- technique: printing, ink jet
- support: cardboard
- medium: fruitcake
- subjectConcept:
- boxes (containers)
NOK P62_depicts, since it includes a box as part of the object, it's not about boxes (is not about).
But I don't see how we can recognize this as a part, given that it's mapped to subjectConcept - portrait
OK P62_depicts - genre subject
OK P62_depicts
- boxes (containers)
Emmanuelle: Contemporary art always brings up challenging cataloguing and intellectual issues.
The cake titled 'Boots' is a 2001 work by Sarah Lucas, a contemporary British artist. It is effectively a cake with an inkjet portrait of the artist on it (think edible frosting!) contained in a box.
Inside the box lies this rather intriguing inscription: "Cake (2001): a series of 12 iced fruit cakes with inkjet images. Each cake is an edition of 25. Produced by Cakes Direct, Ilford, Essex. This signed box certifies the authenticity of the artwork contained within. It must accompany the work through any changes of ownership. | Edition number 20/25 [hand written] Date 2001[hand written]" The inscription is followed by the signature of the artist. So in fact the work of art 'Boots' is not only the cake, but the cake within the box. They cannot be separated. That is why we catalogued 'boxes (containers)' as a subject term.
Prints and Drawings
- Search fields:
Title:
Artist:
Date:
Classification:
Subject Terms:
Places Represented:
Genre:
Inscription:
Accession Number: - Classification:
Archive
Brass Rubbing
Document
Drawing & Watercolor
Drawing & Watercolor-Architectural
Drawing & Watercolor-Miniature
Drawing & Watercolor-Sketchbook
Manuscript
Paint Box
Photograph
Poster
Print
Print-printing-plate
Rare Book
Video
Wedgwood
Frames
- search fields
Title:
Framemaker:
Date:
Materials:
Style: (eg "Provincial Rococo"; Neoclassical; "Louis XIV style")
Ornament: (eg acanthus; cartouche; rocaille)
Accession Number: