Smalyshev added a comment.

Another option for novalue - doing what WDTK does:

  subject [ a <http://www.w3.org/2002/07/owl#Class>
      <http://www.w3.org/2002/07/owl#complementOf> [
             a <http://www.w3.org/2002/07/owl#Restriction>;
             <http://www.w3.org/2002/07/owl#onProperty> property;
             <http://www.w3.org/2002/07/owl#someValuesFrom> 
<http://www.w3.org/2002/07/owl#Thing> ]
  ]

Of course, we can extract the big scary class out and do something like this:

  wd:Q23 a wdno:P23.
  wdno:P23 [ a owl:Class owl: complementOf [ a owl: Restriction;  
owl:onProperty p:P23; owl:someValuesFrom owl:Thing ] ]

and reuse `wdno:P23` everywhere for the same property.


TASK DETAIL
  https://phabricator.wikimedia.org/T95441

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Smalyshev
Cc: Bene, JanZerebecki, gerritbot, Aklapper, Manybubbles, mkroetzsch, daniel, 
Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude



_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to