@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
crm:P32i_was_technique_of a owl:ObjectProperty ;
rdfs:label "P32 was technique of"@en ;
rdfs:domain crm:E55_Type ;
rdfs:range crm:E7_Activity ;
rdfs:subPropertyOf crm:P125i_was_type_of_object_used_in ;
owl:equivalentProperty ecrm:P32i_was_technique_of ;
owl:inverseOf crm:P32_used_general_technique ;
skos:notation "P32i"^^xsd:string .