# WikidataOrganization - Organizational properties # Extracted from custodian_source.yaml per Rule 38 (modular schema files) # Extraction date: 2026-01-08 id: https://nde.nl/ontology/hc/classes/WikidataOrganization name: WikidataOrganization title: WikidataOrganization prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ schema: http://schema.org/ prov: http://www.w3.org/ns/prov# xsd: http://www.w3.org/2001/XMLSchema# org: http://www.w3.org/ns/org# wd: http://www.wikidata.org/entity/ imports: - linkml:types - ./WikidataEntity default_range: string classes: WikidataOrganization: description: >- Organizational properties extracted from Wikidata, including hierarchical relationships (part_of, parent_organization, subsidiary), governance (chairperson, CEO), and membership affiliations. Ontology mapping rationale: - class_uri is org:Organization because this class represents organizational entity data from Wikidata aligned with W3C Org - close_mappings includes schema:Organization for web semantics - related_mappings includes prov:Entity (traceable data unit) and wd:Q43229 (Wikidata's concept of organization) class_uri: org:Organization close_mappings: - schema:Organization related_mappings: - prov:Entity - wd:Q43229 attributes: part_of: range: WikidataEntity chairperson: range: WikidataEntity founded_by: range: WikidataEntity multivalued: true inlined_as_list: true member_of: range: WikidataEntity multivalued: true inlined_as_list: true has_parts: range: WikidataEntity multivalued: true inlined_as_list: true parent_organization: range: Any any_of: - range: string - range: WikidataEntity description: Parent organization Q-ID or entity (P749) subsidiary: range: WikidataEntity multivalued: true inlined_as_list: true description: Subsidiary (P355) chief_executive_officer: range: WikidataEntity description: CEO or director (P169)