SlideShare ist ein Scribd-Unternehmen logo
1 von 56
EAD REVISION
PROGRESS REPORT
EAD Roundtable, SAA 2012, 2012-08-08
THE LONG AND WINDING
ROAD
TIMELINE TO DATE

Comments             Funding           Revision Forum
• 2010-10 to 2011-   • Spring 2011     • SAA 2011
  02




Conference calls     TS-EAD            Share Essential
• Spring/Summer      Working Meeting   Documentation
  2012               • March 2012      • Winter 2012
WITH A LITTLE HELP FROM MY
FRIENDS
SUPPORT
   Gladys Krieble Delmas Foundation
   National Endowment for the Humanities
   Nationaal Archief of the Netherlands
   Beinecke Rare Book and Manuscript
    Library, Yale University
GET BACK
POINTS OF EMPHASIS
   Achieving greater conceptual and semantic
    consistency in the use of EAD.

   Exploring mechanisms whereby EAD-
    encoded information might more
    seamlessly and effectively connect
    with, exchange, or incorporate data
    maintained according to other protocols.
POINTS OF EMPHASIS
   Improving the functionality of EAD for
    representing descriptive information
    created in international and particularly in
    multilingual environments.

   Being mindful that a new version will affect
    current users.
DRIVE MY CAR
COMMUNITY COMMENTS
   Non-Descriptive
     Schema   and documentation
     General nature and purpose

     Relationships to related resources and entities

     EAD Header
COMMUNITY COMMENTS
   Descriptive
     Hierarchy  elements
     Wrapper elements

     Controlled terms

     Digital Archival Objects

     Date encoding

     Languages and scripts

     Other elements
HELLO GOODBYE
GENERAL PROCEDURES
   Elimination of elements deprecated in
    EAD2002
     <add>

     <admininfo>

     <dentry>

     <drow>

     <organization>

     <tspec>

     @langmaterial,   @legalstatus, @otherlegalstatus
   Deprecation as a blanket rule for new
    removals
2011 QUALIFIERS

   Preliminary
   Provisional
   Contingent
    Possible
    Potential
2012 QUALIFIERS

       Likely

   Highly Likely

But nothing is final.
HELTER SKELTER
DISENTANGLE DESCRIPTIVE
ELEMENTS
   Remove <arrangement> from <scopecontent>
   Remove <acqinfo> from <custodhist>
   Remove <legalstatus> from <accessrestrict>
    [and promote it to a sibling]
   Remove <unitdate> from <unittitle>
   Eliminate recursion
     bioghist/bioghist
     controlaccess/controlaccess
     Provide   alternative using <div>
