SlideShare a Scribd company logo
1 of 34
Adapting Specialized Legal Metadata to the Digital Environment: The CFR Parallel Table of Authorities & Rules Thomas R. Bruce, Legal Information Institute Robert C. Richards, Jr., University of Washington
Governments create multiple sources of law The sources are interrelated, but exist as isolated “islands” of legal knowledge & information How can one efficiently discover all sources of law related to a particular source of law? The Problem: “Islands”
Example: How to find all regulations issued pursuant to US Food, Drug, & Cosmetic Act, 21 U.S.C. ch.9? Two “Islands”: The statute is in the U.S. Code, while the regulations are in the Code of Federal Regulations The Problem: Example
In the print environment, specialized legal metadata sources were created, to make explicit relationships between different sources of law. We call these sources “ponts,” because they function as “bridges” between “islands” of legal information One Solution: “Ponts”
Parallel Table of Authorities & Rules (PTOA) Metadata in the Code of Federal Regulations (CFR) Links statutes to regulations they authorize Example of a Pont: The PTOA
1 U.S.C.  112.......................................................1 Part 2  112a--112b.....................................22 Part 181  113....................................................1 Part 2  133..................................................32 Part 151  2 U.S.C.     136.................................................36 Parts 701, 				                    702, 703, 705    170...................................................36 Part 705 PTOA: Excerpt
Most ponts created for print environment require human intervention to ensure connection between the different legal sources they seek to link PTOA in print requires human intervention PTOA in Print: Human-Dependent
Goals: Disintermediation: Make PTOA processable by software without human intervention Foster interoperability & re-use Foster innovation PTOA: Preparing It for Digital
Recommended formats: XML  RDF/OWL Why XML & RDF/OWL? Open, international standards Widely used and understood Enable re-use and interoperability Foster innovation: developers are equipped to create new systems to process them PTOA: Preparing It for Digital (cont’d)
Information Retrieval & Discovery Bidirectional discovery Revelation of implicit relationships Automated retrieval Linked Data Scholarly Research Public Administration GIS eParticipation PTOA: Use Cases
Semantics (Ambiguity) Directionality Granularity Data Quality PTOA: Obstacles to Preparation for Digital Use
1. Relationships between sources are ambiguous Relationships represented in a PTOA row may be of four possible types: “Is Express Authority For” “Is Implied Authority For” “Is Applied By” “Is Interpreted By” PTOA Obstacles: Semantics
2. Some PTOA rows list multiple sources on one or both sides: 1 U.S.C.  112.......................................................1 Part 2  112a--112b.....................................22 Part 181  113....................................................1 Part 2  133..................................................32 Part 151  2 U.S.C.     136.................................................36 Parts 701, 				                    702, 703, 705   170...................................................36 Part 705 PTOA Obstacles: Semantics (cont’d)
Result: In many PTOA rows, relationships between sources are multiple and complex Result: In most rows, the precise meaning of relationships is implicit & often not discernible by software PTOA Obstacles: Semantics (cont’d)
In PTOA, retrieval and discovery can only occur in one direction: from statute to regulation 1 U.S.C. […]   112a--112b................................22 Part 181 PTOA Obstacles: Directionality
But in digital world, PTOA could add great value if it were bidirectional: if it enabled discovery from regulations to statutes, as well as from statutes to regulations PTOA Obstacles: Directionality
PTOA regulation cites refer only to the “Part” level of CFR But the relationships intended to be represented in PTOA usually occur at more granular levels: “section” or “sub-section” PTOA Obstacles: Granularity
“1 U.S.C. […] “112a--112b................................22 Part 181” 1 U.S.C. section 112b (subsection (f)) furnishes express authority for subdivisions of 22 C.F.R. part 181 (sections 181.1 through 181.7). 1 U.S.C. section 112a (subsection (d)) furnishes implicit authority for subdivisions of 22 C.F.R. part 181 (sections 181.8 and 181.9). PTOA Obstacles: Granularity: Example
So each PTOA row must be analyzed & divided into multiple rows at accurate level of granularity PTOA Obstacles: Granularity (cont’d)
Production of PTOA is decentralized: each individual agency creates rows for its regulations Result: Inconsistent quality of PTOA data Need: For Digital PTOA to express editor’s evaluation of data quality, in machine-processable metadata PTOA Obstacle: Data Quality
<?xml version="1.0" encoding="UTF-8"?>   <ptoa>        <ptoaentry>           <!-- Example 1 -->             <authority>                <uscode> <title>1</title> <sectrange> <start>112a</start>                       <end>112b</end> </sectrange> </uscode>     </authority> <authorized>  <cfr>                    <title>22</title>                    <part>181</part>                 </cfr>  </authorized> </ptoaentry> </ptoa> </?xml> Digital PTOA: XML Example: Barebones, No Remedies
<?xml version="1.0" encoding="UTF-8"?>   <ptoa> <ptoaentry> <authority type="implicit_authority"> <uscode> <title>1</title> <section urn="urn:lex:us:federal:codified.statute:2010;1.usc.112a@official;house.gov:en$text-html:legal.information.institute">112a</section> <sectionfragment>d</sectionfragment> </uscode> </authority>           <authorized>               <cfr>                  <title>22</title>                     <part urn="urn:lex:us:federal:codified.regulation:2010;22.cfr.181@official;gpo.gov:en$text-xml">181</part>                     <section urn="urn:lex:us:federal:codified.regulation:2010;22.cfr.181.8@official;gpo.gov:en$text-xml">181.8</section>                     <section urn="urn:lex:us:federal:codified.regulation:2010;22.cfr.181.9@official;gpo.gov:en$text-xml">181.9</section>               </cfr>          </authorized> </ptoaentry> </ptoa> </?xml> Digital PTOA: XML: Now with URNs, Granularity, Ranges
<owl:ObjectPropertyrdf:ID="implicitlyAuthorizes">  <owl:inverseOf>          <owl:ObjectProperty rdf:ID="isImplicitlyAuthorizedBy"/>      </owl:inverseOf>      <rdfs:rangerdf:resource="#AuthorizedItem"/>      <rdfs:domainrdf:resource="#AuthorizingItem"/>      <rdfs:subPropertyOf>          <owl:ObjectProperty rdf:ID="isAuthorityRefFor"/>               </rdfs:subPropertyOf> </owl:ObjectProperty> Digital PTOA: RDFS/OWL: Bidirectionality & Disambiguation
<owl:ObjectProperty rdf:ID="hasUSCSectionFragment">   <rdfs:domain rdf:resource="#USCodeSection"/> <owl:inverseOf>   <owl:ObjectProperty rdf:ID="isUSCSectionFragmentOf"/> </owl:inverseOf> <rdfs:range rdf:resource="#USCodeSectionFragment"/> </owl:ObjectProperty> Digital PTOA: RDFS/OWL: Granularity
Earlier studies of print-based ponts introduced into digital environment: Al-Kofahi et al. (2001); Dabney (1986) McDermott (1986)  Findings: a. New uses of ponts arose in digital environment  b. Ponts positively influenced retrieval performance Related Research
Legislation.gov.uk (Legislative Information Retrieval): Table of Legislative Effects, CEN MetaLex (legislative status) AGILE (Public Administration System): CEN MetaLex & OWL  Similar Projects
Congressional Record: “History of Bills & Resolutions” CFR List of Subjects & Subject Index United States Code Subject Index Constitution of the United States Annotated (CONAN) Other Ponts to Examine
Spring 2011: Receive input from colleagues at conferences Summer & Fall 2011: Build prototype Digital PTOA: Next Steps
Al-Kofahi, K., Tyrrell, A., Vachher, A., Travers, T., and Jackson, P. 2001. Combining multiple classifiers for text categorization. In Proceedings of CIKM '01, 97-104. DOI=10.1145/502585.502603. AlviteDíez, M. L., Pérez-León, B., Martínez González, M., and Blanco, D. F. J. V. 2010. Propuesta de representación del tesauroEurovoc en SKOS parasuintegración en sistemas de informaciónjurídica. Scire 16, 2, 47-51. Bartolini, R., Lenci, A., Montemagni, S., Pirrelli, V., and Soria, C. 2004. Automatic classification and  analysis of provisions in Italian legal texts: A case study. In Proceedings of OTM ’04. 593-604. DOI=10.1007/978-3-540-30470-8_72 References (1/5)
Boer, A. and Van Engers, T. 2009. The Agile project: Reconciling agility and legal accountability. In Proceedings ofICT4JUSTICE ’09. CEUR Workshop Proceedings 582, 41-49. Bontouri, L., Papatheodorou, C., Soulikias, V., and Stratis, M. 2009. Metadata interoperability in public sector information. J. Inform. Sci. 35, 2 204-231. DOI=10.1177/0165551508098601. Callister, P. D. 2009. Thinking like a research expert: Schemata for teaching complex problem-solving skills. Legal Ref. Serv. Q. 28, 1/2 (2009), 31-51. DOI=10.1080/02703190902961452. References (2/5)
Dabney, D. P. 1986. The curse of Thamus: An analysis of full-text legal document retrieval. Law Libr. J. 78 ,1 (Win. 1986), 5-40. Dini, L., et al. 2005. Cross-lingual legal information retrieval using a WordNet architecture. In Proceedings of ICAIL ’05, 163-167. DOI=10.1145/1165485.1165510. Ekstrom, J. A. and Lau, G. T. 2008. Exploratory text mining of ocean law to measure overlapping agency and jurisdictional authority. In Proceedings of dg.o’08, 53-62. Francesconi, E., Montemagni, S., Peters, W., and Tiscornia, D., Eds. 2010. Semantic Processing of Legal Texts: Where the Language of Law Meets the Law of Language. Springer, Berlin. References (3/5)
García, R. and Gil, R. 2008. A Web ontology for copyright contracts management. Int. J. Electron. Comm. 12, 4 (Sum. 2008), 99-114. DOI=10.2753/JEC1086-4415120404 Marchetti, A., Megale, F., Seta, E., and Vitali, F. 2002. Using XML as a means to access legislative documents: Italian and foreign experiences. ACM SIGAPP Appl. Comput. Rev. 10, 1, 54-62. DOI=10.1145/568235.568246 McDermott, J. 1986. Another analysis of full-text legal document retrieval. Law Libr. J., 78, 337-344. References (4/5)
Nadah, N., Dulong de Rosnay, M., and Bachimont, B. 2007. Licensing digital content with a generic ontology: Escaping from the jungle of rights expression languages. In Proceedings of ICAIL '07, 65-69. DOI=10.1145/1276318.1276330. Ortiz-Rodríguez, F. 2007. EGODO and applications: Sharing, retrieving and exchanging legal documentation across e-government. In Proceedings of SW4Law ’07, 21-26. Robinson, D. G., Yu, H., Zeller, W., and Felten, E. W. 2009. Government data and the invisible hand. Yale J. Law & Technol. 11, 1, 160-175. References (5/5)
Tom Bruce, Legal Information Institute, trb2 [at] cornell.edu Robert Richards, University of Washington, robertrichards03 [at] gmail.com Contacts

