summaryrefslogtreecommitdiff
path: root/rdf/waste.sdm
blob: 08c387c49bd523e6010adc7be1ad92a22537bd7e (plain)
  1. module waste action <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/rdf/> is
  2. import [ dc skos xsd ]
  3. import [ waste_view ]
  4. entity Resident is
  5. identity personId -> unknown
  6. viewsWasteAs -> waste_view:Grossness
  7. emptiesBinsPerMonth -> {0..20} BinPurge
  8. end
  9. entity Household is
  10. identity apartmentId -> unknown
  11. contains -> {1..9} Bin
  12. inhabitedBy -> {1..4} Resident
  13. end
  14. ; entity Host is
  15. ; provides -> Container
  16. ; end
  17. entity WasteCollector
  18. structure BinPurge is
  19. movesWasteFrom -> Bin
  20. movesWasteTo -> Container
  21. end
  22. structure Bin
  23. structure Container
  24. structure Incinerator
  25. end