Re: Is there a "has" predicate?

What are the options?  What are the best options?

Alice <apples> 10 .

Alice <hasApples> 10 .

Alice <has> _:apples .
_:apples <count> 10 .
_:apples <variety> "Macintosh" .

Alice <has> _:apples2 .
_:apples2 <count> 2 .
_:apples2 <variety> "Braeburn" .

Or with facets, i.e. edge attributes a la dgraph: https://docs.dgraph.io/query-language/#facets-edge-attributes

Alice <has> <apple> (count=10, since=20180201T12:00:00, weight=4.5^^<lbs>) .

Or

_:apples <isA> <apple> .
_:apples <variety> "Braeburn" .
Alice <has> _:apples (count=10, since=20180201T12:00:00) .

Stephen

On 3/8/18 7:49 AM, Dan Brickley wrote:
> has...
>
> - two shopping bags (in her hands right now)
> - measles
> - a headache
> - an idea
> - regrets
> - a timeshare villa in spain
> - brown hair
> - a phd in pharmacology
> - enemies
> - a red car
> - an illustrated copy of Euclid's Elements
> - a movie ticket for next tuesday
>
> etc etc
>
> We have an infrastructure now that lets us use dedicated vocabulary for many diffferent situations. "has" is so general I can't 
> see how you'd make use of it. Perhaps there is a more restricted sense (like "is currently carrying" for physical items, or 
> "owns") that would be more actionable information?
>
> DAN
>
>
> On 8 Mar 2018 07:08, "Melvin Carvalho" <melvincarvalho@gmail.com <mailto:melvincarvalho@gmail.com>> wrote:
>
>     e.g.
>
>     Alice has 10^^<#apples>
>
>
>

-- 
Stephen D. Williams sdw@lig.net stephendwilliams@gmail.com LinkedIn: http://sdw.st/in
V:650-450-UNIX (8649) V:866.SDW.UNIX V:703.371.9362 F:703.995.0407
AIM:sdw Skype:StephenDWilliams Yahoo:sdwlignet Resume: http://sdw.st/gres
Personal: http://sdw.st facebook.com/sdwlig twitter.com/scienteer

Received on Thursday, 8 March 2018 21:43:29 UTC