GET /apis/api/vocabularies/institutionplacerelation/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": null,
    "count": 3,
    "limit": 50,
    "offset": 0,
    "results": [
        {
            "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/institutionplacerelation/17/?format=api",
            "id": 17,
            "name": "located in",
            "description": "",
            "status": "can",
            "name_reverse": "location of",
            "parent_class": null,
            "vocab_name": {
                "id": 5,
                "label": "VocabNames object (5)",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/vocabnames/5/"
            }
        },
        {
            "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/institutionplacerelation/476/?format=api",
            "id": 476,
            "name": "governs",
            "description": "",
            "status": "ac",
            "name_reverse": "is_governed_by",
            "parent_class": null,
            "vocab_name": {
                "id": 5,
                "label": "VocabNames object (5)",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/vocabnames/5/"
            }
        },
        {
            "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/institutionplacerelation/598/?format=api",
            "id": 598,
            "name": "Ist Unterbegriff von (Register)",
            "description": "crazy mixup of entity types, but somehow necessary for index creation",
            "status": "ac",
            "name_reverse": "Ist Unterbegriff von (Register) [REVERSE]",
            "parent_class": null,
            "vocab_name": {
                "id": 5,
                "label": "VocabNames object (5)",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/vocabnames/5/"
            }
        }
    ]
}