http://purl.org/vocab/frbr/core#complementOf
It identifies the work/expression of that is a complement of another one.
@prefix core: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
core:complementOf a owl:ObjectProperty ;
rdfs:label "is complement of"@en ;
rdfs:comment "It identifies the work/expression of that is a complement of another one."@en ;
rdfs:subPropertyOf core:relatedEndeavour .