diff options
author | David Robillard <d@drobilla.net> | 2021-03-11 13:40:13 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-11 13:40:13 -0500 |
commit | 89321be2808471f99437e1effef0c83be4688b57 (patch) | |
tree | 32ba79dd0d509cd738585d5f75804421d2363f50 | |
parent | 253346878c9127afbe60e69f0afa3e64632a20c7 (diff) | |
download | lv2-89321be2808471f99437e1effef0c83be4688b57.tar.xz |
Fix whitespace in xsd.ttl
-rw-r--r-- | schemas.lv2/xsd.ttl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/schemas.lv2/xsd.ttl b/schemas.lv2/xsd.ttl index 54d3ad8..d22687b 100644 --- a/schemas.lv2/xsd.ttl +++ b/schemas.lv2/xsd.ttl @@ -166,7 +166,7 @@ xsd:float xsd:fractionDigits a rdf:Property , - owl:DatatypeProperty ; + owl:DatatypeProperty ; rdfs:comment "The total number of digits to the right of the decimal point required to represent a value." ; rdfs:label "fraction digits" ; rdfs:range xsd:nonNegativeInteger . @@ -277,25 +277,25 @@ xsd:long xsd:maxExclusive a rdf:Property , - owl:DatatypeProperty ; + owl:DatatypeProperty ; rdfs:comment "The exclusive upper bound of an ordered datatype." ; rdfs:label "max exclusive" . xsd:maxInclusive a rdf:Property , - owl:DatatypeProperty ; + owl:DatatypeProperty ; rdfs:comment "The inclusive upper bound of an ordered datatype." ; rdfs:label "max inclusive" . xsd:minExclusive a rdf:Property , - owl:DatatypeProperty ; + owl:DatatypeProperty ; rdfs:comment "The exclusive lower bound of an ordered datatype." ; rdfs:label "min exclusive" . xsd:minInclusive a rdf:Property , - owl:DatatypeProperty ; + owl:DatatypeProperty ; rdfs:comment "The inclusive lower bound of an ordered datatype." ; rdfs:label "min inclusive" . @@ -346,7 +346,7 @@ xsd:normalizedString xsd:pattern a rdf:Property , - owl:DatatypeProperty ; + owl:DatatypeProperty ; rdfs:comment "A regular expression that matches complete valid literals." ; rdfs:label "pattern" . @@ -425,7 +425,7 @@ xsd:token xsd:totalDigits a rdf:Property , - owl:DatatypeProperty ; + owl:DatatypeProperty ; rdfs:comment "The maximum number of decimal digits required to represent a value." ; rdfs:label "total digits" ; rdfs:range xsd:positiveInteger . |