blob: a7a3de88ea7f1082398a367ef6f917cfcbb0e41c (
plain)
- module waste base <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/rdf/> is
- entity Citizen
- entity Host
- entity WasteCollector
- structure Garbage is
- isgrosserThan -> Trash
- end
- structure Trash is
- isgrosserThan -> Rubbish
- end
- structure Rubbish is
- isgrosserThan -> Waste
- end
- structure Waste is
- isgrosserThan -> Litter
- end
- structure Litter is
- isgrosserThan -> Refuse
- end
- end
|