Claudio Atzori 2020-05-29 15:34:40 +02:00
parent 9a30a5aced
commit 40ffb93b32
1 changed files with 1 additions and 1 deletions

@ -44,7 +44,7 @@ The materialization of the Graph named **G_p** is finally prepared to be mapped
The OpenAIRE scholarly graph is a collection of interlinked objects represented according to a given schema where both nodes and edges in the graph conform to it. The schema declares the set of properties that characterize each entity type as well as the properties that allows to characterize the edges. The schema is defined in the maven module `dhp-schema`.
Each materialzation of the Graph **G_** is encoded as a set of files and directories, one directory per entity type, plus one directory holding all the relationships. Note that although the schema includes a hiearachy of entities (e.g. Publication is a subclass of Result), only actual classes materialize as tables. Each file contains newline-delimited JSON records, produced by the serialization of each corresponding object.
Each materialzation of the Graph **G_** is encoded as a set of files and directories, one directory per entity type, plus one directory holding all the relationships. Note that although the schema includes a hierarchy of entities (e.g. Publication is a subclass of Result), only actual classes materialize as tables. Each file contains newline-delimited JSON records, produced by the serialization of each corresponding object.