-
Notifications
You must be signed in to change notification settings - Fork 7
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
Replace bibo properties and types #108
Comments
The vocabulary URI now redirects to the new domain, see https://groups.google.com/forum/#!topic/bibliographic-ontology-specification-group/7WTE6VhyhMo. Class and property URIs still don't resolve. |
Here are the bibo properties and classes from the JSON-LD context: "doi" : {
"@id" : "http://purl.org/ontology/bibo/doi",
"@container" : "@set"
},
"edition" : {
"@id" : "http://purl.org/ontology/bibo/edition",
"@container" : "@set"
},
"editor" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/editor",
"@container" : "@set"
},
"eissn" : {
"@id" : "http://purl.org/ontology/bibo/eissn",
"@container" : "@set"
},
"isbn" : {
"@id" : "http://purl.org/ontology/bibo/isbn",
"@container" : "@set"
},
"issn" : {
"@id" : "http://purl.org/ontology/bibo/issn",
"@container" : "@set"
},
"lccn" : {
"@id" : "http://purl.org/ontology/bibo/lccn",
"@container" : "@set"
},
"oclcnum" : {
"@id" : "http://purl.org/ontology/bibo/oclcnum",
"@container" : "@set"
},
"shortTitle" : {
"@id" : "http://purl.org/ontology/bibo/shortTitle",
"@container" : "@set"
},
"translator" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/translator",
"@container" : "@set"
},
"volume" : {
"@id" : "http://purl.org/ontology/bibo/volume",
"@container" : "@set"
},
"Article" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Article",
"@container" : "@set"
},
"Book" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Book",
"@container" : "@set"
},
"Collection" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Collection",
"@container" : "@set"
},
"Journal" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Journal",
"@container" : "@set"
},
"MultiVolumeBook" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/MultiVolumeBook",
"@container" : "@set"
},
"Newspaper" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Newspaper",
"@container" : "@set"
},
"Periodical" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Periodical",
"@container" : "@set"
},
"Proceedings" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Proceedings",
"@container" : "@set"
},
"ReferenceSource" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/ReferenceSource",
"@container" : "@set"
},
"Report" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Report",
"@container" : "@set"
},
"Series" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Series",
"@container" : "@set"
},
"Thesis" : {
"@type" : "@id",
"@id" : "http://purl.org/ontology/bibo/Thesis",
"@container" : "@set"
}, |
I started an overview at https://github.com/hbz/lobid-resources/wiki/Changes-in-API-2.0#replace-bibo-properties-and-classes. Bibframe seems to be good to cover the properties. Regarding the types, I will think of a re-modeling together with the "medium" information. Related to hbz/lobid#266 and #115. |
It might make sense to use Bibframe 2.0 where possible. To investigate further I will make Bibframe-based versions of the examples from #79. |
Here are some thoughts I had around switching to Bibframe 2.0 as base vocabulary for lobid:
However, for now, I will proceed and finally work on the examples I talked about four weeks ago. |
I tried different variants on going through all properties and types to see what vocabulary options we have. The best way seems to be to comment the context file as it contains all classes and properties used (but not the |
As we don't want to replace bibo anymore and my evaluation is going in a more general direction, this has become a duplicate of #5 . Closing this one. |
bibo URIs don't resolve anymore, see e.g. http://purl.org/ontology/bibo/Book or http://purl.org/ontology/bibo/isbn. The website http://bibliontology.com/ currently has problem with links. There is another website at http://bibliographic-ontology.org/. I have my doubts about the future of bibo though a new human-readable interface might actually come, see structureddynamics/Bibliographic-Ontology-BIBO#10 (comment).
Nonetheless, we should try to replace bibo which we especially use for properties. Will look into RDA and Bibframe.
The text was updated successfully, but these errors were encountered: