core:abridgementOf leaf node


URI

http://purl.org/vocab/frbr/core#abridgementOf

Label

is abridgement of

Description

It identifies the entire expression of an abridged one.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:abridgementOf owl:Thing (inferred)

Implementation

@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:abridgementOf a owl:ObjectProperty ;
    rdfs:label "is abridgement of"@en ;
    rdfs:comment "It identifies the entire expression of an abridged one."@en ;
    rdfs:subPropertyOf core:relatedEndeavour .