@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@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://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .

unece:actingParty a owl:ObjectProperty ;
    rdfs:label "acting party"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The party filling a role on a party-role join node."@en ;
    schema:domainIncludes unece:PartyRole ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:onBehalfOf a owl:ObjectProperty ;
    rdfs:label "on behalf of"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The principal party that a party in this role acts for — dissolves compositional roles (\"X's agent\" becomes role:agent + onBehalfOf X)."@en ;
    schema:domainIncludes unece:PartyRole ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:role a owl:ObjectProperty ;
    rdfs:label "role"@en ;
    rdfs:comment "value → party-role scheme (semantic tokens). Qualifier on the party-role join node."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The role a party plays, relative to the referencing entity."@en ;
    schema:domainIncludes unece:PartyRole ;
    schema:rangeIncludes unece:party-role ;
    unece:termStatus ts:proposed .

unece:PartyRole a owl:Class ;
    rdfs:label "party role"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:Role ;
    skos:definition "A party in the role it plays relative to a referencing entity (party + role, optionally on-behalf-of). An identity-less value object, not a party-register entry."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

