Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples of rda/rdf bibliographical notice #199

Open
delahousse opened this issue May 7, 2024 · 2 comments
Open

examples of rda/rdf bibliographical notice #199

delahousse opened this issue May 7, 2024 · 2 comments

Comments

@delahousse
Copy link

I have been searching in rda toolkit and on the web and I cannot identify examples of rda/rdf bibliographical notices. Does someone knows where to find examples ?
For information I work within a team at the Hospices de Lyon, converting Unimarc notices into RDA/RDF (notices of the ABES, the french higher education bibliographic agency).
We'll share the result of this project
Thanks for your help

@diseminger
Copy link
Contributor

diseminger commented May 8, 2024

Hello,

Embedded within each element set or value vocabulary is self-describing metadata. For example, these are the triples in the Item element set.

<http://rdaregistry.info/Elements/i/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/title> "Item properties"@en .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/description> "Properties that represent the attribute and relationship elements of the RDA Item entity."@en .
<http://rdaregistry.info/Elements/i/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "rdai" .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/rights> "Copyright © 2020 American Library Association, Canadian Federation of Library Associations, and CILIP: Chartered Institute of Library and Information Professionals"@en .
<http://rdaregistry.info/Elements/i/> <http://creativecommons.org/ns#licence> <https://creativecommons.org/licenses/by/4.0/deed.en_US> .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/creator> "RDA Steering Committee" .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/contributor> "RSC Technical Working Group" .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/publisher> "ALA Digital Reference" .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/type> <http://rdaregistry.info/termList/RDALinkedDataWork/1003> .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/issued> "2014-01-18" .
<http://rdaregistry.info/Elements/i/> <http://www.w3.org/2002/07/owl#versionInfo> "v5.0.19" .
<http://rdaregistry.info/Elements/i/> <http://purl.org/dc/elements/1.1/modified> "2024-01-03" . 

The rights, the license, the creator, the contributor, the publisher are constant and do not change across the other element sets or across the value vocabularies.

@delahousse
Copy link
Author

perfect
thanks
jean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants