crm:P130_shows_features_of


URI

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

Label

P130 shows features of

Description

Scope note:
This property generalises the notions of "copy of" and "similar to" into a dynamic, asymmetric relationship, where the domain expresses the derivative, if such a direction can be established.
Otherwise, the relationship is symmetric. It is a shortcut of P15 was influenced by (influenced) in a creation or production, if such a reason for the similarity can be verified. Moreover it expresses similarity in cases that can be stated between two objects only, without historical knowledge about its reasons.

Examples:
- the Parthenon Frieze on the Acropolis in Athens (E22) shows features of the Original Parthenon Frieze in the British museum (E22). Kind of similarity: Copy (E55)

In First Order Logic:
P130 (x,y) ⊃ E70(x)
P130 (x,y) ⊃ E70(y)
P130(x,y,z) ⊃ [P130(x,y) ∧ E55(z)]
P130(x,y) ⊃ P130(y,x)

Properties: P130.1 kind of similarity: E55 Type

Usage

DOMAINPROPERTYRANGE
crm:E70_Thing crm:P130_shows_features_of crm:E70_Thing

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:P130_shows_features_of a owl:ObjectProperty ;
    rdfs:label "P130 shows features of"@en ;
    rdfs:comment """Scope note:
This property generalises the notions of "copy of" and "similar to" into a dynamic, asymmetric relationship, where the domain expresses the derivative, if such a direction can be established.
Otherwise, the relationship is symmetric. It is a shortcut of P15 was influenced by (influenced) in a creation or production, if such a reason for the similarity can be verified. Moreover it expresses similarity in cases that can be stated between two objects only, without historical knowledge about its reasons.

Examples:
- the Parthenon Frieze on the Acropolis in Athens (E22) shows features of the Original Parthenon Frieze in the British museum (E22). Kind of similarity: Copy (E55)

In First Order Logic:
P130 (x,y) ⊃ E70(x)
P130 (x,y) ⊃ E70(y)
P130(x,y,z) ⊃ [P130(x,y) ∧ E55(z)]
P130(x,y) ⊃ P130(y,x)

Properties: P130.1 kind of similarity: E55 Type"""@en ;
    rdfs:domain crm:E70_Thing ;
    rdfs:range crm:E70_Thing ;
    owl:equivalentProperty ecrm:P130_shows_features_of ;
    owl:inverseOf crm:P130i_features_are_also_found_on ;
    skos:notation "P130"^^xsd:string .