SlideShare a Scribd company logo
The JISC Dublin Core Application Profiles: Some thoughts on requirements & scope Application Profile Coordination Meeting, JISC, London
The JISC Dublin Core Application Profiles Background on Dublin Core Application Profiles Working with metadata based on DCAPs Linking Merging & querying The JISC DCAPs Title slide photo of “Spice mixture” by Flickr user  HarlanH See  http://flickr.com/photos/33063428@N00/2244905667/   Made available under Creative Commons Attribution-NonCommercial License
Background
The DCMI Abstract Model Second Version, DCMI Recommendation, 2007-06-04 http://dublincore.org/documents/2007/06/04/abstract-model/ DCAM describes Components and constructs that make up an information structure (“DC description set”) How that information structure is to be interpreted Uses Web Architecture/RFC3986 definition of  resource anything that might be identified by a URI (documents, persons, collections, concepts, etc)  Layer on top of RDF model “ Description sets” & “descriptions” as bounded entities Extended model of “statements”
Description Set Description Statement <http:/purl.org/dc/terms/subject> Non-Literal Value Surrogate Non-Literal Value Surrogate <http://example.org/terms/mySH> “ Metadata” &quot;Métadonnées&quot;   en fr <http://purl.org/dc/terms/publisher> <http://dublincore.org/documents/abstract-model/> <http://example.org/org/DCMI> Property URI Value URI <http://example.org/org/mySH/h123> Value URI Property URI Vocab Enc Scheme URI Value String Value String Description <http://example.org/org/DCMI> <http://xmlns.com/foaf/ 0.1/name> Literal Value Surrogate “ Dublin Core Metadata Initiative” en Value String Property URI Example: Description set with two descriptions, statements with non-literal value surrogates & literal value surrogates Statement Statement
The DCMI Abstract Model DCAM notes that a description set can be serialised as a “record”… … but does  not  describe how to represent description set in concrete form  DCMI-defined “Encoding guidelines” Formats defined by others, e.g. Eprints DC-XML DCAM describes various types of metadata term…  … but does  not  specify the use of any fixed set of terms DCMI-owned metadata vocabularies Vocabularies owned/defined by other agencies DCAM articulates a general model of resources related to other resources … but does  not  specify any particular “model of the world” Different “domain models”
The DCAM & DC Application Profiles Specification of how to construct description sets (descriptions, statements) to serve some purpose At core, a profile of a “description set” a set of  constraints … … based on  model  of problem space… … constructed to meet some  requirements A DC Application Profile is “packet of documentation” which consists of: Functional requirements (desirable) Domain model (mandatory) Description Set Profile (DSP) (mandatory) Usage guidelines (optional) Encoding syntax guidelines (optional)
Foundation standards Domain standards Application Profile The “Singapore Framework” for DCAPs
“ Simple Dublin Core” From the perspective of the Singapore Framework… “ Simple Dublin Core” is a DC application profile Designed primarily to support discovery Based on a model in which all resources are described using same 15 attributes/relationship types Constrains statements to 15 properties/value strings, but otherwise flexible (“all optional, all repeatable”) But “Simple DC” (DCAP) != DCMES (vocabulary) Same properties utilised in other DCAPs based on different models
Working with DCAPs
DCAM (and RDF) use URIs to refer to resources being described Any description set can refer to any resource “ anyone can say anything about anything” A DCAP specifies/constrains What types of resources described (model) What attributes of resources described (model) What relationships between resources described (model) How that information expressed in description set (DSP) vocabularies referenced  form of statements Expressing Relationships/Linking
Scenario One: Two repositories making available metadata based on a single DCAP Expressing Relationships/Linking
hasRevision isRevisionOf RB-E01 RB-M01 PDF RB-I01 Repository B data RA-E01 RA-M01 MSWord RA-W01 isRealizedThrough isRealizationOf isEmbodiedIn isEmbodimentOf RA-M02 PDF RA-I01 RA-I02 isExemplifiedIn isExemplarOf Repository A data
Scenario Two: Two repositories making available metadata based on two different DCAPs, based on different domain models Expressing Relationships/Linking
RB-W01 isRealizedThrough isRealizationOf isEmbodiedIn isEmbodimentOf RB-E01 isExemplifiedIn isExemplarOf RB-M02 PDF RB-I02 Repository B data RA-X01 RA-Y01 RA-Y02 Repository A data ?? ??
DCAM (& RDF) neutral of specific vocabularies used Construction of queries typically requires some knowledge of structure of descriptions e.g. property URIs used, pattern of graph Querying data PREFIX frbr: <http://purl.org/vocab/frbr/core#> PREFIX dcterms: <http://purl.org/dc/terms/>  PREFIX ex: <http://example.org/examples/>  PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?item  WHERE { ?item dcterms:licence <http://creativecommons.org/licenses/by/2.0/uk/> ; frbr:exemplarOf ?mani . ?mani frbr:embodimentOf ?expr . ?expr frbr:realizationOf ?work . ?work dcterms:creator ?agent . ?agent foaf:name &quot;PeteJ&quot; . }
Scenario Three: Two repositories making available metadata based on a single DCAP Query across aggregation of data Query using single graph pattern covers data from both repositories Querying data
Scenario Four: Two repositories making available metadata based on two different DCAPs Query across aggregation of data Depending on difference in DCAPs, data from each repository may have different profile-specific “pattern” So query has to accommodate multiple alternative patterns Not impossible, but increases complexity for aggregator Complexity increases as number of variants increases Querying data
The JISC DCAPs
Funded developed on a resource-type/genre basis Scholarly Works Images Geospatial Time-Based Media Learning Materials Geospatial slightly different dealing with specific attributes/relationships applicable to many resource types with relation to “place” A “DCAP module” Some degree of collaboration/convergence Should certainly facilitate merging of data based on same DCAP The JISC DCAPs
Certainly some attributes/relations are specific to certain resource types  Page count, bit rate, aspect ratio etc But others are more generic (or are specialisations of generic attributes) Increasingly, relationships of interest cut across resource type boundaries, e.g. SWAP addresses papers and presentations, but common now to deal with audio and video of presentation TBM involves capturing relations between video and stills, video/audio and transcripts etc Sometimes at least, wish to perform functions across resource type boundaries  List all my works (docs, diagrams, audio, video) published in last month The JISC DCAPs
 
 
Is aim for these DCAPs to  support resource-type specific functions/services? support cross-resource type functions/services?  If providing services across data based on different DCAPs, then do need to consider how data “joins up” Compatibility of domain models Tension between specificity and generality Risk of trying to model “entire world” The JISC DCAPs
Identifying shared resource types/”joinup points”? Generic extensions to type-specific models? “ See also” etc “ Harmonisation” of type-specific models? Shared “core” model with specialisations, extensions etc Mapping to separate DCAP based on separate “core” model? Possible “core” models The “Simple DC” model? Bibliographic Ontology (BIBO)? FRBR? ABC Harmony? FRBRoo/CIDOC CRM? The JISC DCAPs
Origins in domain of bibliographic description High-level conceptual model Arguably an outline rather than a complete model  Some ongoing work “ the products of intellectual or artistic endeavour” Questions of interpretation Two different Works? Or two different Expressions of same Work? Questions of application to digital resources accommodation of Web Architecture concepts? Some experimental implementations in RDFS/OWL Basis of Resource Description & Access (RDA) (revision of AACR2 standard, work-in-progress) Some work on harmonisation with CIDOC CRM (FRBRoo) Functional Requirements for Bibliographic Records (FRBR)
The JISC Dublin Core Application Profiles: Some thoughts on requirements & scope Application Profile Coordination Meeting, JISC, London

