Skip to content

Instantly share code, notes, and snippets.

View EdgarSchouten's full-sized avatar
🏠
Working from home

Edgar Schouten EdgarSchouten

🏠
Working from home
View GitHub Profile
@EdgarSchouten
EdgarSchouten / JATS-Example-03_Structured_References.xml
Last active October 7, 2020 13:59
Tag by tag (DTD 5.6) Example #03 from chapter 10 (Bibliographic References)
<element-citation publication-format="electronic" publication-type="journal" id="ref31">
<person-group person-group-type="author">
<name>
<surname>Glaser</surname>
<given-names>R.</given-names>
</name>
<name>
<surname>Bond</surname>
<given-names>L.</given-names>
</name>
{
"@context": [
{
"@id": "http://id.loc.gov/ontologies/bibframe/Text",
"@type": ["http://www.w3.org/2002/07/owl#Class"],
"http://www.w3.org/2000/01/rdf-schema#label": [
{"@value": "Text"}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{"@id": "http://id.loc.gov/ontologies/bibframe/Work"}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"@context": {"$ref": "#/definitions/context"},
"uid": {"$ref": "#/definitions/uid"},
"@type": {"$ref": "#/definitions/type"},
"profile": {"$ref": "#/definitions/profile"},
"assigner": {"$ref": "#/definitions/assigner"},
"permission": {"$ref": "#/definitions/permissions"}