diff options
author | David Robillard <d@drobilla.net> | 2021-03-11 13:33:42 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-11 13:33:42 -0500 |
commit | 253346878c9127afbe60e69f0afa3e64632a20c7 (patch) | |
tree | 9a1b1d9b5fbe60ebc1c6b019acea6a5582140c09 | |
parent | ff22f1d357f278b1b3fd1eb2fd8354cd6c6a226a (diff) | |
download | lv2-253346878c9127afbe60e69f0afa3e64632a20c7.tar.xz |
Remove subclass cycle
It's unfortunate to diverge from the canonical document, but most of these
third-party schemas already do anyway. This may be technically fine according
to rdfs (I'm not sure), but it's better for the LV2 universe as a whole to
consistently eliminate such things.
-rw-r--r-- | schemas.lv2/dct.ttl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/schemas.lv2/dct.ttl b/schemas.lv2/dct.ttl index 5cdd504..d8fd196 100644 --- a/schemas.lv2/dct.ttl +++ b/schemas.lv2/dct.ttl @@ -22,8 +22,7 @@ dcterms:AgentClass dcterms:description "Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers."@en-us ; rdfs:comment "A group of agents."@en-us ; rdfs:isDefinedBy dcterms: ; - rdfs:label "Agent Class"@en-us ; - rdfs:subClassOf dcterms:AgentClass . + rdfs:label "Agent Class"@en-us . dcterms:LicenseDocument a rdfs:Class ; |