aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom.lv2/atom.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/atom.lv2/atom.ttl')
-rw-r--r--lv2/atom.lv2/atom.ttl5
1 files changed, 2 insertions, 3 deletions
diff --git a/lv2/atom.lv2/atom.ttl b/lv2/atom.lv2/atom.ttl
index bdeaebf..064d274 100644
--- a/lv2/atom.lv2/atom.ttl
+++ b/lv2/atom.lv2/atom.ttl
@@ -161,7 +161,7 @@ atom:Resource
rdfs:subClassOf atom:Object ;
rdfs:label "Resource" ;
rdfs:comment "A named collection of properties with a URI." ;
- owl:deprecated "true"^^xsd:boolean ;
+ owl:deprecated true ;
atom:cType "LV2_Atom_Object" .
atom:Blank
@@ -169,7 +169,7 @@ atom:Blank
rdfs:subClassOf atom:Object ;
rdfs:label "Blank" ;
rdfs:comment "An anonymous collection of properties without a URI." ;
- owl:deprecated "true"^^xsd:boolean ;
+ owl:deprecated true ;
atom:cType "LV2_Atom_Object" .
atom:Sound
@@ -244,4 +244,3 @@ atom:atomTransfer
a ui:PortProtocol ;
rdfs:label "atom transfer" ;
rdfs:comment "A port protocol for transferring atoms." .
-