cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

N10s 4.3.0.0 Turtle-Star integration of additional relation properties

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".
2 REPLIES 2

Hi
You can model that relationship as a seperate object and then compose it with specified object.

THANKING you
Yours faithfully
Sameer S Gijare

Hi Sameer,

Good message, but maybe you can make it more concrete.
Thank you

Regards,
Sergey