From 84a720304750920c1c9cc581f72bf41ac6606604 Mon Sep 17 00:00:00 2001 From: sundog358 Date: Thu, 20 Aug 2026 20:47:55 -0700 Subject: [PATCH] Clarify ULAN predicate in relationship example --- docs/model/assertion/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/model/assertion/index.md b/docs/model/assertion/index.md index 0aae5236..60d6f070 100644 --- a/docs/model/assertion/index.md +++ b/docs/model/assertion/index.md @@ -206,6 +206,7 @@ top = model.Person(ident="bol/1", label="Ferdinand Bol") top.identified_by = vocab.PrimaryName(content="Ferdinand Bol") aa = model.AttributeAssignment() aa.assigned = model.Person(ident="rembrandt", label="Rembrandt") +aa.assigned_property = "http://vocab.getty.edu/ontology#ulan1102_student_of" aa.identified_by = vocab.DisplayName(content="Student Of") top.attributed_by = aa ```