conflict:has_items leaf node


URI

http://purl.com/net/conflict#has_items

Label

has_items

Usage

DOMAINPROPERTYRANGE
conflict:Museum_collection conflict:has_items conflict:Physical

Implementation

@prefix : <http://purl.com/net/conflict#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:has_items a owl:ObjectProperty ;
    rdfs:domain :Museum_collection ;
    rdfs:range :Physical .