blob: 7eb97cd11c292f06714d6364cb9c3706bb0e6d8c (
plain)
- module waste waste_view <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/waste/> is
- ; Grossness: https://english.stackexchange.com/a/272409
- import [ dc skos xsd ]
- @skos:prefLabel = "Waste perception Ontology"@en
- @dc:description = "Ways that waste can be subjectively perceived"@en
- @dc:created = @xsd:date(2024-04-27)
- @dc:creator = <https://dr.jones.dk/me/#me>
- @dc:license = <https://spdx.org/licenses/AGPL-3.0-or-later>
- enum Commodity of
- @owl:equivalentClass = unsigned
- Refuse is
- @rdf:value = 1
- end
- Litter is
- @rdf:value = 2
- end
- Waste is
- @rdf:value = 3
- end
- Rubbish is
- @rdf:value = 4
- end
- Trash is
- @rdf:value = 5
- end
- Garbage is
- @rdf:value = 6
- end
- end
- enum Grossness of
- @owl:equivalentClass = unsigned
- Refuse is
- @rdf:value = 1
- end
- Litter is
- @rdf:value = 2
- end
- Waste is
- @rdf:value = 3
- end
- Rubbish is
- @rdf:value = 4
- end
- Trash is
- @rdf:value = 5
- end
- Garbage is
- @rdf:value = 6
- end
- end
- end
|