More Related Content

PPTX
How to describe a dataset. Interoperability issues
PPT
PPT
DCMI Abstract Model: issues and proposed changes
PPT
Java hibernate orm implementation tool
PPT
Hibernate
PPTX
Arches Getty Brownbag Talk
PPT
Ontology based metadata schema for digital library projects in China
PPTX
Semantic Web and Related Work at W3C
How to describe a dataset. Interoperability issues
DCMI Abstract Model: issues and proposed changes
Java hibernate orm implementation tool
Hibernate
Arches Getty Brownbag Talk
Ontology based metadata schema for digital library projects in China
Semantic Web and Related Work at W3C

What's hot (19)

PPT
XRX Presentation to Minnesota OTUG
PDF
Free Hibernate Tutorial | VirtualNuggets
PPTX
Alphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata Matters
PPT
Metadata for your Digital Collections
PDF
Introduction to Dublin Core Metadata
PPT
Deploying RDF Linked Data via Virtuoso Universal Server
PPTX
Flexible metadata schemes for research data repositories - Clarin Conference...
PPT
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
PPT
Structured Dynamics' Semantic Technologies Product Stack
PPTX
Force11 JDDCP workshop presentation, @ Force2015, Oxford
PPT
Hibernate presentation
ODP
RDA-DCAM and Application Profiles
PPT
Introduction | Categories for Description of Works of Art | CDWA-LITE
PPT
Solving Real Problems Using Linked Data
PDF
Object oriented databases
PPT
Rdf And Rdf Schema For Ontology Specification
PPT
Virtuoso Universal Server Overview
PPT
Metadata for Terminology / KOS Resources
PPT
Learn HIBERNATE at ASIT
XRX Presentation to Minnesota OTUG
Free Hibernate Tutorial | VirtualNuggets
Alphabet soup: CDM, VRA, CCO, METS, MODS, RDF - Why Metadata Matters
Metadata for your Digital Collections
Introduction to Dublin Core Metadata
Deploying RDF Linked Data via Virtuoso Universal Server
Flexible metadata schemes for research data repositories - Clarin Conference...
Alphabet Soup: Choosing Among DC, QDC, MARC, MARCXML, and MODS
Structured Dynamics' Semantic Technologies Product Stack
Force11 JDDCP workshop presentation, @ Force2015, Oxford
Hibernate presentation
RDA-DCAM and Application Profiles
Introduction | Categories for Description of Works of Art | CDWA-LITE
Solving Real Problems Using Linked Data
Object oriented databases
Rdf And Rdf Schema For Ontology Specification
Virtuoso Universal Server Overview
Metadata for Terminology / KOS Resources
Learn HIBERNATE at ASIT
Ad

