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

co:elementOf rdfs:label "is element of"@en ;
    rdfs:comment "The link to a collection in which the object is member."@en ;
    rdfs:isDefinedBy co: ;
    owl:inverseOf co:element .