REDUCE SEMANTIC
              OVERLOAD
   <note>
    8   distinct uses in EAD:
      <notestmt>
      <titlepage>   or <div> [in <frontmatter>
      <did>
      <did> sibling
      Within <did> siblings [as a block element]
      Recursively within <note>
      Within block elements like <p> [as mixed content]
      <namegrp>
UPDATE ACCESS TERMS
   Split mixed content and block uses of access
    term elements into separate elements
     Separate   semantics of the following:
       <p>Includes  correspondence from
        <persname>John Lennon.</persname></p>
       <controlaccess>
               <persname>Lennon, John.</persname>
        </controlaccess>
UPDATE ACCESS TERMS
   Enable <part>
     <controlaccess>
       <persname>
             <part>Lennon, John, </part>
             <part>1940-1980</part>
       </persname>
     </controlaccess>
ALIGN WITH XHTML
   Minor tweaks to <table>
   Minor tweaks to <list>
   Remove <table>, <list>, and <chronlist> from
    within <p>
   Limit <blockquote> to a block element, add
    <quote> for inline use.
SIMPLIFY LINKS
   Consolidate <extref>, <extptr>, <ref>, and
    <ptr> to just <ref>
   Remove linking attributes from assorted
    elements, e.g. <title>
   Deprecate extended links
     <daogrp>

     <linkgrp>

   Remove XLINK namespace, but implement
    linking attributes isomorphic with XLINK
SUPPORT MULTIPLE
            LANGUAGES
   Add language code and script code attributes
    to each non-empty element
REDUCE MIXED CONTENT
   Reduce mixed content by more carefully
    considering what elements are appropriate
    within a given element
   Examples:
     Limit available children of <container> to <emph>
      and <ref>
     Limit available children of <langmaterial> to
      <languagef>, <emph>, and <ref>
COME TOGETHER
RECONCILIATION WITH EAC-
          CPF
   Replace <eadheader> with <control>
     Keeping   <filedesc> but replacing the rest
   Add <relations> at all levels *
   Improve data model for dates *
   Improve <chronlist> *

* Pending discussion
ELEANOR RIGBY
DEPRECATED ELEMENTS
   <frontmatter>
   <eadgrp>, <archdescgrp>, <dscgrp>
   <descgrp>
   <fileplan>
   <abbr> + <expan>
   <runner>
   <daogrp> + <linkgrp>
   <note>*
   <dsc>
SHE CAME IN THROUGH THE
BATHROOM WINDOW
ADDITIONS
   Structured <physdesc>
   <formsavailable>
   container/@containerId
   <didnote>
   unittitle/@normal
   <relations>
STRUCTURED PHYSDESC
   <physdesc> will remain
     Unstructured and textual
     Provides migration path

   <physdescstruct> [provisional name] will be
    added
     Fully
          encoded
     Machine actionable
STRUCTURED PHYSDESC
   <physdescstuct>
     @physdesctype
       carrier
       space [space occupied]
       matttype [material type]

     Specified Materials <specmat>
     Physical Type <phystype>

     Physical Details <physdetail>
STRUCTURED PHYSDESC
<physdesc type="carrier">
   <specmat>Diaries</specmat>
   <num>52</num>
   <phystype>volumes</phystype>
   <dimensions>25 cm.</dimensions>
</physdesc>
STRUCTURED PHYSDESC
<physdesc type="space">
   <specmat>Collection</specmat>
   <num>39</num>
   <phystype>linear feet</phystype>
</physdesc>
STRUCTURED PHYSDESC
<physdesc type="mattype">
    <num>27</num>
    <phystype>architectural
  drawings</phystype>
    <physdetail>blueprints</physdetail>
    <dimensions> 28 x 36 inches</dimensions>
</physdesc>
FORMS AVAILABLE
<did>
  <unittitle>Photograph</unittitle>
  <formsavailable>
      <container type=“Box”>1</container>
      <dao href=“url”/>
  </formsavailable>
</did>
CONTAINER ID
<container type=“Box” containerid=“1234”>
  1
</container>

       represents the same container as

<container type=“Box” containerid=“1234”>
  1
</container>
CONTAINER ID
<container type=“Box” containerid=“1234”>
  1
</container>

     represents a different container from

<container type=“Box” containerid=“5678”>
  1
</container>
DID NOTE
   <didnote>
     Contain  PCDATA, mixed content elements
      (<emph>, <ref>, etc.)
     Will not contain <p>, <table>, <list>



    <did>
      <didnote @label=“Note”>Mean Mr. Mustard
      sleeps in the park.</didnote>
    </did>
ADDITIONS
   Structured <physdesc>
   <formsavailable>
   container/@containerId
   <didnote>
   unittitle/@normal
   <relations>
LET IT BE
REJECTED PROPOSALS
   Eliminate <did>
   Eliminate <head>
   Eliminate <abstract>
   Eliminate numbered components
   Make <archdesc> a wrapper tag for
    components alone
   Make @level required for all components
I WANT TO HOLD YOUR
HAND
RELATED TOOLS
   Migration stylesheet(s)
   External validation tools to
     Validate ISO code lists, etc.
     Establishing subset profiles

   Encoding manipulation tools
     Stylesheet
               to change between numbered and
      unnumbered components
MAXWELL’S SILVER
HAMMER
TESTING AND COMMENTS


       Changes    Github



     Review           Testing


              Comme
                nts
SDT GITHUB REPOSITORY


http://github.com/SAA-SDT/EAD-
  Revision
REVISED SCHEMA
   Currently pre-Alpha
   Hacked version of existing schema
   Comprehensive re-write pending

   http://github.com/SAA-SDT/EAD-
    Revision/blob/master/ead_revised.rng
MIGRATION STYLESHEET
   Draft conversion of existing EAD 2002
    instances to new EAD
   Intended to be developed alonside
    schema, but lagging behind

   http://github.com/SAA-SDT/EAD-
    Revision/blob/master/ead2002toEADx.xsl
ISSUE TRACKER
   Three tags for issues
     “Bugs”

     (TS-EAD)“Feature Requests”
     “Comments”



   http://github.com/SAA-SDT/EAD-
    Revision/issues
TOMORROW NEVER
KNOWS
REMAINING TIMELINE

Progress Report         Alpha Schema         Schema
• 2012 EAD Roundtable   Release              Development
                        • Fall 2012          Team Meeting
                        • Comments begin     • October 2012




                        Final comment        Beta Schema
                        period ends          Release
                        • 15 February 2013   • 15 January 2013
                                             • Final comments begin
REMAINING TIMELINE
Tag Library         Finalize schema
Editorial Meeting   requirements and
• March 2013        tag library
                    • 1 April 2013




                    Schema and tag
                    library release
                    • 1 July 2013
YOU KNOW MY NAME
(LOOK UP THE NUMBER)
FURTHER INFORMATION
   SAA Standards Portal
     http://www2.archivists.org/standards

   Schema Development Team Github
    Repository
       http://github.com/SAA-SDT/EAD-Revision
   Library of Congress EAD List
   EAD Roundtable List
CONTACT



     Michael Rush
michael.rush@yale.edu
twitter.com/mike_rush

Weitere ähnliche Inhalte

Ähnlich wie EAD Revision Progress Report, 2012-08-08

EAD3 Progress Report 2014-08-13
EAD3 Progress Report 2014-08-13EAD3 Progress Report 2014-08-13
EAD3 Progress Report 2014-08-13Michael Rush
 
RELAX NG to DTD and XSD Using the Open Toolkit
RELAX NG to DTD and XSD Using the Open ToolkitRELAX NG to DTD and XSD Using the Open Toolkit
RELAX NG to DTD and XSD Using the Open ToolkitContrext Solutions
 
Decoding and developing the online finding aid
Decoding and developing the online finding aidDecoding and developing the online finding aid
Decoding and developing the online finding aidkgerber
 
Beginning Html 5 Presentation
Beginning Html 5 PresentationBeginning Html 5 Presentation
Beginning Html 5 PresentationUsman Saleem
 
Oracle SQL Developer version 4.0 New Features Overview
Oracle SQL Developer version 4.0 New Features OverviewOracle SQL Developer version 4.0 New Features Overview
Oracle SQL Developer version 4.0 New Features OverviewJeff Smith
 
Document Object Model
Document Object ModelDocument Object Model
Document Object Modelchomas kandar
 
Document Object Model
Document Object ModelDocument Object Model
Document Object Modelchomas kandar
 
Html5, a gentle introduction
Html5, a gentle introduction Html5, a gentle introduction
Html5, a gentle introduction Diego Scataglini
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorialmadhavforu
 
Dd and atomic ddl pl17 dublin
Dd and atomic ddl pl17 dublinDd and atomic ddl pl17 dublin
Dd and atomic ddl pl17 dublinStåle Deraas
 
Obevo Javasig.pptx
Obevo Javasig.pptxObevo Javasig.pptx
Obevo Javasig.pptxLadduAnanu
 
Archives hub ead 2010_lesson
Archives hub ead 2010_lessonArchives hub ead 2010_lesson
Archives hub ead 2010_lessonLisa Jeskins
 
What is new in MariaDB 10.6?
What is new in MariaDB 10.6?What is new in MariaDB 10.6?
What is new in MariaDB 10.6?Mydbops
 
XML for beginners
XML for beginnersXML for beginners
XML for beginnerssafysidhu
 
Html 5, a gentle introduction
Html 5, a gentle introductionHtml 5, a gentle introduction
Html 5, a gentle introductionDiego Scataglini
 

Ähnlich wie EAD Revision Progress Report, 2012-08-08 (20)

EAD3 Progress Report 2014-08-13
EAD3 Progress Report 2014-08-13EAD3 Progress Report 2014-08-13
EAD3 Progress Report 2014-08-13
 
RELAX NG to DTD and XSD Using the Open Toolkit
RELAX NG to DTD and XSD Using the Open ToolkitRELAX NG to DTD and XSD Using the Open Toolkit
RELAX NG to DTD and XSD Using the Open Toolkit
 
Decoding and developing the online finding aid
Decoding and developing the online finding aidDecoding and developing the online finding aid
Decoding and developing the online finding aid
 
Beginning Html 5 Presentation
Beginning Html 5 PresentationBeginning Html 5 Presentation
Beginning Html 5 Presentation
 
Oracle SQL Developer version 4.0 New Features Overview
Oracle SQL Developer version 4.0 New Features OverviewOracle SQL Developer version 4.0 New Features Overview
Oracle SQL Developer version 4.0 New Features Overview
 
ODS Document
ODS DocumentODS Document
ODS Document
 
Document Object Model
Document Object ModelDocument Object Model
Document Object Model
 
Document Object Model
Document Object ModelDocument Object Model
Document Object Model
 
Html5, a gentle introduction
Html5, a gentle introduction Html5, a gentle introduction
Html5, a gentle introduction
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
Dd and atomic ddl pl17 dublin
Dd and atomic ddl pl17 dublinDd and atomic ddl pl17 dublin
Dd and atomic ddl pl17 dublin
 
Best practices tekx
Best practices tekxBest practices tekx
Best practices tekx
 
Fewd week1 slides
Fewd week1 slidesFewd week1 slides
Fewd week1 slides
 
Obevo Javasig.pptx
Obevo Javasig.pptxObevo Javasig.pptx
Obevo Javasig.pptx
 
Introducing jee7 – jsf 2
Introducing jee7 – jsf 2Introducing jee7 – jsf 2
Introducing jee7 – jsf 2
 
Archives hub ead 2010_lesson
Archives hub ead 2010_lessonArchives hub ead 2010_lesson
Archives hub ead 2010_lesson
 
What is new in MariaDB 10.6?
What is new in MariaDB 10.6?What is new in MariaDB 10.6?
What is new in MariaDB 10.6?
 
XML for beginners
XML for beginnersXML for beginners
XML for beginners
 
Html 5, a gentle introduction
Html 5, a gentle introductionHtml 5, a gentle introduction
Html 5, a gentle introduction
 
Html
HtmlHtml
Html
 

Mehr von Michael Rush

Experimental Relations: Using Samuel Johnson to Learn EAC-CPF
Experimental Relations: Using Samuel Johnson to Learn EAC-CPFExperimental Relations: Using Samuel Johnson to Learn EAC-CPF
Experimental Relations: Using Samuel Johnson to Learn EAC-CPFMichael Rush
 
Keeping the Tide High: Accessioning in a Backlog-Free Shop
Keeping the Tide High: Accessioning in a Backlog-Free ShopKeeping the Tide High: Accessioning in a Backlog-Free Shop
Keeping the Tide High: Accessioning in a Backlog-Free ShopMichael Rush
 
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...Michael Rush
 
The Archival Network: You Don't Get to Describe Records Without Making a Few ...
The Archival Network: You Don't Get to Describe Records Without Making a Few ...The Archival Network: You Don't Get to Describe Records Without Making a Few ...
The Archival Network: You Don't Get to Describe Records Without Making a Few ...Michael Rush
 
Descriptive Standards - International Context
Descriptive Standards - International ContextDescriptive Standards - International Context
Descriptive Standards - International ContextMichael Rush
 

Mehr von Michael Rush (6)

Experimental Relations: Using Samuel Johnson to Learn EAC-CPF
Experimental Relations: Using Samuel Johnson to Learn EAC-CPFExperimental Relations: Using Samuel Johnson to Learn EAC-CPF
Experimental Relations: Using Samuel Johnson to Learn EAC-CPF
 
Keeping the Tide High: Accessioning in a Backlog-Free Shop
Keeping the Tide High: Accessioning in a Backlog-Free ShopKeeping the Tide High: Accessioning in a Backlog-Free Shop
Keeping the Tide High: Accessioning in a Backlog-Free Shop
 
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
Formats for Exchanging Archival Data: An Introduction to EAD, EAC-CPF, and Ar...
 
The Archival Network: You Don't Get to Describe Records Without Making a Few ...
The Archival Network: You Don't Get to Describe Records Without Making a Few ...The Archival Network: You Don't Get to Describe Records Without Making a Few ...
The Archival Network: You Don't Get to Describe Records Without Making a Few ...
 
EAD Revision Plan
EAD Revision PlanEAD Revision Plan
EAD Revision Plan
 
Descriptive Standards - International Context
Descriptive Standards - International ContextDescriptive Standards - International Context
Descriptive Standards - International Context
 

Kürzlich hochgeladen

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

Kürzlich hochgeladen (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

EAD Revision Progress Report, 2012-08-08

  • 1. EAD REVISION PROGRESS REPORT EAD Roundtable, SAA 2012, 2012-08-08
  • 2. THE LONG AND WINDING ROAD
  • 3. TIMELINE TO DATE Comments Funding Revision Forum • 2010-10 to 2011- • Spring 2011 • SAA 2011 02 Conference calls TS-EAD Share Essential • Spring/Summer Working Meeting Documentation 2012 • March 2012 • Winter 2012
  • 4. WITH A LITTLE HELP FROM MY FRIENDS
  • 5. SUPPORT  Gladys Krieble Delmas Foundation  National Endowment for the Humanities  Nationaal Archief of the Netherlands  Beinecke Rare Book and Manuscript Library, Yale University
  • 7. POINTS OF EMPHASIS  Achieving greater conceptual and semantic consistency in the use of EAD.  Exploring mechanisms whereby EAD- encoded information might more seamlessly and effectively connect with, exchange, or incorporate data maintained according to other protocols.
  • 8. POINTS OF EMPHASIS  Improving the functionality of EAD for representing descriptive information created in international and particularly in multilingual environments.  Being mindful that a new version will affect current users.
  • 10. COMMUNITY COMMENTS  Non-Descriptive  Schema and documentation  General nature and purpose  Relationships to related resources and entities  EAD Header
  • 11. COMMUNITY COMMENTS  Descriptive  Hierarchy elements  Wrapper elements  Controlled terms  Digital Archival Objects  Date encoding  Languages and scripts  Other elements
  • 13. GENERAL PROCEDURES  Elimination of elements deprecated in EAD2002  <add>  <admininfo>  <dentry>  <drow>  <organization>  <tspec>  @langmaterial, @legalstatus, @otherlegalstatus  Deprecation as a blanket rule for new removals
  • 14. 2011 QUALIFIERS Preliminary Provisional Contingent Possible Potential
  • 15. 2012 QUALIFIERS Likely Highly Likely But nothing is final.
  • 17. DISENTANGLE DESCRIPTIVE ELEMENTS  Remove <arrangement> from <scopecontent>  Remove <acqinfo> from <custodhist>  Remove <legalstatus> from <accessrestrict> [and promote it to a sibling]  Remove <unitdate> from <unittitle>  Eliminate recursion  bioghist/bioghist  controlaccess/controlaccess  Provide alternative using <div>
  • 18. REDUCE SEMANTIC OVERLOAD  <note> 8 distinct uses in EAD:  <notestmt>  <titlepage> or <div> [in <frontmatter>  <did>  <did> sibling  Within <did> siblings [as a block element]  Recursively within <note>  Within block elements like <p> [as mixed content]  <namegrp>
  • 19. UPDATE ACCESS TERMS  Split mixed content and block uses of access term elements into separate elements  Separate semantics of the following:  <p>Includes correspondence from <persname>John Lennon.</persname></p>  <controlaccess> <persname>Lennon, John.</persname> </controlaccess>
  • 20. UPDATE ACCESS TERMS  Enable <part>  <controlaccess> <persname> <part>Lennon, John, </part> <part>1940-1980</part> </persname> </controlaccess>
  • 21. ALIGN WITH XHTML  Minor tweaks to <table>  Minor tweaks to <list>  Remove <table>, <list>, and <chronlist> from within <p>  Limit <blockquote> to a block element, add <quote> for inline use.
  • 22. SIMPLIFY LINKS  Consolidate <extref>, <extptr>, <ref>, and <ptr> to just <ref>  Remove linking attributes from assorted elements, e.g. <title>  Deprecate extended links  <daogrp>  <linkgrp>  Remove XLINK namespace, but implement linking attributes isomorphic with XLINK
  • 23. SUPPORT MULTIPLE LANGUAGES  Add language code and script code attributes to each non-empty element
  • 24. REDUCE MIXED CONTENT  Reduce mixed content by more carefully considering what elements are appropriate within a given element  Examples:  Limit available children of <container> to <emph> and <ref>  Limit available children of <langmaterial> to <languagef>, <emph>, and <ref>
  • 26. RECONCILIATION WITH EAC- CPF  Replace <eadheader> with <control>  Keeping <filedesc> but replacing the rest  Add <relations> at all levels *  Improve data model for dates *  Improve <chronlist> * * Pending discussion
  • 28. DEPRECATED ELEMENTS  <frontmatter>  <eadgrp>, <archdescgrp>, <dscgrp>  <descgrp>  <fileplan>  <abbr> + <expan>  <runner>  <daogrp> + <linkgrp>  <note>*  <dsc>
  • 29. SHE CAME IN THROUGH THE BATHROOM WINDOW
  • 30. ADDITIONS  Structured <physdesc>  <formsavailable>  container/@containerId  <didnote>  unittitle/@normal  <relations>
  • 31. STRUCTURED PHYSDESC  <physdesc> will remain  Unstructured and textual  Provides migration path  <physdescstruct> [provisional name] will be added  Fully encoded  Machine actionable
  • 32. STRUCTURED PHYSDESC  <physdescstuct>  @physdesctype  carrier  space [space occupied]  matttype [material type]  Specified Materials <specmat>  Physical Type <phystype>  Physical Details <physdetail>
  • 33. STRUCTURED PHYSDESC <physdesc type="carrier"> <specmat>Diaries</specmat> <num>52</num> <phystype>volumes</phystype> <dimensions>25 cm.</dimensions> </physdesc>
  • 34. STRUCTURED PHYSDESC <physdesc type="space"> <specmat>Collection</specmat> <num>39</num> <phystype>linear feet</phystype> </physdesc>
  • 35. STRUCTURED PHYSDESC <physdesc type="mattype"> <num>27</num> <phystype>architectural drawings</phystype> <physdetail>blueprints</physdetail> <dimensions> 28 x 36 inches</dimensions> </physdesc>
  • 36. FORMS AVAILABLE <did> <unittitle>Photograph</unittitle> <formsavailable> <container type=“Box”>1</container> <dao href=“url”/> </formsavailable> </did>
  • 37. CONTAINER ID <container type=“Box” containerid=“1234”> 1 </container> represents the same container as <container type=“Box” containerid=“1234”> 1 </container>
  • 38. CONTAINER ID <container type=“Box” containerid=“1234”> 1 </container> represents a different container from <container type=“Box” containerid=“5678”> 1 </container>
  • 39. DID NOTE  <didnote>  Contain PCDATA, mixed content elements (<emph>, <ref>, etc.)  Will not contain <p>, <table>, <list> <did> <didnote @label=“Note”>Mean Mr. Mustard sleeps in the park.</didnote> </did>
  • 40. ADDITIONS  Structured <physdesc>  <formsavailable>  container/@containerId  <didnote>  unittitle/@normal  <relations>
  • 42. REJECTED PROPOSALS  Eliminate <did>  Eliminate <head>  Eliminate <abstract>  Eliminate numbered components  Make <archdesc> a wrapper tag for components alone  Make @level required for all components
  • 43. I WANT TO HOLD YOUR HAND
  • 44. RELATED TOOLS  Migration stylesheet(s)  External validation tools to  Validate ISO code lists, etc.  Establishing subset profiles  Encoding manipulation tools  Stylesheet to change between numbered and unnumbered components
  • 46. TESTING AND COMMENTS Changes Github Review Testing Comme nts
  • 48. REVISED SCHEMA  Currently pre-Alpha  Hacked version of existing schema  Comprehensive re-write pending  http://github.com/SAA-SDT/EAD- Revision/blob/master/ead_revised.rng
  • 49. MIGRATION STYLESHEET  Draft conversion of existing EAD 2002 instances to new EAD  Intended to be developed alonside schema, but lagging behind  http://github.com/SAA-SDT/EAD- Revision/blob/master/ead2002toEADx.xsl
  • 50. ISSUE TRACKER  Three tags for issues  “Bugs”  (TS-EAD)“Feature Requests”  “Comments”  http://github.com/SAA-SDT/EAD- Revision/issues
  • 52. REMAINING TIMELINE Progress Report Alpha Schema Schema • 2012 EAD Roundtable Release Development • Fall 2012 Team Meeting • Comments begin • October 2012 Final comment Beta Schema period ends Release • 15 February 2013 • 15 January 2013 • Final comments begin
  • 53. REMAINING TIMELINE Tag Library Finalize schema Editorial Meeting requirements and • March 2013 tag library • 1 April 2013 Schema and tag library release • 1 July 2013
  • 54. YOU KNOW MY NAME (LOOK UP THE NUMBER)
  • 55. FURTHER INFORMATION  SAA Standards Portal  http://www2.archivists.org/standards  Schema Development Team Github Repository  http://github.com/SAA-SDT/EAD-Revision  Library of Congress EAD List  EAD Roundtable List
  • 56. CONTACT Michael Rush michael.rush@yale.edu twitter.com/mike_rush