Viewers also liked (7)

PPS
Bruna Coimbra 3006
PPT
PDF
Presentació Final
PPS
Árvore da Lagoa Rio de Janeiro
PPT
Dinar Social 2007 08
PPT
MERCADO LABORAL EN LA CIUDAD DE SONSONATE
PPS
Paisajes Y Monumentos
Bruna Coimbra 3006
Presentació Final
Árvore da Lagoa Rio de Janeiro
Dinar Social 2007 08
MERCADO LABORAL EN LA CIUDAD DE SONSONATE
Paisajes Y Monumentos
Ad

Similar to The JISC DC Application Profiles: Some thoughts on requirements and scope (20)

ODP
DC-2008 Architecture Forum Open session
PPT
DC Architecture WG Meeting - DC-2006, Mexico
PPT
DC-2008 Tutorial: Basic Concepts
PPT
Swap For Dummies Rsp 2007 11 29
PPTX
How to Describe a Dataset. Interoperability Issues, by Valeria Pesce
PPT
Jpl presentation
PPT
Jpl presentation
PPT
Jpl presentation
PPTX
RDFa Semantic Web
PPT
Dublin Core Metadata Initiative Abstract Model
PPT
Update on Work of Joint DCMI/IEEE LTSC Task Force
PDF
PPTX
Expressing Concept Schemes & Competency Frameworks in CTDL
PPT
Repositories thru the looking glass
ODP
DC-2008 DCMI/IEEE workshop
ODP
LOM DCAM at LOM Meeting 2008-04-23
PPT
Dublin Core, the DCMI Abstract Model & DC Application Profiles
PDF
MR^3: Meta-Model Management based on RDFs Revision Reflection
PPT
The Eprints Application Profile: a FRBR approach to modelling repository meta...
PPT
Understanding RDF: the Resource Description Framework in Context (1999)
DC-2008 Architecture Forum Open session
DC Architecture WG Meeting - DC-2006, Mexico
DC-2008 Tutorial: Basic Concepts
Swap For Dummies Rsp 2007 11 29
How to Describe a Dataset. Interoperability Issues, by Valeria Pesce
Jpl presentation
Jpl presentation
Jpl presentation
RDFa Semantic Web
Dublin Core Metadata Initiative Abstract Model
Update on Work of Joint DCMI/IEEE LTSC Task Force
Expressing Concept Schemes & Competency Frameworks in CTDL
Repositories thru the looking glass
DC-2008 DCMI/IEEE workshop
LOM DCAM at LOM Meeting 2008-04-23
Dublin Core, the DCMI Abstract Model & DC Application Profiles
MR^3: Meta-Model Management based on RDFs Revision Reflection
The Eprints Application Profile: a FRBR approach to modelling repository meta...
Understanding RDF: the Resource Description Framework in Context (1999)