More Related Content

What's hot

Artificial Intelligence and Law - 
A Primer
Artificial Intelligence and Law - 
A Primer Artificial Intelligence and Law - 
A Primer
Artificial Intelligence and Law - 
A Primer Daniel Katz
 
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...Daniel Katz
 
Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...
Can Law Librarians Help Law Become More Data Driven ?  An Open Question in Ne...Can Law Librarians Help Law Become More Data Driven ?  An Open Question in Ne...
Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...Daniel Katz
 
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...Daniel Katz
 
Quantitative Methods for Lawyers - Class #1 - Why Quantitative Methods + Res...
Quantitative Methods for Lawyers - Class #1 -  Why Quantitative Methods + Res...Quantitative Methods for Lawyers - Class #1 -  Why Quantitative Methods + Res...
Quantitative Methods for Lawyers - Class #1 - Why Quantitative Methods + Res...Daniel Katz
 
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...Daniel Katz
 
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...Daniel Katz
 
On Mapping Values in AI Governance
On Mapping Values in AI GovernanceOn Mapping Values in AI Governance
On Mapping Values in AI GovernanceGiovanni Sileno
 
Analyzing shareholder protection and stockmarket development: an empirical te...
Analyzing shareholder protection and stockmarket development: an empirical te...Analyzing shareholder protection and stockmarket development: an empirical te...
Analyzing shareholder protection and stockmarket development: an empirical te...Chenoy Ceil
 
