core:successorOf leaf node


URI

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

Label

is successor of

Description

It identifies the previous work/expression of a succeeded one.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:successorOf 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:successorOf a owl:ObjectProperty ;
    rdfs:label "is successor of"@en ;
    rdfs:comment "It identifies the previous work/expression of a succeeded one."@en ;
    rdfs:subPropertyOf core:relatedEndeavour .