More from Eduserv Foundation (20)

PPT
Virtual worlds, real learning? The uptake of virtual worlds for teaching and ...
PPT
Virtual worlds in education - a story so far
PPT
Audio in a social Web of linked data
PDF
OpenAthens LA 2.0: An introduction
PPT
The Eduserv Research Programme
PPT
Openid - an identity system for the open Web
PPT
Virtual worlds in education - a story so far
PPT
ORE and SWAP: Composition and Complexity
PPT
Using Second Life to support events
PPT
Both sides, now - are we builders or users of services in the cloud?
PPT
Does metadata matter?
PDF
Identity - Future Directions
PPT
Virtually where? Are 3-D virtual worlds such as Second Life having an impact ...
PPT
Everything you wanted to know about Dublin Core metadata
PPT
Virtually educated - the reality of using Second Life and other virtual world...
PPT
Web 2.0 and repositories - have we got our repository architecture right?
PPT
Safer Children in a Digital World: a summary for children and young people
PPT
Digital Natives Run by Digital Immigrants: IT Services are Dead, Long Live IT...
PPT
The OAI ORE Project
PPT
Aggregation Identity & owl:sameAs
Virtual worlds, real learning? The uptake of virtual worlds for teaching and ...
Virtual worlds in education - a story so far
Audio in a social Web of linked data
OpenAthens LA 2.0: An introduction
The Eduserv Research Programme
Openid - an identity system for the open Web
Virtual worlds in education - a story so far
ORE and SWAP: Composition and Complexity
Using Second Life to support events
Both sides, now - are we builders or users of services in the cloud?
Does metadata matter?
Identity - Future Directions
Virtually where? Are 3-D virtual worlds such as Second Life having an impact ...
Everything you wanted to know about Dublin Core metadata
Virtually educated - the reality of using Second Life and other virtual world...
Web 2.0 and repositories - have we got our repository architecture right?
Safer Children in a Digital World: a summary for children and young people
Digital Natives Run by Digital Immigrants: IT Services are Dead, Long Live IT...
The OAI ORE Project
Aggregation Identity & owl:sameAs

Recently uploaded (20)

PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Pre independence Education in Inndia.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Insiders guide to clinical Medicine.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Complications of Minimal Access Surgery at WLH
PDF
RMMM.pdf make it easy to upload and study
PDF
Classroom Observation Tools for Teachers
PPTX
Institutional Correction lecture only . . .
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
master seminar digital applications in india
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Cell Types and Its function , kingdom of life
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Pre independence Education in Inndia.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Insiders guide to clinical Medicine.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Complications of Minimal Access Surgery at WLH
RMMM.pdf make it easy to upload and study
Classroom Observation Tools for Teachers
Institutional Correction lecture only . . .
human mycosis Human fungal infections are called human mycosis..pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Final Presentation General Medicine 03-08-2024.pptx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
O7-L3 Supply Chain Operations - ICLT Program
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
master seminar digital applications in india
Abdominal Access Techniques with Prof. Dr. R K Mishra
Cell Types and Its function , kingdom of life

