crm:P32_used_general_technique leaf node


URI

http://www.cidoc-crm.org/cidoc-crm/P32_used_general_technique

Label

P32 used general technique

Description

Scope note:
This property identifies the technique or method that was employed in an activity.
These techniques should be drawn from an external E55 Type hierarchy of consistent terminology of general techniques or methods such as embroidery, oil-painting, carbon dating, etc. Specific documented techniques should be described as instances of E29 Design or Procedure. This property identifies the technique that was employed in an act of modification.

Examples:
- ornamentation of silver cup 113 (E11) used general technique gold-plating (E55) (Design or Procedure Type)

Usage

DOMAINPROPERTYRANGE
crm:E7_Activity crm:P32_used_general_technique crm:E55_Type

Implementation

@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:P32_used_general_technique a owl:ObjectProperty ;
    rdfs:label "P32 used general technique"@en ;
    rdfs:comment """Scope note:
This property identifies the technique or method that was employed in   an activity. 
These techniques should be drawn from an external E55 Type hierarchy of consistent terminology of general techniques or methods such as embroidery, oil-painting, carbon dating, etc. Specific documented techniques should be described as instances of E29 Design or Procedure. This property identifies the technique that was employed in an act of modification. 


Examples:
- ornamentation of silver cup 113 (E11) used general technique gold-plating (E55) (Design or Procedure Type)"""@en ;
    rdfs:domain crm:E7_Activity ;
    rdfs:range crm:E55_Type ;
    rdfs:subPropertyOf crm:P125_used_object_of_type ;
    owl:equivalentProperty ecrm:P32_used_general_technique ;
    owl:inverseOf crm:P32i_was_technique_of ;
    skos:notation "P32"^^xsd:string .