Who's Eating - ABA Journal - October 2013
Who's Eating - ABA Journal - October 2013Who's Eating - ABA Journal - October 2013
Who's Eating - ABA Journal - October 2013Deanna L. Johnston
 
Question Answering over Linked Data (Reasoning Web Summer School)
Question Answering over Linked Data (Reasoning Web Summer School)Question Answering over Linked Data (Reasoning Web Summer School)
Question Answering over Linked Data (Reasoning Web Summer School)Andre Freitas
 
Ethical Issues in Machine Learning Algorithms. (Part 1)
Ethical Issues in Machine Learning Algorithms. (Part 1)Ethical Issues in Machine Learning Algorithms. (Part 1)
Ethical Issues in Machine Learning Algorithms. (Part 1)Vladimir Kanchev
 
Finding the Best Patents – Forward Citation Analysis Still Wins
Finding the Best Patents – Forward Citation Analysis Still WinsFinding the Best Patents – Forward Citation Analysis Still Wins
Finding the Best Patents – Forward Citation Analysis Still WinsErik Oliver
 
A survey of electronic research alternatives to lexis and westlaw in law firms
A survey of electronic research alternatives to lexis and westlaw in law firmsA survey of electronic research alternatives to lexis and westlaw in law firms
A survey of electronic research alternatives to lexis and westlaw in law firmsDillard University Library
 
Introduction to question answering for linked data & big data
Introduction to question answering for linked data & big dataIntroduction to question answering for linked data & big data
Introduction to question answering for linked data & big dataAndre Freitas
 
Ethical Issues in Machine Learning Algorithms (Part 2)
Ethical Issues in Machine Learning Algorithms (Part 2)Ethical Issues in Machine Learning Algorithms (Part 2)
Ethical Issues in Machine Learning Algorithms (Part 2)Vladimir Kanchev
 
Ethical Issues in Machine Learning Algorithms. (Part 3)
Ethical Issues in Machine Learning Algorithms. (Part 3)Ethical Issues in Machine Learning Algorithms. (Part 3)
Ethical Issues in Machine Learning Algorithms. (Part 3)Vladimir Kanchev
 

What's hot (17)

Artificial Intelligence and Law - 
A Primer
Artificial Intelligence and Law - 
A Primer Artificial Intelligence and Law - 
A Primer
Artificial Intelligence and Law - 
A Primer
 
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
 
Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...
Can Law Librarians Help Law Become More Data Driven ?  An Open Question in Ne...Can Law Librarians Help Law Become More Data Driven ?  An Open Question in Ne...
Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...
 
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
 
Quantitative Methods for Lawyers - Class #1 - Why Quantitative Methods + Res...
Quantitative Methods for Lawyers - Class #1 -  Why Quantitative Methods + Res...Quantitative Methods for Lawyers - Class #1 -  Why Quantitative Methods + Res...
Quantitative Methods for Lawyers - Class #1 - Why Quantitative Methods + Res...
 
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
 
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
 
On Mapping Values in AI Governance
On Mapping Values in AI GovernanceOn Mapping Values in AI Governance
On Mapping Values in AI Governance
 
Analyzing shareholder protection and stockmarket development: an empirical te...
Analyzing shareholder protection and stockmarket development: an empirical te...Analyzing shareholder protection and stockmarket development: an empirical te...
Analyzing shareholder protection and stockmarket development: an empirical te...
 
Who's Eating - ABA Journal - October 2013
Who's Eating - ABA Journal - October 2013Who's Eating - ABA Journal - October 2013
Who's Eating - ABA Journal - October 2013
 
Question Answering over Linked Data (Reasoning Web Summer School)
Question Answering over Linked Data (Reasoning Web Summer School)Question Answering over Linked Data (Reasoning Web Summer School)
Question Answering over Linked Data (Reasoning Web Summer School)
 
Ethical Issues in Machine Learning Algorithms. (Part 1)
Ethical Issues in Machine Learning Algorithms. (Part 1)Ethical Issues in Machine Learning Algorithms. (Part 1)
Ethical Issues in Machine Learning Algorithms. (Part 1)
 
