summaryrefslogtreecommitdiff
path: root/rdf/waste.sdm
blob: a7a3de88ea7f1082398a367ef6f917cfcbb0e41c (plain)
  1. module waste base <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/rdf/> is
  2. entity Citizen
  3. entity Host
  4. entity WasteCollector
  5. structure Garbage is
  6. isgrosserThan -> Trash
  7. end
  8. structure Trash is
  9. isgrosserThan -> Rubbish
  10. end
  11. structure Rubbish is
  12. isgrosserThan -> Waste
  13. end
  14. structure Waste is
  15. isgrosserThan -> Litter
  16. end
  17. structure Litter is
  18. isgrosserThan -> Refuse
  19. end
  20. end