472
edits
(Update package: OSW Base) |
(Update package: OSW Base) Tags: Mobile edit Mobile web edit |
||
jsondata | |||
---|---|---|---|
Line 40: | Line 40: | ||
"utf8_icon": [ | "utf8_icon": [ | ||
"💰" | "💰" | ||
], | |||
"instance_rdf_type": [ | |||
"schema:Project" | |||
] | ] | ||
} | } | ||
jsonschema | |||
Line 2: | Line 2: | ||
"@context": [ | "@context": [ | ||
{ | { | ||
" | "abstract": { | ||
" | "@id": "Property:HasAbstract", | ||
" | "@type": "@id" | ||
" | }, | ||
" | "budget_end": { | ||
" | "@id": "Property:HasBudgetEndDate", | ||
"end_date": "Property:HasEndDate", | "@type": "@id" | ||
" | }, | ||
" | "budget_ou": { | ||
" | "@id": "Property:HasBusinessUnit", | ||
" | "@type": "@id" | ||
" | }, | ||
" | "budget_start": { | ||
" | "@id": "Property:HasBudgetStartDate", | ||
" | "@type": "@id" | ||
" | }, | ||
" | "budget_type": { | ||
"proposal": "Property:HasProposal", | "@id": "Property:HasType", | ||
"report": "Property:HasReport", | "@type": "@id" | ||
" | }, | ||
" | "budget_year": { | ||
" | "@id": "Property:HasBudgetYear", | ||
" | "@type": "@id" | ||
}, | |||
"end_date": { | |||
"@id": "Property:HasEndDate", | |||
"@type": "@id" | |||
}, | |||
"funding_call": { | |||
"@id": "Property:HasFundingCall", | |||
"@type": "@id" | |||
}, | |||
"funding": { | |||
"@id": "schema:funding", | |||
"@type": "@id" | |||
}, | |||
"funding*": { | |||
"@id": "Property:HasFunding", | |||
"@type": "@id" | |||
}, | |||
"funder": { | |||
"@id": "schema:funder", | |||
"@type": "@id" | |||
}, | |||
"funder*": { | |||
"@id": "Property:HasFunder", | |||
"@type": "@id" | |||
}, | |||
"member": { | |||
"@id": "schema:member", | |||
"@type": "@id" | |||
}, | |||
"member*": { | |||
"@id": "Property:HasMember", | |||
"@type": "@id" | |||
}, | |||
"member_of": { | |||
"@id": "schema:memberOf", | |||
"@type": "@id" | |||
}, | |||
"member_of*": { | |||
"@id": "Property:IsMemberOf", | |||
"@type": "@id" | |||
}, | |||
"other_documents": { | |||
"@id": "Property:HasAdditionalDocument", | |||
"@type": "@id" | |||
}, | |||
"ou": { | |||
"@id": "Property:HasBusinessUnit", | |||
"@type": "@id" | |||
}, | |||
"project_manager": { | |||
"@id": "Property:HasManager", | |||
"@type": "@id" | |||
}, | |||
"project_status": { | |||
"@id": "Property:HasStatus", | |||
"@type": "@id" | |||
}, | |||
"project_type": { | |||
"@id": "Property:HasType", | |||
"@type": "@id" | |||
}, | |||
"proposal": { | |||
"@id": "Property:HasProposal", | |||
"@type": "@id" | |||
}, | |||
"report": { | |||
"@id": "Property:HasReport", | |||
"@type": "@id" | |||
}, | |||
"start_date": { | |||
"@id": "Property:HasStartDate", | |||
"@type": "@id" | |||
}, | |||
"subjects": { | |||
"@id": "Property:HasTopic", | |||
"@type": "@id" | |||
}, | |||
"total_budget": { | |||
"@id": "Property:HasBudget", | |||
"@type": "@id" | |||
}, | |||
"year": { | |||
"@id": "Property:HasYear", | |||
"@type": "@id" | |||
}, | |||
"yearly_budget": { | |||
"@id": "Property:HasBudgetPart", | |||
"@type": "@id" | |||
}, | |||
"yearly_budget_sum": { | |||
"@id": "Property:HasBudget", | |||
"@type": "@id" | |||
} | |||
}, | }, | ||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | ||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"uuid": "b2d7e6a2-eff9-4c82-b7f1-f2699d5b0ee3", | |||
"type": "object", | |||
"title": "Project", | |||
"title*": { | |||
"en": "Project", | |||
"de": "Projekt" | |||
}, | |||
"description": "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.", | |||
"description*": { | |||
"de": "Ein (möglicherweise individuelles, in der Regel aber gemeinschaftliches) Unternehmen oder Unternehmung, das auf ein bestimmtes Ziel ausgerichtet ist." | |||
}, | |||
"required": [ | |||
"type" | |||
], | ], | ||
"defaultProperties": [ | "defaultProperties": [ | ||
"subjects", | |||
"project_type", | |||
"project_status", | |||
"funding_call", | "funding_call", | ||
"funder", | |||
"funding", | |||
"funding_name", | |||
"ou", | "ou", | ||
"project_manager", | "project_manager", | ||
"member", | "member", | ||
" | "member_of", | ||
"start_date", | |||
"end_date", | |||
"total_budget", | |||
"yearly_budget", | |||
"proposal", | |||
"abstract" | |||
], | ], | ||
"properties": { | "properties": { | ||
"type": { | |||
"default": [ | |||
"Category:OSWb2d7e6a2eff94c82b7f1f2699d5b0ee3" | |||
] | |||
}, | |||
"subjects": { | "subjects": { | ||
"items": { | "items": { | ||
Line 80: | Line 209: | ||
} | } | ||
} | } | ||
}, | |||
"project_status": { | |||
"title": "Project status", | |||
"title*": { | |||
"de": "Projektstatus" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"category": "Category:OSW490e38f9764f4408a244869a0ea98e7c", | |||
"default": "Item:OSW55a9a9bda7b248759e48ae2e3ed6df1d" | |||
}, | }, | ||
"funding_call": { | "funding_call": { | ||
Line 94: | Line 233: | ||
} | } | ||
}, | }, | ||
" | "funder": { | ||
"title": " | "title": "Funder", | ||
"title*": { | |||
"de": "Förder- bzw. Auftragsgeber" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | |||
"range": "Category:OSW3cb8cef2225e403092f098f99bc4c472" | |||
}, | |||
"funding": { | |||
"title": "Funding", | |||
"title*": { | "title*": { | ||
"de": " | "de": "Förderung" | ||
} | }, | ||
"description": "Grant or contract", | |||
"description*": { | |||
"de": "Förderung oder Vertrag" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSWbe80b28aefd64921ba2e8e2d6225416e" | |||
}, | }, | ||
" | "funding_name": { | ||
"title": " | "title": "Funding (name)", | ||
"title*": { | "title*": { | ||
"de": " | "de": "Förderung (Name)" | ||
}, | |||
"description": "Grant or contract. Use this property to enter a text if you don't want to create a new instance of grant.", | |||
"description*": { | |||
"de": "Förderung oder Vertrag. Verwenden Sie diese Eigenschaft, um einen Text einzugeben, wenn Sie keine neue Instanz von Grant erstellen möchten." | |||
}, | }, | ||
"type": "string" | "type": "string" | ||
Line 175: | Line 333: | ||
} | } | ||
} | } | ||
} | |||
}, | |||
"member_of": { | |||
"title": "Member of", | |||
"title*": { | |||
"en": "Member of ", | |||
"de": "Mitglied von" | |||
}, | |||
"description": "Organizational unit(s), the project is a member of, e.g. a project cluster", | |||
"description*": { | |||
"de": "Organisationseinheit(en), zu der das Projekt gehört, z. B. ein Projektcluster" | |||
}, | |||
"type": "array", | |||
"items": { | |||
"title": "Member of", | |||
"title*": { | |||
"de": "Mitglied von" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW3cb8cef2225e403092f098f99bc4c472" | |||
} | } | ||
}, | }, | ||
Line 289: | Line 468: | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
" | "format": "autocomplete", | ||
"range": "Category:OSW595b282aedf048788f3ee326454792ce" | |||
" | |||
} | } | ||
} | } | ||
Line 394: | Line 556: | ||
"de": "Abstrakt" | "de": "Abstrakt" | ||
} | } | ||
} | } | ||
} | } | ||
} | } |
edits