- From: <martin.hepp@ebusiness-unibw.org>
- Date: Mon, 20 Oct 2014 23:15:23 +0200
- To: Simon Spero <sesuncedu@gmail.com>
- Cc: Thad Guidry <thadguidry@gmail.com>, Charles McCathie Nevile <chaals@yandex-team.ru>, W3C Web Schemas Task Force <public-vocabs@w3.org>, Dan Brickley <danbri@google.com>, "Wallis,Richard" <Richard.Wallis@oclc.org>, "Peter F.Patel-Schneider" <pfpschneider@gmail.com>, Karen Coyle <kcoyle@kcoyle.net>, Dan Scott <dan@coffeecode.net>, Jeff Young <jyoung@oclc.org>
On 20 Oct 2014, at 22:03, Simon Spero <sesuncedu@gmail.com> wrote: > The fundamental questions: > > 1) does the set of all Persons include the set of all Fictional Persons? yes, otherwise we would need a joint super-type anyway for those persons of whom we do not know or do not agree whether they are real or fictional. > > 2) if not, is it important to avoid conflating the two sets? I do not think so. > > 3) suppose it were necessary to model entities corresponding to the spirits of dead people - for example, if the authorship of a book is attributed to the Spirit of William Shakespeare. Does the solution for fictional things generalize? I don't know, but I also think we can defer the issue of spirits and other phenomena for now. > > 4) What is the domain and range of a fictionalized property, in the non-fictional context? I would say that most properties for Person will also work for fictitious persons. Except maybe for vatID and taxID ;-) But if a retired IRS staff member writes a novel, even that will not be unthinkable. There will be beautiful short stories of fictitious persons living on volcanoes with fax numbers ;-) Martin > > Simon > > On Oct 20, 2014 3:46 PM, "Thad Guidry" <thadguidry@gmail.com> wrote: > So this is very much like... > > Richard's proposal : http://www.w3.org/wiki/WebSchemas/FictionalThing > > Where he does something like: > > <div itemscope itemtype="http://schema.org/Place"> > <link itemprop="additionalType" href="http://schema.org/FictionalThing"/> > City of: <span itemprop="name">Paris</span><br/> > > But Jeff, your saying to perhaps do something like: > > <div itemscope itemtype="http://schema.org/Place" fictional="true"> > City of: <span itemprop="name">Paris</span><br/> > > Yes ? No ? > > > On Mon, Oct 20, 2014 at 2:29 PM, Young,Jeff (OR) <jyoung@oclc.org> wrote: > If the movie and the director are both fictional, then schema:fictional=true could be assigned to both separately. The relationship between them would be schema:director (which doesn’t need to be tagged as “fictional”). > > > > The fact that a fictional movie might happen to be schema:genre=”Science fiction” is merely a coincidence. > > > > Jeff > > > > From: Thad Guidry [mailto:thadguidry@gmail.com] > Sent: Monday, October 20, 2014 3:23 PM > To: Young,Jeff (OR) > Cc: chaals@yandex-team.ru; Dan Scott; Dan Brickley; Peter F.Patel-Schneider; Wallis,Richard; martin.hepp@ebusiness-unibw.org; Karen Coyle; <public-vocabs@w3.org> > Subject: Re: Person and fictional Re: VideoGame proposal > > > > Jeff... ok... > > > > Is this... > > schema:fictional false; # to be pedantic about it > > > > A property to be used on ANY Schema.org Type ? How would it work against say... > > > > <div itemscope itemtype ="http://schema.org/Movie"> > <h1 itemprop="name">Avatar</h1> > <span>Director: <span itemprop="director">James Cameron</span> (born August 16, 1954)</span> > <span itemprop="genre">Science fiction</span> > <a href="../movies/avatar-theatrical-trailer.html" itemprop="trailer">Trailer</a> > </div> > > > What would the changes needed look like on the code above , if both itemtype="http://schema.org/Movie" and itemprop="director" were both Fictional ? > > > > -- > > -Thad > > +ThadGuidry > Thad on LinkedIn > > > > On Mon, Oct 20, 2014 at 10:58 AM, Young,Jeff (OR) <jyoung@oclc.org> wrote: > > Here’s how I imagine splitting the hair: > > > > _:A0 > > a schema:Book; > > schema:name “Anna Karenina”; > > schema:fictional false; # to be pedantic about it > > schema:about _:A1; > > schema:genre “Fiction”; > > . > > > > _:A1 > > a schema:Person; > > schema:fictional true; > > schema:name “Anna Karenina”; > > . > > > > > > > > > > > -- > -Thad > +ThadGuidry > Thad on LinkedIn
Received on Monday, 20 October 2014 21:15:51 UTC