http://www.cidoc-crm.org/cidoc-crm/P70_documents
Scope note:
This property describes the CRM Entities documented by instances of E31 Document.
Documents may describe any conceivable entity, hence the link to the highest-level entity in the CRM hierarchy. This property is intended for cases where a reference is regarded as being of a documentary character, in the scholarly or scientific sense.
Examples:
- the British Museum catalogue (E31) documents the British Museum's Collection (E78)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E31_Document | crm:P70_documents | crm:E1_CRM_Entity |
@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:P70_documents a owl:ObjectProperty ;
rdfs:label "P70 documents"@en ;
rdfs:comment """Scope note:
This property describes the CRM Entities documented by instances of E31 Document.
Documents may describe any conceivable entity, hence the link to the highest-level entity in the CRM hierarchy. This property is intended for cases where a reference is regarded as being of a documentary character, in the scholarly or scientific sense.
Examples:
- the British Museum catalogue (E31) documents the British Museum's Collection (E78)"""@en ;
rdfs:domain crm:E31_Document ;
rdfs:range crm:E1_CRM_Entity ;
rdfs:subPropertyOf crm:P67_refers_to ;
owl:equivalentProperty ecrm:P70_documents ;
owl:inverseOf crm:P70i_is_documented_in ;
skos:notation "P70"^^xsd:string .