Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-11 | Fix pattern restrictions in xsd.ttl | David Robillard | 1 | -12/+14 | |
This fixes the patterns to properly match the spec (several were too strict or otherwise impresive), and also reduces the regex syntax used to a basic and nearly universal subset (without the use of counted replication) that should be supported and handled consistently by even a very basic implementation. | |||||
2021-03-11 | Fix whitespace in xsd.ttl | David Robillard | 1 | -7/+7 | |
2021-03-11 | Remove subclass cycle | David Robillard | 1 | -2/+1 | |
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. | |||||
2021-03-11 | Add missing class label | David Robillard | 1 | -1/+3 | |
2019-01-10 | Fix xsd.ttl style | David Robillard | 1 | -35/+19 | |
2018-10-28 | Add more information to xsd.ttl | David Robillard | 1 | -22/+149 | |
2018-10-28 | Re-serialise xsd.ttl | David Robillard | 1 | -67/+75 | |
Equivalent content, this is just to minimize the diff for the following commit. | |||||
2018-06-03 | Remove invalid statement from doap ontology | David Robillard | 1 | -1/+2 | |
2018-06-03 | Fix pattern for xsd:double to make exponent optional | David Robillard | 1 | -1/+1 | |
2018-05-27 | Fix incorrect pattern for xsd:byte | David Robillard | 1 | -2/+0 | |
2015-04-05 | Clean up external vocabularies. | David Robillard | 13 | -2049/+959 | |
When these are shown in a UI, it was an awful mess. This strips a lot of junk that is useless in an LV2 context, and cleans up the labels to have a consistent style. | |||||
2015-04-05 | Fix incorrect xsd:date regexp. | David Robillard | 1 | -1/+1 | |
2015-04-04 | Add schemas manifest. | David Robillard | 1 | -0/+50 | |
2015-04-01 | Install schema bundle for host/utility support. | David Robillard | 14 | -0/+4206 | |