schema1:hasPart


URI

http://schema.org/hasPart

Label

hasPart

Sub Property

Usage

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

Implementation

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

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