External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.0KB

  1. From 253346878c9127afbe60e69f0afa3e64632a20c7 Mon Sep 17 00:00:00 2001
  2. From: David Robillard <d@drobilla.net>
  3. Date: Thu, 11 Mar 2021 13:33:42 -0500
  4. Subject: [PATCH] Remove subclass cycle
  5. It's unfortunate to diverge from the canonical document, but most of these
  6. third-party schemas already do anyway. This may be technically fine according
  7. to rdfs (I'm not sure), but it's better for the LV2 universe as a whole to
  8. consistently eliminate such things.
  9. ---
  10. schemas.lv2/dct.ttl | 3 +--
  11. 1 file changed, 1 insertion(+), 2 deletions(-)
  12. diff --git a/schemas.lv2/dct.ttl b/schemas.lv2/dct.ttl
  13. index 5cdd5047..d8fd1962 100644
  14. --- a/schemas.lv2/dct.ttl
  15. +++ b/schemas.lv2/dct.ttl
  16. @@ -22,8 +22,7 @@ dcterms:AgentClass
  17. dcterms:description "Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers."@en-us ;
  18. rdfs:comment "A group of agents."@en-us ;
  19. rdfs:isDefinedBy dcterms: ;
  20. - rdfs:label "Agent Class"@en-us ;
  21. - rdfs:subClassOf dcterms:AgentClass .
  22. + rdfs:label "Agent Class"@en-us .
  23. dcterms:LicenseDocument
  24. a rdfs:Class ;