123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- {
- "namespace": [
- {
- "name": "",
- "iri": ""
- }
- ],
- "header": {
- "languages": [
- "all",
- "occurring",
- "languages"
- ],
- "title": {
- "language": "label"
- },
- "iri": "",
- "version": "",
- "author": [
- "Author One",
- "Author Two"
- ],
- "description": {
- "language": "label"
- },
- "other": {
- "someIdentifier": [
- {
- "identifier": "someIdentifier",
- "language": "undefined",
- "value": "http://an.iri/",
- "type": "iri"
- }
- ],
- "someOtherIdentifier": [
- {
- "identifier": "someOtherIdentifier",
- "language": "undefined",
- "value": "Some person",
- "type": "label"
- }
- ]
- }
- },
- "metrics" : {
- "classCount" : 40,
- "datatypeCount" : 13,
- "objectPropertyCount" : 23,
- "datatypePropertyCount" : 13,
- "propertyCount" : 36,
- "nodeCount" : 53,
- "axiomCount" : 216,
- "individualCount" : 8
- },
- "class": [
- {
- "id": "",
- "type": ""
- }
- ],
- "classAttribute": [
- {
- "id": "",
- "label": "",
- "iri": "",
- "individuals": [
- {
- "iri": "",
- "labels": {
- "language": "label"
- },
- "annotations": {}
- }
- ],
- "comment": "",
- "equivalent": [
- ""
- ],
- "union": [
- ""
- ],
- "intersection": [
- ""
- ],
- "complement": [
- ""
- ],
- "attributes": [
- "deprecated",
- "external",
- "datatype",
- "object",
- "rdf"
- ]
- }
- ],
- "datatype": [
- {
- "id": "",
- "type": ""
- }
- ],
- "datatypeAttribute": [
- {
- "id": "",
- "label" : {
- "language" : "label"
- },
- "iri": "",
- "individuals": [
- {
- "iri": "",
- "labels": {
- "language": "label"
- },
- "annotations": {}
- }
- ],
- "comment": "",
- "equivalent": [
- ""
- ]
- }
- ],
- "property": [
- {
- "id": ""
- }
- ],
- "propertyAttribute": [
- {
- "id": "",
- "domain": "",
- "range": "",
- "inverse": "",
- "label" : {
- "language" : "label"
- },
- "type": "",
- "comment": "",
- "cardinality": "",
- "minCardinality": "",
- "maxCardinality": "",
- "subproperty": [
- ""
- ],
- "equivalent": [
- ""
- ],
- "attributes": [
- "deprecated",
- "external",
- "datatype",
- "object",
- "rdf",
- "transitive",
- "functional",
- "inverse functional",
- "symmetric"
- ]
- }
- ]
- }
|