oa:#item


URI

http://www.w3.org/ns/oa#item

Label

item

Description

The relationship between a multiplicity construct node and its constituent resources.

There MUST be 1 or more item relationships for each multiplicity construct oa:Choice, oa:Composite and oa:List.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) oa:#item owl:Thing (inferred)

Implementation

@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

oa:item a owl:ObjectProperty ;
    rdfs:label "item"@en ;
    rdfs:comment """The relationship between a multiplicity construct node and its constituent resources.

There MUST be 1 or more item relationships for each multiplicity construct oa:Choice, oa:Composite and oa:List."""@en ;
    rdfs:isDefinedBy oa: ;
    rdfs:subPropertyOf rdfs:member .