Ticket #66 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Locales in RDF should use dc:title, not foaf:name

Reported by: earle Owned by: dom
Priority: normal Milestone: 0.52
Component: openguides Version: svn
Severity: normal Keywords: rdf
Cc:

Description

     <foaf:based_near>
       <wn:Neighborhood>
         <foaf:name>Streatham</foaf:name>
       </wn:Neighborhood>
     </foaf:based_near>

foaf:name has a domain of foaf:Person, which is disjoint with wn:Neighbourhood. dc:title would be more appropriate.

Attachments

patch (362 bytes) - added by ChristopherSchmidt 3 years ago.
fix

Change History

Changed 3 years ago by earle

  • status changed from new to assigned

Changed 3 years ago by ChristopherSchmidt

fix

Changed 3 years ago by ChristopherSchmidt

One line fix. I think this is the only place that wn:Neighborhood is generated.

Changed 3 years ago by earle

  • component changed from london.openguides.org to openguides

Changed 3 years ago by earle

I'm actually thinking of re-writing this section of the rdf to use WAIL. Something like:

<wail:locatedIn>
  <wail:Neighborhood>
    <wail:name>Streatham</wail:name>
  </wail:Neighborhood>
</wail:locatedIn>

It seems very appropriate for our purposes. What do you think? (Note: WAIL could also be used to define nested locales, a different and interesting wishlist item.)

Changed 3 years ago by dom

  • milestone set to 0.52

I will include ChristopherSchmidt?'s patch for now.

Changed 3 years ago by dom

  • owner changed from earle to dom
  • status changed from assigned to new

Changed 3 years ago by dom

  • status changed from new to assigned

Changed 3 years ago by dom

  • status changed from assigned to closed
  • resolution set to fixed

(In [741]) Locales in RDF now use dc:title, not foaf:name, Fixes #66

Changed 3 years ago by dom

(In [744]) Test fixup, references #66

Changed 3 years ago by dom

(In [745]) Sigh, and the rest. References #66

Note: See TracTickets for help on using tickets.