From ad2a34ed0bcfebc2f0dda57c8aaf7677e597430b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 29 Apr 2024 08:27:05 +0200 Subject: add class TrashType --- rdf/waste.sdm | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'rdf') diff --git a/rdf/waste.sdm b/rdf/waste.sdm index b89a6bb..df5655b 100644 --- a/rdf/waste.sdm +++ b/rdf/waste.sdm @@ -12,7 +12,7 @@ module waste action unknown - furnishedWith -> {1..9} Bin + furnishedWith -> {10} Bin inhabitedBy -> {1..4} Resident end @@ -27,10 +27,47 @@ module waste action unknown + forTrashTypeType -> TrashType binCapacity -> BinCapacity binSpareCapacity -> BinSpareCapacity end + enum TrashType of + @owl:equivalentClass = unsigned + Food is + @rdf:value = 1 + @skos:prefLabel = "Food waste"@en, "Mad"@da + end + Paper is + @rdf:value = 2 + @skos:prefLabel = "Paper"@en, "Papir"@da + end + Cardboard is + @rdf:value = 3 + end + Metal is + @rdf:value = 4 + end + Glass is + @rdf:value = 5 + end + Plastic is + @rdf:value = 6 + end + Textiles is + @rdf:value = 7 + end + Cartons is + @rdf:value = 8 + end + Residual is + @rdf:value = 9 + end + Hazardous is + @rdf:value = 10 + end + end + event BinEmptied source Bin is binEmptied -> Bin binEmptiedBy -> Resident -- cgit v1.2.3