summaryrefslogtreecommitdiff
path: root/rdf/waste.sdm
blob: 164c976d7190cca74adff6410d3ab5b5b5549b98 (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