https://purl.org/peco/peco-core#has_property_of_interest
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix peco-core: <https://purl.org/peco/peco-core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
peco-core:has_property_of_interest a owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf peco-core:is_property_of_interest_of .