blob: 9101ffb2f38f3c91fc7036d7846d40df3cd24126 (
plain)
- module view waste_view <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/waste/view#> 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
|