Finding the Best Patents – Forward Citation Analysis Still Wins
Finding the Best Patents – Forward Citation Analysis Still WinsFinding the Best Patents – Forward Citation Analysis Still Wins
Finding the Best Patents – Forward Citation Analysis Still Wins
 
A survey of electronic research alternatives to lexis and westlaw in law firms
A survey of electronic research alternatives to lexis and westlaw in law firmsA survey of electronic research alternatives to lexis and westlaw in law firms
A survey of electronic research alternatives to lexis and westlaw in law firms
 
Introduction to question answering for linked data & big data
Introduction to question answering for linked data & big dataIntroduction to question answering for linked data & big data
Introduction to question answering for linked data & big data
 
Ethical Issues in Machine Learning Algorithms (Part 2)
Ethical Issues in Machine Learning Algorithms (Part 2)Ethical Issues in Machine Learning Algorithms (Part 2)
Ethical Issues in Machine Learning Algorithms (Part 2)
 
Ethical Issues in Machine Learning Algorithms. (Part 3)
Ethical Issues in Machine Learning Algorithms. (Part 3)Ethical Issues in Machine Learning Algorithms. (Part 3)
Ethical Issues in Machine Learning Algorithms. (Part 3)
 

Similar to Bruce, T. R., and Richards, R. C. (2011). Adapting Specialized Legal Metadata to the Digital Environment: The Code of Federal Regulations Parallel Table of Authorities and Rules. Paper presented at ICAIL 2011: The 13th International Conference on Artifici

Bruce, T. R., and Richards, R. C. (2011). Examples of Specialized Legal Metad...
Bruce, T. R., and Richards, R. C. (2011). Examples of Specialized Legal Metad...Bruce, T. R., and Richards, R. C. (2011). Examples of Specialized Legal Metad...
Bruce, T. R., and Richards, R. C. (2011). Examples of Specialized Legal Metad...Robert Richards
 
Fdsysforlscmfeb2010 100916084734-phpapp02
Fdsysforlscmfeb2010 100916084734-phpapp02Fdsysforlscmfeb2010 100916084734-phpapp02
Fdsysforlscmfeb2010 100916084734-phpapp02Elaine Sandberg
 
Information Retrieval
Information Retrieval Information Retrieval
Information Retrieval ShujaatZaheer3
 
Social graphs of FCC lobbying
Social graphs of FCC lobbyingSocial graphs of FCC lobbying
Social graphs of FCC lobbyingPierre de Vries
 
Data-Driven Lawyering, Predictions, and Data Visualization
Data-Driven Lawyering, Predictions, and Data VisualizationData-Driven Lawyering, Predictions, and Data Visualization
Data-Driven Lawyering, Predictions, and Data VisualizationIFLP
 
EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSCEuropeanOpenScie
 
Assume these data points about a hypothetical state of the economy.docx
Assume these data points about a hypothetical state of the economy.docxAssume these data points about a hypothetical state of the economy.docx
Assume these data points about a hypothetical state of the economy.docxikirkton
 
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...ActiveState
 
Management High-level overview of the OMG Data Distribution Service (DDS)
Management High-level overview of the OMG Data Distribution Service (DDS)Management High-level overview of the OMG Data Distribution Service (DDS)
Management High-level overview of the OMG Data Distribution Service (DDS)Gerardo Pardo-Castellote
 
The Nature of Information
The Nature of InformationThe Nature of Information
The Nature of InformationAdrian Paschke
 
Structured military messaging & NEO Net Enabled Operations
Structured military messaging & NEO Net Enabled OperationsStructured military messaging & NEO Net Enabled Operations
Structured military messaging & NEO Net Enabled OperationsSteven McGee
 
Lightweight rights modeling and linked data publication for online cultural h...
Lightweight rights modeling and linked data publication for online cultural h...Lightweight rights modeling and linked data publication for online cultural h...
Lightweight rights modeling and linked data publication for online cultural h...Antoine Isaac
 
Semantics In Declarative Systems
Semantics In Declarative SystemsSemantics In Declarative Systems
Semantics In Declarative SystemsOptum
 
HPCC Systems - Open source, Big Data Processing & Analytics
HPCC Systems - Open source, Big Data Processing & AnalyticsHPCC Systems - Open source, Big Data Processing & Analytics
HPCC Systems - Open source, Big Data Processing & AnalyticsHPCC Systems
 
Haystack Live tallison_202010_v2
Haystack Live tallison_202010_v2Haystack Live tallison_202010_v2
Haystack Live tallison_202010_v2Tim Allison
 
Developing applications that stand the test of time
Developing applications that stand the test of timeDeveloping applications that stand the test of time
Developing applications that stand the test of timeJeff Long
 
US EPA Resource Conservation and Recovery Act published as Linked Open Data
US EPA Resource Conservation and Recovery Act published as Linked Open DataUS EPA Resource Conservation and Recovery Act published as Linked Open Data
US EPA Resource Conservation and Recovery Act published as Linked Open Data3 Round Stones
 

Similar to Bruce, T. R., and Richards, R. C. (2011). Adapting Specialized Legal Metadata to the Digital Environment: The Code of Federal Regulations Parallel Table of Authorities and Rules. Paper presented at ICAIL 2011: The 13th International Conference on Artifici (20)

Bruce, T. R., and Richards, R. C. (2011). Examples of Specialized Legal Metad...
Bruce, T. R., and Richards, R. C. (2011). Examples of Specialized Legal Metad...Bruce, T. R., and Richards, R. C. (2011). Examples of Specialized Legal Metad...
Bruce, T. R., and Richards, R. C. (2011). Examples of Specialized Legal Metad...
 
