core:reconfiguration leaf node


URI

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

Label

has reconfiguration

Description

An item reconfigured in another one.

The reconfiguration relationship is one in which one or more items are changed in such a way that a new item or items result. Most commonly, an item of one manifestation is bound with an item of a different manifestation to make a new item.

Inherits from

Usage

DOMAINPROPERTYRANGE
core:Item core:reconfiguration core:Item

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:reconfiguration a owl:ObjectProperty ;
    rdfs:label "has reconfiguration"@en ;
    rdfs:comment """An item reconfigured in another one.

The reconfiguration relationship is one in which one or more items are changed in such a way that a new item or items result. Most commonly, an item of one manifestation is bound with an item of a different manifestation to make a new item. """@en ;
    rdfs:domain core:Item ;
    rdfs:range core:Item ;
    rdfs:subPropertyOf core:relatedEndeavour ;
    owl:inverseOf core:reconfigurationOf .