http://purl.org/vocab/frbr/core#part
Meaning = has part. As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#part), a property indicating that one entity includes another entity.
@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:part a owl:ObjectProperty ;
rdfs:label "has part"@en ;
rdfs:comment "Meaning = has part. As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#part), a property indicating that one entity includes another entity."@en .