DOREMUS-ANR / marc2rdf

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

Extracting of the dedicatee #48

Closed pasqLisena closed 6 years ago

pasqLisena commented 7 years ago

The dedication note (plain text) has a very regular syntax. We should apply simple parsing for applying the dedicatee (mus:U44_has_dedication_statement \ ecrm:P67_refers_to).

Some examples

SELECT DISTINCT ?note
WHERE { 
  ?s mus:U44_has_dedication_statement / ecrm:P3_has_note ?note
} LIMIT 1000

Related query: https://github.com/DOREMUS-ANR/knowledge-base/blob/master/query-examples/23.rq