polifonia-project / KG_data_transformation

Script and services to extract data from raw files JSON,csv,tsv and create Polifonia KG
0 stars 0 forks source link

Add binary relations to places #24

Closed ccolonna closed 2 years ago

ccolonna commented 2 years ago

Binary relations like:

mp:Recording core:hasArtistBirthPlace core:Place mp:Recording core:hasRecordingProcessSessionPlace core:Place mp:Recording core:hasArtistCountryPlace core:Place

The three properties should have core:hasPlace as super property in the ontology. At the moment an edge like :recording_1 core:hasPlace :artist_birthplace will be explicitly add to the KG to push the process faster for sonar demo purpose .

These proeprties will simplify queries.