core:reconfigurationOf leaf node


URI

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

Label

is reconfiguration of

Description

It identifies the manifestation of a reconfigured one.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:reconfigurationOf 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:reconfigurationOf a owl:ObjectProperty ;
    rdfs:label "is reconfiguration of"@en ;
    rdfs:comment "It identifies the manifestation of a reconfigured one."@en ;
    rdfs:subPropertyOf core:relatedEndeavour .