Created
June 21, 2015 10:19
-
-
Save dmpe/76698d977c28314c02e3 to your computer and use it in GitHub Desktop.
Example of JSON-LD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"abstracts-retrieval-response": | |
{ | |
"coredata": | |
{ | |
"prism:url": "http://api.elsevier.com/content/abstract/scopus_id/0037070197", | |
"dc:identifier": "SCOPUS_ID:0037070197", | |
"eid": "2-s2.0-0037070197", | |
"pubmed-id": "11852050", | |
"prism:doi": "10.1016/S0014-5793(01)03313-0", | |
"dc:title": "The orientation of the antibiotic peptide maculatin 1.1 in DMPG and DMPC lipid bilayers. Support for a pore-forming mechanism", | |
"prism:aggregationType": "Journal", | |
"srctype": "j", | |
"citedby-count": "44", | |
"prism:publicationName": "FEBS Letters", | |
"source-id": "17481", | |
"prism:issn": "00145793", | |
"prism:volume": "512", | |
"prism:issueIdentifier": "1-3", | |
"prism:startingPage": "47", | |
"prism:endingPage": "51", | |
"prism:pageRange": "47-51", | |
"prism:coverDate": "2002-02-13", | |
"dc:creator": | |
{ | |
"author": | |
[ | |
{ | |
"@_fa": "true", | |
"@auid": "55126316600", | |
"@seq": "1", | |
"ce:initials": "C.S.B.", | |
"ce:indexed-name": "Chia C.S.B.", | |
"ce:surname": "Chia", | |
"preferred-name": | |
{ | |
"ce:initials": "C.S.B.", | |
"ce:indexed-name": "Chia C.", | |
"ce:surname": "Chia", | |
"ce:given-name": "C. S B" | |
}, | |
"author-url": "http://api.elsevier.com/content/author/author_id/55126316600", | |
"affiliation": | |
{ | |
"@href": "http://api.elsevier.com/content/affiliation/affiliation_id/60031101", | |
"@id": "60031101" | |
} | |
} | |
] | |
}, | |
"link": | |
[ | |
{ | |
"@_fa": "true", | |
"@href": "http://api.elsevier.com/content/abstract/scopus_id/0037070197", | |
"@rel": "self" | |
}, | |
{ | |
"@_fa": "true", | |
"@href": "http://www.scopus.com/inward/record.url?partnerID=HzOxMe3b&scp=0037070197&origin=inward", | |
"@rel": "scopus" | |
}, | |
{ | |
"@_fa": "true", | |
"@href": "http://api.elsevier.com/content/search/scopus?query=refeid%282-s2.0-0037070197%29", | |
"@rel": "cited-by" | |
} | |
] | |
}, | |
"affiliation": | |
[ | |
{ | |
"affilname": "University of Adelaide", | |
"affiliation-city": "Adelaide", | |
"affiliation-country": "Australia" | |
}, | |
{ | |
"affilname": "Nanyang Technological University", | |
"affiliation-city": "Singapore City", | |
"affiliation-country": "Singapore" | |
}, | |
{ | |
"affilname": "University of Cambridge", | |
"affiliation-city": "Cambridge", | |
"affiliation-country": "United Kingdom" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment