DOREMUS-ANR / marc2rdf

Converter from UNIMARC/INTERMARC to RDF using the DOREMUS model
Apache License 2.0
6 stars 0 forks source link

[PP] Lieux dans des lieux #89

Open ccecconi opened 6 years ago

ccecconi commented 6 years ago

Les lieux ne sont plus emboîtés les uns dans les autres (ex : L'ampithéâtre faisant partie de la Cité de la musique). Est-ce normal ?

Ex : Cité de la musique : http://data.doremus.org/place/a54c7c26-ed3e-3312-87ae-3324614d454a

pasqLisena commented 6 years ago

I need more info for checking this :) which record you are speaking about?

Consider that we use ecrm:P89_falls_within for places.

Query

select ?s as ?inside
   sample(?label) as ?insideLabel
   sample(?label2) as ?outsideLabel 
   ?o as ?outside
where { 
   ?s rdfs:label ?label ;
     ecrm:P89_falls_within ?o.
   ?o rdfs:label ?label2
}
ccecconi commented 6 years ago

For example, in the following foreseen concert, we can see that the "Grande Salle" doesn't "fall within" the Philharmonie : http://data.doremus.org/performance/5f2a7d29-3758-3297-bbd1-0ffb27bb9e93

The mapping of the foreseen performances indicates how to find which place is in which other place. Except for the ones of this list : https://docs.google.com/spreadsheets/d/130yI9C2_8EUc1E9dXcH2eZPl2U95JO68WlPU9pmw724 This should also be done for audio and video concerts but I saw a problem with the conversion. I will create an special issue.

pasqLisena commented 6 years ago

If it is a problem of euterpe, I just fixed it here. Tell me if there are other cases in ALOES please