Relation DOC.TRANSLATOR


Slots on this relation:

Documentation:
Named primary editors of a document.
Instance-Of: Relation
Arity: 2
Range: Person

Other Related Axioms:

(=> (Doc.Translator $X $Y) (Person $Y))

(=> (Doc.Translator ?Doc ?Translator)
    (Or (Book ?Doc) (Proceedings ?Doc)))

(= Ref.Translator (Compose Agent.Name Doc.Translator Ref.Document))