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.

71 lines
2.0KB

  1. From 89321be2808471f99437e1effef0c83be4688b57 Mon Sep 17 00:00:00 2001
  2. From: David Robillard <d@drobilla.net>
  3. Date: Thu, 11 Mar 2021 13:40:13 -0500
  4. Subject: [PATCH] Fix whitespace in xsd.ttl
  5. ---
  6. schemas.lv2/xsd.ttl | 14 +++++++-------
  7. 1 file changed, 7 insertions(+), 7 deletions(-)
  8. diff --git a/schemas.lv2/xsd.ttl b/schemas.lv2/xsd.ttl
  9. index 54d3ad8c..d22687b3 100644
  10. --- a/schemas.lv2/xsd.ttl
  11. +++ b/schemas.lv2/xsd.ttl
  12. @@ -166,7 +166,7 @@ xsd:float
  13. xsd:fractionDigits
  14. a rdf:Property ,
  15. - owl:DatatypeProperty ;
  16. + owl:DatatypeProperty ;
  17. rdfs:comment "The total number of digits to the right of the decimal point required to represent a value." ;
  18. rdfs:label "fraction digits" ;
  19. rdfs:range xsd:nonNegativeInteger .
  20. @@ -277,25 +277,25 @@ xsd:long
  21. xsd:maxExclusive
  22. a rdf:Property ,
  23. - owl:DatatypeProperty ;
  24. + owl:DatatypeProperty ;
  25. rdfs:comment "The exclusive upper bound of an ordered datatype." ;
  26. rdfs:label "max exclusive" .
  27. xsd:maxInclusive
  28. a rdf:Property ,
  29. - owl:DatatypeProperty ;
  30. + owl:DatatypeProperty ;
  31. rdfs:comment "The inclusive upper bound of an ordered datatype." ;
  32. rdfs:label "max inclusive" .
  33. xsd:minExclusive
  34. a rdf:Property ,
  35. - owl:DatatypeProperty ;
  36. + owl:DatatypeProperty ;
  37. rdfs:comment "The exclusive lower bound of an ordered datatype." ;
  38. rdfs:label "min exclusive" .
  39. xsd:minInclusive
  40. a rdf:Property ,
  41. - owl:DatatypeProperty ;
  42. + owl:DatatypeProperty ;
  43. rdfs:comment "The inclusive lower bound of an ordered datatype." ;
  44. rdfs:label "min inclusive" .
  45. @@ -346,7 +346,7 @@ xsd:normalizedString
  46. xsd:pattern
  47. a rdf:Property ,
  48. - owl:DatatypeProperty ;
  49. + owl:DatatypeProperty ;
  50. rdfs:comment "A regular expression that matches complete valid literals." ;
  51. rdfs:label "pattern" .
  52. @@ -425,7 +425,7 @@ xsd:token
  53. xsd:totalDigits
  54. a rdf:Property ,
  55. - owl:DatatypeProperty ;
  56. + owl:DatatypeProperty ;
  57. rdfs:comment "The maximum number of decimal digits required to represent a value." ;
  58. rdfs:label "total digits" ;
  59. rdfs:range xsd:positiveInteger .