http://www.cidoc-crm.org/cidoc-crm/P72_has_language
Scope note:
This property describes the E56 Language of an E33 Linguistic Object.
Linguistic Objects are composed in one or more human Languages. This property allows these languages to be documented.
Examples:
- the American Declaration of Independence (E33) has language 18th Century English (E56)
In First Order Logic:
P72(x,y) ⊃ E33(x)
P72(x,y) ⊃ E56(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E33_Linguistic_Object | crm:P72_has_language | crm:E56_Language |
@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:P72_has_language a owl:ObjectProperty ;
rdfs:label "P72 has language"@en ;
rdfs:comment """Scope note:
This property describes the E56 Language of an E33 Linguistic Object.
Linguistic Objects are composed in one or more human Languages. This property allows these languages to be documented.
Examples:
- the American Declaration of Independence (E33) has language 18th Century English (E56)
In First Order Logic:
P72(x,y) ⊃ E33(x)
P72(x,y) ⊃ E56(y)"""@en ;
rdfs:domain crm:E33_Linguistic_Object ;
rdfs:range crm:E56_Language ;
owl:equivalentProperty ecrm:P72_has_language ;
owl:inverseOf crm:P72i_is_language_of ;
skos:notation "P72"^^xsd:string .