Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add europeana cho data #20

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ datasets:
website: https://bs.aalto.fi
file: bs_data.ttl
namespace: http://data.intavia.eu/bs


- id: europeana_cho
name: "Europeana CHO data"
description: "Cultural heritage object (CHO) data ingested from Europeana."
website: https://www.europeana.eu
file: europeana-cho-idm.ttl
namespace: http://data.intavia.eu/europeana
3 changes: 3 additions & 0 deletions datasets/europeana-cho-idm.ttl
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell the data on the producing artists seems to be missing. There is production events and from the production a bioc:had_participant_in_role, but the role and the E21_Person seem to be missing. I think thats why the new data is still not showing up in the network visualizations.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is some data on the Role (rdf:type) and Person (bioc:bearer_of and owl:sameAs) instances in the data. But what is missing, are the rdf:type triples for Persons:

[person] a E21_Person
[person] a idmcore:Person_Proxy .

I will add these. Let me know if there are some other properties that are missing, and should be added.

Here's an example of the current data:

<https://www.intavia.eu/production_event/data.europeana.eu/proxy/europeana/91627/SMVK_EM_fotografi_1855313>
        rdf:type                      crm:E12_Production;
        bioc:had_participant_in_role  <https://www.intavia.org/idm/role/producing_artist/www.wikidata.org/entity/Q15998678>;
        bioc:occured_in_the_presence_of_in_role
                <https://www.intavia.org/idm/role/produced_cho/data.europeana.eu/proxy/europeana/91627/SMVK_EM_fotografi_1855313>;
        crm:P11_had_participant       <http://data.europeana.eu/agent/base/144676>;
        crm:P7_took_place_at          <http://data.europeana.eu/place/base/216254> .

<https://www.intavia.org/idm/role/producing_artist/www.wikidata.org/entity/Q15998678>
        rdf:type  idmrole:producing_artist .

<http://data.europeana.eu/agent/base/144676>
        bioc:bearer_of  <https://www.intavia.org/idm/role/producing_artist/www.wikidata.org/entity/Q15998678>;
        owl:sameAs      <http://www.wikidata.org/entity/Q15998678> .

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to confirm: the rdf:type triples for Persons were added in
afcdd39

Git LFS file not shown
Loading