<relation>
<relation> (relación) describe cualquier tipo de relación o vínculo entre un determinato grupo de personas. [14.3.2.3 Personal Relationships]<a href="https://translate.tei-c.org/translate.html?edit=relation.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a> | |||||||||||||||||||||||||
Módulo | namesdates — Names, Dates, People, and Places | ||||||||||||||||||||||||
Atributos |
|
||||||||||||||||||||||||
Contenido en |
core: listBibl
namesdates: event listEvent listNym listObject listOrg listPerson listPlace listRelation
|
||||||||||||||||||||||||
Puede contener |
core: desc
|
||||||||||||||||||||||||
Nota |
Only one of the attributes active and mutual may be supplied; the attribute passive may be supplied only if the attribute active is supplied. Not all of these constraints can be enforced in all schema languages. |
||||||||||||||||||||||||
Ejemplo |
<relation type="social" name="supervisor"
active="#p1" passive="#p2 #p3 #p4"/> This indicates that the person with identifier p1 is supervisor of persons p2, p3, and p4. |
||||||||||||||||||||||||
Ejemplo |
<relation type="personal" name="friends"
mutual="#p2 #p3 #p4"/> This indicates that p2, p3, and p4 are all friends. |
||||||||||||||||||||||||
Ejemplo |
<relation type="CRM"
name="P89_falls_within" active="http://id.clarosnet.org/places/metamorphoses/place/italy-orvieto" passive="http://id.clarosnet.org/places/metamorphoses/country/IT"/> This indicates that there is a relation, defined by CIDOC CRM, between two resources identified by URLs. |
||||||||||||||||||||||||
Ejemplo |
<relation resp="http://viaf.org/viaf/44335536/"
ref="http://purl.org/saws/ontology#isVariantOf" active="http://www.ancientwisdoms.ac.uk/cts/urn:cts:greekLit:tlg3017.Syno298.sawsGrc01:divedition.divsection1.o14.a107" passive="http://data.perseus.org/citations/urn:cts:greekLit:tlg0031.tlg002.perseus-grc1:9.35"/> This example records a relationship, defined by the SAWS ontology, between a passage of text identified by a CTS URN, and a variant passage of text in the Perseus Digital Library, and assigns the identification of the relationship to a particular editor (all using resolvable URIs). |
||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:relation"> <sch:assert test="@ref or @key or @name">One of the attributes @name, @ref or @key must be supplied</sch:assert> </sch:rule> |
||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:relation"> <sch:report test="@active and @mutual">Only one of the attributes @active and @mutual may be supplied</sch:report> </sch:rule> |
||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:relation"> <sch:report test="@passive and not(@active)">the attribute @passive may be supplied only if the attribute @active is supplied</sch:report> </sch:rule> |
||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||
Declaración |
<rng:element name="relation"> element relation { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.canonical.attributes, att.datable.attributes, att.datable.custom.attributes, att.datable.iso.attributes, att.datable.w3c.attributes, att.editLike.attributes, att.sortable.attributes, att.typed.attributes, attribute name { teidata.enumerated }?, ( attribute active { list { teidata.pointer+ } }? | attribute mutual { list { teidata.pointer+ } }? ), attribute passive { list { teidata.pointer+ } }?, desc? } |