Skip to content

Commit cbb7a1a

Browse files
authored
Avoid conflating enum and types. (#4624)
Issue #4599 did conflate a type and an enumeration, which is not handled well by several systems downstream. This removes this conflation.
1 parent d9d1c65 commit cbb7a1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data/ext/pending/issue-3057.ttl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:isPartOf <https://pending.schema.org> ;
1010
:source <https://github.com/schemaorg/schemaorg/issues/3057> ;
1111
rdfs:comment "Enumerates some common technology platforms, for use with properties such as [[actionPlatform]]. It is not supposed to be comprehensive - when a suitable code is not enumerated here, textual or URL values can be used instead. These codes are at a fairly high level and do not deal with versioning and other nuance. Additional codes can be suggested [in github](https://github.com/schemaorg/schemaorg/issues/3057). " ;
12-
rdfs:subClassOf :Enumeration, :OperatingSystem .
12+
rdfs:subClassOf :Enumeration .
1313

1414
:DesktopWebPlatform a :DigitalPlatformEnumeration ;
1515
rdfs:label "DesktopWebPlatform" ;
@@ -40,4 +40,3 @@
4040
:isPartOf <https://pending.schema.org> ;
4141
:source <https://github.com/schemaorg/schemaorg/issues/3057> ;
4242
rdfs:comment "Represents the broad notion of iOS-based operating systems." .
43-

0 commit comments

Comments
 (0)