The JISC DC Application Profiles: Some thoughts on requirements and scope

  • 1. The JISC Dublin Core Application Profiles: Some thoughts on requirements & scope Application Profile Coordination Meeting, JISC, London
  • 2. The JISC Dublin Core Application Profiles Background on Dublin Core Application Profiles Working with metadata based on DCAPs Linking Merging & querying The JISC DCAPs Title slide photo of “Spice mixture” by Flickr user HarlanH See http://flickr.com/photos/33063428@N00/2244905667/ Made available under Creative Commons Attribution-NonCommercial License
  • 4. The DCMI Abstract Model Second Version, DCMI Recommendation, 2007-06-04 http://dublincore.org/documents/2007/06/04/abstract-model/ DCAM describes Components and constructs that make up an information structure (“DC description set”) How that information structure is to be interpreted Uses Web Architecture/RFC3986 definition of resource anything that might be identified by a URI (documents, persons, collections, concepts, etc) Layer on top of RDF model “ Description sets” & “descriptions” as bounded entities Extended model of “statements”
  • 5. Description Set Description Statement <http:/purl.org/dc/terms/subject> Non-Literal Value Surrogate Non-Literal Value Surrogate <http://example.org/terms/mySH> “ Metadata” &quot;Métadonnées&quot; en fr <http://purl.org/dc/terms/publisher> <http://dublincore.org/documents/abstract-model/> <http://example.org/org/DCMI> Property URI Value URI <http://example.org/org/mySH/h123> Value URI Property URI Vocab Enc Scheme URI Value String Value String Description <http://example.org/org/DCMI> <http://xmlns.com/foaf/ 0.1/name> Literal Value Surrogate “ Dublin Core Metadata Initiative” en Value String Property URI Example: Description set with two descriptions, statements with non-literal value surrogates & literal value surrogates Statement Statement
  • 6. The DCMI Abstract Model DCAM notes that a description set can be serialised as a “record”… … but does not describe how to represent description set in concrete form DCMI-defined “Encoding guidelines” Formats defined by others, e.g. Eprints DC-XML DCAM describes various types of metadata term… … but does not specify the use of any fixed set of terms DCMI-owned metadata vocabularies Vocabularies owned/defined by other agencies DCAM articulates a general model of resources related to other resources … but does not specify any particular “model of the world” Different “domain models”
  • 7. The DCAM & DC Application Profiles Specification of how to construct description sets (descriptions, statements) to serve some purpose At core, a profile of a “description set” a set of constraints … … based on model of problem space… … constructed to meet some requirements A DC Application Profile is “packet of documentation” which consists of: Functional requirements (desirable) Domain model (mandatory) Description Set Profile (DSP) (mandatory) Usage guidelines (optional) Encoding syntax guidelines (optional)
  • 8. Foundation standards Domain standards Application Profile The “Singapore Framework” for DCAPs
  • 9. “ Simple Dublin Core” From the perspective of the Singapore Framework… “ Simple Dublin Core” is a DC application profile Designed primarily to support discovery Based on a model in which all resources are described using same 15 attributes/relationship types Constrains statements to 15 properties/value strings, but otherwise flexible (“all optional, all repeatable”) But “Simple DC” (DCAP) != DCMES (vocabulary) Same properties utilised in other DCAPs based on different models
  • 11. DCAM (and RDF) use URIs to refer to resources being described Any description set can refer to any resource “ anyone can say anything about anything” A DCAP specifies/constrains What types of resources described (model) What attributes of resources described (model) What relationships between resources described (model) How that information expressed in description set (DSP) vocabularies referenced form of statements Expressing Relationships/Linking
  • 12. Scenario One: Two repositories making available metadata based on a single DCAP Expressing Relationships/Linking
  • 13. hasRevision isRevisionOf RB-E01 RB-M01 PDF RB-I01 Repository B data RA-E01 RA-M01 MSWord RA-W01 isRealizedThrough isRealizationOf isEmbodiedIn isEmbodimentOf RA-M02 PDF RA-I01 RA-I02 isExemplifiedIn isExemplarOf Repository A data
  • 14. Scenario Two: Two repositories making available metadata based on two different DCAPs, based on different domain models Expressing Relationships/Linking
  • 15. RB-W01 isRealizedThrough isRealizationOf isEmbodiedIn isEmbodimentOf RB-E01 isExemplifiedIn isExemplarOf RB-M02 PDF RB-I02 Repository B data RA-X01 RA-Y01 RA-Y02 Repository A data ?? ??
  • 16. DCAM (& RDF) neutral of specific vocabularies used Construction of queries typically requires some knowledge of structure of descriptions e.g. property URIs used, pattern of graph Querying data PREFIX frbr: <http://purl.org/vocab/frbr/core#> PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX ex: <http://example.org/examples/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?item WHERE { ?item dcterms:licence <http://creativecommons.org/licenses/by/2.0/uk/> ; frbr:exemplarOf ?mani . ?mani frbr:embodimentOf ?expr . ?expr frbr:realizationOf ?work . ?work dcterms:creator ?agent . ?agent foaf:name &quot;PeteJ&quot; . }
  • 17. Scenario Three: Two repositories making available metadata based on a single DCAP Query across aggregation of data Query using single graph pattern covers data from both repositories Querying data
  • 18. Scenario Four: Two repositories making available metadata based on two different DCAPs Query across aggregation of data Depending on difference in DCAPs, data from each repository may have different profile-specific “pattern” So query has to accommodate multiple alternative patterns Not impossible, but increases complexity for aggregator Complexity increases as number of variants increases Querying data
  • 20. Funded developed on a resource-type/genre basis Scholarly Works Images Geospatial Time-Based Media Learning Materials Geospatial slightly different dealing with specific attributes/relationships applicable to many resource types with relation to “place” A “DCAP module” Some degree of collaboration/convergence Should certainly facilitate merging of data based on same DCAP The JISC DCAPs
  • 21. Certainly some attributes/relations are specific to certain resource types Page count, bit rate, aspect ratio etc But others are more generic (or are specialisations of generic attributes) Increasingly, relationships of interest cut across resource type boundaries, e.g. SWAP addresses papers and presentations, but common now to deal with audio and video of presentation TBM involves capturing relations between video and stills, video/audio and transcripts etc Sometimes at least, wish to perform functions across resource type boundaries List all my works (docs, diagrams, audio, video) published in last month The JISC DCAPs
  • 22.  
  • 23.  
  • 24. Is aim for these DCAPs to support resource-type specific functions/services? support cross-resource type functions/services? If providing services across data based on different DCAPs, then do need to consider how data “joins up” Compatibility of domain models Tension between specificity and generality Risk of trying to model “entire world” The JISC DCAPs
  • 25. Identifying shared resource types/”joinup points”? Generic extensions to type-specific models? “ See also” etc “ Harmonisation” of type-specific models? Shared “core” model with specialisations, extensions etc Mapping to separate DCAP based on separate “core” model? Possible “core” models The “Simple DC” model? Bibliographic Ontology (BIBO)? FRBR? ABC Harmony? FRBRoo/CIDOC CRM? The JISC DCAPs
  • 26. Origins in domain of bibliographic description High-level conceptual model Arguably an outline rather than a complete model Some ongoing work “ the products of intellectual or artistic endeavour” Questions of interpretation Two different Works? Or two different Expressions of same Work? Questions of application to digital resources accommodation of Web Architecture concepts? Some experimental implementations in RDFS/OWL Basis of Resource Description & Access (RDA) (revision of AACR2 standard, work-in-progress) Some work on harmonisation with CIDOC CRM (FRBRoo) Functional Requirements for Bibliographic Records (FRBR)
  • 27. The JISC Dublin Core Application Profiles: Some thoughts on requirements & scope Application Profile Coordination Meeting, JISC, London