@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://vocab.uncece-test.workers.dev/term-status/> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .
@prefix unece-mod: <https://vocab.uncece-test.workers.dev/module/> .

unece:memberOf a owl:ObjectProperty ;
    rdfs:label "member of"@en ;
    rdfs:comment "reshaped from BSP specifiedLegalOrganization."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An organisation this party belongs to (e.g. the legally constituted organisation behind a trading party, or a department's parent)."@en ;
    skos:exactMatch schema:memberOf ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Organisation ;
    unece:termStatus ts:proposed .

