frbr:partOf leaf node


URI

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

Label

is part of

Description

Meaning = is part of. As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#partOf), a property indicating that one entity is a part of another entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) frbr:partOf owl:Thing (inferred)

Implementation

@prefix frbr: <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#> .

frbr:partOf a owl:ObjectProperty ;
    rdfs:label "is part of"@en ;
    rdfs:comment "Meaning = is part of.  As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#partOf), a property indicating that one entity is a part of another entity."@en .