Fdsysforlscmfeb2010 100916084734-phpapp02
Fdsysforlscmfeb2010 100916084734-phpapp02Fdsysforlscmfeb2010 100916084734-phpapp02
Fdsysforlscmfeb2010 100916084734-phpapp02
 
Information Retrieval
Information Retrieval Information Retrieval
Information Retrieval
 
Social graphs of FCC lobbying
Social graphs of FCC lobbyingSocial graphs of FCC lobbying
Social graphs of FCC lobbying
 
Data-Driven Lawyering, Predictions, and Data Visualization
Data-Driven Lawyering, Predictions, and Data VisualizationData-Driven Lawyering, Predictions, and Data Visualization
Data-Driven Lawyering, Predictions, and Data Visualization
 
EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial EOSC Provider and Resource Profiles Tutorial
EOSC Provider and Resource Profiles Tutorial
 
Assume these data points about a hypothetical state of the economy.docx
Assume these data points about a hypothetical state of the economy.docxAssume these data points about a hypothetical state of the economy.docx
Assume these data points about a hypothetical state of the economy.docx
 
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
Python & Finance: US Government Mandates, Financial Modeling, and Other Snake...
 
Management High-level overview of the OMG Data Distribution Service (DDS)
Management High-level overview of the OMG Data Distribution Service (DDS)Management High-level overview of the OMG Data Distribution Service (DDS)
Management High-level overview of the OMG Data Distribution Service (DDS)
 
arma05-era
arma05-eraarma05-era
arma05-era
 
The Nature of Information
The Nature of InformationThe Nature of Information
The Nature of Information
 
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
 
Structured military messaging & NEO Net Enabled Operations
Structured military messaging & NEO Net Enabled OperationsStructured military messaging & NEO Net Enabled Operations
Structured military messaging & NEO Net Enabled Operations
 
Lightweight rights modeling and linked data publication for online cultural h...
Lightweight rights modeling and linked data publication for online cultural h...Lightweight rights modeling and linked data publication for online cultural h...
Lightweight rights modeling and linked data publication for online cultural h...
 
Semantics In Declarative Systems
Semantics In Declarative SystemsSemantics In Declarative Systems
Semantics In Declarative Systems
 
Data Journalism for Business Reporting by Jaimi Dowdell and Mark Horvit
Data Journalism for Business Reporting by Jaimi Dowdell and Mark HorvitData Journalism for Business Reporting by Jaimi Dowdell and Mark Horvit
Data Journalism for Business Reporting by Jaimi Dowdell and Mark Horvit
 
HPCC Systems - Open source, Big Data Processing & Analytics
HPCC Systems - Open source, Big Data Processing & AnalyticsHPCC Systems - Open source, Big Data Processing & Analytics
HPCC Systems - Open source, Big Data Processing & Analytics
 
Haystack Live tallison_202010_v2
Haystack Live tallison_202010_v2Haystack Live tallison_202010_v2
Haystack Live tallison_202010_v2
 
Developing applications that stand the test of time
Developing applications that stand the test of timeDeveloping applications that stand the test of time
Developing applications that stand the test of time
 
US EPA Resource Conservation and Recovery Act published as Linked Open Data
US EPA Resource Conservation and Recovery Act published as Linked Open DataUS EPA Resource Conservation and Recovery Act published as Linked Open Data
US EPA Resource Conservation and Recovery Act published as Linked Open Data
 

More from Robert Richards

Evaluating Deliberative Information in the Citizens’ Initiative Review
Evaluating Deliberative Information in the Citizens’ Initiative ReviewEvaluating Deliberative Information in the Citizens’ Initiative Review
Evaluating Deliberative Information in the Citizens’ Initiative ReviewRobert Richards
 
Deliberative Mini-Publics as a Partial Antidote to Authoritarian Information ...
Deliberative Mini-Publics as a Partial Antidote to Authoritarian Information ...Deliberative Mini-Publics as a Partial Antidote to Authoritarian Information ...
Deliberative Mini-Publics as a Partial Antidote to Authoritarian Information ...Robert Richards
 
A Goals-Plans-Action Approach to Lawyers' Communication
A Goals-Plans-Action Approach to Lawyers' CommunicationA Goals-Plans-Action Approach to Lawyers' Communication
A Goals-Plans-Action Approach to Lawyers' CommunicationRobert Richards
 
When It Comes from the People: The Effects of Reforming Ballot Initiative Exp...
When It Comes from the People: The Effects of Reforming Ballot Initiative Exp...When It Comes from the People: The Effects of Reforming Ballot Initiative Exp...
When It Comes from the People: The Effects of Reforming Ballot Initiative Exp...Robert Richards
 
Debating Legislative Intent: How Lay Citizens Discern Policy Objectives in Ba...
Debating Legislative Intent: How Lay Citizens Discern Policy Objectives in Ba...Debating Legislative Intent: How Lay Citizens Discern Policy Objectives in Ba...
Debating Legislative Intent: How Lay Citizens Discern Policy Objectives in Ba...Robert Richards
 
From the People’s Perspective: Assessing the Representational Validity of a C...
From the People’s Perspective: Assessing the Representational Validity of a C...From the People’s Perspective: Assessing the Representational Validity of a C...
From the People’s Perspective: Assessing the Representational Validity of a C...Robert Richards
 
