aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-03-11 13:33:42 -0500
committerDavid Robillard <d@drobilla.net>2021-03-11 13:33:42 -0500
commit253346878c9127afbe60e69f0afa3e64632a20c7 (patch)
tree9a1b1d9b5fbe60ebc1c6b019acea6a5582140c09
parentff22f1d357f278b1b3fd1eb2fd8354cd6c6a226a (diff)
downloadlv2-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.ttl3
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 ;