Files

41 lines
672 B
Plaintext
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
# open database pgraph1;
# query p1 loadgraph;
query p1
AuthorP feed
match1b ['
(
(theater Venue ( (Name "Theatre Royal") ))
STREET
( Street
CITY
(
(newcastle City ( (Name "Newcastle") ))
)
)
VENUE <-
( Performance
PERFORMANCE_OF
(
Production
PRODUCTION_OF
(
(play Play)
w WROTE_PLAY <-
(
(bard Author ( (Lastname "Shakespeare") ))
)
)
)
)
)',
'( ((w Year) > 1608 ))',
'( ((theater Name) Name) ((play Title) Playtitle) ((newcastle Name) CityName) ((bard Lastname) BardName) ((w Year) Year ) )',
'AuthorP feed'
];