Thank you for the explanation, and I'll look forward to the "fix."
I agree that the spec seems to be out of alignment with the intended use.


On Monday, April 20, 2015 at 5:40:27 PM UTC-5, Holger Knublauch wrote:
>
>  Hi Liana,
>
> this goes back to the official OWL 2 vocabulary published at the URL of 
> the OWL namespace. It states
>
> owl:deprecated a owl:AnnotationProperty ;
>      rdfs:label "deprecated" ;
>      rdfs:comment "The annotation property that indicates that a given entity 
> has been deprecated." ;
>      rdfs:domain rdfs:Resource ;
>      rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> 
> <http://www.w3.org/2002/07/owl#> ;
>      rdfs:range rdfs:Resource . 
>
>
> which means that the values of owl:deprecated may be anything. For 
> properties with the range of rdfs:Resource, TopBraid assumes that the 
> values are resources, so there is no input widget for xsd:boolean values.
>
> Looking through the spec, it is unclear why they didn't set the range to 
> xsd:boolean, so I guess I'll just make this change to our system vocabulary 
> for the next version, and you'll then get the boolean editor. The only 
> value that this property is ever taking seems to be "true".
>
> Thanks,
> Holger
>
>
>
> On 4/21/2015 7:04, Liana Kiff wrote:
>  
> I am wondering if there is a correct syntax to get the form editor to let 
> me specify  "true" ^^xsd:boolean  as the value of the owl:deprecated 
> property when I add it to a class (or instance) in the editor.  I can force 
> this value into the source code as an rdf statement  [owl:deprecated 
> "true"^^xsd:boolean ;] , but not into the form editor, which expects a 
> fully defined rdf:Resource.  Is there a trick to the syntax I should use in 
> this case, or is there no other way than to switch to Source view? 
>
>  It seems strange that it should be so hard to add this property and 
> value, when the only reason to add this property in the first place is to 
> specify the value "true."
>
>  -Liana
>  -- 
> You received this message because you are subscribed to the Google Group 
> "TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
> Network (EVN), Reference Data Manager (RDM), TopBraid Composer, TopBraid 
> Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
> To post to this group, send email to [email protected] 
> <javascript:>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "TopBraid Suite Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>  

-- 
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), Reference Data Manager (RDM), TopBraid Composer, TopBraid Live, 
TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to [email protected]
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to