s4agri:contains
SAREF4AGRI was developed later than SAREF4BLDG, it adds a subPropertyOf to geo:sfContains, and the comment is too succint ``` s4agri:contains rdf:type owl:ObjectProperty ; owl:inverseOf s4agri:isContainedIn . rdfs:comment "contains"@en ; rdfs:label "contains"@en ; **rdfs:subPropertyOf geo:sfContains** . ``` See issue https://labs.etsi.org/rep/saref/saref-portal/-/issues/9 , and proposal to create saref:contains here: https://labs.etsi.org/rep/saref/saref-core/-/issues/55
issue