Skip to content

Commit

Permalink
Merge pull request #36 from InTaVia/prefect/provenance_graph-19-01-2024
Browse files Browse the repository at this point in the history
add new data from prefect/provenance_graph-19-01-2024
  • Loading branch information
sennierer authored Jan 19, 2024
2 parents 8ea97f5 + 44c9ee6 commit 7a9597b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
7 changes: 7 additions & 0 deletions datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ datasets:
website: https://apis.acdh.oeaw.ac.at
file: apis_data.ttl
namespace: http://data.intavia.eu/oebl
- id: data-provenance
name: "Data Provenance Graph"
description: ""
website: ""
file: provenance_graph.ttl
namespace: http://www.intavia.eu/data_provenace/
- id: provided-persons
name: "Provided Entities Graph for Persons"
description: ""
website: ""
file: provided_entities_graph.ttl
namespace: http://www.intavia.eu/provided_person/

34 changes: 34 additions & 0 deletions datasets/provenance_graph.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
@prefix ns1: <http://www.intavia.eu/idm-prov/> .
@prefix ns2: <http://www.intavia.eu/idm-prefect/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/id_source> a prov:Entity ;
ns1:source_graph <http://www.intavia.eu/graphs/person-id-enrichment> .

<http://www.intavia.eu/idm-prov/activity/30efd850-c01d-4c46-8caa-ef0286445fc7> a prov:Activity ;
ns2:flow_name "create-provided-entities-flow" ;
ns2:flow_run_version "not available" ;
prov:endedAtTime "2024-01-19T11:21:15.146942"^^xsd:dateTime ;
prov:generated <http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/target> ;
prov:startedAtTime "2024-01-19T11:18:54.363359"^^xsd:dateTime ;
prov:used <http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/0>,
<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/1>,
<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/2>,
<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/3> .

<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/0> a prov:Entity ;
ns1:source_graph <http://apis.acdh.oeaw.ac.at/data/v5> .

<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/1> a prov:Entity ;
ns1:source_graph <http://ldf.fi/nbf/data> .

<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/2> a prov:Entity ;
ns1:source_graph <http://data.biographynet.nl> .

<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/source/3> a prov:Entity ;
ns1:source_graph <http://www.intavia.eu/sbi> .

<http://www.intavia.eu/idm-prov/30efd850-c01d-4c46-8caa-ef0286445fc7/target> a prov:Entity ;
ns1:target_graph <http://www.intavia.eu/graphs/provided_persons> .

0 comments on commit 7a9597b

Please sign in to comment.