crm:P71_lists leaf node


URI

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

Label

P71 lists

Description

Scope note:
This property documents a source E32 Authority Document for an instance of an E1 CRM Entity.

Examples:
- the Art & Architecture Thesaurus (E32) lists alcazars (E55)

In First Order Logic:
P71(x,y) ⊃ E32(x)
P71(x,y) ⊃ E1(y)
P71(x,y) ⊃ P67(x,y)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E32_Authority_Document crm:P71_lists crm:E1_CRM_Entity

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:P71_lists a owl:ObjectProperty ;
    rdfs:label "P71 lists"@en ;
    rdfs:comment """Scope note:
This property documents a source E32 Authority Document for an instance of an E1 CRM Entity.

Examples:
- the Art & Architecture Thesaurus (E32) lists alcazars (E55)

In First Order Logic:
P71(x,y) ⊃ E32(x)
P71(x,y) ⊃ E1(y)
P71(x,y) ⊃ P67(x,y)"""@en ;
    rdfs:domain crm:E32_Authority_Document ;
    rdfs:range crm:E1_CRM_Entity ;
    rdfs:subPropertyOf crm:P67_refers_to ;
    owl:equivalentProperty ecrm:P71_lists ;
    owl:inverseOf crm:P71i_is_listed_in ;
    skos:notation "P71"^^xsd:string .