Symbolic-Cognitive Proceduralism as a Robust Justification for Democratic Del...
Symbolic-Cognitive Proceduralism as a Robust Justification for Democratic Del...Symbolic-Cognitive Proceduralism as a Robust Justification for Democratic Del...
Symbolic-Cognitive Proceduralism as a Robust Justification for Democratic Del...Robert Richards
 
Legislation by Amateurs: The Role of Legal Details and Knowledge in Initiativ...
Legislation by Amateurs: The Role of Legal Details and Knowledge in Initiativ...Legislation by Amateurs: The Role of Legal Details and Knowledge in Initiativ...
Legislation by Amateurs: The Role of Legal Details and Knowledge in Initiativ...Robert Richards
 
Legal Informatics Research Today: Implications for Legal Prediction, 3D Print...
Legal Informatics Research Today: Implications for Legal Prediction, 3D Print...Legal Informatics Research Today: Implications for Legal Prediction, 3D Print...
Legal Informatics Research Today: Implications for Legal Prediction, 3D Print...Robert Richards
 
Legal Narrative in the Citizens' Panel: NCA 2012 Presentation
Legal Narrative in the Citizens' Panel: NCA 2012 PresentationLegal Narrative in the Citizens' Panel: NCA 2012 Presentation
Legal Narrative in the Citizens' Panel: NCA 2012 PresentationRobert Richards
 
Legislative Metadata: What's the Point?
Legislative Metadata: What's the Point?Legislative Metadata: What's the Point?
Legislative Metadata: What's the Point?Robert Richards
 

More from Robert Richards (12)

Evaluating Deliberative Information in the Citizens’ Initiative Review
Evaluating Deliberative Information in the Citizens’ Initiative ReviewEvaluating Deliberative Information in the Citizens’ Initiative Review
Evaluating Deliberative Information in the Citizens’ Initiative Review
 
Deliberative Mini-Publics as a Partial Antidote to Authoritarian Information ...
Deliberative Mini-Publics as a Partial Antidote to Authoritarian Information ...Deliberative Mini-Publics as a Partial Antidote to Authoritarian Information ...
Deliberative Mini-Publics as a Partial Antidote to Authoritarian Information ...
 
A Goals-Plans-Action Approach to Lawyers' Communication
A Goals-Plans-Action Approach to Lawyers' CommunicationA Goals-Plans-Action Approach to Lawyers' Communication
A Goals-Plans-Action Approach to Lawyers' Communication
 
When It Comes from the People: The Effects of Reforming Ballot Initiative Exp...
When It Comes from the People: The Effects of Reforming Ballot Initiative Exp...When It Comes from the People: The Effects of Reforming Ballot Initiative Exp...
When It Comes from the People: The Effects of Reforming Ballot Initiative Exp...
 
Debating Legislative Intent: How Lay Citizens Discern Policy Objectives in Ba...
Debating Legislative Intent: How Lay Citizens Discern Policy Objectives in Ba...Debating Legislative Intent: How Lay Citizens Discern Policy Objectives in Ba...
Debating Legislative Intent: How Lay Citizens Discern Policy Objectives in Ba...
 
From the People’s Perspective: Assessing the Representational Validity of a C...
From the People’s Perspective: Assessing the Representational Validity of a C...From the People’s Perspective: Assessing the Representational Validity of a C...
From the People’s Perspective: Assessing the Representational Validity of a C...
 
Symbolic-Cognitive Proceduralism as a Robust Justification for Democratic Del...
Symbolic-Cognitive Proceduralism as a Robust Justification for Democratic Del...Symbolic-Cognitive Proceduralism as a Robust Justification for Democratic Del...
Symbolic-Cognitive Proceduralism as a Robust Justification for Democratic Del...
 
Legislation by Amateurs: The Role of Legal Details and Knowledge in Initiativ...
Legislation by Amateurs: The Role of Legal Details and Knowledge in Initiativ...Legislation by Amateurs: The Role of Legal Details and Knowledge in Initiativ...
Legislation by Amateurs: The Role of Legal Details and Knowledge in Initiativ...
 
Legal Informatics Research Today: Implications for Legal Prediction, 3D Print...
Legal Informatics Research Today: Implications for Legal Prediction, 3D Print...Legal Informatics Research Today: Implications for Legal Prediction, 3D Print...
Legal Informatics Research Today: Implications for Legal Prediction, 3D Print...
 
Legal Narrative in the Citizens' Panel: NCA 2012 Presentation
Legal Narrative in the Citizens' Panel: NCA 2012 PresentationLegal Narrative in the Citizens' Panel: NCA 2012 Presentation
Legal Narrative in the Citizens' Panel: NCA 2012 Presentation
 
Editing Participedia
Editing ParticipediaEditing Participedia
Editing Participedia
 
Legislative Metadata: What's the Point?
Legislative Metadata: What's the Point?Legislative Metadata: What's the Point?
Legislative Metadata: What's the Point?
 

Recently uploaded

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 

