crm:P65_shows_visual_item leaf node


URI

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

Label

P65 shows visual item

Description

Scope note:
This property documents an E36 Visual Item shown by an instance of E24 Physical Man-Made Thing.

This property is similar to P62 depicts (is depicted by) in that it associates an item of E24 Physical Man-Made Thing with a visual representation. However, P65 shows visual item (is shown by) differs from the P62 depicts (is depicted by) property in that it makes no claims about what the E36 Visual Item is deemed to represent. E36 Visual Item identifies a recognisable image or visual symbol, regardless of what this image may or may not represent.

For example, all recent British coins bear a portrait of Queen Elizabeth II, a fact that is correctly documented using P62 depicts (is depicted by). Different portraits have been used at different periods, however. P65 shows visual item (is shown by) can be used to refer to a particular portrait.
P65 shows visual item (is shown by) may also be used for Visual Items such as signs, marks and symbols, for example the 'Maltese Cross' or the 'copyright symbol’ that have no particular representational content.

This property is part of the fully developed path from E24 Physical Man-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity which is shortcut by, P62 depicts (is depicted by).

Examples:
- My T-Shirt (E22) shows visual item Mona Lisa (E38)

In First Order Logic: P65(x,y) ⊃ E24(x)
P65(x,y) ⊃ E36(y)
P65(x,y) ⊃ P128(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E24_Physical_Man-Made_Thing crm:P65_shows_visual_item crm:E36_Visual_Item

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:P65_shows_visual_item a owl:ObjectProperty ;
    rdfs:label "P65 shows visual item"@en ;
    rdfs:comment """Scope note:
This property documents an E36 Visual Item shown by an instance of E24 Physical Man-Made Thing.

This property is similar to P62 depicts (is depicted by) in that it associates an item of E24 Physical Man-Made Thing with a visual representation. However, P65 shows visual item (is shown by) differs from the P62 depicts (is depicted by) property in that it makes no claims about what the E36 Visual Item is deemed to represent. E36 Visual Item identifies a recognisable image or visual symbol, regardless of what this image may or may not represent.

For example, all recent British coins bear a portrait of Queen Elizabeth II, a fact that is correctly documented using P62 depicts (is depicted by). Different portraits have been used at different periods, however. P65 shows visual item (is shown by) can be used to refer to a particular portrait.
P65 shows visual item (is shown by) may also be used for Visual Items such as signs, marks and symbols, for example the 'Maltese Cross' or the 'copyright symbol’ that have no particular representational content.

This property is part of the fully developed path from E24 Physical Man-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity which is shortcut by, P62 depicts (is depicted by).

Examples:
- My T-Shirt (E22) shows visual item Mona Lisa (E38)

In First Order Logic: P65(x,y) ⊃ E24(x)
P65(x,y) ⊃ E36(y)
P65(x,y) ⊃ P128(x,y)"""@en ;
    rdfs:domain crm:E24_Physical_Man-Made_Thing ;
    rdfs:range crm:E36_Visual_Item ;
    rdfs:subPropertyOf crm:P128_carries ;
    owl:equivalentProperty ecrm:P65_shows_visual_item ;
    owl:inverseOf crm:P65i_is_shown_by ;
    skos:notation "P65"^^xsd:string .