Skip to content

Instantly share code, notes, and snippets.

@menneni
Created September 3, 2018 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save menneni/66e9ad2cd59e29289771c3366cc8dc93 to your computer and use it in GitHub Desktop.
Save menneni/66e9ad2cd59e29289771c3366cc8dc93 to your computer and use it in GitHub Desktop.
_:PERSON1 <person_name> “PERSON1” . #
_:PERSON2 <person_name> “PERSON2” . #
_:PERSON3 <person_name> “PERSON3” . #
_:profile1 <profile_id> “z1” . #
_:profile2 <profile_id> “z2” . #
_:profile3 <profile_id> “z3” . #
_:profile4 <profile_id> “z4” . #
_:profile5 <profile_id> “z5” . #
_:profile6 <profile_id> “z6” . #
_:profile7 <profile_id> “z7” . #
_:profile8 <profile_id> “z8” . #
_:profile1 <post_value> _:profile8 (score=60,field=“post_value”,match=“B”,value=“AAB”) . #
_:profile1 <post_value> _:profile7 (score=70,field=“post_value”,match=“A”,value=“AAB”) . #
_:profile2 <post_value> _:profile7 (score=65,field=“post_value”,match=“BA”,value=“AAB”) . #
_:profile2 <post_value> _:profile5 (score=85,field=“post_value”,match=“AB”,value=“AAB”) . #
_:profile4 <post_value> _:profile5 (score=80,field=“post_value”,match=“AB”,value=“AABB”) . #
_:profile6 <post_value> _:profile5 (score=90,field=“post_value”,match=“AB”,value=“BAA”) . #
_:profile8 <post_value> _:profile1 (score=60,field=“post_value”,match=“AAB”,value=“B”) . #
_:profile7 <post_value> _:profile1 (score=70,field=“post_value”,match=“AAB”,value=“A”) . #
_:profile7 <post_value> _:profile2 (score=65,field=“post_value”,match=“AAB”,value=“BA”) . #
_:profile5 <post_value> _:profile2 (score=85,field=“post_value”,match=“AAB”,value=“AB”) . #
_:profile5 <post_value> _:profile4 (score=80,field=“post_value”,match=“AABB”,value=“AB”) . #
_:profile5 <post_value> _:profile6 (score=90,field=“post_value”,match=“BAA”,value=“AB”) . #
_:profile1 <belongs_to> _:PERSON1 . #
_:profile2 <belongs_to> _:PERSON1 . #
_:profile3 <belongs_to> _:PERSON1 . #
_:profile4 <belongs_to> _:PERSON1 . #
_:profile6 <belongs_to> _:PERSON2 . #
_:profile7 <belongs_to> _:PERSON2 . #
_:profile8 <belongs_to> _:PERSON2 . #
_:profile5 <belongs_to> _:PERSON3 . #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment