Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-10-2021 07:12 AM
Unexpected integration of the Turtle* file below. Can't find the way to present an additional type of relation as literal property
dcterms:type <URN:HierarchicalRelationshipType_1_IRI>;
Any ideas?
@Jesus I remember we discussed this issue during our call with WoltersKluwer...
Thank you
####################################
#nodes
<URN:NodeА_IRI> a pcicore:WorkCollection
dcterms:type <URN:NodeType_1_IRI>;
dcterms:title "Node A Title".
<URN:NodeB_IRI> a frbr:Work ;
dcterms:type <URN:NodeType_2_IRI>;
frbr:partOf <URN:NodeА_IRI>;
dcterms:title "Node B Title".
<URN:NodeC_IRI> a frbr:Work ;
dcterms:type <URN:NodeType_2_IRI>;
frbr:partOf <URN:NodeА_IRI>;
dcterms:title "Node C Title".
#relations
<< <URN:NodeA_IRI> pcicore:relatesToChild <URN:NodeB_IRI> >>
dcterms:type <URN:HierarchicalRelationshipType_1_IRI>;
pcicore:hasSortKey "1".
# reverse connection
<< <URN:NodeB_IRI> pcicore:relatesToParent <URN:NodeA_IRI> >>
dcterms:type <URN:HierarchicalRelationshipType_1_IRI>;
pcicore:hasSortKey "1".
<< <URN:NodeA_IRI> pcicore:relatesToChild <URN:NodeC_IRI> >>
dcterms:type <URN:HierarchicalRelationshipType_1_IRI>;
pcicore:hasSortKey "2".
# reverse connection
<< <URN:NodeC_IRI> pcicore:relatesToParent <URN:NodeA_IRI> >>
dcterms:type <URN:HierarchicalRelationshipType_1_IRI>;
pcicore:hasSortKey "2".
09-04-2021 07:53 AM
Hi
You can model that relationship as a seperate object and then compose it with specified object.
THANKING you
Yours faithfully
Sameer S Gijare
09-06-2021 12:37 AM
Hi Sameer,
Good message, but maybe you can make it more concrete.
Thank you
Regards,
Sergey
All the sessions of the conference are now available online