Re: [Moderator Action] [Dbpedia-discussion] intended semantics of fourth column values in DBpedia N-quads (ACTION-144)

On 22 February 2012 19:55, Ted Thibodeau Jr <tthibodeau@openlinksw.com> wrote:
> 
> On Feb 8, 2012, at 03:28 PM, Jimmy O'Regan wrote:
>> On 8 February 2012 19:23, Ted Thibodeau Jr <tthibodeau@openlinksw.com> wrote:
>>>   <http://dbpedia.org/resource/Academy_Award_for_Best_Art_Direction>
>>>   <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
>>>   <http://www.w3.org/2002/07/owl#Thing>
>>>   <http://en.wikipedia.org/wiki/Academy_Award_for_Best_Art_Direction#absolute-line=1>
>>> 
>>> This appears to suggest that the { ?s ?p ?o } triplet was extracted
>>> from the resource at the URI in the ?c position -- but the fragment
>>> identifier breaks that suggestion, as the above triple simply
>>> doesn't come from line 1 of either the Wikipedia markup source --
>>> 
>>>   {{Infobox award
>> 
>> That's the line it was generated from. The mapping for this template
>> (http://mappings.dbpedia.org/index.php/Mapping:Infobox_award) has a
>> 'map to class' for
>> http://mappings.dbpedia.org/index.php/OntologyClass:Award, which in
>> turn has rdfs:subClassOf owl:Thing
> 
> 
> 
> Ah!  So "absolute-line=1" is meant to refer to the line *of the
> DBpedia mapping* which caused the triple to be generated?
> 

No. The first line of the Wikipedia text contains '{{Infobox award'.
The mapping for 'Infobox award' has a
'map to class' for
http://mappings.dbpedia.org/index.php/OntologyClass:Award, which in
turn has rdfs:subClassOf owl:Thing.

'map to class' basically means
$(article containing this template) a $(class to map to) .
which, in this case, is OntologyClass:Award, and, because that
contains an rdfs:subClassOf, owl:Thing.

'absolute-line' refers to the Wikipedia text.


-- 
<Sefam> Are any of the mentors around?
<jimregan> yes, they're the ones trolling you

Received on Thursday, 23 February 2012 08:03:59 UTC