Recently uploaded (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 

Bruce, T. R., and Richards, R. C. (2011). Adapting Specialized Legal Metadata to the Digital Environment: The Code of Federal Regulations Parallel Table of Authorities and Rules. Paper presented at ICAIL 2011: The 13th International Conference on Artifici

  • 1. Adapting Specialized Legal Metadata to the Digital Environment: The CFR Parallel Table of Authorities & Rules Thomas R. Bruce, Legal Information Institute Robert C. Richards, Jr., University of Washington
  • 2. Governments create multiple sources of law The sources are interrelated, but exist as isolated “islands” of legal knowledge & information How can one efficiently discover all sources of law related to a particular source of law? The Problem: “Islands”
  • 3. Example: How to find all regulations issued pursuant to US Food, Drug, & Cosmetic Act, 21 U.S.C. ch.9? Two “Islands”: The statute is in the U.S. Code, while the regulations are in the Code of Federal Regulations The Problem: Example
  • 4. In the print environment, specialized legal metadata sources were created, to make explicit relationships between different sources of law. We call these sources “ponts,” because they function as “bridges” between “islands” of legal information One Solution: “Ponts”
  • 5. Parallel Table of Authorities & Rules (PTOA) Metadata in the Code of Federal Regulations (CFR) Links statutes to regulations they authorize Example of a Pont: The PTOA
  • 6. 1 U.S.C. 112.......................................................1 Part 2 112a--112b.....................................22 Part 181 113....................................................1 Part 2 133..................................................32 Part 151 2 U.S.C. 136.................................................36 Parts 701, 702, 703, 705 170...................................................36 Part 705 PTOA: Excerpt
  • 7. Most ponts created for print environment require human intervention to ensure connection between the different legal sources they seek to link PTOA in print requires human intervention PTOA in Print: Human-Dependent
  • 8. Goals: Disintermediation: Make PTOA processable by software without human intervention Foster interoperability & re-use Foster innovation PTOA: Preparing It for Digital
  • 9. Recommended formats: XML RDF/OWL Why XML & RDF/OWL? Open, international standards Widely used and understood Enable re-use and interoperability Foster innovation: developers are equipped to create new systems to process them PTOA: Preparing It for Digital (cont’d)
  • 10. Information Retrieval & Discovery Bidirectional discovery Revelation of implicit relationships Automated retrieval Linked Data Scholarly Research Public Administration GIS eParticipation PTOA: Use Cases
  • 11. Semantics (Ambiguity) Directionality Granularity Data Quality PTOA: Obstacles to Preparation for Digital Use
  • 12. 1. Relationships between sources are ambiguous Relationships represented in a PTOA row may be of four possible types: “Is Express Authority For” “Is Implied Authority For” “Is Applied By” “Is Interpreted By” PTOA Obstacles: Semantics
  • 13. 2. Some PTOA rows list multiple sources on one or both sides: 1 U.S.C. 112.......................................................1 Part 2 112a--112b.....................................22 Part 181 113....................................................1 Part 2 133..................................................32 Part 151 2 U.S.C. 136.................................................36 Parts 701, 702, 703, 705 170...................................................36 Part 705 PTOA Obstacles: Semantics (cont’d)
  • 14. Result: In many PTOA rows, relationships between sources are multiple and complex Result: In most rows, the precise meaning of relationships is implicit & often not discernible by software PTOA Obstacles: Semantics (cont’d)
  • 15. In PTOA, retrieval and discovery can only occur in one direction: from statute to regulation 1 U.S.C. […] 112a--112b................................22 Part 181 PTOA Obstacles: Directionality
  • 16. But in digital world, PTOA could add great value if it were bidirectional: if it enabled discovery from regulations to statutes, as well as from statutes to regulations PTOA Obstacles: Directionality
  • 17. PTOA regulation cites refer only to the “Part” level of CFR But the relationships intended to be represented in PTOA usually occur at more granular levels: “section” or “sub-section” PTOA Obstacles: Granularity
  • 18. “1 U.S.C. […] “112a--112b................................22 Part 181” 1 U.S.C. section 112b (subsection (f)) furnishes express authority for subdivisions of 22 C.F.R. part 181 (sections 181.1 through 181.7). 1 U.S.C. section 112a (subsection (d)) furnishes implicit authority for subdivisions of 22 C.F.R. part 181 (sections 181.8 and 181.9). PTOA Obstacles: Granularity: Example
  • 19. So each PTOA row must be analyzed & divided into multiple rows at accurate level of granularity PTOA Obstacles: Granularity (cont’d)
  • 20. Production of PTOA is decentralized: each individual agency creates rows for its regulations Result: Inconsistent quality of PTOA data Need: For Digital PTOA to express editor’s evaluation of data quality, in machine-processable metadata PTOA Obstacle: Data Quality
  • 21. <?xml version="1.0" encoding="UTF-8"?> <ptoa> <ptoaentry> <!-- Example 1 --> <authority> <uscode> <title>1</title> <sectrange> <start>112a</start> <end>112b</end> </sectrange> </uscode> </authority> <authorized> <cfr> <title>22</title> <part>181</part> </cfr> </authorized> </ptoaentry> </ptoa> </?xml> Digital PTOA: XML Example: Barebones, No Remedies
  • 22. <?xml version="1.0" encoding="UTF-8"?> <ptoa> <ptoaentry> <authority type="implicit_authority"> <uscode> <title>1</title> <section urn="urn:lex:us:federal:codified.statute:2010;1.usc.112a@official;house.gov:en$text-html:legal.information.institute">112a</section> <sectionfragment>d</sectionfragment> </uscode> </authority> <authorized> <cfr> <title>22</title> <part urn="urn:lex:us:federal:codified.regulation:2010;22.cfr.181@official;gpo.gov:en$text-xml">181</part> <section urn="urn:lex:us:federal:codified.regulation:2010;22.cfr.181.8@official;gpo.gov:en$text-xml">181.8</section> <section urn="urn:lex:us:federal:codified.regulation:2010;22.cfr.181.9@official;gpo.gov:en$text-xml">181.9</section> </cfr> </authorized> </ptoaentry> </ptoa> </?xml> Digital PTOA: XML: Now with URNs, Granularity, Ranges
  • 23. <owl:ObjectPropertyrdf:ID="implicitlyAuthorizes"> <owl:inverseOf> <owl:ObjectProperty rdf:ID="isImplicitlyAuthorizedBy"/> </owl:inverseOf> <rdfs:rangerdf:resource="#AuthorizedItem"/> <rdfs:domainrdf:resource="#AuthorizingItem"/> <rdfs:subPropertyOf> <owl:ObjectProperty rdf:ID="isAuthorityRefFor"/> </rdfs:subPropertyOf> </owl:ObjectProperty> Digital PTOA: RDFS/OWL: Bidirectionality & Disambiguation
  • 24. <owl:ObjectProperty rdf:ID="hasUSCSectionFragment"> <rdfs:domain rdf:resource="#USCodeSection"/> <owl:inverseOf> <owl:ObjectProperty rdf:ID="isUSCSectionFragmentOf"/> </owl:inverseOf> <rdfs:range rdf:resource="#USCodeSectionFragment"/> </owl:ObjectProperty> Digital PTOA: RDFS/OWL: Granularity
  • 25. Earlier studies of print-based ponts introduced into digital environment: Al-Kofahi et al. (2001); Dabney (1986) McDermott (1986) Findings: a. New uses of ponts arose in digital environment b. Ponts positively influenced retrieval performance Related Research
  • 26. Legislation.gov.uk (Legislative Information Retrieval): Table of Legislative Effects, CEN MetaLex (legislative status) AGILE (Public Administration System): CEN MetaLex & OWL Similar Projects
  • 27. Congressional Record: “History of Bills & Resolutions” CFR List of Subjects & Subject Index United States Code Subject Index Constitution of the United States Annotated (CONAN) Other Ponts to Examine
  • 28. Spring 2011: Receive input from colleagues at conferences Summer & Fall 2011: Build prototype Digital PTOA: Next Steps
  • 29. Al-Kofahi, K., Tyrrell, A., Vachher, A., Travers, T., and Jackson, P. 2001. Combining multiple classifiers for text categorization. In Proceedings of CIKM '01, 97-104. DOI=10.1145/502585.502603. AlviteDíez, M. L., Pérez-León, B., Martínez González, M., and Blanco, D. F. J. V. 2010. Propuesta de representación del tesauroEurovoc en SKOS parasuintegración en sistemas de informaciónjurídica. Scire 16, 2, 47-51. Bartolini, R., Lenci, A., Montemagni, S., Pirrelli, V., and Soria, C. 2004. Automatic classification and analysis of provisions in Italian legal texts: A case study. In Proceedings of OTM ’04. 593-604. DOI=10.1007/978-3-540-30470-8_72 References (1/5)
  • 30. Boer, A. and Van Engers, T. 2009. The Agile project: Reconciling agility and legal accountability. In Proceedings ofICT4JUSTICE ’09. CEUR Workshop Proceedings 582, 41-49. Bontouri, L., Papatheodorou, C., Soulikias, V., and Stratis, M. 2009. Metadata interoperability in public sector information. J. Inform. Sci. 35, 2 204-231. DOI=10.1177/0165551508098601. Callister, P. D. 2009. Thinking like a research expert: Schemata for teaching complex problem-solving skills. Legal Ref. Serv. Q. 28, 1/2 (2009), 31-51. DOI=10.1080/02703190902961452. References (2/5)
  • 31. Dabney, D. P. 1986. The curse of Thamus: An analysis of full-text legal document retrieval. Law Libr. J. 78 ,1 (Win. 1986), 5-40. Dini, L., et al. 2005. Cross-lingual legal information retrieval using a WordNet architecture. In Proceedings of ICAIL ’05, 163-167. DOI=10.1145/1165485.1165510. Ekstrom, J. A. and Lau, G. T. 2008. Exploratory text mining of ocean law to measure overlapping agency and jurisdictional authority. In Proceedings of dg.o’08, 53-62. Francesconi, E., Montemagni, S., Peters, W., and Tiscornia, D., Eds. 2010. Semantic Processing of Legal Texts: Where the Language of Law Meets the Law of Language. Springer, Berlin. References (3/5)
  • 32. García, R. and Gil, R. 2008. A Web ontology for copyright contracts management. Int. J. Electron. Comm. 12, 4 (Sum. 2008), 99-114. DOI=10.2753/JEC1086-4415120404 Marchetti, A., Megale, F., Seta, E., and Vitali, F. 2002. Using XML as a means to access legislative documents: Italian and foreign experiences. ACM SIGAPP Appl. Comput. Rev. 10, 1, 54-62. DOI=10.1145/568235.568246 McDermott, J. 1986. Another analysis of full-text legal document retrieval. Law Libr. J., 78, 337-344. References (4/5)
  • 33. Nadah, N., Dulong de Rosnay, M., and Bachimont, B. 2007. Licensing digital content with a generic ontology: Escaping from the jungle of rights expression languages. In Proceedings of ICAIL '07, 65-69. DOI=10.1145/1276318.1276330. Ortiz-Rodríguez, F. 2007. EGODO and applications: Sharing, retrieving and exchanging legal documentation across e-government. In Proceedings of SW4Law ’07, 21-26. Robinson, D. G., Yu, H., Zeller, W., and Felten, E. W. 2009. Government data and the invisible hand. Yale J. Law & Technol. 11, 1, 160-175. References (5/5)
  • 34. Tom Bruce, Legal Information Institute, trb2 [at] cornell.edu Robert Richards, University of Washington, robertrichards03 [at] gmail.com Contacts