core:part leaf node


URI

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

Label

has part

Description

A part of an endeavour.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:part 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#> .
@prefix skos: <http://www.w3.org/2008/05/skos#> .

core:part a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "has part"@en ;
    rdfs:comment "A part of an endeavour."@en ;
    rdfs:subPropertyOf core:relatedEndeavour ;
    owl:inverseOf core:partOf ;
    skos:note "Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive."@en .