Created
December 7, 2014 22:49
-
-
Save ibnesayeed/b02b905978e70e4c80fd to your computer and use it in GitHub Desktop.
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
{ | |
"@context": "https://oduwsdl.github.io/contexts/archiveprofile.jsonld", | |
"@id": "http://example.com/", | |
"about": { | |
"accesspoint": "http://example.com/wayback/", | |
"description": "A test archive that...", | |
"established": "2012-03-17", | |
"homepage": "http://example.com/", | |
"memento_compliance": "https://oduwsdl.github.io/terms/mementosupport#native", | |
"name": "Test Archive", | |
"profile_updated": "2014-12-02T21:00:06Z", | |
"timegate": "http://example.com/wayback/URI", | |
"timemap": "http://example.com/wayback/timemap/link/URI" | |
}, | |
"stats": { | |
"domain": { | |
"edu,harvard)/": { | |
"urim": { | |
"max": 1, | |
"min": 1, | |
"total": 2 | |
}, | |
"urir": 2 | |
}, | |
"...": {} | |
}, | |
"tld": { | |
"com)/": { | |
"urim": { | |
"max": 3, | |
"min": 1, | |
"total": 17 | |
}, | |
"urir": 13 | |
}, | |
"...": { | |
"urim": { | |
"max": 3, | |
"min": 1, | |
"total": 32 | |
}, | |
"urir": 12 | |
}, | |
"...": {} | |
}, | |
"language": { | |
"en": { | |
"urim": { | |
"max": 13, | |
"min": 1, | |
"total": 27 | |
}, | |
"urir": 53 | |
}, | |
"...": {} | |
} | |
"urim": { | |
"max": 6, | |
"min": 1, | |
"total": 18891 | |
}, | |
"urir": 6852 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment