schema1:isPartOf leaf node


URI

http://schema.org/isPartOf

Label

isPartOf

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema1:isPartOf owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema1: <http://schema.org/> .

schema1:isPartOf a owl:ObjectProperty,
        owl:TransitiveProperty .