http://www.w3.org/ns/oa#item
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.
@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 .