http://purl.org/spar/cito/providesMethodFor
The cited entity details a method that is used in work described by the citing entity.
@prefix : <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:providesMethodFor a owl:ObjectProperty ;
rdfs:label "provides method for"@en ;
rdfs:comment "The cited entity details a method that is used in work described by the citing entity."@en ;
rdfs:subPropertyOf :isCitedBy ;
owl:inverseOf :usesMethodIn .