472
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
jsondata | |||
---|---|---|---|
Line 30: | Line 30: | ||
"instance_rdf_type": [ | "instance_rdf_type": [ | ||
"schema:Organization" | "schema:Organization" | ||
], | |||
"utf8_icon": [ | |||
"🏢" | |||
] | ] | ||
} | } | ||
jsonschema | |||
Line 5: | Line 5: | ||
"@id": "Property:HasAbbreviation", | "@id": "Property:HasAbbreviation", | ||
"@type": "xsd:string" | "@type": "xsd:string" | ||
}, | }, | ||
"competence": { | "competence": { | ||
Line 16: | Line 12: | ||
"competence*": { | "competence*": { | ||
"@id": "Property:HasCompetence", | "@id": "Property:HasCompetence", | ||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
Line 73: | Line 65: | ||
"@id": "Property:HasFunder", | "@id": "Property:HasFunder", | ||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
"image": { | "image": { | ||
Line 135: | Line 123: | ||
}, | }, | ||
"postal_address": { | "postal_address": { | ||
"@id": "Property:HasPostalAddress", | "@id": "Property:HasPostalAddress", | ||
"@type": "@id" | "@type": "@id", | ||
"@context": [ | |||
"/wiki/JsonSchema:PostalAddress?action=raw" | |||
"@ | ] | ||
}, | }, | ||
"ror_id": { | "ror_id": { | ||
Line 180: | Line 143: | ||
"site*": { | "site*": { | ||
"@id": "Property:IsLocatedIn", | "@id": "Property:IsLocatedIn", | ||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
Line 521: | Line 468: | ||
}, | }, | ||
"postal_address": { | "postal_address": { | ||
" | "allOf": [ | ||
{ | |||
"$ref": "/wiki/JsonSchema:PostalAddress?action=raw" | |||
" | |||
} | } | ||
] | |||
}, | }, | ||
"ror_id": { | "ror_id": { |
edits