http://purl.org/vocab/frbr/core#summarizationOf
It identifies the original work/expression of a summarized 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:summarizationOf a owl:ObjectProperty ;
rdfs:label "is summarization of"@en ;
rdfs:comment "It identifies the original work/expression of a summarized one."@en ;
rdfs:subPropertyOf core:relatedEndeavour .