diff --git a/datasets/social-network/data.tql b/datasets/social-network/data.tql index 65d9f6b..a560589 100644 --- a/datasets/social-network/data.tql +++ b/datasets/social-network/data.tql @@ -876,7 +876,7 @@ match $person-0 isa person; $person-0 has id "BobbieMoreno546"; $person-1 isa pe # social relation match $person-0 isa person; $person-0 has id "SarahGiven225"; $person-1 isa person; $person-1 has id "DorothyGardner851"; insert $social-relation (friend: $person-0, friend: $person-1) isa friendship; # post -match $page isa page; $page has id "FrankieLorenz269"; $profile isa profile; $profile has id "FrankieLorenz269"; $place isa place; $place has id "plc-71545a137a1d40068d723104f77383c1"; insert $post isa text-post; $post has post-id "pst-01275a6388da491ba1f6c8770212585b"; $post has post-text "Excited to start my #newjob today! #firstday #career"; $post has creation-timestamp 2023-07-16T14:45:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#firstday"; $post has tag "#career"; $post has tag "#newjob"; $location (place: $place, located: $post) isa location; +match $page isa page; $page has id "FrankieLorenz269"; $profile isa profile; $profile has id "FrankieLorenz269"; $place isa place; $place has id "plc-71545a137a1d40068d723104f77383c1"; insert $post isa text-post; $post has post-id "pst-01275a6388da491ba1f6c8770212585b"; $post has post-text "Excited to start my #newjob today! #firstday #career"; $post has creation-timestamp 2023-07-16T14:45:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#career"; $post has tag "#firstday"; $post has tag "#newjob"; $location (place: $place, located: $post) isa location; # comment match $parent isa content; $parent has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-9aca0c4ad24e41049dd26234213124bd"; $comment has comment-text "Congrats @FrankieLorenz269! Hope everything goes well on your first day."; $comment has creation-timestamp 2023-07-16T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment @@ -884,27 +884,27 @@ match $parent isa content; $parent has id "cmt-9aca0c4ad24e41049dd26234213124bd" # comment match $parent isa content; $parent has id "cmt-9aca0c4ad24e41049dd26234213124bd"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-329cd43a775143fabdb62ff314e16706"; $comment has comment-text "Thanks @WilliamRing568 and @PatriciaShelman960! It’s been a great start so far."; $comment has creation-timestamp 2023-07-16T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@WilliamRing568"; $comment has tag "@PatriciaShelman960"; # comment -match $parent isa content; $parent has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-e583847f852d4ee58061fd30d9073286"; $comment has comment-text "Good luck @FrankieLorenz269! First days are tough, but you’ll be fine."; $comment has creation-timestamp 2023-07-16T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-e583847f852d4ee58061fd30d9073286"; $comment has comment-text "Good luck @FrankieLorenz269! First days are tough, but you’ll be fine."; $comment has creation-timestamp 2023-07-16T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "cmt-e583847f852d4ee58061fd30d9073286"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-111868f86a4a4e0e989a95009f13d2fb"; $comment has comment-text "@ValerieChesser891 True that! I remember my first day was super stressful, but it gets better."; $comment has creation-timestamp 2023-07-16T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; +match $parent isa content; $parent has id "cmt-e583847f852d4ee58061fd30d9073286"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-111868f86a4a4e0e989a95009f13d2fb"; $comment has comment-text "@JohnRugg309 True that! I remember my first day was super stressful, but it gets better."; $comment has creation-timestamp 2023-07-16T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; # comment -match $parent isa content; $parent has id "cmt-111868f86a4a4e0e989a95009f13d2fb"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-3bfb255eed0d4418ad58bce989745cd7"; $comment has comment-text "Exactly, the first week is the hardest."; $comment has creation-timestamp 2023-07-16T16:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "cmt-111868f86a4a4e0e989a95009f13d2fb"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-3bfb255eed0d4418ad58bce989745cd7"; $comment has comment-text "Exactly, the first week is the hardest."; $comment has creation-timestamp 2023-07-16T16:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-61c61ae46a594b07ada678063a19607d"; $comment has comment-text "Awesome news @FrankieLorenz269! Let us know how it goes at the end of the day."; $comment has creation-timestamp 2023-07-16T16:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-61c61ae46a594b07ada678063a19607d"; $comment has comment-text "Awesome news @FrankieLorenz269! Let us know how it goes at the end of the day."; $comment has creation-timestamp 2023-07-16T16:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # post -match $page isa page; $page has id "AnthonyRansom097"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $post isa text-post; $post has post-id "pst-0a8bc856c3ed49b7b9df727561994015"; $post has post-text "What’s everyone’s thoughts on the new #smartphone that just came out? I’m considering upgrading, but not sure if it’s worth it. #tech #upgrade"; $post has creation-timestamp 2022-11-10T12:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#upgrade"; $post has tag "#tech"; $post has tag "#smartphone"; +match $page isa page; $page has id "AnthonyRansom097"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $post isa text-post; $post has post-id "pst-0a8bc856c3ed49b7b9df727561994015"; $post has post-text "What’s everyone’s thoughts on the new #smartphone that just came out? I’m considering upgrading, but not sure if it’s worth it. #tech #upgrade"; $post has creation-timestamp 2022-11-10T12:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#smartphone"; $post has tag "#tech"; $post has tag "#upgrade"; # comment match $parent isa content; $parent has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-074f3be044f24133b45c88409da28338"; $comment has comment-text "I’ve heard mixed reviews. Some people say it’s amazing, but others are having issues with battery life. Maybe wait for a few software updates?"; $comment has creation-timestamp 2022-11-10T13:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-074f3be044f24133b45c88409da28338"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-5e12425cb42f435798d97f4a95331356"; $comment has comment-text "I agree with @ValerieChesser891. I always wait a couple of months before getting a new phone to see if any issues pop up."; $comment has creation-timestamp 2022-11-10T13:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; +match $parent isa content; $parent has id "cmt-074f3be044f24133b45c88409da28338"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-5e12425cb42f435798d97f4a95331356"; $comment has comment-text "I agree with @ValerieChesser891. I always wait a couple of months before getting a new phone to see if any issues pop up."; $comment has creation-timestamp 2022-11-10T13:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; # comment -match $parent isa content; $parent has id "cmt-074f3be044f24133b45c88409da28338"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-743397f1ad5b4bb2965af699d3bb63d7"; $comment has comment-text "Good point @ValerieChesser891 and @BarbaraCriswell869, might be worth waiting a bit to see how things go."; $comment has creation-timestamp 2022-11-10T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; $comment has tag "@ValerieChesser891"; +match $parent isa content; $parent has id "cmt-074f3be044f24133b45c88409da28338"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-743397f1ad5b4bb2965af699d3bb63d7"; $comment has comment-text "Good point @ValerieChesser891 and @MaryBrown547, might be worth waiting a bit to see how things go."; $comment has creation-timestamp 2022-11-10T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; $comment has tag "@MaryBrown547"; # comment -match $parent isa content; $parent has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-845c21e7988d4e4aa266a107a408001f"; $comment has comment-text "I’ve had it for a week now, and I love it! The camera is incredible, and I haven’t noticed any battery issues so far."; $comment has creation-timestamp 2022-11-10T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-845c21e7988d4e4aa266a107a408001f"; $comment has comment-text "I’ve had it for a week now, and I love it! The camera is incredible, and I haven’t noticed any battery issues so far."; $comment has creation-timestamp 2022-11-10T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-845c21e7988d4e4aa266a107a408001f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-1a6f0c9af1f7490f80709bd41790a6b7"; $comment has comment-text "@MaryBrown547 How’s the display? I’ve heard it’s a bit dim compared to the previous model."; $comment has creation-timestamp 2022-11-10T13:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-845c21e7988d4e4aa266a107a408001f"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-1a6f0c9af1f7490f80709bd41790a6b7"; $comment has comment-text "@BarbaraCriswell869 How’s the display? I’ve heard it’s a bit dim compared to the previous model."; $comment has creation-timestamp 2022-11-10T13:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; # comment -match $parent isa content; $parent has id "cmt-1a6f0c9af1f7490f80709bd41790a6b7"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-062d7f7a45da41f39a7e256db6ffe12c"; $comment has comment-text "It’s not too bad, to be honest. I haven’t had any issues with brightness even in sunlight."; $comment has creation-timestamp 2022-11-10T13:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "cmt-1a6f0c9af1f7490f80709bd41790a6b7"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-062d7f7a45da41f39a7e256db6ffe12c"; $comment has comment-text "It’s not too bad, to be honest. I haven’t had any issues with brightness even in sunlight."; $comment has creation-timestamp 2022-11-10T13:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-c5a918d19eed443ca4536074b13de531"; $comment has comment-text "I’m still using my phone from three years ago and it works just fine. Is the upgrade really necessary?"; $comment has creation-timestamp 2022-11-10T14:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -912,91 +912,91 @@ match $parent isa content; $parent has id "cmt-c5a918d19eed443ca4536074b13de531" # comment match $parent isa content; $parent has id "cmt-3503c56e61004dbda2ca9fe8a8aa7d13"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-51cd2c07a8f74b61b9d2b2de92bba701"; $comment has comment-text "@AnthonyRansom097 I say if your current phone still works well, maybe hold off. But if you’re really excited about the new features, why not treat yourself?"; $comment has creation-timestamp 2022-11-10T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # post -match $page isa page; $page has id "SarahGiven225"; $profile isa profile; $profile has id "SarahGiven225"; insert $post isa text-post; $post has post-id "pst-e93b4418b17041ed9b040be38f41d3e4"; $post has post-text "Just finished watching that new #documentary about #space exploration. Honestly, mind-blowing stuff. Anyone else seen it? #science"; $post has creation-timestamp 2021-03-22T10:45:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#documentary"; $post has tag "#space"; $post has tag "#science"; +match $page isa page; $page has id "SarahGiven225"; $profile isa profile; $profile has id "SarahGiven225"; insert $post isa text-post; $post has post-id "pst-e93b4418b17041ed9b040be38f41d3e4"; $post has post-text "Just finished watching that new #documentary about #space exploration. Honestly, mind-blowing stuff. Anyone else seen it? #science"; $post has creation-timestamp 2021-03-22T10:45:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#documentary"; $post has tag "#science"; $post has tag "#space"; # comment match $parent isa content; $parent has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-e4ad24e2824d4e969fe253b079801aaa"; $comment has comment-text "Yes! I watched it last night. It’s amazing how far we’ve come in terms of technology and understanding the universe."; $comment has creation-timestamp 2021-03-22T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-e4ad24e2824d4e969fe253b079801aaa"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-74747f6f2dbd46e5b844c2ac729bd820"; $comment has comment-text "@PatriciaShelman960 Totally agree. The part about the Mars missions was incredible. I had no idea the level of detail involved in planning those."; $comment has creation-timestamp 2021-03-22T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; +match $parent isa content; $parent has id "cmt-e4ad24e2824d4e969fe253b079801aaa"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-74747f6f2dbd46e5b844c2ac729bd820"; $comment has comment-text "@PatriciaShelman960 Totally agree. The part about the Mars missions was incredible. I had no idea the level of detail involved in planning those."; $comment has creation-timestamp 2021-03-22T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; # comment match $parent isa content; $parent has id "cmt-74747f6f2dbd46e5b844c2ac729bd820"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-6a8d3e8420fe452b96fe23018c3af69e"; $comment has comment-text "Right? The precision and planning required are just mind-blowing. I can’t imagine the pressure the scientists and engineers are under."; $comment has creation-timestamp 2021-03-22T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-e4ad24e2824d4e969fe253b079801aaa"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-90a2b8e1141b4896a0924d2b41229d75"; $comment has comment-text "The Mars section was my favorite too, @JohnRugg309. The rover landing footage was so surreal."; $comment has creation-timestamp 2021-03-22T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; +match $parent isa content; $parent has id "cmt-e4ad24e2824d4e969fe253b079801aaa"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-90a2b8e1141b4896a0924d2b41229d75"; $comment has comment-text "The Mars section was my favorite too, @DorothyGardner851. The rover landing footage was so surreal."; $comment has creation-timestamp 2021-03-22T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment -match $parent isa content; $parent has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-d26d028dd1f14ee795e9718e816480fa"; $comment has comment-text "I haven’t seen it yet. Is it more focused on past missions or future exploration?"; $comment has creation-timestamp 2021-03-22T12:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-d26d028dd1f14ee795e9718e816480fa"; $comment has comment-text "I haven’t seen it yet. Is it more focused on past missions or future exploration?"; $comment has creation-timestamp 2021-03-22T12:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-d26d028dd1f14ee795e9718e816480fa"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-3f9bbcfc742c4905bbcab3eadcff697d"; $comment has comment-text "@DorothyGardner851 It covers both, but there’s a lot of emphasis on the future, especially Mars and beyond. Definitely worth a watch."; $comment has creation-timestamp 2021-03-22T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-d26d028dd1f14ee795e9718e816480fa"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-3f9bbcfc742c4905bbcab3eadcff697d"; $comment has comment-text "@SoilaMcafee389 It covers both, but there’s a lot of emphasis on the future, especially Mars and beyond. Definitely worth a watch."; $comment has creation-timestamp 2021-03-22T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; # comment -match $parent isa content; $parent has id "cmt-3f9bbcfc742c4905bbcab3eadcff697d"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-ef617cacc6744244bb056d0259de5319"; $comment has comment-text "Sounds great! I’ll watch it tonight then."; $comment has creation-timestamp 2021-03-22T12:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "cmt-3f9bbcfc742c4905bbcab3eadcff697d"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-ef617cacc6744244bb056d0259de5319"; $comment has comment-text "Sounds great! I’ll watch it tonight then."; $comment has creation-timestamp 2021-03-22T12:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-b931a26d726e4017861f567969083bd6"; $comment has comment-text "I’ve been meaning to watch it. I’ve always been fascinated by space, but I’m curious about how accurate these documentaries are. Do they oversimplify things?"; $comment has creation-timestamp 2021-03-22T12:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-b931a26d726e4017861f567969083bd6"; $comment has comment-text "I’ve been meaning to watch it. I’ve always been fascinated by space, but I’m curious about how accurate these documentaries are. Do they oversimplify things?"; $comment has creation-timestamp 2021-03-22T12:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-b931a26d726e4017861f567969083bd6"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-67a4eb268d6e44f28189a5d9e355c369"; $comment has comment-text "@SoilaMcafee389 It’s definitely simplified for the general audience, but from what I can tell, it’s still pretty accurate. They consult experts throughout the film."; $comment has creation-timestamp 2021-03-22T12:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-b931a26d726e4017861f567969083bd6"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-67a4eb268d6e44f28189a5d9e355c369"; $comment has comment-text "@JohnRugg309 It’s definitely simplified for the general audience, but from what I can tell, it’s still pretty accurate. They consult experts throughout the film."; $comment has creation-timestamp 2021-03-22T12:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; # comment -match $parent isa content; $parent has id "cmt-b931a26d726e4017861f567969083bd6"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-72323dc9c67741b283a31607f5652d00"; $comment has comment-text "Yeah, @SoilaMcafee389, it doesn’t dive too deep into the technical stuff, but the science they present is solid."; $comment has creation-timestamp 2021-03-22T13:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-b931a26d726e4017861f567969083bd6"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-72323dc9c67741b283a31607f5652d00"; $comment has comment-text "Yeah, @JohnRugg309, it doesn’t dive too deep into the technical stuff, but the science they present is solid."; $comment has creation-timestamp 2021-03-22T13:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; # post -match $page isa page; $page has id "VilmaToft456"; $profile isa profile; $profile has id "VilmaToft456"; $place isa place; $place has id "plc-0a5d2f346baa4455a3e70682c2094cac"; insert $post isa text-post; $post has post-id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $post has post-text "Anyone else struggling to find a good #book to read lately? I need some #bookrecommendations! #reading"; $post has creation-timestamp 2020-09-05T18:25:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#bookrecommendations"; $post has tag "#reading"; $post has tag "#book"; $location (place: $place, located: $post) isa location; +match $page isa page; $page has id "VilmaToft456"; $profile isa profile; $profile has id "VilmaToft456"; $place isa place; $place has id "plc-0a5d2f346baa4455a3e70682c2094cac"; insert $post isa text-post; $post has post-id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $post has post-text "Anyone else struggling to find a good #book to read lately? I need some #bookrecommendations! #reading"; $post has creation-timestamp 2020-09-05T18:25:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#book"; $post has tag "#bookrecommendations"; $post has tag "#reading"; $location (place: $place, located: $post) isa location; # comment match $parent isa content; $parent has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-99755cb97c764592a73e3f3b5c27761d"; $comment has comment-text "I just finished 'The Silent Patient.' It’s a psychological thriller with a crazy twist at the end. Highly recommend it!"; $comment has creation-timestamp 2020-09-05T18:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-99755cb97c764592a73e3f3b5c27761d"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-f807cdd926184c80adf6b1e0ee8f0e09"; $comment has comment-text "@PatriciaShelman960 That sounds exactly like what I’m looking for! Adding it to my list."; $comment has creation-timestamp 2020-09-05T18:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; # comment -match $parent isa content; $parent has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "NathanLopez643"; insert $comment isa comment; $comment has comment-id "cmt-166a1a98af3b4a9185bab545d4e26a5b"; $comment has comment-text "If you’re into fantasy, try 'Mistborn' by Brandon Sanderson. Great world-building and characters. I couldn’t put it down."; $comment has creation-timestamp 2020-09-05T19:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-166a1a98af3b4a9185bab545d4e26a5b"; $comment has comment-text "If you’re into fantasy, try 'Mistborn' by Brandon Sanderson. Great world-building and characters. I couldn’t put it down."; $comment has creation-timestamp 2020-09-05T19:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-166a1a98af3b4a9185bab545d4e26a5b"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-848edc98eec94a678cc672fc3006ff85"; $comment has comment-text "@NathanLopez643 'Mistborn' is amazing! Sanderson’s writing is so detailed. The magic system in that series is super cool too."; $comment has creation-timestamp 2020-09-05T19:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NathanLopez643"; +match $parent isa content; $parent has id "cmt-166a1a98af3b4a9185bab545d4e26a5b"; $profile isa profile; $profile has id "NathanLopez643"; insert $comment isa comment; $comment has comment-id "cmt-848edc98eec94a678cc672fc3006ff85"; $comment has comment-text "@FrankieLorenz269 'Mistborn' is amazing! Sanderson’s writing is so detailed. The magic system in that series is super cool too."; $comment has creation-timestamp 2020-09-05T19:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "cmt-848edc98eec94a678cc672fc3006ff85"; $profile isa profile; $profile has id "NathanLopez643"; insert $comment isa comment; $comment has comment-id "cmt-f239fbb01f6c4ec1ac546740a182e35f"; $comment has comment-text "@FrankieLorenz269 Exactly! The way the magic is tied to metal is so unique. @VilmaToft456, if you like fantasy, it’s a must-read."; $comment has creation-timestamp 2020-09-05T19:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-848edc98eec94a678cc672fc3006ff85"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-f239fbb01f6c4ec1ac546740a182e35f"; $comment has comment-text "@NathanLopez643 Exactly! The way the magic is tied to metal is so unique. @VilmaToft456, if you like fantasy, it’s a must-read."; $comment has creation-timestamp 2020-09-05T19:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NathanLopez643"; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-09642b3157c2447fa7b51ee70f1a6c44"; $comment has comment-text "I’m reading 'Sapiens' right now. It’s non-fiction and dives into the history of humankind. If you want something thought-provoking, this one’s for you."; $comment has creation-timestamp 2020-09-05T19:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-09642b3157c2447fa7b51ee70f1a6c44"; $comment has comment-text "I’m reading 'Sapiens' right now. It’s non-fiction and dives into the history of humankind. If you want something thought-provoking, this one’s for you."; $comment has creation-timestamp 2020-09-05T19:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-09642b3157c2447fa7b51ee70f1a6c44"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-ce1f40819f2d4db89ebaa89f559de204"; $comment has comment-text "Thanks @ValerieChesser891! I’ve heard a lot about 'Sapiens,' but I wasn’t sure if it would be too dense. What do you think?"; $comment has creation-timestamp 2020-09-05T20:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; +match $parent isa content; $parent has id "cmt-09642b3157c2447fa7b51ee70f1a6c44"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-ce1f40819f2d4db89ebaa89f559de204"; $comment has comment-text "Thanks @MaryBrown547! I’ve heard a lot about 'Sapiens,' but I wasn’t sure if it would be too dense. What do you think?"; $comment has creation-timestamp 2020-09-05T20:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment -match $parent isa content; $parent has id "cmt-ce1f40819f2d4db89ebaa89f559de204"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-77f63854e6684b6e8408143f290d07e4"; $comment has comment-text "It’s definitely detailed, but not overwhelming. The way it’s written is really engaging. It covers a lot, but it’s not a tough read."; $comment has creation-timestamp 2020-09-05T20:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "cmt-ce1f40819f2d4db89ebaa89f559de204"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-77f63854e6684b6e8408143f290d07e4"; $comment has comment-text "It’s definitely detailed, but not overwhelming. The way it’s written is really engaging. It covers a lot, but it’s not a tough read."; $comment has creation-timestamp 2020-09-05T20:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-69560c0630084519ad83095163eaa005"; $comment has comment-text "If you want something lighter and fun, 'The Rosie Project' is a great rom-com with some quirky characters. A really enjoyable read."; $comment has creation-timestamp 2020-09-05T20:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-69560c0630084519ad83095163eaa005"; $comment has comment-text "If you want something lighter and fun, 'The Rosie Project' is a great rom-com with some quirky characters. A really enjoyable read."; $comment has creation-timestamp 2020-09-05T20:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # post -match $page isa page; $page has id "AnthonyRansom097"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $post isa text-post; $post has post-id "pst-d46e34aaae9d47978284e0bee33e270a"; $post has post-text "Planning my first international trip this summer! Any tips for a #firsttimetraveler? #travel #vacation #summer"; $post has creation-timestamp 2023-02-14T09:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#summer"; $post has tag "#vacation"; $post has tag "#firsttimetraveler"; $post has tag "#travel"; +match $page isa page; $page has id "AnthonyRansom097"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $post isa text-post; $post has post-id "pst-d46e34aaae9d47978284e0bee33e270a"; $post has post-text "Planning my first international trip this summer! Any tips for a #firsttimetraveler? #travel #vacation #summer"; $post has creation-timestamp 2023-02-14T09:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#firsttimetraveler"; $post has tag "#summer"; $post has tag "#travel"; $post has tag "#vacation"; # comment -match $parent isa content; $parent has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-53fb2ed1b9534807b00961c3855a7d8d"; $comment has comment-text "That’s exciting! My advice: pack light. You’ll thank yourself later, especially if you plan to move around a lot."; $comment has creation-timestamp 2023-02-14T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-53fb2ed1b9534807b00961c3855a7d8d"; $comment has comment-text "That’s exciting! My advice: pack light. You’ll thank yourself later, especially if you plan to move around a lot."; $comment has creation-timestamp 2023-02-14T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-53fb2ed1b9534807b00961c3855a7d8d"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-8af37d72ec4f449084eaf9432ee66e21"; $comment has comment-text "@MichaelShah533 Thanks for the tip! I have a tendency to overpack, so I’ll have to be mindful of that."; $comment has creation-timestamp 2023-02-14T10:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelShah533"; +match $parent isa content; $parent has id "cmt-53fb2ed1b9534807b00961c3855a7d8d"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-8af37d72ec4f449084eaf9432ee66e21"; $comment has comment-text "@MaryBrown547 Thanks for the tip! I have a tendency to overpack, so I’ll have to be mindful of that."; $comment has creation-timestamp 2023-02-14T10:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment -match $parent isa content; $parent has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-952b750d9830449d99efbb41b66b6b0b"; $comment has comment-text "Definitely bring copies of your important documents, like your passport. You never know what might happen."; $comment has creation-timestamp 2023-02-14T09:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-952b750d9830449d99efbb41b66b6b0b"; $comment has comment-text "Definitely bring copies of your important documents, like your passport. You never know what might happen."; $comment has creation-timestamp 2023-02-14T09:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-952b750d9830449d99efbb41b66b6b0b"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-b050eb01a22f4818a6f332446f1d5baf"; $comment has comment-text "@BarbaraCriswell869 Good call! I also recommend emailing copies to yourself just in case."; $comment has creation-timestamp 2023-02-14T10:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; +match $parent isa content; $parent has id "cmt-952b750d9830449d99efbb41b66b6b0b"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-b050eb01a22f4818a6f332446f1d5baf"; $comment has comment-text "@PatriciaShelman960 Good call! I also recommend emailing copies to yourself just in case."; $comment has creation-timestamp 2023-02-14T10:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; # comment -match $parent isa content; $parent has id "cmt-b050eb01a22f4818a6f332446f1d5baf"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-a9c7ae92e61b4dc6be525e4f9e203161"; $comment has comment-text "Yes, that’s a great idea @PatriciaShelman960. Having digital copies can be a lifesaver."; $comment has creation-timestamp 2023-02-14T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; +match $parent isa content; $parent has id "cmt-b050eb01a22f4818a6f332446f1d5baf"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-a9c7ae92e61b4dc6be525e4f9e203161"; $comment has comment-text "Yes, that’s a great idea @MichaelShah533. Having digital copies can be a lifesaver."; $comment has creation-timestamp 2023-02-14T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelShah533"; # comment -match $parent isa content; $parent has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-991ab513369f4284adc641cd921bc646"; $comment has comment-text "Make sure you learn some basic phrases in the local language. It goes a long way in showing respect, even if it’s just 'hello' and 'thank you.'"; $comment has creation-timestamp 2023-02-14T10:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-991ab513369f4284adc641cd921bc646"; $comment has comment-text "Make sure you learn some basic phrases in the local language. It goes a long way in showing respect, even if it’s just 'hello' and 'thank you.'"; $comment has creation-timestamp 2023-02-14T10:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-991ab513369f4284adc641cd921bc646"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-7cddb4cc3e334f35886c976870fe3cfc"; $comment has comment-text "@MaryBrown547 That’s a great idea! I’ve been thinking about doing that. It probably makes the experience more enjoyable too."; $comment has creation-timestamp 2023-02-14T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-991ab513369f4284adc641cd921bc646"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-7cddb4cc3e334f35886c976870fe3cfc"; $comment has comment-text "@MeganHood510 That’s a great idea! I’ve been thinking about doing that. It probably makes the experience more enjoyable too."; $comment has creation-timestamp 2023-02-14T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # comment -match $parent isa content; $parent has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-5153f737d7f14ec29a9dadd2e7aad070"; $comment has comment-text "Don’t forget travel insurance. It might seem unnecessary, but it can save you a lot of hassle if something goes wrong."; $comment has creation-timestamp 2023-02-14T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-5153f737d7f14ec29a9dadd2e7aad070"; $comment has comment-text "Don’t forget travel insurance. It might seem unnecessary, but it can save you a lot of hassle if something goes wrong."; $comment has creation-timestamp 2023-02-14T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-5153f737d7f14ec29a9dadd2e7aad070"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-0021b632324647d9bb2966398e4a295d"; $comment has comment-text "@MeganHood510 I’ve heard mixed things about travel insurance. Do you think it’s worth it even for a short trip?"; $comment has creation-timestamp 2023-02-14T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-5153f737d7f14ec29a9dadd2e7aad070"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-0021b632324647d9bb2966398e4a295d"; $comment has comment-text "@BarbaraCriswell869 I’ve heard mixed things about travel insurance. Do you think it’s worth it even for a short trip?"; $comment has creation-timestamp 2023-02-14T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; # comment -match $parent isa content; $parent has id "cmt-0021b632324647d9bb2966398e4a295d"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-3e2b665322584df38ff0952a0b2591c4"; $comment has comment-text "Definitely, @AnthonyRansom097. Even for short trips, unexpected things can happen. It gives you peace of mind."; $comment has creation-timestamp 2023-02-14T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-0021b632324647d9bb2966398e4a295d"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-3e2b665322584df38ff0952a0b2591c4"; $comment has comment-text "Definitely, @AnthonyRansom097. Even for short trips, unexpected things can happen. It gives you peace of mind."; $comment has creation-timestamp 2023-02-14T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # post -match $page isa page; $page has id "DorothyGardner851"; $profile isa profile; $profile has id "DorothyGardner851"; insert $post isa text-post; $post has post-id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $post has post-text "I’m thinking about starting a #vegetablegarden in my backyard. Any advice for a #beginner? #gardening #homegarden"; $post has creation-timestamp 2021-06-21T08:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#homegarden"; $post has tag "#beginner"; $post has tag "#vegetablegarden"; $post has tag "#gardening"; +match $page isa page; $page has id "DorothyGardner851"; $profile isa profile; $profile has id "DorothyGardner851"; insert $post isa text-post; $post has post-id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $post has post-text "I’m thinking about starting a #vegetablegarden in my backyard. Any advice for a #beginner? #gardening #homegarden"; $post has creation-timestamp 2021-06-21T08:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#beginner"; $post has tag "#gardening"; $post has tag "#homegarden"; $post has tag "#vegetablegarden"; # comment -match $parent isa content; $parent has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-aedab7b5e2aa45a7895103edfd05a5f5"; $comment has comment-text "Start small! It’s easy to get overwhelmed if you plant too much at once. Focus on a few easy crops like tomatoes or lettuce."; $comment has creation-timestamp 2021-06-21T08:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-aedab7b5e2aa45a7895103edfd05a5f5"; $comment has comment-text "Start small! It’s easy to get overwhelmed if you plant too much at once. Focus on a few easy crops like tomatoes or lettuce."; $comment has creation-timestamp 2021-06-21T08:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-aedab7b5e2aa45a7895103edfd05a5f5"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-31307e46af794546be5168dc5690f74d"; $comment has comment-text "@SarahGiven225 That’s good advice. I was thinking of planting a lot, but I’ll scale it back for now."; $comment has creation-timestamp 2021-06-21T09:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; +match $parent isa content; $parent has id "cmt-aedab7b5e2aa45a7895103edfd05a5f5"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-31307e46af794546be5168dc5690f74d"; $comment has comment-text "@RonaldFincham197 That’s good advice. I was thinking of planting a lot, but I’ll scale it back for now."; $comment has creation-timestamp 2021-06-21T09:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@RonaldFincham197"; # comment -match $parent isa content; $parent has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-d7de701d8eaf43239f65380029c836e0"; $comment has comment-text "Make sure you check your soil. You might need to add compost or fertilizer depending on where you live."; $comment has creation-timestamp 2021-06-21T09:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-d7de701d8eaf43239f65380029c836e0"; $comment has comment-text "Make sure you check your soil. You might need to add compost or fertilizer depending on where you live."; $comment has creation-timestamp 2021-06-21T09:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-d7de701d8eaf43239f65380029c836e0"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-640ca20c702a4b67b7ae77585b45cf5a"; $comment has comment-text "@CrystalMilazzo699 I hadn’t even thought about that. How do I know if my soil is good?"; $comment has creation-timestamp 2021-06-21T09:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; +match $parent isa content; $parent has id "cmt-d7de701d8eaf43239f65380029c836e0"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-640ca20c702a4b67b7ae77585b45cf5a"; $comment has comment-text "@MaryBrown547 I hadn’t even thought about that. How do I know if my soil is good?"; $comment has creation-timestamp 2021-06-21T09:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment -match $parent isa content; $parent has id "cmt-640ca20c702a4b67b7ae77585b45cf5a"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-51497435a9c9424ebd723837705bacc2"; $comment has comment-text "You can get a soil test kit from most gardening stores. It’ll tell you if you need to adjust the pH or add nutrients."; $comment has creation-timestamp 2021-06-21T09:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "cmt-640ca20c702a4b67b7ae77585b45cf5a"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-51497435a9c9424ebd723837705bacc2"; $comment has comment-text "You can get a soil test kit from most gardening stores. It’ll tell you if you need to adjust the pH or add nutrients."; $comment has creation-timestamp 2021-06-21T09:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-113c183677f4431bbde9d47dd89331ac"; $comment has comment-text "Watering consistently is key, especially during the summer. Try to water in the morning to prevent diseases."; $comment has creation-timestamp 2021-06-21T09:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-113c183677f4431bbde9d47dd89331ac"; $comment has comment-text "Watering consistently is key, especially during the summer. Try to water in the morning to prevent diseases."; $comment has creation-timestamp 2021-06-21T09:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-113c183677f4431bbde9d47dd89331ac"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-1d010478c110412cb8431ed6258694b6"; $comment has comment-text "@RonaldFincham197 That’s great to know! I’ll make sure to water early. Thanks!"; $comment has creation-timestamp 2021-06-21T10:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@RonaldFincham197"; +match $parent isa content; $parent has id "cmt-113c183677f4431bbde9d47dd89331ac"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-1d010478c110412cb8431ed6258694b6"; $comment has comment-text "@SarahGiven225 That’s great to know! I’ll make sure to water early. Thanks!"; $comment has creation-timestamp 2021-06-21T10:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # comment -match $parent isa content; $parent has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-efb80c63f42f438fa7e08e2fc06bad38"; $comment has comment-text "You should try growing herbs like basil or mint. They’re pretty easy and you can use them in cooking right away!"; $comment has creation-timestamp 2021-06-21T10:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-efb80c63f42f438fa7e08e2fc06bad38"; $comment has comment-text "You should try growing herbs like basil or mint. They’re pretty easy and you can use them in cooking right away!"; $comment has creation-timestamp 2021-06-21T10:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-efb80c63f42f438fa7e08e2fc06bad38"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-b52f600976c04651b361c49764e0dab3"; $comment has comment-text "@MaryBrown547 I love the idea of growing herbs! I think I’ll try basil. Thanks for the suggestion!"; $comment has creation-timestamp 2021-06-21T10:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-efb80c63f42f438fa7e08e2fc06bad38"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-b52f600976c04651b361c49764e0dab3"; $comment has comment-text "@CrystalMilazzo699 I love the idea of growing herbs! I think I’ll try basil. Thanks for the suggestion!"; $comment has creation-timestamp 2021-06-21T10:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; # post -match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "MichaelFincher442"; insert $post isa text-post; $post has post-id "pst-da98da57166a4fc4b513198c67f8ab57"; $post has post-text "Finally decided to get into #baking! Any tips for someone who’s never baked before? #homebaking #bakingtips"; $post has creation-timestamp 2020-12-05T14:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#baking"; $post has tag "#homebaking"; $post has tag "#bakingtips"; +match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "MichaelFincher442"; insert $post isa text-post; $post has post-id "pst-da98da57166a4fc4b513198c67f8ab57"; $post has post-text "Finally decided to get into #baking! Any tips for someone who’s never baked before? #homebaking #bakingtips"; $post has creation-timestamp 2020-12-05T14:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#baking"; $post has tag "#bakingtips"; $post has tag "#homebaking"; # comment match $parent isa content; $parent has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-dfb8770891d2425a95e19cb6698eecba"; $comment has comment-text "Start with simple recipes like cookies or banana bread. They’re forgiving and don’t require too much precision."; $comment has creation-timestamp 2020-12-05T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1004,85 +1004,85 @@ match $parent isa content; $parent has id "cmt-dfb8770891d2425a95e19cb6698eecba" # comment match $parent isa content; $parent has id "cmt-35e1392e8a744ec5a951743eca6cb87c"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-fefd320bf5ef4a99810f5ddfa2251838"; $comment has comment-text "I just use a basic one from a recipe site. Add some chocolate chips or walnuts to make it extra delicious!"; $comment has creation-timestamp 2020-12-05T15:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-a49999cf87e54bbca2e9e671ab341860"; $comment has comment-text "Make sure to measure your ingredients properly, especially when it comes to flour. Too much or too little can really affect the outcome."; $comment has creation-timestamp 2020-12-05T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-a49999cf87e54bbca2e9e671ab341860"; $comment has comment-text "Make sure to measure your ingredients properly, especially when it comes to flour. Too much or too little can really affect the outcome."; $comment has creation-timestamp 2020-12-05T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-a49999cf87e54bbca2e9e671ab341860"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-6151787e4f024fe8bd5d9031e80bb7eb"; $comment has comment-text "@MaryBrown547 I didn’t realize that. I’ll have to be more careful with measuring. Thanks for the heads-up!"; $comment has creation-timestamp 2020-12-05T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-a49999cf87e54bbca2e9e671ab341860"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-6151787e4f024fe8bd5d9031e80bb7eb"; $comment has comment-text "@JaniceRich109 I didn’t realize that. I’ll have to be more careful with measuring. Thanks for the heads-up!"; $comment has creation-timestamp 2020-12-05T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-140a642e10e847f88986148f8b3e00e7"; $comment has comment-text "Don’t be afraid to experiment with flavors once you’re comfortable. Adding things like cinnamon or vanilla can make a huge difference."; $comment has creation-timestamp 2020-12-05T15:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-140a642e10e847f88986148f8b3e00e7"; $comment has comment-text "Don’t be afraid to experiment with flavors once you’re comfortable. Adding things like cinnamon or vanilla can make a huge difference."; $comment has creation-timestamp 2020-12-05T15:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-140a642e10e847f88986148f8b3e00e7"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-7e240205bb004206b85429539ad73702"; $comment has comment-text "@JaniceRich109 I love cinnamon! I’ll definitely try that once I get the basics down."; $comment has creation-timestamp 2020-12-05T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-140a642e10e847f88986148f8b3e00e7"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-7e240205bb004206b85429539ad73702"; $comment has comment-text "@BarbaraCriswell869 I love cinnamon! I’ll definitely try that once I get the basics down."; $comment has creation-timestamp 2020-12-05T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; # comment -match $parent isa content; $parent has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-6b5a174d34364eaa83ea038fc095e099"; $comment has comment-text "If you’re looking for something a bit more challenging, try making bread from scratch. It’s a lot of fun and super rewarding!"; $comment has creation-timestamp 2020-12-05T16:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-6b5a174d34364eaa83ea038fc095e099"; $comment has comment-text "If you’re looking for something a bit more challenging, try making bread from scratch. It’s a lot of fun and super rewarding!"; $comment has creation-timestamp 2020-12-05T16:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-6b5a174d34364eaa83ea038fc095e099"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-4fe4b7355c2946da81d7fbe99df497f1"; $comment has comment-text "@BarbaraCriswell869 Bread sounds intimidating, but I’m definitely interested! Maybe once I’ve mastered the easier stuff."; $comment has creation-timestamp 2020-12-05T16:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; +match $parent isa content; $parent has id "cmt-6b5a174d34364eaa83ea038fc095e099"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-4fe4b7355c2946da81d7fbe99df497f1"; $comment has comment-text "@MaryBrown547 Bread sounds intimidating, but I’m definitely interested! Maybe once I’ve mastered the easier stuff."; $comment has creation-timestamp 2020-12-05T16:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # post -match $page isa page; $page has id "JohnRugg309"; $profile isa profile; $profile has id "JohnRugg309"; $place isa place; $place has id "plc-67a9c3787c6541e582e2e662f728b4fa"; insert $post isa text-post; $post has post-id "pst-833cf90ff55546289d153fb4968051b7"; $post has post-text "Thinking about getting a #dog! Any advice on what breed is good for #firsttimeowners? #pets #dogbreeds"; $post has creation-timestamp 2023-08-15T16:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#dogbreeds"; $post has tag "#pets"; $post has tag "#firsttimeowners"; $post has tag "#dog"; $location (place: $place, located: $post) isa location; +match $page isa page; $page has id "JohnRugg309"; $profile isa profile; $profile has id "JohnRugg309"; $place isa place; $place has id "plc-67a9c3787c6541e582e2e662f728b4fa"; insert $post isa text-post; $post has post-id "pst-833cf90ff55546289d153fb4968051b7"; $post has post-text "Thinking about getting a #dog! Any advice on what breed is good for #firsttimeowners? #pets #dogbreeds"; $post has creation-timestamp 2023-08-15T16:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#dog"; $post has tag "#dogbreeds"; $post has tag "#firsttimeowners"; $post has tag "#pets"; $location (place: $place, located: $post) isa location; # comment -match $parent isa content; $parent has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-42260a44773b4350a743e0df5e15428a"; $comment has comment-text "Labradors are great for first-time owners! They’re friendly, easy to train, and good with families."; $comment has creation-timestamp 2023-08-15T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-42260a44773b4350a743e0df5e15428a"; $comment has comment-text "Labradors are great for first-time owners! They’re friendly, easy to train, and good with families."; $comment has creation-timestamp 2023-08-15T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-42260a44773b4350a743e0df5e15428a"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-4748f7ea72784d7597f0bfcf1c351dc9"; $comment has comment-text "@SoilaMcafee389 I’ve heard that about Labs! I’ve been considering one. How’s the grooming for them?"; $comment has creation-timestamp 2023-08-15T16:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-42260a44773b4350a743e0df5e15428a"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-4748f7ea72784d7597f0bfcf1c351dc9"; $comment has comment-text "@MichaelShah533 I’ve heard that about Labs! I’ve been considering one. How’s the grooming for them?"; $comment has creation-timestamp 2023-08-15T16:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelShah533"; # comment -match $parent isa content; $parent has id "cmt-4748f7ea72784d7597f0bfcf1c351dc9"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-38330558fb2343e796a2c379e0c6a8a7"; $comment has comment-text "Not too bad! They shed a bit, but regular brushing helps. They don’t need a lot of fancy grooming like some other breeds."; $comment has creation-timestamp 2023-08-15T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "cmt-4748f7ea72784d7597f0bfcf1c351dc9"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-38330558fb2343e796a2c379e0c6a8a7"; $comment has comment-text "Not too bad! They shed a bit, but regular brushing helps. They don’t need a lot of fancy grooming like some other breeds."; $comment has creation-timestamp 2023-08-15T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-81be81f4bef844d7a251d74d61f9c408"; $comment has comment-text "I’d recommend a Golden Retriever. They’re similar to Labs but a little more laid-back. Great for first-time dog owners."; $comment has creation-timestamp 2023-08-15T17:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-81be81f4bef844d7a251d74d61f9c408"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-d2fb05ca3a724b9f96fb5c72ed6a1bfc"; $comment has comment-text "@JaniceRich109 Golden Retrievers are awesome! They’re so patient and gentle, especially with kids."; $comment has creation-timestamp 2023-08-15T17:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-81be81f4bef844d7a251d74d61f9c408"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-d2fb05ca3a724b9f96fb5c72ed6a1bfc"; $comment has comment-text "@JaniceRich109 Golden Retrievers are awesome! They’re so patient and gentle, especially with kids."; $comment has creation-timestamp 2023-08-15T17:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "cmt-d2fb05ca3a724b9f96fb5c72ed6a1bfc"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-16c7354aef8244d6838dc8b1971964f8"; $comment has comment-text "Yeah, @MichaelShah533! They’re just big sweethearts. Plus, they’re pretty easy to train, which is a huge bonus."; $comment has creation-timestamp 2023-08-15T17:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelShah533"; +match $parent isa content; $parent has id "cmt-d2fb05ca3a724b9f96fb5c72ed6a1bfc"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-16c7354aef8244d6838dc8b1971964f8"; $comment has comment-text "Yeah, @AnthonyRansom097! They’re just big sweethearts. Plus, they’re pretty easy to train, which is a huge bonus."; $comment has creation-timestamp 2023-08-15T17:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # comment -match $parent isa content; $parent has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-a07f7f4750c64a8ca7a0008c0b44361f"; $comment has comment-text "Don’t forget about adopting from a shelter! Mixed breeds can be fantastic, and you might find the perfect dog without worrying too much about breed specifics."; $comment has creation-timestamp 2023-08-15T17:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-a07f7f4750c64a8ca7a0008c0b44361f"; $comment has comment-text "Don’t forget about adopting from a shelter! Mixed breeds can be fantastic, and you might find the perfect dog without worrying too much about breed specifics."; $comment has creation-timestamp 2023-08-15T17:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-a07f7f4750c64a8ca7a0008c0b44361f"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-103451937c2b440d9045a445958cd60e"; $comment has comment-text "@AnthonyRansom097 That’s a great idea! I’ve thought about adopting too. Maybe I should check out some local shelters."; $comment has creation-timestamp 2023-08-15T18:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-a07f7f4750c64a8ca7a0008c0b44361f"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-103451937c2b440d9045a445958cd60e"; $comment has comment-text "@SoilaMcafee389 That’s a great idea! I’ve thought about adopting too. Maybe I should check out some local shelters."; $comment has creation-timestamp 2023-08-15T18:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; # comment match $parent isa content; $parent has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-7abc9f0b86fe4dedbe38784bf489362c"; $comment has comment-text "Consider a smaller breed like a Beagle or a French Bulldog if space is a concern. They’re lower maintenance and can adapt to apartment living."; $comment has creation-timestamp 2023-08-15T18:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-7abc9f0b86fe4dedbe38784bf489362c"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-baaa630062b24fd591c6a2e46f48744f"; $comment has comment-text "@ValerieChesser891 Good point about space! I don’t have a huge yard, so a smaller breed might actually be a better fit."; $comment has creation-timestamp 2023-08-15T18:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "EstherCarter759"; insert $post isa text-post; $post has post-id "pst-07f79ee0e2994b48a449213ac2fab184"; $post has post-text "I’ve been thinking about starting #yoga. Any recommendations for #beginners? #fitness #wellness"; $post has creation-timestamp 2022-05-10T14:15:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#yoga"; $post has tag "#beginners"; $post has tag "#wellness"; $post has tag "#fitness"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "EstherCarter759"; insert $post isa text-post; $post has post-id "pst-07f79ee0e2994b48a449213ac2fab184"; $post has post-text "I’ve been thinking about starting #yoga. Any recommendations for #beginners? #fitness #wellness"; $post has creation-timestamp 2022-05-10T14:15:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#beginners"; $post has tag "#fitness"; $post has tag "#wellness"; $post has tag "#yoga"; # comment -match $parent isa content; $parent has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-3f7512c56e05424db49b93d51e709e19"; $comment has comment-text "Start with some YouTube videos! There are a lot of beginner yoga routines out there. I recommend Yoga with Adriene; she has a whole series for beginners."; $comment has creation-timestamp 2022-05-10T14:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-3f7512c56e05424db49b93d51e709e19"; $comment has comment-text "Start with some YouTube videos! There are a lot of beginner yoga routines out there. I recommend Yoga with Adriene; she has a whole series for beginners."; $comment has creation-timestamp 2022-05-10T14:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-3f7512c56e05424db49b93d51e709e19"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-43a061c445a14970a11b26b008236adf"; $comment has comment-text "@VilmaToft456 Thanks! I’ve heard of her. I’ll check out her beginner series."; $comment has creation-timestamp 2022-05-10T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; +match $parent isa content; $parent has id "cmt-3f7512c56e05424db49b93d51e709e19"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-43a061c445a14970a11b26b008236adf"; $comment has comment-text "@NancyJohnson650 Thanks! I’ve heard of her. I’ll check out her beginner series."; $comment has creation-timestamp 2022-05-10T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # comment -match $parent isa content; $parent has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-4aa83cd6580448819d8cca3b62614790"; $comment has comment-text "Try to focus on your breathing as much as the poses. Yoga is as much about mindfulness as it is about flexibility."; $comment has creation-timestamp 2022-05-10T14:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-4aa83cd6580448819d8cca3b62614790"; $comment has comment-text "Try to focus on your breathing as much as the poses. Yoga is as much about mindfulness as it is about flexibility."; $comment has creation-timestamp 2022-05-10T14:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-4aa83cd6580448819d8cca3b62614790"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-a31cc5d2cd9646a19dbdc6ff5fad7a0d"; $comment has comment-text "@NancyJohnson650 Good tip! I’ll try to keep that in mind. I’m usually pretty bad at staying focused."; $comment has creation-timestamp 2022-05-10T15:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; +match $parent isa content; $parent has id "cmt-4aa83cd6580448819d8cca3b62614790"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-a31cc5d2cd9646a19dbdc6ff5fad7a0d"; $comment has comment-text "@VilmaToft456 Good tip! I’ll try to keep that in mind. I’m usually pretty bad at staying focused."; $comment has creation-timestamp 2022-05-10T15:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "cmt-a31cc5d2cd9646a19dbdc6ff5fad7a0d"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-8aae0c3ad31244e0bebbe60d3085ee6d"; $comment has comment-text "It gets easier with time. Just remember to go slow and don’t be too hard on yourself if your mind wanders."; $comment has creation-timestamp 2022-05-10T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "cmt-a31cc5d2cd9646a19dbdc6ff5fad7a0d"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-8aae0c3ad31244e0bebbe60d3085ee6d"; $comment has comment-text "It gets easier with time. Just remember to go slow and don’t be too hard on yourself if your mind wanders."; $comment has creation-timestamp 2022-05-10T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-83f0ba7756b8402a8f424ffa8abb572c"; $comment has comment-text "You might want to invest in a good yoga mat. It makes a big difference in comfort, especially for longer sessions."; $comment has creation-timestamp 2022-05-10T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-83f0ba7756b8402a8f424ffa8abb572c"; $comment has comment-text "You might want to invest in a good yoga mat. It makes a big difference in comfort, especially for longer sessions."; $comment has creation-timestamp 2022-05-10T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-83f0ba7756b8402a8f424ffa8abb572c"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-e875176629534a13839279358d5f52c0"; $comment has comment-text "@MaryBrown547 Any specific brand you recommend? I’m not sure what to look for in a mat."; $comment has creation-timestamp 2022-05-10T15:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-83f0ba7756b8402a8f424ffa8abb572c"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-e875176629534a13839279358d5f52c0"; $comment has comment-text "@FrankieLorenz269 Any specific brand you recommend? I’m not sure what to look for in a mat."; $comment has creation-timestamp 2022-05-10T15:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "cmt-e875176629534a13839279358d5f52c0"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-a31ca36b059e4b2e91cae1937ed61f4e"; $comment has comment-text "Manduka makes some of the best mats, but they’re a bit pricey. If you want something more budget-friendly, try Gaiam. Both are great for beginners."; $comment has creation-timestamp 2022-05-10T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "cmt-e875176629534a13839279358d5f52c0"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-a31ca36b059e4b2e91cae1937ed61f4e"; $comment has comment-text "Manduka makes some of the best mats, but they’re a bit pricey. If you want something more budget-friendly, try Gaiam. Both are great for beginners."; $comment has creation-timestamp 2022-05-10T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-233e383454e24ea68202faf9dcebef56"; $comment has comment-text "Make sure to stretch before and after each session. Even though yoga is all about stretching, it’s good to loosen up beforehand to avoid injury."; $comment has creation-timestamp 2022-05-10T16:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-233e383454e24ea68202faf9dcebef56"; $comment has comment-text "Make sure to stretch before and after each session. Even though yoga is all about stretching, it’s good to loosen up beforehand to avoid injury."; $comment has creation-timestamp 2022-05-10T16:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-233e383454e24ea68202faf9dcebef56"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-196d362dfec24805beeac13d581332c2"; $comment has comment-text "@FrankieLorenz269 I didn’t realize that! I thought yoga was the stretching. I’ll make sure to warm up."; $comment has creation-timestamp 2022-05-10T16:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-233e383454e24ea68202faf9dcebef56"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-196d362dfec24805beeac13d581332c2"; $comment has comment-text "@MaryBrown547 I didn’t realize that! I thought yoga was the stretching. I’ll make sure to warm up."; $comment has creation-timestamp 2022-05-10T16:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # post -match $page isa page; $page has id "JeffLeon452"; $profile isa profile; $profile has id "JeffLeon452"; $place isa place; $place has id "plc-cd9d2b7d247a4333b7b0b7d2cda8056c"; insert $post isa text-post; $post has post-id "pst-ffbdfd47dc7942f0933894b3854ca896"; $post has post-text "Big news: I just got promoted at work! I’m excited but also a little nervous about the new responsibilities. Any tips for managing a #team? #promotion #leadership"; $post has creation-timestamp 2023-11-20T09:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#team"; $post has tag "#leadership"; $post has tag "#promotion"; $location (place: $place, located: $post) isa location; +match $page isa page; $page has id "JeffLeon452"; $profile isa profile; $profile has id "JeffLeon452"; $place isa place; $place has id "plc-cd9d2b7d247a4333b7b0b7d2cda8056c"; insert $post isa text-post; $post has post-id "pst-ffbdfd47dc7942f0933894b3854ca896"; $post has post-text "Big news: I just got promoted at work! I’m excited but also a little nervous about the new responsibilities. Any tips for managing a #team? #promotion #leadership"; $post has creation-timestamp 2023-11-20T09:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#leadership"; $post has tag "#promotion"; $post has tag "#team"; $location (place: $place, located: $post) isa location; # comment -match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-08df6b197c3a4037a0d5c16e961139cf"; $comment has comment-text "Congrats! That’s amazing! My biggest advice is to listen to your team. Make sure everyone feels heard, and you’ll build trust fast."; $comment has creation-timestamp 2023-11-20T09:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-08df6b197c3a4037a0d5c16e961139cf"; $comment has comment-text "Congrats! That’s amazing! My biggest advice is to listen to your team. Make sure everyone feels heard, and you’ll build trust fast."; $comment has creation-timestamp 2023-11-20T09:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-08df6b197c3a4037a0d5c16e961139cf"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-393031a6c82a4c159733f669852d8585"; $comment has comment-text "@JeffLeon452 Thanks! I definitely want to make sure communication is solid. Listening sounds like a great place to start."; $comment has creation-timestamp 2023-11-20T09:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; +match $parent isa content; $parent has id "cmt-08df6b197c3a4037a0d5c16e961139cf"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-393031a6c82a4c159733f669852d8585"; $comment has comment-text "@SoilaMcafee389 Thanks! I definitely want to make sure communication is solid. Listening sounds like a great place to start."; $comment has creation-timestamp 2023-11-20T09:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; # comment -match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-d61a43f28ecb497198c8ece658ea0417"; $comment has comment-text "Congratulations! Don’t be afraid to delegate tasks. It’s easy to feel like you need to do everything, but trusting your team is key."; $comment has creation-timestamp 2023-11-20T09:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-d61a43f28ecb497198c8ece658ea0417"; $comment has comment-text "Congratulations! Don’t be afraid to delegate tasks. It’s easy to feel like you need to do everything, but trusting your team is key."; $comment has creation-timestamp 2023-11-20T09:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-d61a43f28ecb497198c8ece658ea0417"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-2d5c6415fedc48f9b78b094cb5178761"; $comment has comment-text "@JaniceRich109 That’s a good reminder! I tend to take on too much, but I know I need to trust my team more."; $comment has creation-timestamp 2023-11-20T09:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-d61a43f28ecb497198c8ece658ea0417"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-2d5c6415fedc48f9b78b094cb5178761"; $comment has comment-text "@SarahGiven225 That’s a good reminder! I tend to take on too much, but I know I need to trust my team more."; $comment has creation-timestamp 2023-11-20T09:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # comment -match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-3aeb5bc0f63d407ca9d21bf8b1954990"; $comment has comment-text "Congrats! One tip: be clear with your expectations, but also stay approachable. It helps create a balance between leadership and teamwork."; $comment has creation-timestamp 2023-11-20T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-3aeb5bc0f63d407ca9d21bf8b1954990"; $comment has comment-text "Congrats! One tip: be clear with your expectations, but also stay approachable. It helps create a balance between leadership and teamwork."; $comment has creation-timestamp 2023-11-20T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-3aeb5bc0f63d407ca9d21bf8b1954990"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-b2c92c129bd94220b38f4acf66270136"; $comment has comment-text "@SoilaMcafee389 I’ll definitely keep that in mind. Setting expectations while staying approachable sounds like a challenge, but I’m up for it!"; $comment has creation-timestamp 2023-11-20T09:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-3aeb5bc0f63d407ca9d21bf8b1954990"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-b2c92c129bd94220b38f4acf66270136"; $comment has comment-text "@JaniceRich109 I’ll definitely keep that in mind. Setting expectations while staying approachable sounds like a challenge, but I’m up for it!"; $comment has creation-timestamp 2023-11-20T09:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-28702bb1593149b4b06146ffbecba4c8"; $comment has comment-text "That’s awesome! My advice: set regular check-ins with your team. It keeps things on track and helps everyone stay aligned on goals."; $comment has creation-timestamp 2023-11-20T10:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-28702bb1593149b4b06146ffbecba4c8"; $comment has comment-text "That’s awesome! My advice: set regular check-ins with your team. It keeps things on track and helps everyone stay aligned on goals."; $comment has creation-timestamp 2023-11-20T10:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-28702bb1593149b4b06146ffbecba4c8"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-e5039055f90b4724b883a8ea44e8a604"; $comment has comment-text "@SarahGiven225 Love that idea! Regular check-ins could help me stay connected and make sure everything is running smoothly."; $comment has creation-timestamp 2023-11-20T10:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; +match $parent isa content; $parent has id "cmt-28702bb1593149b4b06146ffbecba4c8"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-e5039055f90b4724b883a8ea44e8a604"; $comment has comment-text "@JeffLeon452 Love that idea! Regular check-ins could help me stay connected and make sure everything is running smoothly."; $comment has creation-timestamp 2023-11-20T10:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; # comment match $parent isa content; $parent has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-8c1a612bfff94f34b94d9109593985b5"; $comment has comment-text "Congratulations! Remember, it’s okay to make mistakes and learn as you go. No one expects you to be perfect right away."; $comment has creation-timestamp 2023-11-20T10:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-8c1a612bfff94f34b94d9109593985b5"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-773a13fb37504d77b3672754da2e6e6c"; $comment has comment-text "@DouglasBrown163 That’s really reassuring to hear. I’ve been putting a lot of pressure on myself to get everything right, but I’ll try to keep that in mind."; $comment has creation-timestamp 2023-11-20T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DouglasBrown163"; # post -match $page isa page; $page has id "MichaelFrazier752"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $post isa text-post; $post has post-id "pst-53fd2516d1bf4abaa908923b1551f819"; $post has post-text "We just bought our first #home! It’s a fixer-upper, but we’re ready for the challenge. Can’t wait to start turning this place into our #dreamhome! #newhome #homerenovation"; $post has creation-timestamp 2023-12-01T16:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#home"; $post has tag "#homerenovation"; $post has tag "#newhome"; $post has tag "#dreamhome"; +match $page isa page; $page has id "MichaelFrazier752"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $post isa text-post; $post has post-id "pst-53fd2516d1bf4abaa908923b1551f819"; $post has post-text "We just bought our first #home! It’s a fixer-upper, but we’re ready for the challenge. Can’t wait to start turning this place into our #dreamhome! #newhome #homerenovation"; $post has creation-timestamp 2023-12-01T16:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#dreamhome"; $post has tag "#home"; $post has tag "#homerenovation"; $post has tag "#newhome"; # comment match $parent isa content; $parent has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-c833b07eb4d54ffc9f4a518a4ef0ba9b"; $comment has comment-text "Congrats! Fixer-uppers are a lot of work, but it’s so rewarding when you start seeing the transformation. What’s the first project you’re tackling?"; $comment has creation-timestamp 2023-12-01T16:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1104,33 +1104,33 @@ match $parent isa content; $parent has id "pst-53fd2516d1bf4abaa908923b1551f819" # comment match $parent isa content; $parent has id "cmt-52fa3935ff284550b6847398fabbc6b6"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $comment isa comment; $comment has comment-id "cmt-a0d9da583db44b818bebcf4f2c94151d"; $comment has comment-text "@JosephineHenry396 Thanks! Definitely—once the inside is sorted, we want to spruce up the backyard and maybe add a small garden. It’s a work in progress!"; $comment has creation-timestamp 2023-12-01T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JosephineHenry396"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "MaryBrown547"; $place isa place; $place has id "plc-9558867f5ba94fafba024204f7c1bd87"; insert $post isa text-post; $post has post-id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $post has post-text "Guess who just finished their first #marathon? I can’t believe I actually did it! The training paid off, and crossing that #finishline felt surreal. #running #fitnessgoals"; $post has creation-timestamp 2023-11-28T14:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#running"; $post has tag "#finishline"; $post has tag "#marathon"; $post has tag "#fitnessgoals"; $location (place: $place, located: $post) isa location; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "MaryBrown547"; $place isa place; $place has id "plc-9558867f5ba94fafba024204f7c1bd87"; insert $post isa text-post; $post has post-id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $post has post-text "Guess who just finished their first #marathon? I can’t believe I actually did it! The training paid off, and crossing that #finishline felt surreal. #running #fitnessgoals"; $post has creation-timestamp 2023-11-28T14:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#finishline"; $post has tag "#fitnessgoals"; $post has tag "#marathon"; $post has tag "#running"; $location (place: $place, located: $post) isa location; # comment -match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-f9d0a163def1474a93801f2544f06c4e"; $comment has comment-text "Congrats! That’s a huge achievement. How are you feeling now? Totally exhausted or still running on adrenaline?"; $comment has creation-timestamp 2023-11-28T14:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-f9d0a163def1474a93801f2544f06c4e"; $comment has comment-text "Congrats! That’s a huge achievement. How are you feeling now? Totally exhausted or still running on adrenaline?"; $comment has creation-timestamp 2023-11-28T14:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-f9d0a163def1474a93801f2544f06c4e"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-fa4b0bc65121431f9028361fa94501d7"; $comment has comment-text "@JaniceRich109 Thanks! Definitely a bit of both! My legs are sore, but I’m still buzzing from the excitement. Worth every mile!"; $comment has creation-timestamp 2023-11-28T14:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-f9d0a163def1474a93801f2544f06c4e"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-fa4b0bc65121431f9028361fa94501d7"; $comment has comment-text "@RonaldFincham197 Thanks! Definitely a bit of both! My legs are sore, but I’m still buzzing from the excitement. Worth every mile!"; $comment has creation-timestamp 2023-11-28T14:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@RonaldFincham197"; # comment -match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-49954cf1faaf400ca74b3d208c3fa29f"; $comment has comment-text "Amazing! Finishing a marathon is no joke. How was the race atmosphere? Was the crowd cheering you on?"; $comment has creation-timestamp 2023-11-28T14:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-49954cf1faaf400ca74b3d208c3fa29f"; $comment has comment-text "Amazing! Finishing a marathon is no joke. How was the race atmosphere? Was the crowd cheering you on?"; $comment has creation-timestamp 2023-11-28T14:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-49954cf1faaf400ca74b3d208c3fa29f"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-3fb230b2b55d44428884e6660c661a49"; $comment has comment-text "@FrankieLorenz269 The atmosphere was incredible! The crowd definitely helped during those tough miles. So many people cheering us on—it was such a boost."; $comment has creation-timestamp 2023-11-28T14:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-49954cf1faaf400ca74b3d208c3fa29f"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-3fb230b2b55d44428884e6660c661a49"; $comment has comment-text "@DorothyGardner851 The atmosphere was incredible! The crowd definitely helped during those tough miles. So many people cheering us on—it was such a boost."; $comment has creation-timestamp 2023-11-28T14:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment -match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-84403b37b13b4d4ea368f7d2d9732b86"; $comment has comment-text "That’s awesome! Did you hit a wall at any point, or did the energy just carry you through?"; $comment has creation-timestamp 2023-11-28T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-84403b37b13b4d4ea368f7d2d9732b86"; $comment has comment-text "That’s awesome! Did you hit a wall at any point, or did the energy just carry you through?"; $comment has creation-timestamp 2023-11-28T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-84403b37b13b4d4ea368f7d2d9732b86"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-0e5bc44c98de4bf682734d1c23d83f22"; $comment has comment-text "@RonaldFincham197 Oh, I definitely hit a wall around mile 20. It got rough, but I just kept pushing. The last few miles were a mental game for sure."; $comment has creation-timestamp 2023-11-28T14:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@RonaldFincham197"; +match $parent isa content; $parent has id "cmt-84403b37b13b4d4ea368f7d2d9732b86"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-0e5bc44c98de4bf682734d1c23d83f22"; $comment has comment-text "@FrankieLorenz269 Oh, I definitely hit a wall around mile 20. It got rough, but I just kept pushing. The last few miles were a mental game for sure."; $comment has creation-timestamp 2023-11-28T14:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-47e77e2b6b294a13a37c3644c9345ce7"; $comment has comment-text "Wow, huge congrats! What was your go-to song during the run to keep you going?"; $comment has creation-timestamp 2023-11-28T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-47e77e2b6b294a13a37c3644c9345ce7"; $comment has comment-text "Wow, huge congrats! What was your go-to song during the run to keep you going?"; $comment has creation-timestamp 2023-11-28T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-47e77e2b6b294a13a37c3644c9345ce7"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-f367dbe240e3469fb9b66d71951a0518"; $comment has comment-text "@DorothyGardner851 Thanks! I had *Eye of the Tiger* on repeat during those tough stretches—classic but it worked!"; $comment has creation-timestamp 2023-11-28T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-47e77e2b6b294a13a37c3644c9345ce7"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-f367dbe240e3469fb9b66d71951a0518"; $comment has comment-text "@JaniceRich109 Thanks! I had *Eye of the Tiger* on repeat during those tough stretches—classic but it worked!"; $comment has creation-timestamp 2023-11-28T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment match $parent isa content; $parent has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-88653e42cefe43eca9184b9f501049e2"; $comment has comment-text "Finishing a marathon is a huge accomplishment! Do you think you’ll run another one, or is this a one-time thing?"; $comment has creation-timestamp 2023-11-28T15:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-88653e42cefe43eca9184b9f501049e2"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-b550f22172e54360a3aeb12e7d4fbfff"; $comment has comment-text "@VilmaToft456 Honestly, I might do another one! I didn’t think I’d say that, but the whole experience was amazing. I’m already thinking about the next challenge!"; $comment has creation-timestamp 2023-11-28T15:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # post -match $page isa page; $page has id "MeganHood510"; $profile isa profile; $profile has id "MeganHood510"; $place isa place; $place has id "plc-67a9c3787c6541e582e2e662f728b4fa"; insert $post isa text-post; $post has post-id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $post has post-text "I finally adopted a #dog! Meet Luna, she’s a rescue and already feels like part of the #family. Can’t wait to make so many memories together. #rescuedog #doglover"; $post has creation-timestamp 2023-12-10T10:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#doglover"; $post has tag "#family"; $post has tag "#dog"; $post has tag "#rescuedog"; $location (place: $place, located: $post) isa location; +match $page isa page; $page has id "MeganHood510"; $profile isa profile; $profile has id "MeganHood510"; $place isa place; $place has id "plc-67a9c3787c6541e582e2e662f728b4fa"; insert $post isa text-post; $post has post-id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $post has post-text "I finally adopted a #dog! Meet Luna, she’s a rescue and already feels like part of the #family. Can’t wait to make so many memories together. #rescuedog #doglover"; $post has creation-timestamp 2023-12-10T10:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#dog"; $post has tag "#doglover"; $post has tag "#family"; $post has tag "#rescuedog"; $location (place: $place, located: $post) isa location; # comment -match $parent isa content; $parent has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-14c30b503d0d4ad087d5e121623a35ae"; $comment has comment-text "Aww, congrats! Luna is such a cute name. How’s she adjusting so far?"; $comment has creation-timestamp 2023-12-10T10:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-14c30b503d0d4ad087d5e121623a35ae"; $comment has comment-text "Aww, congrats! Luna is such a cute name. How’s she adjusting so far?"; $comment has creation-timestamp 2023-12-10T10:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-14c30b503d0d4ad087d5e121623a35ae"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-2ec012f0d3104ac59932263c4eec95b0"; $comment has comment-text "@MichaelFincher442 Thanks! She’s doing great so far. A bit shy at first, but she’s warming up quickly. Lots of tail wags already!"; $comment has creation-timestamp 2023-12-10T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; +match $parent isa content; $parent has id "cmt-14c30b503d0d4ad087d5e121623a35ae"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-2ec012f0d3104ac59932263c4eec95b0"; $comment has comment-text "@EstherCarter759 Thanks! She’s doing great so far. A bit shy at first, but she’s warming up quickly. Lots of tail wags already!"; $comment has creation-timestamp 2023-12-10T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; # comment match $parent isa content; $parent has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-700b1433f5d64476a0f12d46e775f27e"; $comment has comment-text "Congrats on adopting! Rescues are the best. What breed is Luna?"; $comment has creation-timestamp 2023-12-10T10:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1140,87 +1140,87 @@ match $parent isa content; $parent has id "pst-7a31a27cced44d7cb4ca01423b239fd8" # comment match $parent isa content; $parent has id "cmt-86ff76d11fe34b56a9f5a74186861f29"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-44bfc434481c43f9bff5101d3f1cd31b"; $comment has comment-text "@BobbieMoreno546 We’re planning a trip to the park this weekend! I’m excited to see how she does off-leash in a big open space."; $comment has creation-timestamp 2023-12-10T10:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; # comment -match $parent isa content; $parent has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-b287c4407881407dae771359677abeb7"; $comment has comment-text "Luna is lucky to have found you! Do you think she’ll be a cuddler, or is she more independent?"; $comment has creation-timestamp 2023-12-10T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-b287c4407881407dae771359677abeb7"; $comment has comment-text "Luna is lucky to have found you! Do you think she’ll be a cuddler, or is she more independent?"; $comment has creation-timestamp 2023-12-10T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-b287c4407881407dae771359677abeb7"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-2a0b20400ef04b6fad4879e7efd164ee"; $comment has comment-text "@EstherCarter759 She’s definitely a cuddler! Loves curling up next to me on the couch already. I think she’s going to be my new shadow!"; $comment has creation-timestamp 2023-12-10T11:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; +match $parent isa content; $parent has id "cmt-b287c4407881407dae771359677abeb7"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-2a0b20400ef04b6fad4879e7efd164ee"; $comment has comment-text "@MichaelFincher442 She’s definitely a cuddler! Loves curling up next to me on the couch already. I think she’s going to be my new shadow!"; $comment has creation-timestamp 2023-12-10T11:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # comment match $parent isa content; $parent has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "JosephineHenry396"; insert $comment isa comment; $comment has comment-id "cmt-86343347daa6426aa30d04fdb58c1e9f"; $comment has comment-text "This is so heartwarming! Rescuing is such a great thing to do. Does she have any favorite toys yet?"; $comment has creation-timestamp 2023-12-10T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-86343347daa6426aa30d04fdb58c1e9f"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-26b1caba3fcc42c1b3d4a0965b7801ea"; $comment has comment-text "@JosephineHenry396 She loves her squeaky ball! It’s hilarious watching her chase it around the house."; $comment has creation-timestamp 2023-12-10T11:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JosephineHenry396"; # post -match $page isa page; $page has id "VilmaToft456"; $profile isa profile; $profile has id "VilmaToft456"; $place isa place; $place has id "plc-23c6612f48264673a3a7711a81332876"; insert $post isa text-post; $post has post-id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $post has post-text "Just saw the new #superhero movie. Honestly, I don’t get the hype. The plot felt all over the place. Anyone else feel the same? #moviereview #superheromovies"; $post has creation-timestamp 2021-09-30T19:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#superhero"; $post has tag "#superheromovies"; $post has tag "#moviereview"; $location (place: $place, located: $post) isa location; +match $page isa page; $page has id "VilmaToft456"; $profile isa profile; $profile has id "VilmaToft456"; $place isa place; $place has id "plc-23c6612f48264673a3a7711a81332876"; insert $post isa text-post; $post has post-id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $post has post-text "Just saw the new #superhero movie. Honestly, I don’t get the hype. The plot felt all over the place. Anyone else feel the same? #moviereview #superheromovies"; $post has creation-timestamp 2021-09-30T19:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#moviereview"; $post has tag "#superhero"; $post has tag "#superheromovies"; $location (place: $place, located: $post) isa location; # comment -match $parent isa content; $parent has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-6ad8c64db8c54e789214f218dd3b8d93"; $comment has comment-text "I actually loved it! I think the chaos of the plot was intentional—it mirrors the character’s journey through confusion and self-discovery."; $comment has creation-timestamp 2021-09-30T19:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-6ad8c64db8c54e789214f218dd3b8d93"; $comment has comment-text "I actually loved it! I think the chaos of the plot was intentional—it mirrors the character’s journey through confusion and self-discovery."; $comment has creation-timestamp 2021-09-30T19:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-6ad8c64db8c54e789214f218dd3b8d93"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-f190cb53b48945c7a22f6e82ecdd001e"; $comment has comment-text "@MaryBrown547 That’s an interesting take. Maybe I missed some of the symbolism. I still feel like the pacing was off though."; $comment has creation-timestamp 2021-09-30T19:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-6ad8c64db8c54e789214f218dd3b8d93"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-f190cb53b48945c7a22f6e82ecdd001e"; $comment has comment-text "@VilmaToft456 That’s an interesting take. Maybe I missed some of the symbolism. I still feel like the pacing was off though."; $comment has creation-timestamp 2021-09-30T19:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-8f5a5adec21d4eadbe4c13622826ef27"; $comment has comment-text "I agree with @VilmaToft456. The action scenes were great, but the character development felt rushed. They tried to pack too much into one movie."; $comment has creation-timestamp 2021-09-30T19:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; +match $parent isa content; $parent has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-8f5a5adec21d4eadbe4c13622826ef27"; $comment has comment-text "I agree with @VilmaToft456. The action scenes were great, but the character development felt rushed. They tried to pack too much into one movie."; $comment has creation-timestamp 2021-09-30T19:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "cmt-8f5a5adec21d4eadbe4c13622826ef27"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-94d7f681d5514e14a18d99ce20fa5cd3"; $comment has comment-text "@SarahGiven225 True, the character arcs could’ve used more time. But I think they were setting up for future movies in the series, so I’m willing to give it a pass."; $comment has creation-timestamp 2021-09-30T20:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; +match $parent isa content; $parent has id "cmt-8f5a5adec21d4eadbe4c13622826ef27"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-94d7f681d5514e14a18d99ce20fa5cd3"; $comment has comment-text "@MaryBrown547 True, the character arcs could’ve used more time. But I think they were setting up for future movies in the series, so I’m willing to give it a pass."; $comment has creation-timestamp 2021-09-30T20:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment -match $parent isa content; $parent has id "cmt-94d7f681d5514e14a18d99ce20fa5cd3"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-3f79dd31beb748d6ab021118ae63ad3a"; $comment has comment-text "@MaryBrown547 That’s fair. I’m hoping the next one expands on those arcs more. Still, this one felt like it was just trying to do too much at once."; $comment has creation-timestamp 2021-09-30T20:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-94d7f681d5514e14a18d99ce20fa5cd3"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-3f79dd31beb748d6ab021118ae63ad3a"; $comment has comment-text "@VilmaToft456 That’s fair. I’m hoping the next one expands on those arcs more. Still, this one felt like it was just trying to do too much at once."; $comment has creation-timestamp 2021-09-30T20:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-4ca49e01c6214f7fbcd4fb198625dcb0"; $comment has comment-text "The special effects were insane, though! That fight scene at the end had me on the edge of my seat."; $comment has creation-timestamp 2021-09-30T20:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-4ca49e01c6214f7fbcd4fb198625dcb0"; $comment has comment-text "The special effects were insane, though! That fight scene at the end had me on the edge of my seat."; $comment has creation-timestamp 2021-09-30T20:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-4ca49e01c6214f7fbcd4fb198625dcb0"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-cb85eda6db0148ff9e21c855cc713ba6"; $comment has comment-text "@NancyJohnson650 I’ll give you that. The visuals were top-notch. Maybe I was too distracted by the plot to fully appreciate the action scenes."; $comment has creation-timestamp 2021-09-30T20:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; +match $parent isa content; $parent has id "cmt-4ca49e01c6214f7fbcd4fb198625dcb0"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-cb85eda6db0148ff9e21c855cc713ba6"; $comment has comment-text "@SarahGiven225 I’ll give you that. The visuals were top-notch. Maybe I was too distracted by the plot to fully appreciate the action scenes."; $comment has creation-timestamp 2021-09-30T20:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # comment -match $parent isa content; $parent has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-b8d1353905624912bdf2b5a1b57a5c03"; $comment has comment-text "I’m just tired of superhero movies in general. They all follow the same formula—good guy vs bad guy with some big explosions."; $comment has creation-timestamp 2021-09-30T20:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-b8d1353905624912bdf2b5a1b57a5c03"; $comment has comment-text "I’m just tired of superhero movies in general. They all follow the same formula—good guy vs bad guy with some big explosions."; $comment has creation-timestamp 2021-09-30T20:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-b8d1353905624912bdf2b5a1b57a5c03"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-d8efb5c9e7a242d08a3c405075fc1b10"; $comment has comment-text "@VilmaToft456 I get that, but I feel like this one tried to break away from the typical formula with more emotional depth."; $comment has creation-timestamp 2021-09-30T20:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; +match $parent isa content; $parent has id "cmt-b8d1353905624912bdf2b5a1b57a5c03"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-d8efb5c9e7a242d08a3c405075fc1b10"; $comment has comment-text "@NancyJohnson650 I get that, but I feel like this one tried to break away from the typical formula with more emotional depth."; $comment has creation-timestamp 2021-09-30T20:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # post -match $page isa page; $page has id "SarahGiven225"; $profile isa profile; $profile has id "SarahGiven225"; insert $post isa text-post; $post has post-id "pst-6282c33d366546a5a34da412816a5ea8"; $post has post-text "Random question: What was your favorite #childhood #cartoon? I was obsessed with 'Adventure Pals' growing up. #nostalgia"; $post has creation-timestamp 2022-12-01T21:10:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#childhood"; $post has tag "#nostalgia"; $post has tag "#cartoon"; +match $page isa page; $page has id "SarahGiven225"; $profile isa profile; $profile has id "SarahGiven225"; insert $post isa text-post; $post has post-id "pst-6282c33d366546a5a34da412816a5ea8"; $post has post-text "Random question: What was your favorite #childhood #cartoon? I was obsessed with 'Adventure Pals' growing up. #nostalgia"; $post has creation-timestamp 2022-12-01T21:10:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#cartoon"; $post has tag "#childhood"; $post has tag "#nostalgia"; # comment -match $parent isa content; $parent has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-1a608f0d7e4142ad86b0915a8880f9fd"; $comment has comment-text "Oh man, for me it was definitely 'Cosmic Explorers'! I used to watch it every Saturday morning. That theme song still lives rent-free in my head."; $comment has creation-timestamp 2022-12-01T21:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-1a608f0d7e4142ad86b0915a8880f9fd"; $comment has comment-text "Oh man, for me it was definitely 'Cosmic Explorers'! I used to watch it every Saturday morning. That theme song still lives rent-free in my head."; $comment has creation-timestamp 2022-12-01T21:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-1a608f0d7e4142ad86b0915a8880f9fd"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-88662aba16014cc69b160641207417e7"; $comment has comment-text "@PatriciaShelman960 YES! The theme song was so catchy! And remember the episode where they got stuck on the ice planet? Classic."; $comment has creation-timestamp 2022-12-01T21:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; +match $parent isa content; $parent has id "cmt-1a608f0d7e4142ad86b0915a8880f9fd"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-88662aba16014cc69b160641207417e7"; $comment has comment-text "@MichaelShah533 YES! The theme song was so catchy! And remember the episode where they got stuck on the ice planet? Classic."; $comment has creation-timestamp 2022-12-01T21:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelShah533"; # comment -match $parent isa content; $parent has id "cmt-88662aba16014cc69b160641207417e7"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-e4d08ebed335414ca62ce6a302fbad7c"; $comment has comment-text "@SarahGiven225 Haha, I do! That was the one where the captain’s robot pet saved the day, right?"; $comment has creation-timestamp 2022-12-01T21:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; +match $parent isa content; $parent has id "cmt-88662aba16014cc69b160641207417e7"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-e4d08ebed335414ca62ce6a302fbad7c"; $comment has comment-text "@SarahGiven225 Haha, I do! That was the one where the captain’s robot pet saved the day, right?"; $comment has creation-timestamp 2022-12-01T21:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # comment -match $parent isa content; $parent has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-bf33551df629453582b33be214ed05bd"; $comment has comment-text "Mine was 'Jungle Warriors.' I was obsessed with the animal characters, especially the cheetah who could run super fast."; $comment has creation-timestamp 2022-12-01T22:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-bf33551df629453582b33be214ed05bd"; $comment has comment-text "Mine was 'Jungle Warriors.' I was obsessed with the animal characters, especially the cheetah who could run super fast."; $comment has creation-timestamp 2022-12-01T22:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-bf33551df629453582b33be214ed05bd"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-65578e91bee5464dbe37355efbdc678a"; $comment has comment-text "@SoilaMcafee389 That one was cool! The animation style was pretty unique, too. I remember trying to draw the characters in my sketchbook!"; $comment has creation-timestamp 2022-12-01T22:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-bf33551df629453582b33be214ed05bd"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-65578e91bee5464dbe37355efbdc678a"; $comment has comment-text "@PatriciaShelman960 That one was cool! The animation style was pretty unique, too. I remember trying to draw the characters in my sketchbook!"; $comment has creation-timestamp 2022-12-01T22:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; # comment -match $parent isa content; $parent has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-fc145cfe469a4289ac91c01e734c5192"; $comment has comment-text "No one’s mentioned 'Robot Squadron'? I loved that show! It was all about teamwork, and the gadgets they used were so fun."; $comment has creation-timestamp 2022-12-01T22:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-fc145cfe469a4289ac91c01e734c5192"; $comment has comment-text "No one’s mentioned 'Robot Squadron'? I loved that show! It was all about teamwork, and the gadgets they used were so fun."; $comment has creation-timestamp 2022-12-01T22:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-fc145cfe469a4289ac91c01e734c5192"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-a96e2bf4586543b8b915486569967b5c"; $comment has comment-text "@MichaelShah533 Wow, how could I forget? I had a bunch of those action figures. The robot with the extendable arms was my favorite."; $comment has creation-timestamp 2022-12-01T22:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelShah533"; +match $parent isa content; $parent has id "cmt-fc145cfe469a4289ac91c01e734c5192"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-a96e2bf4586543b8b915486569967b5c"; $comment has comment-text "@MeganHood510 Wow, how could I forget? I had a bunch of those action figures. The robot with the extendable arms was my favorite."; $comment has creation-timestamp 2022-12-01T22:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # comment -match $parent isa content; $parent has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-139e5ca2b9e74780821cf26265739938"; $comment has comment-text "I have to go with 'Mystery Kids.' It had such a cool mix of mystery and humor. I still remember trying to solve the cases before the characters did!"; $comment has creation-timestamp 2022-12-01T22:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-139e5ca2b9e74780821cf26265739938"; $comment has comment-text "I have to go with 'Mystery Kids.' It had such a cool mix of mystery and humor. I still remember trying to solve the cases before the characters did!"; $comment has creation-timestamp 2022-12-01T22:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-139e5ca2b9e74780821cf26265739938"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-96062930286043118315d334e47c98ea"; $comment has comment-text "@MeganHood510 Haha, same! I always thought I’d be great at solving mysteries because of that show."; $comment has creation-timestamp 2022-12-01T23:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-139e5ca2b9e74780821cf26265739938"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-96062930286043118315d334e47c98ea"; $comment has comment-text "@SoilaMcafee389 Haha, same! I always thought I’d be great at solving mysteries because of that show."; $comment has creation-timestamp 2022-12-01T23:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; # post -match $page isa page; $page has id "VilmaToft456"; $profile isa profile; $profile has id "VilmaToft456"; insert $post isa text-post; $post has post-id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $post has post-text "If you could have any #superpower, what would it be? I’d choose #teleportation—imagine never having to #commute again! #randomthoughts"; $post has creation-timestamp 2023-06-10T17:15:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#commute"; $post has tag "#randomthoughts"; $post has tag "#teleportation"; $post has tag "#superpower"; +match $page isa page; $page has id "VilmaToft456"; $profile isa profile; $profile has id "VilmaToft456"; insert $post isa text-post; $post has post-id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $post has post-text "If you could have any #superpower, what would it be? I’d choose #teleportation—imagine never having to #commute again! #randomthoughts"; $post has creation-timestamp 2023-06-10T17:15:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#commute"; $post has tag "#randomthoughts"; $post has tag "#superpower"; $post has tag "#teleportation"; # comment -match $parent isa content; $parent has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-c2eaf172e5a1424387281f15b5cbb690"; $comment has comment-text "Teleportation is a good one, but I’d pick the ability to control time. You could pause, rewind, or fast forward through awkward situations."; $comment has creation-timestamp 2023-06-10T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-c2eaf172e5a1424387281f15b5cbb690"; $comment has comment-text "Teleportation is a good one, but I’d pick the ability to control time. You could pause, rewind, or fast forward through awkward situations."; $comment has creation-timestamp 2023-06-10T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-c2eaf172e5a1424387281f15b5cbb690"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-a07aeb89998d420ba26dded0a9584453"; $comment has comment-text "@MeganHood510 Time control would be amazing! Imagine reliving the best moments of your life over and over again."; $comment has creation-timestamp 2023-06-10T17:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-c2eaf172e5a1424387281f15b5cbb690"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-a07aeb89998d420ba26dded0a9584453"; $comment has comment-text "@EstherCarter759 Time control would be amazing! Imagine reliving the best moments of your life over and over again."; $comment has creation-timestamp 2023-06-10T17:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; # comment -match $parent isa content; $parent has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-037432634a0649aa827acd0de15093b0"; $comment has comment-text "I’d go with invisibility. Sometimes it’d be nice to just disappear for a while and have some peace and quiet."; $comment has creation-timestamp 2023-06-10T17:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-037432634a0649aa827acd0de15093b0"; $comment has comment-text "I’d go with invisibility. Sometimes it’d be nice to just disappear for a while and have some peace and quiet."; $comment has creation-timestamp 2023-06-10T17:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-037432634a0649aa827acd0de15093b0"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-aab6941b59e8484ca5d203e3992e7dea"; $comment has comment-text "@EstherCarter759 That sounds tempting, especially during stressful days. But I’d be worried about accidentally becoming invisible at the wrong time!"; $comment has creation-timestamp 2023-06-10T18:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; +match $parent isa content; $parent has id "cmt-037432634a0649aa827acd0de15093b0"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-aab6941b59e8484ca5d203e3992e7dea"; $comment has comment-text "@JohnRugg309 That sounds tempting, especially during stressful days. But I’d be worried about accidentally becoming invisible at the wrong time!"; $comment has creation-timestamp 2023-06-10T18:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; # comment -match $parent isa content; $parent has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-f6b4160bd46647729df5672b5ba48aa0"; $comment has comment-text "Flying, no question. Who wouldn’t want to soar through the skies? Plus, you could skip traffic completely."; $comment has creation-timestamp 2023-06-10T18:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-f6b4160bd46647729df5672b5ba48aa0"; $comment has comment-text "Flying, no question. Who wouldn’t want to soar through the skies? Plus, you could skip traffic completely."; $comment has creation-timestamp 2023-06-10T18:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-f6b4160bd46647729df5672b5ba48aa0"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-b0335368a44347378072b6354c1f59df"; $comment has comment-text "@JohnRugg309 Flying would be incredible! The views alone would be worth it. But would you fly low to the ground or way up in the clouds?"; $comment has creation-timestamp 2023-06-10T18:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; +match $parent isa content; $parent has id "cmt-f6b4160bd46647729df5672b5ba48aa0"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-b0335368a44347378072b6354c1f59df"; $comment has comment-text "@ValerieChesser891 Flying would be incredible! The views alone would be worth it. But would you fly low to the ground or way up in the clouds?"; $comment has creation-timestamp 2023-06-10T18:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; # comment -match $parent isa content; $parent has id "cmt-b0335368a44347378072b6354c1f59df"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-7abd224105c24105a234c40f40e5e8fa"; $comment has comment-text "@VilmaToft456 Definitely up in the clouds! Can you imagine the sunsets you’d see from that height?"; $comment has creation-timestamp 2023-06-10T18:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; +match $parent isa content; $parent has id "cmt-b0335368a44347378072b6354c1f59df"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-7abd224105c24105a234c40f40e5e8fa"; $comment has comment-text "@VilmaToft456 Definitely up in the clouds! Can you imagine the sunsets you’d see from that height?"; $comment has creation-timestamp 2023-06-10T18:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-d55f0e0eef6b4029bbef627fce91e0c9"; $comment has comment-text "I’d choose the ability to speak and understand any language instantly. You could travel anywhere and connect with anyone in their native language."; $comment has creation-timestamp 2023-06-10T18:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-d55f0e0eef6b4029bbef627fce91e0c9"; $comment has comment-text "I’d choose the ability to speak and understand any language instantly. You could travel anywhere and connect with anyone in their native language."; $comment has creation-timestamp 2023-06-10T18:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-d55f0e0eef6b4029bbef627fce91e0c9"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-659badcb9bca427db31978ebdafd518d"; $comment has comment-text "@ValerieChesser891 That’s such a practical superpower! You’d be the ultimate diplomat, not to mention how much you’d learn about different cultures."; $comment has creation-timestamp 2023-06-10T19:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; +match $parent isa content; $parent has id "cmt-d55f0e0eef6b4029bbef627fce91e0c9"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-659badcb9bca427db31978ebdafd518d"; $comment has comment-text "@MeganHood510 That’s such a practical superpower! You’d be the ultimate diplomat, not to mention how much you’d learn about different cultures."; $comment has creation-timestamp 2023-06-10T19:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # post -match $page isa page; $page has id "PatriciaShelman960"; $profile isa profile; $profile has id "PatriciaShelman960"; $place isa place; $place has id "plc-de1b372ad3fb447abe5b1e7f9ca5499d"; insert $post isa text-post; $post has post-id "pst-cf085288f0044e328bc01de3d197b561"; $post has post-text "We’re officially #engaged! I proposed last night, and she said yes! It was such a special moment—we couldn’t be happier! #shesaidyes #love"; $post has creation-timestamp 2023-12-15T08:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#love"; $post has tag "#engaged"; $post has tag "#shesaidyes"; $location (place: $place, located: $post) isa location; +match $page isa page; $page has id "PatriciaShelman960"; $profile isa profile; $profile has id "PatriciaShelman960"; $place isa place; $place has id "plc-de1b372ad3fb447abe5b1e7f9ca5499d"; insert $post isa text-post; $post has post-id "pst-cf085288f0044e328bc01de3d197b561"; $post has post-text "We’re officially #engaged! I proposed last night, and she said yes! It was such a special moment—we couldn’t be happier! #shesaidyes #love"; $post has creation-timestamp 2023-12-15T08:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#engaged"; $post has tag "#love"; $post has tag "#shesaidyes"; $location (place: $place, located: $post) isa location; # comment -match $parent isa content; $parent has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-59581c9454f54df7a9bf79f4b3739067"; $comment has comment-text "Congratulations! That’s amazing news! How did you propose?"; $comment has creation-timestamp 2023-12-15T08:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-59581c9454f54df7a9bf79f4b3739067"; $comment has comment-text "Congratulations! That’s amazing news! How did you propose?"; $comment has creation-timestamp 2023-12-15T08:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-59581c9454f54df7a9bf79f4b3739067"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-6175f16a9a644c24a34acc3eda68fa2a"; $comment has comment-text "@DorothyGardner851 Thanks! I proposed during a quiet dinner at home. It was just the two of us, and it felt perfect. She had no idea it was coming!"; $comment has creation-timestamp 2023-12-15T09:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-59581c9454f54df7a9bf79f4b3739067"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-6175f16a9a644c24a34acc3eda68fa2a"; $comment has comment-text "@AnnaThomas446 Thanks! I proposed during a quiet dinner at home. It was just the two of us, and it felt perfect. She had no idea it was coming!"; $comment has creation-timestamp 2023-12-15T09:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnnaThomas446"; # comment -match $parent isa content; $parent has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-b20ed71966b9421b942917266557338d"; $comment has comment-text "So happy for you both! Did you have the ring picked out for a while, or was it a recent decision?"; $comment has creation-timestamp 2023-12-15T09:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-b20ed71966b9421b942917266557338d"; $comment has comment-text "So happy for you both! Did you have the ring picked out for a while, or was it a recent decision?"; $comment has creation-timestamp 2023-12-15T09:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-b20ed71966b9421b942917266557338d"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-acb1691c4c43445b80635ef2e53428bb"; $comment has comment-text "@AnnaThomas446 I’ve had the ring for a few months now! I was waiting for the right moment, and last night just felt perfect."; $comment has creation-timestamp 2023-12-15T09:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnnaThomas446"; +match $parent isa content; $parent has id "cmt-b20ed71966b9421b942917266557338d"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-acb1691c4c43445b80635ef2e53428bb"; $comment has comment-text "@VilmaToft456 I’ve had the ring for a few months now! I was waiting for the right moment, and last night just felt perfect."; $comment has creation-timestamp 2023-12-15T09:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-d7e239089090424481d44db0d09bf39c"; $comment has comment-text "That’s incredible! Any immediate wedding plans, or are you just soaking in the engagement for now?"; $comment has creation-timestamp 2023-12-15T09:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-d7e239089090424481d44db0d09bf39c"; $comment has comment-text "That’s incredible! Any immediate wedding plans, or are you just soaking in the engagement for now?"; $comment has creation-timestamp 2023-12-15T09:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-d7e239089090424481d44db0d09bf39c"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-3765002d6e6b4ebab055d84e3c38bfd6"; $comment has comment-text "@VilmaToft456 We’re definitely going to take some time to enjoy the engagement before jumping into wedding planning. No rush!"; $comment has creation-timestamp 2023-12-15T09:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; +match $parent isa content; $parent has id "cmt-d7e239089090424481d44db0d09bf39c"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-3765002d6e6b4ebab055d84e3c38bfd6"; $comment has comment-text "@DorothyGardner851 We’re definitely going to take some time to enjoy the engagement before jumping into wedding planning. No rush!"; $comment has creation-timestamp 2023-12-15T09:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment match $parent isa content; $parent has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-8278e1e52adb4a6783add75843e1592e"; $comment has comment-text "Congrats! Do you have a date in mind for the wedding, or is it too soon to say?"; $comment has creation-timestamp 2023-12-15T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1230,7 +1230,7 @@ match $parent isa content; $parent has id "pst-cf085288f0044e328bc01de3d197b561" # comment match $parent isa content; $parent has id "cmt-c710fab3881f43bda669d6b6c1afb76b"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-d38a1bdbd6104e6d819de9b4e9492308"; $comment has comment-text "@FrankieLorenz269 Thank you! We told our families last night, and they’re thrilled! We’ll share the news with friends over the weekend."; $comment has creation-timestamp 2023-12-15T10:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # post -match $page isa page; $page has id "LauraHarrison601"; $profile isa profile; $profile has id "LauraHarrison601"; $place isa place; $place has id "plc-fcbd04c340214ef78ca5a5a19e4d6e3c"; insert $post isa image-post; $post has post-id "pst-86d77094a6894303a807092d74ca0c56"; $post has post-text "Finally got my new #car! Check it out! #newride #carlover"; $post has creation-timestamp 2023-07-20T15:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#newride"; $post has tag "#carlover"; $post has tag "#car"; $location (place: $place, located: $post) isa location; $post has post-image "med-f65a1a2a4f764aac9ec22e0cd4cd82fa"; +match $page isa page; $page has id "LauraHarrison601"; $profile isa profile; $profile has id "LauraHarrison601"; $place isa place; $place has id "plc-fcbd04c340214ef78ca5a5a19e4d6e3c"; insert $post isa image-post; $post has post-id "pst-86d77094a6894303a807092d74ca0c56"; $post has post-text "Finally got my new #car! Check it out! #newride #carlover"; $post has creation-timestamp 2023-07-20T15:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#car"; $post has tag "#carlover"; $post has tag "#newride"; $location (place: $place, located: $post) isa location; $post has post-image "med-f65a1a2a4f764aac9ec22e0cd4cd82fa"; # comment match $parent isa content; $parent has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-31bf3b36bac144b58a19e5a80d5a2ad3"; $comment has comment-text "Whoa, that looks amazing! Is it as fast as it looks?"; $comment has creation-timestamp 2023-07-20T15:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1242,19 +1242,19 @@ match $parent isa content; $parent has id "cmt-98e16bc0338549c784ade7b7119b0fb4" # comment match $parent isa content; $parent has id "cmt-fa9f941a41a044be9b0dff111a6c3c25"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-d35169bc00444690b17a7c84cb3d7ee7"; $comment has comment-text "@LauraHarrison601 Sounds like a perfect plan. Nothing beats a coastal road trip, especially in that car!"; $comment has creation-timestamp 2023-07-20T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; # comment -match $parent isa content; $parent has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-e55b88fff0864962b771f867dfa2e52b"; $comment has comment-text "That’s a slick ride! What model is it? I’ve been thinking about upgrading my car too."; $comment has creation-timestamp 2023-07-20T16:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-e55b88fff0864962b771f867dfa2e52b"; $comment has comment-text "That’s a slick ride! What model is it? I’ve been thinking about upgrading my car too."; $comment has creation-timestamp 2023-07-20T16:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-e55b88fff0864962b771f867dfa2e52b"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-e83f32782c7049019e3f4f152f5c5cbe"; $comment has comment-text "@MichaelFincher442 It’s the new Turbo X! You should totally go for it. Feels like you’re driving a rocket!"; $comment has creation-timestamp 2023-07-20T16:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; +match $parent isa content; $parent has id "cmt-e55b88fff0864962b771f867dfa2e52b"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-e83f32782c7049019e3f4f152f5c5cbe"; $comment has comment-text "@VilmaToft456 It’s the new Turbo X! You should totally go for it. Feels like you’re driving a rocket!"; $comment has creation-timestamp 2023-07-20T16:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-9c017e5d5c414fb5a94a29d3f73c3dce"; $comment has comment-text "Now that’s a car worthy of some serious weekend adventures. I’m picturing you zipping down the highway with the top down!"; $comment has creation-timestamp 2023-07-20T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-9c017e5d5c414fb5a94a29d3f73c3dce"; $comment has comment-text "Now that’s a car worthy of some serious weekend adventures. I’m picturing you zipping down the highway with the top down!"; $comment has creation-timestamp 2023-07-20T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-9c017e5d5c414fb5a94a29d3f73c3dce"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-acac00dc024e460984864d26cfd09276"; $comment has comment-text "@JeffLeon452 Haha, exactly! I might just have to do that once the weather’s nice."; $comment has creation-timestamp 2023-07-20T17:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; +match $parent isa content; $parent has id "cmt-9c017e5d5c414fb5a94a29d3f73c3dce"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-acac00dc024e460984864d26cfd09276"; $comment has comment-text "@MichaelFincher442 Haha, exactly! I might just have to do that once the weather’s nice."; $comment has creation-timestamp 2023-07-20T17:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # comment -match $parent isa content; $parent has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-054961d6043843d4a81b3fe3fda48455"; $comment has comment-text "Okay, I’m officially jealous! You better give me a ride next time we hang out."; $comment has creation-timestamp 2023-07-20T17:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-054961d6043843d4a81b3fe3fda48455"; $comment has comment-text "Okay, I’m officially jealous! You better give me a ride next time we hang out."; $comment has creation-timestamp 2023-07-20T17:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-054961d6043843d4a81b3fe3fda48455"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-2adfd824edae4c39aa9e062a9b89bf0d"; $comment has comment-text "@VilmaToft456 Deal! You’ll love it—just let me know when you’re free."; $comment has creation-timestamp 2023-07-20T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; +match $parent isa content; $parent has id "cmt-054961d6043843d4a81b3fe3fda48455"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-2adfd824edae4c39aa9e062a9b89bf0d"; $comment has comment-text "@JeffLeon452 Deal! You’ll love it—just let me know when you’re free."; $comment has creation-timestamp 2023-07-20T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; # post -match $page isa page; $page has id "MichaelFrazier752"; $profile isa profile; $profile has id "MichaelFrazier752"; $place isa place; $place has id "plc-9a164106cf6a459eb4862b21fb97d435"; insert $post isa image-post; $post has post-id "pst-c8359b916e934faf9502e1d5167ad089"; $post has post-text "#Vacation mode: ON #travel #relaxation"; $post has creation-timestamp 2023-03-10T14:05:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#Vacation"; $post has tag "#travel"; $post has tag "#relaxation"; $location (place: $place, located: $post) isa location; $post has post-image "med-6b58996c15d04b4380a1717622b34047"; +match $page isa page; $page has id "MichaelFrazier752"; $profile isa profile; $profile has id "MichaelFrazier752"; $place isa place; $place has id "plc-9a164106cf6a459eb4862b21fb97d435"; insert $post isa image-post; $post has post-id "pst-c8359b916e934faf9502e1d5167ad089"; $post has post-text "#Vacation mode: ON #travel #relaxation"; $post has creation-timestamp 2023-03-10T14:05:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#Vacation"; $post has tag "#relaxation"; $post has tag "#travel"; $location (place: $place, located: $post) isa location; $post has post-image "med-6b58996c15d04b4380a1717622b34047"; # comment match $parent isa content; $parent has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-c4a0c1cd06544465b311d9c41d86fd12"; $comment has comment-text "Wow, that looks like paradise! Where are you?"; $comment has creation-timestamp 2023-03-10T14:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1278,37 +1278,37 @@ match $parent isa content; $parent has id "pst-c8359b916e934faf9502e1d5167ad089" # comment match $parent isa content; $parent has id "cmt-0806989a9abf4e69a5bcd7ed6fa68010"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $comment isa comment; $comment has comment-id "cmt-ee4b0498a5f34a63a5cbed9fa5794917"; $comment has comment-text "@JeffLeon452 Of course! Coconut in one hand, and a book in the other"; $comment has creation-timestamp 2023-03-10T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; # post -match $page isa page; $page has id "JaniceRich109"; $profile isa profile; $profile has id "JaniceRich109"; insert $post isa image-post; $post has post-id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $post has post-text "Finally finished #redecorating the #livingroom! What do you guys think? #homedecor #interiordesign"; $post has creation-timestamp 2022-10-05T18:10:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#redecorating"; $post has tag "#interiordesign"; $post has tag "#livingroom"; $post has tag "#homedecor"; $post has post-image "med-afbae6c34b514edbbb768615f6b1465d"; +match $page isa page; $page has id "JaniceRich109"; $profile isa profile; $profile has id "JaniceRich109"; insert $post isa image-post; $post has post-id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $post has post-text "Finally finished #redecorating the #livingroom! What do you guys think? #homedecor #interiordesign"; $post has creation-timestamp 2022-10-05T18:10:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#homedecor"; $post has tag "#interiordesign"; $post has tag "#livingroom"; $post has tag "#redecorating"; $post has post-image "med-afbae6c34b514edbbb768615f6b1465d"; # comment -match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JosephineHenry396"; insert $comment isa comment; $comment has comment-id "cmt-463e4336bf3c4e56a83299e9fae46529"; $comment has comment-text "This looks so cozy! Love the color scheme. Where did you get that rug?"; $comment has creation-timestamp 2022-10-05T18:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-463e4336bf3c4e56a83299e9fae46529"; $comment has comment-text "This looks so cozy! Love the color scheme. Where did you get that rug?"; $comment has creation-timestamp 2022-10-05T18:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-463e4336bf3c4e56a83299e9fae46529"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-9be574017b33441eba2225d77c6d8ae1"; $comment has comment-text "@JosephineHenry396 Thanks! Got the rug from a little local shop. It really ties the room together, right?"; $comment has creation-timestamp 2022-10-05T18:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JosephineHenry396"; +match $parent isa content; $parent has id "cmt-463e4336bf3c4e56a83299e9fae46529"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-9be574017b33441eba2225d77c6d8ae1"; $comment has comment-text "@BobbieMoreno546 Thanks! Got the rug from a little local shop. It really ties the room together, right?"; $comment has creation-timestamp 2022-10-05T18:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; # comment -match $parent isa content; $parent has id "cmt-9be574017b33441eba2225d77c6d8ae1"; $profile isa profile; $profile has id "JosephineHenry396"; insert $comment isa comment; $comment has comment-id "cmt-e5540022450247f894a1396ce9abfb0d"; $comment has comment-text "@JaniceRich109 Totally! It adds the perfect pop of color."; $comment has creation-timestamp 2022-10-05T18:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-9be574017b33441eba2225d77c6d8ae1"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-e5540022450247f894a1396ce9abfb0d"; $comment has comment-text "@JaniceRich109 Totally! It adds the perfect pop of color."; $comment has creation-timestamp 2022-10-05T18:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-cddd03bb756a413d93f1484aa55dc720"; $comment has comment-text "I’m loving those shelves! Did you build them yourself?"; $comment has creation-timestamp 2022-10-05T19:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $comment isa comment; $comment has comment-id "cmt-cddd03bb756a413d93f1484aa55dc720"; $comment has comment-text "I’m loving those shelves! Did you build them yourself?"; $comment has creation-timestamp 2022-10-05T19:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-cddd03bb756a413d93f1484aa55dc720"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-1b908d6de5e6490ba8da2b89c1308a09"; $comment has comment-text "@JaniceRich109 I wish! They’re from IKEA, but I did put them together, so that counts for something, right?"; $comment has creation-timestamp 2022-10-05T19:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-cddd03bb756a413d93f1484aa55dc720"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-1b908d6de5e6490ba8da2b89c1308a09"; $comment has comment-text "@MichaelFrazier752 I wish! They’re from IKEA, but I did put them together, so that counts for something, right?"; $comment has creation-timestamp 2022-10-05T19:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFrazier752"; # comment -match $parent isa content; $parent has id "cmt-1b908d6de5e6490ba8da2b89c1308a09"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-b6fece9a8f154995824a2898832e9e1e"; $comment has comment-text "@JaniceRich109 Haha, totally counts! They look great."; $comment has creation-timestamp 2022-10-05T19:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-1b908d6de5e6490ba8da2b89c1308a09"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $comment isa comment; $comment has comment-id "cmt-b6fece9a8f154995824a2898832e9e1e"; $comment has comment-text "@JaniceRich109 Haha, totally counts! They look great."; $comment has creation-timestamp 2022-10-05T19:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-6bd8e65f72a2461a9ba66e98679140e0"; $comment has comment-text "Those plants in the corner are such a nice touch! Are they real?"; $comment has creation-timestamp 2022-10-05T19:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-6bd8e65f72a2461a9ba66e98679140e0"; $comment has comment-text "Those plants in the corner are such a nice touch! Are they real?"; $comment has creation-timestamp 2022-10-05T19:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-6bd8e65f72a2461a9ba66e98679140e0"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-ec7b009c9b834437a8b7405babc2ded7"; $comment has comment-text "@BobbieMoreno546 Thanks! They’re real, but honestly, I’m surprised they’ve survived this long. I’m not the best plant parent!"; $comment has creation-timestamp 2022-10-05T20:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; +match $parent isa content; $parent has id "cmt-6bd8e65f72a2461a9ba66e98679140e0"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-ec7b009c9b834437a8b7405babc2ded7"; $comment has comment-text "@JaniceRich109 Thanks! They’re real, but honestly, I’m surprised they’ve survived this long. I’m not the best plant parent!"; $comment has creation-timestamp 2022-10-05T20:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $comment isa comment; $comment has comment-id "cmt-afaf2b68205b49e7842b43fa6b4de9de"; $comment has comment-text "Love the vibe! What kind of lighting are you using? The room has such a warm glow."; $comment has creation-timestamp 2022-10-05T20:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JosephineHenry396"; insert $comment isa comment; $comment has comment-id "cmt-afaf2b68205b49e7842b43fa6b4de9de"; $comment has comment-text "Love the vibe! What kind of lighting are you using? The room has such a warm glow."; $comment has creation-timestamp 2022-10-05T20:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-afaf2b68205b49e7842b43fa6b4de9de"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-c634effdf02d4043901acef6a8294aab"; $comment has comment-text "@MichaelFrazier752 It’s all about the dimmable lights and a couple of floor lamps with soft bulbs. Makes it feel super relaxing in the evenings."; $comment has creation-timestamp 2022-10-05T20:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFrazier752"; +match $parent isa content; $parent has id "cmt-afaf2b68205b49e7842b43fa6b4de9de"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-c634effdf02d4043901acef6a8294aab"; $comment has comment-text "@JosephineHenry396 It’s all about the dimmable lights and a couple of floor lamps with soft bulbs. Makes it feel super relaxing in the evenings."; $comment has creation-timestamp 2022-10-05T20:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JosephineHenry396"; # comment match $parent isa content; $parent has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-c5fa8ac995a34efe9cc7e2b6c99d5f9e"; $comment has comment-text "Can I just say, I’m obsessed with that coffee table! Where did you get it?"; $comment has creation-timestamp 2022-10-05T20:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-c5fa8ac995a34efe9cc7e2b6c99d5f9e"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-bf2b64422f9f4bf996b6b5d01c87284d"; $comment has comment-text "@EstherCarter759 Got it from a vintage market! It was a steal, and I couldn’t pass it up."; $comment has creation-timestamp 2022-10-05T20:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; # post -match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $post isa image-post; $post has post-id "pst-d3414532825247239b0eec4ba2a1fa45"; $post has post-text "Just baked my first #sourdough loaf! Took a few tries, but it finally came out right. Thoughts? #baking #homemadebread"; $post has creation-timestamp 2023-05-15T13:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#homemadebread"; $post has tag "#baking"; $post has tag "#sourdough"; $post has post-image "med-4c15514db40e4501bb2c2c428f6dc117"; +match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $post isa image-post; $post has post-id "pst-d3414532825247239b0eec4ba2a1fa45"; $post has post-text "Just baked my first #sourdough loaf! Took a few tries, but it finally came out right. Thoughts? #baking #homemadebread"; $post has creation-timestamp 2023-05-15T13:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#baking"; $post has tag "#homemadebread"; $post has tag "#sourdough"; $post has post-image "med-4c15514db40e4501bb2c2c428f6dc117"; # comment -match $parent isa content; $parent has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-0211550313214ef78d43cfeb89386b90"; $comment has comment-text "That looks perfect! How’s the crust? I’ve heard that’s the hardest part to get right."; $comment has creation-timestamp 2023-05-15T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-0211550313214ef78d43cfeb89386b90"; $comment has comment-text "That looks perfect! How’s the crust? I’ve heard that’s the hardest part to get right."; $comment has creation-timestamp 2023-05-15T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0211550313214ef78d43cfeb89386b90"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-f94523fe03cb4f1e9b9a9bf50a78491f"; $comment has comment-text "@MichaelFincher442 Thanks! The crust is super crispy. I followed a tip to use steam in the oven, and it made a big difference."; $comment has creation-timestamp 2023-05-15T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; +match $parent isa content; $parent has id "cmt-0211550313214ef78d43cfeb89386b90"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-f94523fe03cb4f1e9b9a9bf50a78491f"; $comment has comment-text "@AnthonyRansom097 Thanks! The crust is super crispy. I followed a tip to use steam in the oven, and it made a big difference."; $comment has creation-timestamp 2023-05-15T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # comment match $parent isa content; $parent has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-e36b3a5f23744dddb4105d94c689f37b"; $comment has comment-text "That’s some pro-level baking! Did you use a starter you made yourself?"; $comment has creation-timestamp 2023-05-15T14:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1320,15 +1320,15 @@ match $parent isa content; $parent has id "pst-d3414532825247239b0eec4ba2a1fa45" # comment match $parent isa content; $parent has id "cmt-23f3e5aed1de4fa8a1c563425033b5a4"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-a4d6ce54645c4176b3f175d015c7a820"; $comment has comment-text "@JaniceRich109 Thanks! I used a mix of bread flour and whole wheat. The whole wheat gives it a really nice flavor."; $comment has creation-timestamp 2023-05-15T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-39a11816fc7a4d95bfdf8a9e9446d493"; $comment has comment-text "Please tell me you’re enjoying that with some fresh butter. Nothing beats that combo!"; $comment has creation-timestamp 2023-05-15T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-39a11816fc7a4d95bfdf8a9e9446d493"; $comment has comment-text "Please tell me you’re enjoying that with some fresh butter. Nothing beats that combo!"; $comment has creation-timestamp 2023-05-15T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-39a11816fc7a4d95bfdf8a9e9446d493"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-ea3a5bf369944c6db590a2e50c780f2f"; $comment has comment-text "@SarahGiven225 Oh absolutely! Fresh bread and butter is heaven. I might even try making my own butter next!"; $comment has creation-timestamp 2023-05-15T15:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; +match $parent isa content; $parent has id "cmt-39a11816fc7a4d95bfdf8a9e9446d493"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-ea3a5bf369944c6db590a2e50c780f2f"; $comment has comment-text "@MichaelFincher442 Oh absolutely! Fresh bread and butter is heaven. I might even try making my own butter next!"; $comment has creation-timestamp 2023-05-15T15:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # comment -match $parent isa content; $parent has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-0c1333ce07114e78a70a26e9eb6b96ec"; $comment has comment-text "You’re making me want to bake now! How long did the whole process take?"; $comment has creation-timestamp 2023-05-15T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-0c1333ce07114e78a70a26e9eb6b96ec"; $comment has comment-text "You’re making me want to bake now! How long did the whole process take?"; $comment has creation-timestamp 2023-05-15T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0c1333ce07114e78a70a26e9eb6b96ec"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-21eaa1fa663e4b2b883235cc995d767b"; $comment has comment-text "@AnthonyRansom097 Do it! The whole process took about 24 hours between feeding the starter, letting the dough rise, and baking. But so worth it!"; $comment has creation-timestamp 2023-05-15T15:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-0c1333ce07114e78a70a26e9eb6b96ec"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-21eaa1fa663e4b2b883235cc995d767b"; $comment has comment-text "@SarahGiven225 Do it! The whole process took about 24 hours between feeding the starter, letting the dough rise, and baking. But so worth it!"; $comment has creation-timestamp 2023-05-15T15:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "JaniceRich109"; $place isa place; $place has id "plc-12e0c8b2bad640fb99488dec4f65d4d9"; insert $post isa image-post; $post has post-id "pst-e6e4ac85f10145fd8f81598725394778"; $post has post-text "First #hike of the season, and the view did not disappoint! #outdoors #nature"; $post has creation-timestamp 2023-09-12T09:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#nature"; $post has tag "#outdoors"; $post has tag "#hike"; $location (place: $place, located: $post) isa location; $post has post-image "med-548c3ec425364ca8966a45e952c51809"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "JaniceRich109"; $place isa place; $place has id "plc-12e0c8b2bad640fb99488dec4f65d4d9"; insert $post isa image-post; $post has post-id "pst-e6e4ac85f10145fd8f81598725394778"; $post has post-text "First #hike of the season, and the view did not disappoint! #outdoors #nature"; $post has creation-timestamp 2023-09-12T09:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#hike"; $post has tag "#nature"; $post has tag "#outdoors"; $location (place: $place, located: $post) isa location; $post has post-image "med-548c3ec425364ca8966a45e952c51809"; # comment match $parent isa content; $parent has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-96ab64d235124906a4ed017b208a888e"; $comment has comment-text "That view is stunning! Where did you go hiking?"; $comment has creation-timestamp 2023-09-12T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1352,63 +1352,63 @@ match $parent isa content; $parent has id "pst-e6e4ac85f10145fd8f81598725394778" # comment match $parent isa content; $parent has id "cmt-f4098aef1d504ccfbec09878f0344058"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-d20eab0ebd8744d881a50ef1550c54d4"; $comment has comment-text "@FrankieLorenz269 Just start with shorter hikes and work your way up! And don’t forget water—hydration is key."; $comment has creation-timestamp 2023-09-12T11:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # post -match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "MichaelFincher442"; insert $post isa image-post; $post has post-id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $post has post-text "Finally tried making #sushi at home! What do you all think? #homemade #foodie"; $post has creation-timestamp 2023-02-14T12:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#foodie"; $post has tag "#sushi"; $post has tag "#homemade"; $post has post-image "med-de8e3228aa644f16b03550885a2bf7fe"; +match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "MichaelFincher442"; insert $post isa image-post; $post has post-id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $post has post-text "Finally tried making #sushi at home! What do you all think? #homemade #foodie"; $post has creation-timestamp 2023-02-14T12:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#foodie"; $post has tag "#homemade"; $post has tag "#sushi"; $post has post-image "med-de8e3228aa644f16b03550885a2bf7fe"; # comment -match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-14b3f2641598434a86c52c1b8923cba1"; $comment has comment-text "That looks amazing! How did it turn out?"; $comment has creation-timestamp 2023-02-14T12:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-14b3f2641598434a86c52c1b8923cba1"; $comment has comment-text "That looks amazing! How did it turn out?"; $comment has creation-timestamp 2023-02-14T12:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-14b3f2641598434a86c52c1b8923cba1"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-c6cbb1796239430ab0525bb650c67350"; $comment has comment-text "@JaniceRich109 Not bad for a first try! The rice was a bit tricky, but overall I’m pretty happy with it."; $comment has creation-timestamp 2023-02-14T12:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-14b3f2641598434a86c52c1b8923cba1"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-c6cbb1796239430ab0525bb650c67350"; $comment has comment-text "@SarahGiven225 Not bad for a first try! The rice was a bit tricky, but overall I’m pretty happy with it."; $comment has creation-timestamp 2023-02-14T12:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # comment -match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-8d20dbea7ae348cf8ace37d3673ef518"; $comment has comment-text "Did you use fresh fish or go with veggies? It looks like something from a restaurant!"; $comment has creation-timestamp 2023-02-14T12:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-8d20dbea7ae348cf8ace37d3673ef518"; $comment has comment-text "Did you use fresh fish or go with veggies? It looks like something from a restaurant!"; $comment has creation-timestamp 2023-02-14T12:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-8d20dbea7ae348cf8ace37d3673ef518"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-e80d240312f348a184c650276d05f2e3"; $comment has comment-text "@SarahGiven225 Thanks! I used a mix of both—some tuna, salmon, and a veggie roll with avocado and cucumber."; $comment has creation-timestamp 2023-02-14T13:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; +match $parent isa content; $parent has id "cmt-8d20dbea7ae348cf8ace37d3673ef518"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-e80d240312f348a184c650276d05f2e3"; $comment has comment-text "@BarbaraCriswell869 Thanks! I used a mix of both—some tuna, salmon, and a veggie roll with avocado and cucumber."; $comment has creation-timestamp 2023-02-14T13:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; # comment -match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-664ceba8a4ef4defa4cb0b4e3825a7e1"; $comment has comment-text "Sushi at home? Bold move! Did you have to buy any special equipment for it?"; $comment has creation-timestamp 2023-02-14T13:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-664ceba8a4ef4defa4cb0b4e3825a7e1"; $comment has comment-text "Sushi at home? Bold move! Did you have to buy any special equipment for it?"; $comment has creation-timestamp 2023-02-14T13:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-664ceba8a4ef4defa4cb0b4e3825a7e1"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-503a65d582ed45ab9fde522dd429e0c9"; $comment has comment-text "@AnthonyRansom097 Yeah, I got a sushi rolling mat and a really sharp knife—both were essential!"; $comment has creation-timestamp 2023-02-14T13:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-664ceba8a4ef4defa4cb0b4e3825a7e1"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-503a65d582ed45ab9fde522dd429e0c9"; $comment has comment-text "@JaniceRich109 Yeah, I got a sushi rolling mat and a really sharp knife—both were essential!"; $comment has creation-timestamp 2023-02-14T13:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-24a703e3120a402fa11a15c325efc3a9"; $comment has comment-text "That’s so impressive! Did you make the rice yourself? I’ve heard that’s the hardest part to get right."; $comment has creation-timestamp 2023-02-14T13:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-24a703e3120a402fa11a15c325efc3a9"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-a5005582625049f988d17e6327e8aeae"; $comment has comment-text "@AnnaThomas446 Yup, made the rice from scratch! It took a couple of tries, but I think I got it down by the end."; $comment has creation-timestamp 2023-02-14T13:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnnaThomas446"; # comment -match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-116febe7aa0c43279daa42fc90b15e3d"; $comment has comment-text "Looks so good! What’s your favorite roll? I need to know what I should try next!"; $comment has creation-timestamp 2023-02-14T14:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-116febe7aa0c43279daa42fc90b15e3d"; $comment has comment-text "Looks so good! What’s your favorite roll? I need to know what I should try next!"; $comment has creation-timestamp 2023-02-14T14:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-116febe7aa0c43279daa42fc90b15e3d"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-4d7e444990b64394848236e9863c6992"; $comment has comment-text "@BarbaraCriswell869 Definitely the spicy tuna roll! It’s super flavorful and was surprisingly easy to make."; $comment has creation-timestamp 2023-02-14T14:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; +match $parent isa content; $parent has id "cmt-116febe7aa0c43279daa42fc90b15e3d"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-4d7e444990b64394848236e9863c6992"; $comment has comment-text "@AnthonyRansom097 Definitely the spicy tuna roll! It’s super flavorful and was surprisingly easy to make."; $comment has creation-timestamp 2023-02-14T14:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "DorothyGardner851"; $place isa place; $place has id "plc-9558867f5ba94fafba024204f7c1bd87"; insert $post isa image-post; $post has post-id "pst-808ea422c6f641d5bb77ba5f586076e3"; $post has post-text "Just finished my first #marathon! Can’t believe I did it! #running #fitnessgoals"; $post has creation-timestamp 2023-11-03T16:45:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#fitnessgoals"; $post has tag "#running"; $post has tag "#marathon"; $location (place: $place, located: $post) isa location; $post has post-image "med-cfa8859200554e42ab496a3bf26ce972"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "DorothyGardner851"; $place isa place; $place has id "plc-9558867f5ba94fafba024204f7c1bd87"; insert $post isa image-post; $post has post-id "pst-808ea422c6f641d5bb77ba5f586076e3"; $post has post-text "Just finished my first #marathon! Can’t believe I did it! #running #fitnessgoals"; $post has creation-timestamp 2023-11-03T16:45:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#fitnessgoals"; $post has tag "#marathon"; $post has tag "#running"; $location (place: $place, located: $post) isa location; $post has post-image "med-cfa8859200554e42ab496a3bf26ce972"; # comment -match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-c81a58a662454749b9a6edc1099fb91b"; $comment has comment-text "That’s incredible! How do you feel?"; $comment has creation-timestamp 2023-11-03T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-c81a58a662454749b9a6edc1099fb91b"; $comment has comment-text "That’s incredible! How do you feel?"; $comment has creation-timestamp 2023-11-03T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-c81a58a662454749b9a6edc1099fb91b"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-cae1367a579e4b089db13edffa29559d"; $comment has comment-text "@MaryBrown547 Exhausted but so proud! My legs are definitely feeling it though."; $comment has creation-timestamp 2023-11-03T17:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-c81a58a662454749b9a6edc1099fb91b"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-cae1367a579e4b089db13edffa29559d"; $comment has comment-text "@NancyJohnson650 Exhausted but so proud! My legs are definitely feeling it though."; $comment has creation-timestamp 2023-11-03T17:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # comment -match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-930985493ff0457981c3df9183278f64"; $comment has comment-text "Congrats! How long did it take you to finish?"; $comment has creation-timestamp 2023-11-03T17:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-930985493ff0457981c3df9183278f64"; $comment has comment-text "Congrats! How long did it take you to finish?"; $comment has creation-timestamp 2023-11-03T17:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-930985493ff0457981c3df9183278f64"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-5e349e311c67456db9acd84313b2cc15"; $comment has comment-text "@NancyJohnson650 Thanks! I finished in just under 4 hours. Honestly, faster than I expected!"; $comment has creation-timestamp 2023-11-03T17:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; +match $parent isa content; $parent has id "cmt-930985493ff0457981c3df9183278f64"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-5e349e311c67456db9acd84313b2cc15"; $comment has comment-text "@JaniceRich109 Thanks! I finished in just under 4 hours. Honestly, faster than I expected!"; $comment has creation-timestamp 2023-11-03T17:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-3e6fdeb29e764f95843eebcc6f69ed69"; $comment has comment-text "You’re a marathoner now! What’s next? Another race?"; $comment has creation-timestamp 2023-11-03T17:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-3e6fdeb29e764f95843eebcc6f69ed69"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-81ffbbc184c84b958637da9e8bb62aff"; $comment has comment-text "@RonaldFincham197 Haha, maybe! But for now, I’m just looking forward to some well-deserved rest."; $comment has creation-timestamp 2023-11-03T17:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@RonaldFincham197"; # comment -match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-91e54b3a0a4e4eb7b97b8d621c9527d0"; $comment has comment-text "I’m so impressed! How did you train for it?"; $comment has creation-timestamp 2023-11-03T18:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-91e54b3a0a4e4eb7b97b8d621c9527d0"; $comment has comment-text "I’m so impressed! How did you train for it?"; $comment has creation-timestamp 2023-11-03T18:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-91e54b3a0a4e4eb7b97b8d621c9527d0"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-5da23c06f14640808a2cf6a95bd38392"; $comment has comment-text "@JaniceRich109 I followed a 16-week training plan, and it definitely helped build up my endurance. Consistency is key!"; $comment has creation-timestamp 2023-11-03T18:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-91e54b3a0a4e4eb7b97b8d621c9527d0"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-5da23c06f14640808a2cf6a95bd38392"; $comment has comment-text "@FrankieLorenz269 I followed a 16-week training plan, and it definitely helped build up my endurance. Consistency is key!"; $comment has creation-timestamp 2023-11-03T18:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-7c6d74a844ee40719745ef5a2e0885fc"; $comment has comment-text "You’ve inspired me! I’ve been thinking about running a half marathon, but I’m nervous."; $comment has creation-timestamp 2023-11-03T18:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-7c6d74a844ee40719745ef5a2e0885fc"; $comment has comment-text "You’ve inspired me! I’ve been thinking about running a half marathon, but I’m nervous."; $comment has creation-timestamp 2023-11-03T18:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-7c6d74a844ee40719745ef5a2e0885fc"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-e1dafdd8ea094bb28187715f7baf204d"; $comment has comment-text "@FrankieLorenz269 You should totally do it! Start small and work your way up—you’ll be amazed at what you can accomplish!"; $comment has creation-timestamp 2023-11-03T18:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-7c6d74a844ee40719745ef5a2e0885fc"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-e1dafdd8ea094bb28187715f7baf204d"; $comment has comment-text "@MaryBrown547 You should totally do it! Start small and work your way up—you’ll be amazed at what you can accomplish!"; $comment has creation-timestamp 2023-11-03T18:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # post -match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "MichaelFincher442"; insert $post isa image-post; $post has post-id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $post has post-text "Harvested my first #tomatoes from the #garden today! So proud of these little guys. #gardening #homegrown"; $post has creation-timestamp 2023-08-20T14:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#homegrown"; $post has tag "#tomatoes"; $post has tag "#gardening"; $post has tag "#garden"; $post has post-image "med-a0e5bd8cdd7544bc9d82016dc4fa9dd1"; +match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "MichaelFincher442"; insert $post isa image-post; $post has post-id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $post has post-text "Harvested my first #tomatoes from the #garden today! So proud of these little guys. #gardening #homegrown"; $post has creation-timestamp 2023-08-20T14:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#garden"; $post has tag "#gardening"; $post has tag "#homegrown"; $post has tag "#tomatoes"; $post has post-image "med-a0e5bd8cdd7544bc9d82016dc4fa9dd1"; # comment -match $parent isa content; $parent has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-0b2f72efec0949b8a924b159b9c3a78f"; $comment has comment-text "Those look amazing! Homegrown tomatoes taste way better than store-bought, right?"; $comment has creation-timestamp 2023-08-20T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-0b2f72efec0949b8a924b159b9c3a78f"; $comment has comment-text "Those look amazing! Homegrown tomatoes taste way better than store-bought, right?"; $comment has creation-timestamp 2023-08-20T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0b2f72efec0949b8a924b159b9c3a78f"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-86a29efb7af04f69bd2098c6c2de5950"; $comment has comment-text "@SoilaMcafee389 Absolutely! They’re so much sweeter. I can’t wait to use them in a salad later!"; $comment has creation-timestamp 2023-08-20T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-0b2f72efec0949b8a924b159b9c3a78f"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-86a29efb7af04f69bd2098c6c2de5950"; $comment has comment-text "@MaryBrown547 Absolutely! They’re so much sweeter. I can’t wait to use them in a salad later!"; $comment has creation-timestamp 2023-08-20T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment -match $parent isa content; $parent has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-2a364435eda04e30bf741d1ca8936bd3"; $comment has comment-text "Wow, those look perfect! How long did it take for them to grow?"; $comment has creation-timestamp 2023-08-20T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-2a364435eda04e30bf741d1ca8936bd3"; $comment has comment-text "Wow, those look perfect! How long did it take for them to grow?"; $comment has creation-timestamp 2023-08-20T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-2a364435eda04e30bf741d1ca8936bd3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-49ac2f36b202454fa2a10ce2d545de36"; $comment has comment-text "@MaryBrown547 Thanks! It took about 3 months from planting to harvest. I had to keep an eye on them every day!"; $comment has creation-timestamp 2023-08-20T15:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-2a364435eda04e30bf741d1ca8936bd3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-49ac2f36b202454fa2a10ce2d545de36"; $comment has comment-text "@AnthonyRansom097 Thanks! It took about 3 months from planting to harvest. I had to keep an eye on them every day!"; $comment has creation-timestamp 2023-08-20T15:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # comment -match $parent isa content; $parent has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-7bd37c4b948c42c8a0f24eb3af58e381"; $comment has comment-text "Do you have any tips for growing tomatoes? Mine always seem to wither before they ripen."; $comment has creation-timestamp 2023-08-20T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-7bd37c4b948c42c8a0f24eb3af58e381"; $comment has comment-text "Do you have any tips for growing tomatoes? Mine always seem to wither before they ripen."; $comment has creation-timestamp 2023-08-20T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-7bd37c4b948c42c8a0f24eb3af58e381"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-b50a676c06fc4ff0a9e4f06c36890df9"; $comment has comment-text "@AnthonyRansom097 Make sure they get plenty of sunlight and water consistently, but not too much! Also, using a good quality soil makes a big difference."; $comment has creation-timestamp 2023-08-20T15:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-7bd37c4b948c42c8a0f24eb3af58e381"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-b50a676c06fc4ff0a9e4f06c36890df9"; $comment has comment-text "@SoilaMcafee389 Make sure they get plenty of sunlight and water consistently, but not too much! Also, using a good quality soil makes a big difference."; $comment has creation-timestamp 2023-08-20T15:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; # comment match $parent isa content; $parent has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-998b1e1c9f814ca3bfb1c2c97448f798"; $comment has comment-text "Are you going to make some homemade tomato sauce with those beauties?"; $comment has creation-timestamp 2023-08-20T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1418,7 +1418,7 @@ match $parent isa content; $parent has id "pst-c8d3aceed370451f98e2ba4ccd84344b" # comment match $parent isa content; $parent has id "cmt-9411723a50b447ebb111f1d19c8fe812"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-916092616e104e22ba7199d653e82886"; $comment has comment-text "@JaniceRich109 Haha, thanks! I’ve got some herbs like basil and mint growing too, and I’m trying cucumbers next!"; $comment has creation-timestamp 2023-08-20T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # post -match $page isa page; $page has id "BarbaraCriswell869"; $profile isa profile; $profile has id "BarbaraCriswell869"; $place isa place; $place has id "plc-12e0c8b2bad640fb99488dec4f65d4d9"; insert $post isa image-post; $post has post-id "pst-361c57ab3d9946248b9368d961880ea0"; $post has post-text "Spent the weekend #camping in the #mountains. Best way to disconnect and recharge! #outdoorlife #naturelover"; $post has creation-timestamp 2023-06-18T11:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#naturelover"; $post has tag "#mountains"; $post has tag "#outdoorlife"; $post has tag "#camping"; $location (place: $place, located: $post) isa location; $post has post-image "med-16bb4fb0cd594eceb5bcc5833fc34af1"; +match $page isa page; $page has id "BarbaraCriswell869"; $profile isa profile; $profile has id "BarbaraCriswell869"; $place isa place; $place has id "plc-12e0c8b2bad640fb99488dec4f65d4d9"; insert $post isa image-post; $post has post-id "pst-361c57ab3d9946248b9368d961880ea0"; $post has post-text "Spent the weekend #camping in the #mountains. Best way to disconnect and recharge! #outdoorlife #naturelover"; $post has creation-timestamp 2023-06-18T11:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#camping"; $post has tag "#mountains"; $post has tag "#naturelover"; $post has tag "#outdoorlife"; $location (place: $place, located: $post) isa location; $post has post-image "med-16bb4fb0cd594eceb5bcc5833fc34af1"; # comment match $parent isa content; $parent has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-895585be3de644feb66b72a94142452b"; $comment has comment-text "That looks so peaceful! Did you hike to the campsite?"; $comment has creation-timestamp 2023-06-18T11:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1428,41 +1428,41 @@ match $parent isa content; $parent has id "pst-361c57ab3d9946248b9368d961880ea0" # comment match $parent isa content; $parent has id "cmt-3cf87ff0749d41ffb13a90495f3fa533"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-a21574899fbd4b9f96756682996d6642"; $comment has comment-text "@AnthonyRansom097 The weather was perfect! Sunny during the day and cool at night. Ideal for sitting around the campfire."; $comment has creation-timestamp 2023-06-18T12:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # comment -match $parent isa content; $parent has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "HarrySmith245"; insert $comment isa comment; $comment has comment-id "cmt-24d878a13e5a4d8392722246257ea412"; $comment has comment-text "What’s the best part of camping for you? I’ve been thinking about trying it, but I’m not sure where to start."; $comment has creation-timestamp 2023-06-18T12:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-24d878a13e5a4d8392722246257ea412"; $comment has comment-text "What’s the best part of camping for you? I’ve been thinking about trying it, but I’m not sure where to start."; $comment has creation-timestamp 2023-06-18T12:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-24d878a13e5a4d8392722246257ea412"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-8ce67bdc41b7444882862234d81580dc"; $comment has comment-text "@HarrySmith245 Honestly, just disconnecting from everything. No phones, no distractions—just nature. You should definitely try it!"; $comment has creation-timestamp 2023-06-18T12:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@HarrySmith245"; +match $parent isa content; $parent has id "cmt-24d878a13e5a4d8392722246257ea412"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-8ce67bdc41b7444882862234d81580dc"; $comment has comment-text "@LauraHarrison601 Honestly, just disconnecting from everything. No phones, no distractions—just nature. You should definitely try it!"; $comment has creation-timestamp 2023-06-18T12:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; # comment -match $parent isa content; $parent has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-b5e16e19b4644bad895992982c481f98"; $comment has comment-text "Did you see any wildlife while you were out there?"; $comment has creation-timestamp 2023-06-18T13:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "HarrySmith245"; insert $comment isa comment; $comment has comment-id "cmt-b5e16e19b4644bad895992982c481f98"; $comment has comment-text "Did you see any wildlife while you were out there?"; $comment has creation-timestamp 2023-06-18T13:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-b5e16e19b4644bad895992982c481f98"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-ec023a99e4c84a299d5f9dfc98b0b4d7"; $comment has comment-text "@ValerieChesser891 A few deer and lots of birds! No bears, thankfully!"; $comment has creation-timestamp 2023-06-18T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; +match $parent isa content; $parent has id "cmt-b5e16e19b4644bad895992982c481f98"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-ec023a99e4c84a299d5f9dfc98b0b4d7"; $comment has comment-text "@HarrySmith245 A few deer and lots of birds! No bears, thankfully!"; $comment has creation-timestamp 2023-06-18T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@HarrySmith245"; # comment -match $parent isa content; $parent has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-b11bb2df346e4a31bad5af8172678417"; $comment has comment-text "What did you cook over the campfire? Always curious about camp meals!"; $comment has creation-timestamp 2023-06-18T13:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-b11bb2df346e4a31bad5af8172678417"; $comment has comment-text "What did you cook over the campfire? Always curious about camp meals!"; $comment has creation-timestamp 2023-06-18T13:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-b11bb2df346e4a31bad5af8172678417"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-9af08b9a5ba14db699aed9de2e7833c5"; $comment has comment-text "@LauraHarrison601 Classic s’mores, of course! And some foil-wrapped veggies and sausages for dinner. Simple but delicious!"; $comment has creation-timestamp 2023-06-18T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; +match $parent isa content; $parent has id "cmt-b11bb2df346e4a31bad5af8172678417"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-9af08b9a5ba14db699aed9de2e7833c5"; $comment has comment-text "@ValerieChesser891 Classic s’mores, of course! And some foil-wrapped veggies and sausages for dinner. Simple but delicious!"; $comment has creation-timestamp 2023-06-18T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "NancyJohnson650"; $place isa place; $place has id "plc-5a92118719c74df48f4ff31e78de5857"; insert $post isa image-post; $post has post-id "pst-681e5658d813470f9a9c60b533b887d3"; $post has post-text "Picked up my new #bike today! Can’t wait to hit the #trails this weekend! #cycling #adventure"; $post has creation-timestamp 2023-04-22T16:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#cycling"; $post has tag "#trails"; $post has tag "#bike"; $post has tag "#adventure"; $location (place: $place, located: $post) isa location; $post has post-image "med-8f0c417ab85f4ec49d6fe1b54420e63b"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "NancyJohnson650"; $place isa place; $place has id "plc-5a92118719c74df48f4ff31e78de5857"; insert $post isa image-post; $post has post-id "pst-681e5658d813470f9a9c60b533b887d3"; $post has post-text "Picked up my new #bike today! Can’t wait to hit the #trails this weekend! #cycling #adventure"; $post has creation-timestamp 2023-04-22T16:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#adventure"; $post has tag "#bike"; $post has tag "#cycling"; $post has tag "#trails"; $location (place: $place, located: $post) isa location; $post has post-image "med-8f0c417ab85f4ec49d6fe1b54420e63b"; # comment -match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-0b177efd054f4566bb1a48e250b91e51"; $comment has comment-text "That bike looks awesome! What kind is it?"; $comment has creation-timestamp 2023-04-22T16:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-0b177efd054f4566bb1a48e250b91e51"; $comment has comment-text "That bike looks awesome! What kind is it?"; $comment has creation-timestamp 2023-04-22T16:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0b177efd054f4566bb1a48e250b91e51"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-9a9a56bc326e468db4e35152312cd434"; $comment has comment-text "@MaryBrown547 It’s a mountain bike from Trek! Perfect for off-road trails and a smooth ride."; $comment has creation-timestamp 2023-04-22T16:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-0b177efd054f4566bb1a48e250b91e51"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-9a9a56bc326e468db4e35152312cd434"; $comment has comment-text "@FrankieLorenz269 It’s a mountain bike from Trek! Perfect for off-road trails and a smooth ride."; $comment has creation-timestamp 2023-04-22T16:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-8ea5e386d8ce4d9aa9deb76ad4ce14b3"; $comment has comment-text "Nice! Are you planning any long rides soon?"; $comment has creation-timestamp 2023-04-22T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-8ea5e386d8ce4d9aa9deb76ad4ce14b3"; $comment has comment-text "Nice! Are you planning any long rides soon?"; $comment has creation-timestamp 2023-04-22T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-8ea5e386d8ce4d9aa9deb76ad4ce14b3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-806094aa40374ffa94b8317e75555ded"; $comment has comment-text "@JaniceRich109 Yeah! There’s a 20-mile trail nearby that I’ve been wanting to try out. Gonna test it this weekend!"; $comment has creation-timestamp 2023-04-22T16:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-8ea5e386d8ce4d9aa9deb76ad4ce14b3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-806094aa40374ffa94b8317e75555ded"; $comment has comment-text "@EstherCarter759 Yeah! There’s a 20-mile trail nearby that I’ve been wanting to try out. Gonna test it this weekend!"; $comment has creation-timestamp 2023-04-22T16:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; # comment -match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-6b76911f7c8745b6b04a262049ab05a8"; $comment has comment-text "How does it ride? I’ve been thinking about getting a new bike too."; $comment has creation-timestamp 2023-04-22T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-6b76911f7c8745b6b04a262049ab05a8"; $comment has comment-text "How does it ride? I’ve been thinking about getting a new bike too."; $comment has creation-timestamp 2023-04-22T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-6b76911f7c8745b6b04a262049ab05a8"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-ac788719d9374f2a906e2fc6d05d2cb9"; $comment has comment-text "@FrankieLorenz269 So far, it’s super smooth! The suspension is great, and it’s really lightweight. Definitely recommend it!"; $comment has creation-timestamp 2023-04-22T17:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-6b76911f7c8745b6b04a262049ab05a8"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-ac788719d9374f2a906e2fc6d05d2cb9"; $comment has comment-text "@JaniceRich109 So far, it’s super smooth! The suspension is great, and it’s really lightweight. Definitely recommend it!"; $comment has creation-timestamp 2023-04-22T17:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-dfa69923b3344bbcaf6ed981be23bd25"; $comment has comment-text "That color is so sleek! Did you customize it or is that how it came?"; $comment has creation-timestamp 2023-04-22T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-dfa69923b3344bbcaf6ed981be23bd25"; $comment has comment-text "That color is so sleek! Did you customize it or is that how it came?"; $comment has creation-timestamp 2023-04-22T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-dfa69923b3344bbcaf6ed981be23bd25"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-dd07edc60df049c5a2a77dc7b27338fc"; $comment has comment-text "@EstherCarter759 Thanks! That’s the stock color, but it’s what caught my eye when I first saw it. Love the matte finish."; $comment has creation-timestamp 2023-04-22T17:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; +match $parent isa content; $parent has id "cmt-dfa69923b3344bbcaf6ed981be23bd25"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-dd07edc60df049c5a2a77dc7b27338fc"; $comment has comment-text "@MaryBrown547 Thanks! That’s the stock color, but it’s what caught my eye when I first saw it. Love the matte finish."; $comment has creation-timestamp 2023-04-22T17:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment match $parent isa content; $parent has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-0f08502ee47e4d109d72e0feea289858"; $comment has comment-text "You’re gonna have a blast on the trails! Just don’t forget your helmet!"; $comment has creation-timestamp 2023-04-22T18:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-0f08502ee47e4d109d72e0feea289858"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-c34dfc6428e24201bbb2242955ab42c5"; $comment has comment-text "@DorothyGardner851 Haha, absolutely! Safety first. Already have my helmet ready to go!"; $comment has creation-timestamp 2023-04-22T18:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # post -match $page isa page; $page has id "grp-809e2109c7864a38a09f1aede38690e7"; $profile isa profile; $profile has id "NancyJohnson650"; $place isa place; $place has id "plc-b421eaeb534047cabaf3897a3e70f16a"; insert $post isa video-post; $post has post-id "pst-16f48941ad284c0db230400a386b01c0"; $post has post-text "Tried filming a #timelapse of last night’s #sunset. What do you think? #naturephotography #sky"; $post has creation-timestamp 2023-09-10T14:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#sunset"; $post has tag "#naturephotography"; $post has tag "#sky"; $post has tag "#timelapse"; $location (place: $place, located: $post) isa location; $post has post-video "med-ed51fa2bf13a4ff393658891e4600a02"; +match $page isa page; $page has id "grp-809e2109c7864a38a09f1aede38690e7"; $profile isa profile; $profile has id "NancyJohnson650"; $place isa place; $place has id "plc-b421eaeb534047cabaf3897a3e70f16a"; insert $post isa video-post; $post has post-id "pst-16f48941ad284c0db230400a386b01c0"; $post has post-text "Tried filming a #timelapse of last night’s #sunset. What do you think? #naturephotography #sky"; $post has creation-timestamp 2023-09-10T14:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#naturephotography"; $post has tag "#sky"; $post has tag "#sunset"; $post has tag "#timelapse"; $location (place: $place, located: $post) isa location; $post has post-video "med-ed51fa2bf13a4ff393658891e4600a02"; # comment match $parent isa content; $parent has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-f9422f1efed94f9e948680deb9e789c6"; $comment has comment-text "Wow, that turned out beautifully! The colors are incredible. What did you use to film it?"; $comment has creation-timestamp 2023-09-10T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1484,7 +1484,7 @@ match $parent isa content; $parent has id "pst-16f48941ad284c0db230400a386b01c0" # comment match $parent isa content; $parent has id "cmt-deccac5b968d4f4190d65fdd176b2101"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-c5acc61220de4de4b5b4689664327fe8"; $comment has comment-text "@NathanLopez643 Thanks! I’m hooked now, so I’m thinking of doing one for a sunrise next time. Should be fun!"; $comment has creation-timestamp 2023-09-10T16:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NathanLopez643"; # post -match $page isa page; $page has id "AnnaThomas446"; $profile isa profile; $profile has id "AnnaThomas446"; insert $post isa video-post; $post has post-id "pst-9722bf902f074516a8a14cd328a3938c"; $post has post-text "Caught my #dog trying to 'help' with the #laundry this morning! #doglife #pets"; $post has creation-timestamp 2023-10-22T10:15:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#pets"; $post has tag "#doglife"; $post has tag "#dog"; $post has tag "#laundry"; $post has post-video "med-da344d179e3141f9b30cc272b86137c3"; +match $page isa page; $page has id "AnnaThomas446"; $profile isa profile; $profile has id "AnnaThomas446"; insert $post isa video-post; $post has post-id "pst-9722bf902f074516a8a14cd328a3938c"; $post has post-text "Caught my #dog trying to 'help' with the #laundry this morning! #doglife #pets"; $post has creation-timestamp 2023-10-22T10:15:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#dog"; $post has tag "#doglife"; $post has tag "#laundry"; $post has tag "#pets"; $post has post-video "med-da344d179e3141f9b30cc272b86137c3"; # comment match $parent isa content; $parent has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-214e10ee230c4ebdb9dc2c06f3807543"; $comment has comment-text "Haha, this is hilarious! Looks like they’re really into 'helping.' Did they actually get anything folded?"; $comment has creation-timestamp 2023-10-22T10:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1498,15 +1498,15 @@ match $parent isa content; $parent has id "pst-9722bf902f074516a8a14cd328a3938c" # comment match $parent isa content; $parent has id "cmt-a9f15f7cd7ea4686a5f1439522e7ee59"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-2e975c72f3c74944b95c46f7682e4002"; $comment has comment-text "@NathanLopez643 Haha, yes! Any time laundry is involved, she’s right there pulling socks out of the basket."; $comment has creation-timestamp 2023-10-22T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NathanLopez643"; # comment -match $parent isa content; $parent has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-0466ed6b96ba45009ed1b80232e97761"; $comment has comment-text "My dog does the same thing! They think they’re being so helpful. Have you trained her to actually bring you things?"; $comment has creation-timestamp 2023-10-22T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $comment isa comment; $comment has comment-id "cmt-0466ed6b96ba45009ed1b80232e97761"; $comment has comment-text "My dog does the same thing! They think they’re being so helpful. Have you trained her to actually bring you things?"; $comment has creation-timestamp 2023-10-22T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0466ed6b96ba45009ed1b80232e97761"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-7ad06668a892463b89aeb61659f88a69"; $comment has comment-text "@LauraHarrison601 I’ve tried, but she gets too distracted and just ends up chewing on whatever she’s supposed to bring me."; $comment has creation-timestamp 2023-10-22T11:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; +match $parent isa content; $parent has id "cmt-0466ed6b96ba45009ed1b80232e97761"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-7ad06668a892463b89aeb61659f88a69"; $comment has comment-text "@AnthonySpilis492 I’ve tried, but she gets too distracted and just ends up chewing on whatever she’s supposed to bring me."; $comment has creation-timestamp 2023-10-22T11:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonySpilis492"; # comment -match $parent isa content; $parent has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $comment isa comment; $comment has comment-id "cmt-d0ab9ea4c15f47caa04e6817ad982a08"; $comment has comment-text "This made my day! Does she have any other 'chores' she likes to 'help' with?"; $comment has creation-timestamp 2023-10-22T12:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-d0ab9ea4c15f47caa04e6817ad982a08"; $comment has comment-text "This made my day! Does she have any other 'chores' she likes to 'help' with?"; $comment has creation-timestamp 2023-10-22T12:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-d0ab9ea4c15f47caa04e6817ad982a08"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-e5ffc7d414e143ca85568d6dbdc5a588"; $comment has comment-text "@AnthonySpilis492 Haha, she loves to 'help' with the vacuuming too—by barking at it the whole time!"; $comment has creation-timestamp 2023-10-22T12:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonySpilis492"; +match $parent isa content; $parent has id "cmt-d0ab9ea4c15f47caa04e6817ad982a08"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-e5ffc7d414e143ca85568d6dbdc5a588"; $comment has comment-text "@LauraHarrison601 Haha, she loves to 'help' with the vacuuming too—by barking at it the whole time!"; $comment has creation-timestamp 2023-10-22T12:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "MaryBrown547"; $place isa place; $place has id "plc-e9bb17bca3f249bf9c6316b950f24455"; insert $post isa video-post; $post has post-id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $post has post-text "Finally nailed a #kickflip! Been practicing for weeks. Check it out! #skateboarding #tricks"; $post has creation-timestamp 2023-08-05T18:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#skateboarding"; $post has tag "#kickflip"; $post has tag "#tricks"; $location (place: $place, located: $post) isa location; $post has post-video "med-60252b8d2cd9451a90c313bd6478a399"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "MaryBrown547"; $place isa place; $place has id "plc-e9bb17bca3f249bf9c6316b950f24455"; insert $post isa video-post; $post has post-id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $post has post-text "Finally nailed a #kickflip! Been practicing for weeks. Check it out! #skateboarding #tricks"; $post has creation-timestamp 2023-08-05T18:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#kickflip"; $post has tag "#skateboarding"; $post has tag "#tricks"; $location (place: $place, located: $post) isa location; $post has post-video "med-60252b8d2cd9451a90c313bd6478a399"; # comment match $parent isa content; $parent has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-208d549b6b0e4d0180dd28b3acea35a3"; $comment has comment-text "Nice! That looked super clean! How long did it take you to get it down?"; $comment has creation-timestamp 2023-08-05T18:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1528,29 +1528,29 @@ match $parent isa content; $parent has id "pst-93d5e33bbd864312b5069af5d2ebe96b" # comment match $parent isa content; $parent has id "cmt-f812b02296b04e2989e4b9df5a45a717"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-8d682a6149264a13b7c67f46486095c2"; $comment has comment-text "@VilmaToft456 Haha, for sure! I’m going this weekend to test it out on some ramps. Should be fun!"; $comment has creation-timestamp 2023-08-05T20:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # post -match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "JaniceRich109"; insert $post isa video-post; $post has post-id "pst-75f80092ea4f44cfaafd080bdec8633f"; $post has post-text "Tried cooking my first ever #soufflé, and it actually rose! What do you think? #baking #cookingadventures"; $post has creation-timestamp 2023-11-12T13:10:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#baking"; $post has tag "#soufflé"; $post has tag "#cookingadventures"; $post has post-video "med-6a75e179fd1449d493510969c2ebbadc"; +match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "JaniceRich109"; insert $post isa video-post; $post has post-id "pst-75f80092ea4f44cfaafd080bdec8633f"; $post has post-text "Tried cooking my first ever #soufflé, and it actually rose! What do you think? #baking #cookingadventures"; $post has creation-timestamp 2023-11-12T13:10:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#baking"; $post has tag "#cookingadventures"; $post has tag "#soufflé"; $post has post-video "med-6a75e179fd1449d493510969c2ebbadc"; # comment -match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-e56a47e742f84126ac2c90a724e90316"; $comment has comment-text "That looks incredible! Soufflés are so tricky! How was the texture?"; $comment has creation-timestamp 2023-11-12T13:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-e56a47e742f84126ac2c90a724e90316"; $comment has comment-text "That looks incredible! Soufflés are so tricky! How was the texture?"; $comment has creation-timestamp 2023-11-12T13:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-e56a47e742f84126ac2c90a724e90316"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-c2e8fae231f0415089419b16bbca76e0"; $comment has comment-text "@BarbaraCriswell869 Thanks! It was light and fluffy on the inside—way better than I expected for a first try!"; $comment has creation-timestamp 2023-11-12T13:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; +match $parent isa content; $parent has id "cmt-e56a47e742f84126ac2c90a724e90316"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-c2e8fae231f0415089419b16bbca76e0"; $comment has comment-text "@SarahGiven225 Thanks! It was light and fluffy on the inside—way better than I expected for a first try!"; $comment has creation-timestamp 2023-11-12T13:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # comment -match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-1184d8fbbd334a64ad79f3f6ca92720a"; $comment has comment-text "Looks perfect! What kind of soufflé did you make? Chocolate, cheese?"; $comment has creation-timestamp 2023-11-12T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-1184d8fbbd334a64ad79f3f6ca92720a"; $comment has comment-text "Looks perfect! What kind of soufflé did you make? Chocolate, cheese?"; $comment has creation-timestamp 2023-11-12T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-1184d8fbbd334a64ad79f3f6ca92720a"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-53b9a632f9674221b0c4340643db0235"; $comment has comment-text "@AnthonyRansom097 Chocolate! Figured I'd start with dessert since it's a crowd favorite."; $comment has creation-timestamp 2023-11-12T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-1184d8fbbd334a64ad79f3f6ca92720a"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-53b9a632f9674221b0c4340643db0235"; $comment has comment-text "@MichaelFincher442 Chocolate! Figured I'd start with dessert since it's a crowd favorite."; $comment has creation-timestamp 2023-11-12T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # comment -match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-582592e10d1f40ad830a2393604c83ca"; $comment has comment-text "I’m impressed! Did it really rise that much, or did you have any close calls?"; $comment has creation-timestamp 2023-11-12T14:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-582592e10d1f40ad830a2393604c83ca"; $comment has comment-text "I’m impressed! Did it really rise that much, or did you have any close calls?"; $comment has creation-timestamp 2023-11-12T14:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-582592e10d1f40ad830a2393604c83ca"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-bc509aeb63d843819cd29168d5475c92"; $comment has comment-text "@SarahGiven225 Haha, there were a few moments where I thought it might collapse, but it held up!"; $comment has creation-timestamp 2023-11-12T14:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; +match $parent isa content; $parent has id "cmt-582592e10d1f40ad830a2393604c83ca"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-bc509aeb63d843819cd29168d5475c92"; $comment has comment-text "@AnthonyRansom097 Haha, there were a few moments where I thought it might collapse, but it held up!"; $comment has creation-timestamp 2023-11-12T14:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # comment -match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-2038c8f68cb14015a24aff3db8d08f28"; $comment has comment-text "I’ve been too scared to try making a soufflé. Any tips for avoiding the dreaded collapse?"; $comment has creation-timestamp 2023-11-12T14:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-2038c8f68cb14015a24aff3db8d08f28"; $comment has comment-text "I’ve been too scared to try making a soufflé. Any tips for avoiding the dreaded collapse?"; $comment has creation-timestamp 2023-11-12T14:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-2038c8f68cb14015a24aff3db8d08f28"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-8a849529b66247edb5b85fb3c5b0b3c8"; $comment has comment-text "@MichaelFincher442 Definitely keep the oven door closed and resist the urge to peek! That, and whisking the egg whites until they're just right."; $comment has creation-timestamp 2023-11-12T14:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; +match $parent isa content; $parent has id "cmt-2038c8f68cb14015a24aff3db8d08f28"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-8a849529b66247edb5b85fb3c5b0b3c8"; $comment has comment-text "@BarbaraCriswell869 Definitely keep the oven door closed and resist the urge to peek! That, and whisking the egg whites until they're just right."; $comment has creation-timestamp 2023-11-12T14:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; # comment match $parent isa content; $parent has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-08e7a744a7f3430fa6e5e2da91b92f8b"; $comment has comment-text "Looks so good! Did you eat it right away? I’ve heard soufflés don’t last long once they’re out of the oven."; $comment has creation-timestamp 2023-11-12T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-08e7a744a7f3430fa6e5e2da91b92f8b"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-8428d34471944be49de0103a4e2e2c6e"; $comment has comment-text "@AnnaThomas446 Oh yeah, had to dive in immediately! You’re right—they deflate pretty fast, but still tasted amazing."; $comment has creation-timestamp 2023-11-12T15:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnnaThomas446"; # post -match $page isa page; $page has id "grp-809e2109c7864a38a09f1aede38690e7"; $profile isa profile; $profile has id "LauraHarrison601"; insert $post isa video-post; $post has post-id "pst-81b84ea71f214475a6f0f7698909c1ba"; $post has post-text "Took my #drone out for a flight over the city! Here’s the #aerialfootage I captured. Let me know what you think! #dronephotography #cityscape"; $post has creation-timestamp 2023-07-02T17:15:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#aerialfootage"; $post has tag "#dronephotography"; $post has tag "#drone"; $post has tag "#cityscape"; $post has post-video "med-ac331b9243184f26a9b74954a41a5d31"; +match $page isa page; $page has id "grp-809e2109c7864a38a09f1aede38690e7"; $profile isa profile; $profile has id "LauraHarrison601"; insert $post isa video-post; $post has post-id "pst-81b84ea71f214475a6f0f7698909c1ba"; $post has post-text "Took my #drone out for a flight over the city! Here’s the #aerialfootage I captured. Let me know what you think! #dronephotography #cityscape"; $post has creation-timestamp 2023-07-02T17:15:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#aerialfootage"; $post has tag "#cityscape"; $post has tag "#drone"; $post has tag "#dronephotography"; $post has post-video "med-ac331b9243184f26a9b74954a41a5d31"; # comment match $parent isa content; $parent has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "WilliamRing568"; insert $comment isa comment; $comment has comment-id "cmt-a7484ffbbfd94e84b770ca8dac69c006"; $comment has comment-text "Wow, those shots are incredible! The city looks amazing from that height. How long have you been flying drones?"; $comment has creation-timestamp 2023-07-02T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1572,19 +1572,19 @@ match $parent isa content; $parent has id "pst-81b84ea71f214475a6f0f7698909c1ba" # comment match $parent isa content; $parent has id "cmt-9efb00b7a3974217851143e593aae480"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-dd5eb2d16518420a99cb37c76e7fbad2"; $comment has comment-text "@JosephineHenry396 Thanks! It can go up to about 400 feet, which gives you an amazing view but still stays within legal limits."; $comment has creation-timestamp 2023-07-02T19:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JosephineHenry396"; # post -match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "SarahGiven225"; $place isa place; $place has id "plc-71545a137a1d40068d723104f77383c1"; insert $post isa video-post; $post has post-id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $post has post-text "Finally got the hang of making #latteart! What do you think of my first attempt? #coffee #baristalife"; $post has creation-timestamp 2023-05-14T11:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#coffee"; $post has tag "#latteart"; $post has tag "#baristalife"; $location (place: $place, located: $post) isa location; $post has post-video "med-169e98cea7714b3c9f118a429cd3a795"; +match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "SarahGiven225"; $place isa place; $place has id "plc-71545a137a1d40068d723104f77383c1"; insert $post isa video-post; $post has post-id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $post has post-text "Finally got the hang of making #latteart! What do you think of my first attempt? #coffee #baristalife"; $post has creation-timestamp 2023-05-14T11:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#baristalife"; $post has tag "#coffee"; $post has tag "#latteart"; $location (place: $place, located: $post) isa location; $post has post-video "med-169e98cea7714b3c9f118a429cd3a795"; # comment -match $parent isa content; $parent has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-08dfc975a4fd4204b3b9e84e34b65cee"; $comment has comment-text "That looks so good! It’s like something you’d get at a café. How hard was it to do?"; $comment has creation-timestamp 2023-05-14T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-08dfc975a4fd4204b3b9e84e34b65cee"; $comment has comment-text "That looks so good! It’s like something you’d get at a café. How hard was it to do?"; $comment has creation-timestamp 2023-05-14T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-08dfc975a4fd4204b3b9e84e34b65cee"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-371a239070c742d0b295ba69f9873b5e"; $comment has comment-text "@SoilaMcafee389 Thanks! It took a few tries to get the pour just right, but once you get the hang of it, it’s fun!"; $comment has creation-timestamp 2023-05-14T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-08dfc975a4fd4204b3b9e84e34b65cee"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-371a239070c742d0b295ba69f9873b5e"; $comment has comment-text "@AnnaThomas446 Thanks! It took a few tries to get the pour just right, but once you get the hang of it, it’s fun!"; $comment has creation-timestamp 2023-05-14T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnnaThomas446"; # comment -match $parent isa content; $parent has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-d35f581e3648431fae9e8d0384983111"; $comment has comment-text "This is amazing! What design is that? A heart? A leaf?"; $comment has creation-timestamp 2023-05-14T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-d35f581e3648431fae9e8d0384983111"; $comment has comment-text "This is amazing! What design is that? A heart? A leaf?"; $comment has creation-timestamp 2023-05-14T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-d35f581e3648431fae9e8d0384983111"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-742863563c914458a4b27e8301cbd9c2"; $comment has comment-text "@AnnaThomas446 It’s supposed to be a heart, but it kind of looks like a leaf, doesn’t it? Still working on the finer details!"; $comment has creation-timestamp 2023-05-14T11:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnnaThomas446"; +match $parent isa content; $parent has id "cmt-d35f581e3648431fae9e8d0384983111"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-742863563c914458a4b27e8301cbd9c2"; $comment has comment-text "@AnthonyRansom097 It’s supposed to be a heart, but it kind of looks like a leaf, doesn’t it? Still working on the finer details!"; $comment has creation-timestamp 2023-05-14T11:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # comment -match $parent isa content; $parent has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-46ac32019ab1474e97668e8a78ca810e"; $comment has comment-text "Did you have to use a special type of milk to get that froth? I can never get mine to look that smooth."; $comment has creation-timestamp 2023-05-14T12:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-46ac32019ab1474e97668e8a78ca810e"; $comment has comment-text "Did you have to use a special type of milk to get that froth? I can never get mine to look that smooth."; $comment has creation-timestamp 2023-05-14T12:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-46ac32019ab1474e97668e8a78ca810e"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-646618914a3e4cf0a622053dd5ff7894"; $comment has comment-text "@AnthonyRansom097 I used whole milk for this one. The fat content makes it easier to get that creamy texture. Oat milk works pretty well too!"; $comment has creation-timestamp 2023-05-14T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-46ac32019ab1474e97668e8a78ca810e"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-646618914a3e4cf0a622053dd5ff7894"; $comment has comment-text "@SoilaMcafee389 I used whole milk for this one. The fat content makes it easier to get that creamy texture. Oat milk works pretty well too!"; $comment has creation-timestamp 2023-05-14T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; # comment match $parent isa content; $parent has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-efe1633cb87c4dd3bcee7fb1543c41b5"; $comment has comment-text "I’ve always wanted to try making latte art! Do you need a fancy espresso machine to do this?"; $comment has creation-timestamp 2023-05-14T12:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1594,7 +1594,7 @@ match $parent isa content; $parent has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302" # comment match $parent isa content; $parent has id "cmt-9d41a10b16b3417dabbd2fe0e095bbfd"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-5edd9aae7f104dcf939dd7ca1fde56c1"; $comment has comment-text "@BarbaraCriswell869 That’s the plan! I’ve been watching tutorials, so maybe next time I’ll try something more complex like a tulip."; $comment has creation-timestamp 2023-05-14T13:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; # post -match $page isa page; $page has id "grp-809e2109c7864a38a09f1aede38690e7"; $profile isa profile; $profile has id "SoilaMcafee389"; $place isa place; $place has id "plc-38c1962e9148424faac1c14f30e9c5cc"; insert $post isa video-post; $post has post-id "pst-d836ba33846746cea4dbac94486cf4d6"; $post has post-text "Just completed my first #potterywheel project! Check out my bowl—definitely a bit wobbly, but I’m proud of it! #ceramics #handmade"; $post has creation-timestamp 2023-10-10T09:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#handmade"; $post has tag "#potterywheel"; $post has tag "#ceramics"; $location (place: $place, located: $post) isa location; $post has post-video "med-95dd24bd27c44f8d999490667d416588"; +match $page isa page; $page has id "grp-809e2109c7864a38a09f1aede38690e7"; $profile isa profile; $profile has id "SoilaMcafee389"; $place isa place; $place has id "plc-38c1962e9148424faac1c14f30e9c5cc"; insert $post isa video-post; $post has post-id "pst-d836ba33846746cea4dbac94486cf4d6"; $post has post-text "Just completed my first #potterywheel project! Check out my bowl—definitely a bit wobbly, but I’m proud of it! #ceramics #handmade"; $post has creation-timestamp 2023-10-10T09:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#ceramics"; $post has tag "#handmade"; $post has tag "#potterywheel"; $location (place: $place, located: $post) isa location; $post has post-video "med-95dd24bd27c44f8d999490667d416588"; # comment match $parent isa content; $parent has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-ad5ac10cbd3c4d619ec2abf6a2237d40"; $comment has comment-text "That’s awesome! For a first attempt, it looks great. Was it hard to get the clay centered on the wheel?"; $comment has creation-timestamp 2023-10-10T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1608,59 +1608,59 @@ match $parent isa content; $parent has id "pst-d836ba33846746cea4dbac94486cf4d6" # comment match $parent isa content; $parent has id "cmt-4b91cbe8fea44a6ab3423b60310dfbf4"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-a6a99aab6c814d57b2835bff857d114b"; $comment has comment-text "@JosephineHenry396 It really is! The whole process took about two hours, but the time flew by. There’s something really meditative about working with clay."; $comment has creation-timestamp 2023-10-10T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JosephineHenry396"; # comment -match $parent isa content; $parent has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-650f137560fc41e2bcd635ccb9c4abb6"; $comment has comment-text "Did it turn out the way you expected, or was it harder than it looks?"; $comment has creation-timestamp 2023-10-10T10:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "WilliamRing568"; insert $comment isa comment; $comment has comment-id "cmt-650f137560fc41e2bcd635ccb9c4abb6"; $comment has comment-text "Did it turn out the way you expected, or was it harder than it looks?"; $comment has creation-timestamp 2023-10-10T10:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-650f137560fc41e2bcd635ccb9c4abb6"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-13bd01ae70dd4704a48988cf091523be"; $comment has comment-text "@NancyJohnson650 It’s definitely harder than it looks! I had a vision, but the bowl kind of took on a life of its own. Still happy with the result though!"; $comment has creation-timestamp 2023-10-10T11:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; +match $parent isa content; $parent has id "cmt-650f137560fc41e2bcd635ccb9c4abb6"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-13bd01ae70dd4704a48988cf091523be"; $comment has comment-text "@WilliamRing568 It’s definitely harder than it looks! I had a vision, but the bowl kind of took on a life of its own. Still happy with the result though!"; $comment has creation-timestamp 2023-10-10T11:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@WilliamRing568"; # comment -match $parent isa content; $parent has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "WilliamRing568"; insert $comment isa comment; $comment has comment-id "cmt-27b22a70a9454a96a1239c7249ace049"; $comment has comment-text "That’s so cool! What’s your next project? A matching plate maybe?"; $comment has creation-timestamp 2023-10-10T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-27b22a70a9454a96a1239c7249ace049"; $comment has comment-text "That’s so cool! What’s your next project? A matching plate maybe?"; $comment has creation-timestamp 2023-10-10T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-27b22a70a9454a96a1239c7249ace049"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-9a347cdad4814f7fb022b8f186d6c424"; $comment has comment-text "@WilliamRing568 Haha, maybe! I’d love to make a full set eventually, but I think I’ll stick to bowls for a bit until I get the hang of it."; $comment has creation-timestamp 2023-10-10T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@WilliamRing568"; +match $parent isa content; $parent has id "cmt-27b22a70a9454a96a1239c7249ace049"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-9a347cdad4814f7fb022b8f186d6c424"; $comment has comment-text "@NancyJohnson650 Haha, maybe! I’d love to make a full set eventually, but I think I’ll stick to bowls for a bit until I get the hang of it."; $comment has creation-timestamp 2023-10-10T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "VilmaToft456"; insert $post isa video-post; $post has post-id "pst-71027b0323a84b6ea864120ef118ac10"; $post has post-text "Decided to teach myself how to #juggle! Here’s my progress after a week—still dropping a few, but getting there! #skills #progress"; $post has creation-timestamp 2023-09-22T15:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#skills"; $post has tag "#progress"; $post has tag "#juggle"; $post has post-video "med-1f3994bca013455ebcd2aad82997e899"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "VilmaToft456"; insert $post isa video-post; $post has post-id "pst-71027b0323a84b6ea864120ef118ac10"; $post has post-text "Decided to teach myself how to #juggle! Here’s my progress after a week—still dropping a few, but getting there! #skills #progress"; $post has creation-timestamp 2023-09-22T15:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#juggle"; $post has tag "#progress"; $post has tag "#skills"; $post has post-video "med-1f3994bca013455ebcd2aad82997e899"; # comment match $parent isa content; $parent has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-6c7f40f88946452d99535d1dea839861"; $comment has comment-text "This is awesome! Juggling is so hard! How long can you keep it going before dropping one?"; $comment has creation-timestamp 2023-09-22T15:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-6c7f40f88946452d99535d1dea839861"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-09cef0ead6ca4f41adf1fe3fefd9373e"; $comment has comment-text "@EstherCarter759 Thanks! I can keep it going for about 30 seconds before something goes rogue, haha."; $comment has creation-timestamp 2023-09-22T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; # comment -match $parent isa content; $parent has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-92a97177785e4ebc80038e5a4c8349bc"; $comment has comment-text "Not bad at all! Are you using juggling balls or something else?"; $comment has creation-timestamp 2023-09-22T15:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-92a97177785e4ebc80038e5a4c8349bc"; $comment has comment-text "Not bad at all! Are you using juggling balls or something else?"; $comment has creation-timestamp 2023-09-22T15:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-92a97177785e4ebc80038e5a4c8349bc"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-a5bb23895dde4c6aaeb5964415d51b49"; $comment has comment-text "@JaniceRich109 Just basic juggling balls for now. I’m thinking about trying clubs next, but that’s probably a ways off!"; $comment has creation-timestamp 2023-09-22T15:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-92a97177785e4ebc80038e5a4c8349bc"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-a5bb23895dde4c6aaeb5964415d51b49"; $comment has comment-text "@MaryBrown547 Just basic juggling balls for now. I’m thinking about trying clubs next, but that’s probably a ways off!"; $comment has creation-timestamp 2023-09-22T15:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment match $parent isa content; $parent has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-7e88c93319db4d7b9938d096ed3dffdf"; $comment has comment-text "I’m impressed! How did you even start learning? Did you use any tutorials?"; $comment has creation-timestamp 2023-09-22T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-7e88c93319db4d7b9938d096ed3dffdf"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-07b52a8b0af04e69853a91353ee2151b"; $comment has comment-text "@FrankieLorenz269 Yeah, I followed a few YouTube tutorials. It’s all about practicing the throw before worrying about catching!"; $comment has creation-timestamp 2023-09-22T16:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-cdd592a0aeff488bb5eca796dc5f3db7"; $comment has comment-text "I can’t even juggle two things, let alone three! Any tips for a total beginner?"; $comment has creation-timestamp 2023-09-22T16:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-cdd592a0aeff488bb5eca796dc5f3db7"; $comment has comment-text "I can’t even juggle two things, let alone three! Any tips for a total beginner?"; $comment has creation-timestamp 2023-09-22T16:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-cdd592a0aeff488bb5eca796dc5f3db7"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-d24cc9b8773546179615975596df541f"; $comment has comment-text "@MaryBrown547 Start with just one ball and practice the throw. Once you get the rhythm down, it gets easier. Trust me!"; $comment has creation-timestamp 2023-09-22T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-cdd592a0aeff488bb5eca796dc5f3db7"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-d24cc9b8773546179615975596df541f"; $comment has comment-text "@JaniceRich109 Start with just one ball and practice the throw. Once you get the rhythm down, it gets easier. Trust me!"; $comment has creation-timestamp 2023-09-22T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment match $parent isa content; $parent has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-41c14dc095f94782bcb43dc942923754"; $comment has comment-text "Next up: fire juggling, right?"; $comment has creation-timestamp 2023-09-22T16:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-41c14dc095f94782bcb43dc942923754"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-6059c8a9cb0246728fff6a1ab3e52b15"; $comment has comment-text "@NancyJohnson650 Haha, maybe one day! Let me master regular juggling first before I start juggling anything on fire!"; $comment has creation-timestamp 2023-09-22T16:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # post -match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $post isa video-post; $post has post-id "pst-acc08d9899df42f5b4fbf35024bf2792"; $post has post-text "Tried my hand at making homemade #icecream! It didn’t turn out as smooth as I hoped, but it still tastes amazing. Thoughts? #homemade #dessert"; $post has creation-timestamp 2023-06-10T14:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#dessert"; $post has tag "#icecream"; $post has tag "#homemade"; $post has post-video "med-fbdc223305ad48a9a7d37bcc63f6ed2d"; +match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $post isa video-post; $post has post-id "pst-acc08d9899df42f5b4fbf35024bf2792"; $post has post-text "Tried my hand at making homemade #icecream! It didn’t turn out as smooth as I hoped, but it still tastes amazing. Thoughts? #homemade #dessert"; $post has creation-timestamp 2023-06-10T14:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#dessert"; $post has tag "#homemade"; $post has tag "#icecream"; $post has post-video "med-fbdc223305ad48a9a7d37bcc63f6ed2d"; # comment -match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-dd3a30f824ee498e9f302d42c4545268"; $comment has comment-text "That looks delicious! What flavor did you go for?"; $comment has creation-timestamp 2023-06-10T14:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-dd3a30f824ee498e9f302d42c4545268"; $comment has comment-text "That looks delicious! What flavor did you go for?"; $comment has creation-timestamp 2023-06-10T14:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-dd3a30f824ee498e9f302d42c4545268"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-d925bbaa27834e60b8b2ca91a3073280"; $comment has comment-text "@SarahGiven225 Thanks! I made vanilla with some chocolate chunks. Next time, I’m thinking of trying something a bit fancier."; $comment has creation-timestamp 2023-06-10T14:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; +match $parent isa content; $parent has id "cmt-dd3a30f824ee498e9f302d42c4545268"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-d925bbaa27834e60b8b2ca91a3073280"; $comment has comment-text "@JaniceRich109 Thanks! I made vanilla with some chocolate chunks. Next time, I’m thinking of trying something a bit fancier."; $comment has creation-timestamp 2023-06-10T14:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-978ff2cbd23a417d8f86e88ec361570d"; $comment has comment-text "I’ve always wanted to make ice cream! Did you use an ice cream maker or go old school?"; $comment has creation-timestamp 2023-06-10T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-978ff2cbd23a417d8f86e88ec361570d"; $comment has comment-text "I’ve always wanted to make ice cream! Did you use an ice cream maker or go old school?"; $comment has creation-timestamp 2023-06-10T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-978ff2cbd23a417d8f86e88ec361570d"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-1b08fdc111624e26ad64584a9ee08eef"; $comment has comment-text "@AnthonyRansom097 I used an ice cream maker. It was my first time trying it, so there’s definitely room for improvement!"; $comment has creation-timestamp 2023-06-10T14:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-978ff2cbd23a417d8f86e88ec361570d"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-1b08fdc111624e26ad64584a9ee08eef"; $comment has comment-text "@MaryBrown547 I used an ice cream maker. It was my first time trying it, so there’s definitely room for improvement!"; $comment has creation-timestamp 2023-06-10T14:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment -match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-9f7a46b8450040a198700fd547894708"; $comment has comment-text "Looks pretty good to me! How long did it take to freeze?"; $comment has creation-timestamp 2023-06-10T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-9f7a46b8450040a198700fd547894708"; $comment has comment-text "Looks pretty good to me! How long did it take to freeze?"; $comment has creation-timestamp 2023-06-10T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-9f7a46b8450040a198700fd547894708"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-420a746ac7b2495e93c3150d77c3f04f"; $comment has comment-text "@JaniceRich109 It took about 4 hours to fully freeze, but the waiting was the hardest part!"; $comment has creation-timestamp 2023-06-10T15:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-9f7a46b8450040a198700fd547894708"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-420a746ac7b2495e93c3150d77c3f04f"; $comment has comment-text "@AnthonyRansom097 It took about 4 hours to fully freeze, but the waiting was the hardest part!"; $comment has creation-timestamp 2023-06-10T15:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # comment -match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-0a9ffe96fdf04605ab7b2370940ca324"; $comment has comment-text "Was it easy to get the texture right? I’ve heard homemade ice cream can turn out grainy sometimes."; $comment has creation-timestamp 2023-06-10T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-0a9ffe96fdf04605ab7b2370940ca324"; $comment has comment-text "Was it easy to get the texture right? I’ve heard homemade ice cream can turn out grainy sometimes."; $comment has creation-timestamp 2023-06-10T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0a9ffe96fdf04605ab7b2370940ca324"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-d3d779d524304b879322439ab54faf70"; $comment has comment-text "@MaryBrown547 Yeah, it was a bit tricky. I think I need to churn it longer next time to get that really smooth texture."; $comment has creation-timestamp 2023-06-10T15:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-0a9ffe96fdf04605ab7b2370940ca324"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-d3d779d524304b879322439ab54faf70"; $comment has comment-text "@SarahGiven225 Yeah, it was a bit tricky. I think I need to churn it longer next time to get that really smooth texture."; $comment has creation-timestamp 2023-06-10T15:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # comment match $parent isa content; $parent has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-58d776da0f014f4eb3961f8efaa83536"; $comment has comment-text "Looks awesome! Any plans to try more adventurous flavors? Maybe some fruit or caramel swirl?"; $comment has creation-timestamp 2023-06-10T15:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-58d776da0f014f4eb3961f8efaa83536"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-68652c4da3224658810223b45536212a"; $comment has comment-text "@BarbaraCriswell869 Definitely! I’ve got my eye on making a strawberry-basil flavor next. Going to experiment with some fun combos!"; $comment has creation-timestamp 2023-06-10T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BarbaraCriswell869"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "JaniceRich109"; $place isa place; $place has id "plc-eb2083e6ce164dba8ff18e0242af9fc3"; insert $post isa video-post; $post has post-id "pst-df6316b93f734143a4dcea5ab888cb65"; $post has post-text "Spent the afternoon practicing #archery for the first time! Here’s a clip of me hitting the target… eventually. What do you think? #targetpractice #firsttime"; $post has creation-timestamp 2023-08-15T12:45:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#targetpractice"; $post has tag "#firsttime"; $post has tag "#archery"; $location (place: $place, located: $post) isa location; $post has post-video "med-62e5b72606b9470bb32f3e8b251bf764"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "JaniceRich109"; $place isa place; $place has id "plc-eb2083e6ce164dba8ff18e0242af9fc3"; insert $post isa video-post; $post has post-id "pst-df6316b93f734143a4dcea5ab888cb65"; $post has post-text "Spent the afternoon practicing #archery for the first time! Here’s a clip of me hitting the target… eventually. What do you think? #targetpractice #firsttime"; $post has creation-timestamp 2023-08-15T12:45:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#archery"; $post has tag "#firsttime"; $post has tag "#targetpractice"; $location (place: $place, located: $post) isa location; $post has post-video "med-62e5b72606b9470bb32f3e8b251bf764"; # comment match $parent isa content; $parent has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-51d670bd73f64b09b68712c085dc1819"; $comment has comment-text "That’s awesome! Archery looks so fun! How long did it take to get that shot?"; $comment has creation-timestamp 2023-08-15T13:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1670,19 +1670,19 @@ match $parent isa content; $parent has id "pst-df6316b93f734143a4dcea5ab888cb65" # comment match $parent isa content; $parent has id "cmt-84eefe22940745d0abbb961d401f8134"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-b5f767d3211149a5baaad22c8c372aad"; $comment has comment-text "@VilmaToft456 Haha, my arm is definitely sore! Holding the bow steady is tougher than I expected."; $comment has creation-timestamp 2023-08-15T13:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-a7e1572891c9492fb73a068354f69e70"; $comment has comment-text "Nice! Were you aiming for the bullseye or just happy to hit the target?"; $comment has creation-timestamp 2023-08-15T13:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-a7e1572891c9492fb73a068354f69e70"; $comment has comment-text "Nice! Were you aiming for the bullseye or just happy to hit the target?"; $comment has creation-timestamp 2023-08-15T13:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-a7e1572891c9492fb73a068354f69e70"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-ec8bd978636341f0bcfd32468884b81d"; $comment has comment-text "@NancyJohnson650 Let’s just say I was thrilled to hit the target at all, haha! The bullseye is next on my list though."; $comment has creation-timestamp 2023-08-15T13:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; +match $parent isa content; $parent has id "cmt-a7e1572891c9492fb73a068354f69e70"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-ec8bd978636341f0bcfd32468884b81d"; $comment has comment-text "@DorothyGardner851 Let’s just say I was thrilled to hit the target at all, haha! The bullseye is next on my list though."; $comment has creation-timestamp 2023-08-15T13:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment -match $parent isa content; $parent has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-71f5df2e184d45188c596a49334f97a4"; $comment has comment-text "You’re a natural! Are you thinking about taking more lessons?"; $comment has creation-timestamp 2023-08-15T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-71f5df2e184d45188c596a49334f97a4"; $comment has comment-text "You’re a natural! Are you thinking about taking more lessons?"; $comment has creation-timestamp 2023-08-15T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-71f5df2e184d45188c596a49334f97a4"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-3ca58162450947a7a2bc5350a627e31d"; $comment has comment-text "@EstherCarter759 Definitely! I’m already hooked. Hoping to improve my accuracy with some practice."; $comment has creation-timestamp 2023-08-15T14:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; +match $parent isa content; $parent has id "cmt-71f5df2e184d45188c596a49334f97a4"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-3ca58162450947a7a2bc5350a627e31d"; $comment has comment-text "@NancyJohnson650 Definitely! I’m already hooked. Hoping to improve my accuracy with some practice."; $comment has creation-timestamp 2023-08-15T14:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # comment -match $parent isa content; $parent has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-e73ce3cc43064d16a5b466b4cd037e58"; $comment has comment-text "This is so cool! Did you use a traditional bow or a compound bow?"; $comment has creation-timestamp 2023-08-15T14:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-e73ce3cc43064d16a5b466b4cd037e58"; $comment has comment-text "This is so cool! Did you use a traditional bow or a compound bow?"; $comment has creation-timestamp 2023-08-15T14:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-e73ce3cc43064d16a5b466b4cd037e58"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-5e302bed15ad479c8e681568c66456bf"; $comment has comment-text "@DorothyGardner851 I used a traditional recurve bow. It felt pretty classic, but I’m curious to try a compound bow next time!"; $comment has creation-timestamp 2023-08-15T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-e73ce3cc43064d16a5b466b4cd037e58"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-5e302bed15ad479c8e681568c66456bf"; $comment has comment-text "@EstherCarter759 I used a traditional recurve bow. It felt pretty classic, but I’m curious to try a compound bow next time!"; $comment has creation-timestamp 2023-08-15T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; # post -match $page isa page; $page has id "LauraHarrison601"; $profile isa profile; $profile has id "LauraHarrison601"; insert $post isa video-post; $post has post-id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $post has post-text "Just finished building my first ever #PC! Check out the build. I’m super proud of it, but let me know if you see any ways to improve! #gamingPC #tech"; $post has creation-timestamp 2023-12-08T12:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#tech"; $post has tag "#gamingPC"; $post has tag "#PC"; $post has post-video "med-5295dcaf4f654f21afa2be1307fce776"; +match $page isa page; $page has id "LauraHarrison601"; $profile isa profile; $profile has id "LauraHarrison601"; insert $post isa video-post; $post has post-id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $post has post-text "Just finished building my first ever #PC! Check out the build. I’m super proud of it, but let me know if you see any ways to improve! #gamingPC #tech"; $post has creation-timestamp 2023-12-08T12:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#PC"; $post has tag "#gamingPC"; $post has tag "#tech"; $post has post-video "med-5295dcaf4f654f21afa2be1307fce776"; # comment match $parent isa content; $parent has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-be5c193391a64f3497cbd7ff9c7d710f"; $comment has comment-text "That looks so clean! What kind of graphics card did you use?"; $comment has creation-timestamp 2023-12-08T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1692,23 +1692,23 @@ match $parent isa content; $parent has id "pst-77dc66026c8241f1859f7dfc9f3bca77" # comment match $parent isa content; $parent has id "cmt-d6fb22211b624422844c3c0601ed02db"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-32a59e3741d1440bb53c902262885f8c"; $comment has comment-text "@LauraHarrison601 I went with an air cooling setup for now. Maybe I’ll upgrade to liquid cooling down the road, but it’s doing the job for now!"; $comment has creation-timestamp 2023-12-08T12:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; # comment -match $parent isa content; $parent has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-43c5f2d378884792a1558ec67c1ba84f"; $comment has comment-text "That RGB lighting looks sick! What case are you using? It looks super spacious."; $comment has creation-timestamp 2023-12-08T12:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-43c5f2d378884792a1558ec67c1ba84f"; $comment has comment-text "That RGB lighting looks sick! What case are you using? It looks super spacious."; $comment has creation-timestamp 2023-12-08T12:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-43c5f2d378884792a1558ec67c1ba84f"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-9bd23ec521f94354a776eb3783f07d7c"; $comment has comment-text "@JeffLeon452 Appreciate it! It’s the NZXT H510. Plenty of room for cable management, which made the build so much easier!"; $comment has creation-timestamp 2023-12-08T13:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; +match $parent isa content; $parent has id "cmt-43c5f2d378884792a1558ec67c1ba84f"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-9bd23ec521f94354a776eb3783f07d7c"; $comment has comment-text "@FrankieLorenz269 Appreciate it! It’s the NZXT H510. Plenty of room for cable management, which made the build so much easier!"; $comment has creation-timestamp 2023-12-08T13:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-df9e407af3534a5284a4514b7f562e98"; $comment has comment-text "Nice! What’s the first game you’re going to play on it?"; $comment has creation-timestamp 2023-12-08T13:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-df9e407af3534a5284a4514b7f562e98"; $comment has comment-text "Nice! What’s the first game you’re going to play on it?"; $comment has creation-timestamp 2023-12-08T13:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-df9e407af3534a5284a4514b7f562e98"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-352f034103fa4677b1a8e5c62c075d2c"; $comment has comment-text "@FrankieLorenz269 I’m thinking of starting with *Cyberpunk 2077*—I’ve heard it looks incredible with the graphics maxed out!"; $comment has creation-timestamp 2023-12-08T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-df9e407af3534a5284a4514b7f562e98"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-352f034103fa4677b1a8e5c62c075d2c"; $comment has comment-text "@JeffLeon452 I’m thinking of starting with *Cyberpunk 2077*—I’ve heard it looks incredible with the graphics maxed out!"; $comment has creation-timestamp 2023-12-08T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; # comment match $parent isa content; $parent has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-b4fb6afab56046ef82ffb01756c16359"; $comment has comment-text "Congrats on the build! Are you planning on upgrading any other parts soon?"; $comment has creation-timestamp 2023-12-08T13:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-b4fb6afab56046ef82ffb01756c16359"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-a85536f31bf84beb906e62e6dc5a2a83"; $comment has comment-text "@JohnRugg309 Thanks! I might upgrade the RAM in the future, but for now, I’m happy with it. I want to see how it handles everything first!"; $comment has creation-timestamp 2023-12-08T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "DorothyGardner851"; $place isa place; $place has id "plc-eb2083e6ce164dba8ff18e0242af9fc3"; insert $post isa video-post; $post has post-id "pst-e98114a4b8944f2282dc94565b847a84"; $post has post-text "Just tried #paddleboarding for the first time! I’m surprised I didn’t fall in. What do you think of my balance skills? #watersports #adventure"; $post has creation-timestamp 2023-07-28T16:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#adventure"; $post has tag "#watersports"; $post has tag "#paddleboarding"; $location (place: $place, located: $post) isa location; $post has post-video "med-86def5a0474f41f78d26c0c52ba08a24"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "DorothyGardner851"; $place isa place; $place has id "plc-eb2083e6ce164dba8ff18e0242af9fc3"; insert $post isa video-post; $post has post-id "pst-e98114a4b8944f2282dc94565b847a84"; $post has post-text "Just tried #paddleboarding for the first time! I’m surprised I didn’t fall in. What do you think of my balance skills? #watersports #adventure"; $post has creation-timestamp 2023-07-28T16:20:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#adventure"; $post has tag "#paddleboarding"; $post has tag "#watersports"; $location (place: $place, located: $post) isa location; $post has post-video "med-86def5a0474f41f78d26c0c52ba08a24"; # comment -match $parent isa content; $parent has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-afed8aae2c7b4199b100065778edd1c6"; $comment has comment-text "You’re a natural! It’s harder than it looks, right? How long did it take you to get the hang of it?"; $comment has creation-timestamp 2023-07-28T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-afed8aae2c7b4199b100065778edd1c6"; $comment has comment-text "You’re a natural! It’s harder than it looks, right? How long did it take you to get the hang of it?"; $comment has creation-timestamp 2023-07-28T16:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-afed8aae2c7b4199b100065778edd1c6"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-d95cd1ae6d7c4fa59aa2356bd67ca257"; $comment has comment-text "@MaryBrown547 Thanks! It took me about 20 minutes to stop wobbling and actually feel stable. I thought I was going in a few times!"; $comment has creation-timestamp 2023-07-28T16:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; +match $parent isa content; $parent has id "cmt-afed8aae2c7b4199b100065778edd1c6"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-d95cd1ae6d7c4fa59aa2356bd67ca257"; $comment has comment-text "@JaniceRich109 Thanks! It took me about 20 minutes to stop wobbling and actually feel stable. I thought I was going in a few times!"; $comment has creation-timestamp 2023-07-28T16:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment match $parent isa content; $parent has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-958620855d584077a8fe86666fb5545c"; $comment has comment-text "That’s impressive! Were you on a lake or in the ocean? I hear waves make it a lot tougher."; $comment has creation-timestamp 2023-07-28T17:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1722,29 +1722,29 @@ match $parent isa content; $parent has id "pst-e98114a4b8944f2282dc94565b847a84" # comment match $parent isa content; $parent has id "cmt-a792b2b462e14434b3670f54dbd61b32"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-a317105664af4f49bcc919a97ae1a24e"; $comment has comment-text "@VilmaToft456 Definitely! My legs and core were feeling it by the end. Great way to stay active while enjoying the water."; $comment has creation-timestamp 2023-07-28T17:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-0eaa73e96bfe400198bcaa21b887d3e9"; $comment has comment-text "Next challenge: yoga on the paddleboard!"; $comment has creation-timestamp 2023-07-28T18:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-0eaa73e96bfe400198bcaa21b887d3e9"; $comment has comment-text "Next challenge: yoga on the paddleboard!"; $comment has creation-timestamp 2023-07-28T18:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0eaa73e96bfe400198bcaa21b887d3e9"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-99ccda394bdc411a97461872ace14685"; $comment has comment-text "@JaniceRich109 Haha, that’s a whole new level of balance! Maybe once I can stay upright for more than 30 minutes, I’ll give it a try!"; $comment has creation-timestamp 2023-07-28T18:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-0eaa73e96bfe400198bcaa21b887d3e9"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-99ccda394bdc411a97461872ace14685"; $comment has comment-text "@MaryBrown547 Haha, that’s a whole new level of balance! Maybe once I can stay upright for more than 30 minutes, I’ll give it a try!"; $comment has creation-timestamp 2023-07-28T18:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # post -match $page isa page; $page has id "MeganHood510"; $profile isa profile; $profile has id "MeganHood510"; insert $post isa poll-post; $post has post-id "pst-0063b5c924fa4196b80159870008cccf"; $post has post-text "I’m thinking of adopting a #pet, but I can’t decide what kind! #petadoption #animallover"; $post has creation-timestamp 2023-09-30T10:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#pet"; $post has tag "#animallover"; $post has tag "#petadoption"; $post has question "Help me out: What kind of pet should I adopt?"; $post has answer "Dog"; $post has answer "Cat"; $post has answer "Bird"; $post has answer "Fish"; +match $page isa page; $page has id "MeganHood510"; $profile isa profile; $profile has id "MeganHood510"; insert $post isa poll-post; $post has post-id "pst-0063b5c924fa4196b80159870008cccf"; $post has post-text "I’m thinking of adopting a #pet, but I can’t decide what kind! #petadoption #animallover"; $post has creation-timestamp 2023-09-30T10:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#animallover"; $post has tag "#pet"; $post has tag "#petadoption"; $post has question "Help me out: What kind of pet should I adopt?"; $post has answer "Dog"; $post has answer "Cat"; $post has answer "Bird"; $post has answer "Fish"; # comment -match $parent isa content; $parent has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-5675f2fcc0ca4f4d96dc94eb17d9fa66"; $comment has comment-text "Definitely a dog! They’re loyal and great companions. Plus, they give you a reason to get outside and exercise."; $comment has creation-timestamp 2023-09-30T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-5675f2fcc0ca4f4d96dc94eb17d9fa66"; $comment has comment-text "Definitely a dog! They’re loyal and great companions. Plus, they give you a reason to get outside and exercise."; $comment has creation-timestamp 2023-09-30T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-5675f2fcc0ca4f4d96dc94eb17d9fa66"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-3e2598d632ca4ebe98cd5da373cc3524"; $comment has comment-text "@FrankieLorenz269 That’s what I’ve been leaning towards! But I’m a little worried about all the time they need for walks and attention."; $comment has creation-timestamp 2023-09-30T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-5675f2fcc0ca4f4d96dc94eb17d9fa66"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-3e2598d632ca4ebe98cd5da373cc3524"; $comment has comment-text "@BobbieMoreno546 That’s what I’ve been leaning towards! But I’m a little worried about all the time they need for walks and attention."; $comment has creation-timestamp 2023-09-30T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; # comment -match $parent isa content; $parent has id "cmt-3e2598d632ca4ebe98cd5da373cc3524"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-924dbea9ab614040a1abfa8b5fde5164"; $comment has comment-text "@MeganHood510 Yeah, they do need a lot of time, but the bond is so worth it. If you have the time, go for it!"; $comment has creation-timestamp 2023-09-30T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-3e2598d632ca4ebe98cd5da373cc3524"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-924dbea9ab614040a1abfa8b5fde5164"; $comment has comment-text "@MeganHood510 Yeah, they do need a lot of time, but the bond is so worth it. If you have the time, go for it!"; $comment has creation-timestamp 2023-09-30T11:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # comment -match $parent isa content; $parent has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-2bd43ea08bbd4b2f82f378f27612c7e8"; $comment has comment-text "Cats all the way! They’re more independent, and you don’t have to take them for walks. Plus, they’re great for cuddles when they feel like it."; $comment has creation-timestamp 2023-09-30T11:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $comment isa comment; $comment has comment-id "cmt-2bd43ea08bbd4b2f82f378f27612c7e8"; $comment has comment-text "Cats all the way! They’re more independent, and you don’t have to take them for walks. Plus, they’re great for cuddles when they feel like it."; $comment has creation-timestamp 2023-09-30T11:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-2bd43ea08bbd4b2f82f378f27612c7e8"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-03cd7bab667b44c9b3213530f0022e2e"; $comment has comment-text "@BobbieMoreno546 That’s true! Cats seem much lower maintenance, but I’ve never had one before. Are they hard to take care of?"; $comment has creation-timestamp 2023-09-30T11:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; +match $parent isa content; $parent has id "cmt-2bd43ea08bbd4b2f82f378f27612c7e8"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-03cd7bab667b44c9b3213530f0022e2e"; $comment has comment-text "@AnthonySpilis492 That’s true! Cats seem much lower maintenance, but I’ve never had one before. Are they hard to take care of?"; $comment has creation-timestamp 2023-09-30T11:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonySpilis492"; # comment -match $parent isa content; $parent has id "cmt-03cd7bab667b44c9b3213530f0022e2e"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-5462a18d1b6d4ce981364fc51a6ed97f"; $comment has comment-text "@MeganHood510 Not really! Just make sure they have food, water, and a clean litter box, and they’re happy. Super easy compared to dogs."; $comment has creation-timestamp 2023-09-30T11:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-03cd7bab667b44c9b3213530f0022e2e"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $comment isa comment; $comment has comment-id "cmt-5462a18d1b6d4ce981364fc51a6ed97f"; $comment has comment-text "@MeganHood510 Not really! Just make sure they have food, water, and a clean litter box, and they’re happy. Super easy compared to dogs."; $comment has creation-timestamp 2023-09-30T11:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # comment -match $parent isa content; $parent has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $comment isa comment; $comment has comment-id "cmt-8b763f634ffe4196b52d6f27b98713be"; $comment has comment-text "I voted for bird! They’re fun to watch, and some of them can even talk. But they do need a bit of extra attention when it comes to cleaning the cage."; $comment has creation-timestamp 2023-09-30T12:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-8b763f634ffe4196b52d6f27b98713be"; $comment has comment-text "I voted for bird! They’re fun to watch, and some of them can even talk. But they do need a bit of extra attention when it comes to cleaning the cage."; $comment has creation-timestamp 2023-09-30T12:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-8b763f634ffe4196b52d6f27b98713be"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-4d1df659c73641668042e02f1d732251"; $comment has comment-text "@AnthonySpilis492 I hadn’t even considered birds, but that’s a good point! Do you think they get lonely if they’re in a cage most of the time?"; $comment has creation-timestamp 2023-09-30T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonySpilis492"; +match $parent isa content; $parent has id "cmt-8b763f634ffe4196b52d6f27b98713be"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-4d1df659c73641668042e02f1d732251"; $comment has comment-text "@FrankieLorenz269 I hadn’t even considered birds, but that’s a good point! Do you think they get lonely if they’re in a cage most of the time?"; $comment has creation-timestamp 2023-09-30T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "cmt-4d1df659c73641668042e02f1d732251"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $comment isa comment; $comment has comment-id "cmt-8b75471e1a344ed597afa026e389adef"; $comment has comment-text "@MeganHood510 Some birds do, especially the more social ones. You’d need to spend time with them or maybe even get a second bird to keep them company."; $comment has creation-timestamp 2023-09-30T12:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-4d1df659c73641668042e02f1d732251"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-8b75471e1a344ed597afa026e389adef"; $comment has comment-text "@MeganHood510 Some birds do, especially the more social ones. You’d need to spend time with them or maybe even get a second bird to keep them company."; $comment has creation-timestamp 2023-09-30T12:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # comment match $parent isa content; $parent has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-0f98d8a5bd90453d89e78dcc9dd3d9c3"; $comment has comment-text "Fish are a great option if you’re looking for something lower maintenance! They’re calming to watch, and you don’t have to worry about walks or messes."; $comment has creation-timestamp 2023-09-30T12:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1752,71 +1752,71 @@ match $parent isa content; $parent has id "cmt-0f98d8a5bd90453d89e78dcc9dd3d9c3" # comment match $parent isa content; $parent has id "cmt-1c7bc6c8d62f4e8cabca09663eef04eb"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-2a630fd171cf439daa1fff41af1b7013"; $comment has comment-text "@MeganHood510 Not too much, but you’ll need to clean the tank regularly and check the water quality. Once you get a routine, it’s pretty easy."; $comment has creation-timestamp 2023-09-30T13:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # post -match $page isa page; $page has id "DouglasBrown163"; $profile isa profile; $profile has id "DouglasBrown163"; insert $post isa poll-post; $post has post-id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $post has post-text "I’m planning a solo #vacation and can’t decide where to go. #travel #solotravel #wanderlust"; $post has creation-timestamp 2023-10-05T18:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#wanderlust"; $post has tag "#vacation"; $post has tag "#solotravel"; $post has tag "#travel"; $post has question "What kind of vacation should I go on?"; $post has answer "Beach getaway"; $post has answer "Mountain retreat"; $post has answer "City exploration"; $post has answer "Road trip"; +match $page isa page; $page has id "DouglasBrown163"; $profile isa profile; $profile has id "DouglasBrown163"; insert $post isa poll-post; $post has post-id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $post has post-text "I’m planning a solo #vacation and can’t decide where to go. #travel #solotravel #wanderlust"; $post has creation-timestamp 2023-10-05T18:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#solotravel"; $post has tag "#travel"; $post has tag "#vacation"; $post has tag "#wanderlust"; $post has question "What kind of vacation should I go on?"; $post has answer "Beach getaway"; $post has answer "Mountain retreat"; $post has answer "City exploration"; $post has answer "Road trip"; # comment match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "MichaelShah533"; insert $comment isa comment; $comment has comment-id "cmt-153699654f4f4a2699b6b91b1f695a01"; $comment has comment-text "Beach getaway all the way! Nothing beats relaxing by the ocean. Plus, you can completely disconnect and unwind."; $comment has creation-timestamp 2023-10-05T18:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-153699654f4f4a2699b6b91b1f695a01"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-356ac19061a5406e84be5a7fa15d41c9"; $comment has comment-text "@MichaelShah533 That’s tempting! I’ve been feeling like I need some relaxation time, and the ocean always helps with that."; $comment has creation-timestamp 2023-10-05T19:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelShah533"; # comment -match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-3ac2496e62434476b9298df641a97327"; $comment has comment-text "Mountain retreat for sure! Fresh air, peaceful hikes, and stunning views—perfect for clearing your mind."; $comment has creation-timestamp 2023-10-05T19:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-3ac2496e62434476b9298df641a97327"; $comment has comment-text "Mountain retreat for sure! Fresh air, peaceful hikes, and stunning views—perfect for clearing your mind."; $comment has creation-timestamp 2023-10-05T19:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-3ac2496e62434476b9298df641a97327"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-8132a1c998364a99a5276546768ec101"; $comment has comment-text "@VilmaToft456 That does sound perfect. I’ve never been on a solo mountain trip before, but it sounds like a great way to recharge."; $comment has creation-timestamp 2023-10-05T19:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; +match $parent isa content; $parent has id "cmt-3ac2496e62434476b9298df641a97327"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-8132a1c998364a99a5276546768ec101"; $comment has comment-text "@AnnaThomas446 That does sound perfect. I’ve never been on a solo mountain trip before, but it sounds like a great way to recharge."; $comment has creation-timestamp 2023-10-05T19:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnnaThomas446"; # comment -match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-2fc339b95e364dc59641ba418f4b9bf7"; $comment has comment-text "City exploration! There’s so much to see and do. You can get lost in the culture, food, and attractions. Plus, solo trips to cities are fun because you can move at your own pace."; $comment has creation-timestamp 2023-10-05T19:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-2fc339b95e364dc59641ba418f4b9bf7"; $comment has comment-text "City exploration! There’s so much to see and do. You can get lost in the culture, food, and attractions. Plus, solo trips to cities are fun because you can move at your own pace."; $comment has creation-timestamp 2023-10-05T19:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-2fc339b95e364dc59641ba418f4b9bf7"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-02246f10ce654211a3c9c8d76ceb1865"; $comment has comment-text "@AnnaThomas446 That’s true! I do love the energy of exploring a new city, especially when I can wander around and discover hidden gems."; $comment has creation-timestamp 2023-10-05T19:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnnaThomas446"; +match $parent isa content; $parent has id "cmt-2fc339b95e364dc59641ba418f4b9bf7"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-02246f10ce654211a3c9c8d76ceb1865"; $comment has comment-text "@BobbieMoreno546 That’s true! I do love the energy of exploring a new city, especially when I can wander around and discover hidden gems."; $comment has creation-timestamp 2023-10-05T19:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; # comment -match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-f26bf956f8714f48abc1e83d96c9b54e"; $comment has comment-text "Road trip! You can see so many different places, and there’s nothing like the freedom of the open road. Plus, you can make spontaneous stops along the way."; $comment has creation-timestamp 2023-10-05T19:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "VilmaToft456"; insert $comment isa comment; $comment has comment-id "cmt-f26bf956f8714f48abc1e83d96c9b54e"; $comment has comment-text "Road trip! You can see so many different places, and there’s nothing like the freedom of the open road. Plus, you can make spontaneous stops along the way."; $comment has creation-timestamp 2023-10-05T19:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-f26bf956f8714f48abc1e83d96c9b54e"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-58c8ba8548854c05bbd4258c9a3bb7be"; $comment has comment-text "@DouglasBrown163 I love the idea of a road trip! The flexibility to stop wherever you want and explore sounds like a lot of fun. Definitely something to consider."; $comment has creation-timestamp 2023-10-05T20:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DouglasBrown163"; +match $parent isa content; $parent has id "cmt-f26bf956f8714f48abc1e83d96c9b54e"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-58c8ba8548854c05bbd4258c9a3bb7be"; $comment has comment-text "@VilmaToft456 I love the idea of a road trip! The flexibility to stop wherever you want and explore sounds like a lot of fun. Definitely something to consider."; $comment has creation-timestamp 2023-10-05T20:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # comment -match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-a0fe9e1b791048259057df41835b8afb"; $comment has comment-text "Honestly, any of these options sound amazing! I’m jealous—wherever you go, it’ll be an adventure!"; $comment has creation-timestamp 2023-10-05T20:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-a0fe9e1b791048259057df41835b8afb"; $comment has comment-text "Honestly, any of these options sound amazing! I’m jealous—wherever you go, it’ll be an adventure!"; $comment has creation-timestamp 2023-10-05T20:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-a0fe9e1b791048259057df41835b8afb"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-77b1ce21bccc453a836a4162da595d3e"; $comment has comment-text "@BobbieMoreno546 Haha, thanks! I’m excited to just get away for a bit, no matter where I end up."; $comment has creation-timestamp 2023-10-05T20:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; +match $parent isa content; $parent has id "cmt-a0fe9e1b791048259057df41835b8afb"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-77b1ce21bccc453a836a4162da595d3e"; $comment has comment-text "@DouglasBrown163 Haha, thanks! I’m excited to just get away for a bit, no matter where I end up."; $comment has creation-timestamp 2023-10-05T20:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DouglasBrown163"; # post -match $page isa page; $page has id "CrystalMilazzo699"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $post isa poll-post; $post has post-id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $post has post-text "I’m trying to decide what my next #hobby should be! What do you think I should start? #newhobby #ideas"; $post has creation-timestamp 2023-11-01T12:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#hobby"; $post has tag "#newhobby"; $post has tag "#ideas"; $post has question "Which should be my next hobby?"; $post has answer "Painting"; $post has answer "Gardening"; $post has answer "Learning guitar"; $post has answer "Cooking new recipes"; +match $page isa page; $page has id "CrystalMilazzo699"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $post isa poll-post; $post has post-id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $post has post-text "I’m trying to decide what my next #hobby should be! What do you think I should start? #newhobby #ideas"; $post has creation-timestamp 2023-11-01T12:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#hobby"; $post has tag "#ideas"; $post has tag "#newhobby"; $post has question "Which should be my next hobby?"; $post has answer "Painting"; $post has answer "Gardening"; $post has answer "Learning guitar"; $post has answer "Cooking new recipes"; # comment -match $parent isa content; $parent has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-52d51d8b76574644a66bd3a038e4c448"; $comment has comment-text "I voted for painting! It’s so therapeutic, and you can express yourself in so many ways. Plus, it’s something you can do at your own pace."; $comment has creation-timestamp 2023-11-01T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-52d51d8b76574644a66bd3a038e4c448"; $comment has comment-text "I voted for painting! It’s so therapeutic, and you can express yourself in so many ways. Plus, it’s something you can do at your own pace."; $comment has creation-timestamp 2023-11-01T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-52d51d8b76574644a66bd3a038e4c448"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-796999735f4f49e185f1fc0aa486998f"; $comment has comment-text "@JeffLeon452 Painting does seem really calming. I’m just worried I might not be any good at it!"; $comment has creation-timestamp 2023-11-01T12:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; +match $parent isa content; $parent has id "cmt-52d51d8b76574644a66bd3a038e4c448"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-796999735f4f49e185f1fc0aa486998f"; $comment has comment-text "@CrystalMilazzo699 Painting does seem really calming. I’m just worried I might not be any good at it!"; $comment has creation-timestamp 2023-11-01T12:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; # comment -match $parent isa content; $parent has id "cmt-796999735f4f49e185f1fc0aa486998f"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-b3f4f5acf1064bce89d33c479f34cc10"; $comment has comment-text "@CrystalMilazzo699 Don’t worry about that! It’s all about having fun and experimenting. You don’t need to be a pro to enjoy it."; $comment has creation-timestamp 2023-11-01T12:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; +match $parent isa content; $parent has id "cmt-796999735f4f49e185f1fc0aa486998f"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-b3f4f5acf1064bce89d33c479f34cc10"; $comment has comment-text "@CrystalMilazzo699 Don’t worry about that! It’s all about having fun and experimenting. You don’t need to be a pro to enjoy it."; $comment has creation-timestamp 2023-11-01T12:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; # comment -match $parent isa content; $parent has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-05613af93f484bfcacf45d82494c0911"; $comment has comment-text "Gardening all the way! It’s so rewarding to grow your own plants. Plus, it gets you outside and working with your hands."; $comment has creation-timestamp 2023-11-01T12:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "WilliamRing568"; insert $comment isa comment; $comment has comment-id "cmt-05613af93f484bfcacf45d82494c0911"; $comment has comment-text "Gardening all the way! It’s so rewarding to grow your own plants. Plus, it gets you outside and working with your hands."; $comment has creation-timestamp 2023-11-01T12:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-05613af93f484bfcacf45d82494c0911"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-baade4d475934fba9a172460fb72951a"; $comment has comment-text "@ValerieChesser891 Gardening sounds fun, but I’ve never had much of a green thumb. Any beginner tips?"; $comment has creation-timestamp 2023-11-01T13:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; +match $parent isa content; $parent has id "cmt-05613af93f484bfcacf45d82494c0911"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-baade4d475934fba9a172460fb72951a"; $comment has comment-text "@WilliamRing568 Gardening sounds fun, but I’ve never had much of a green thumb. Any beginner tips?"; $comment has creation-timestamp 2023-11-01T13:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@WilliamRing568"; # comment -match $parent isa content; $parent has id "cmt-baade4d475934fba9a172460fb72951a"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-2ea5cef8e6b744ce918c9149847ee300"; $comment has comment-text "@CrystalMilazzo699 Start with easy plants like herbs or succulents. They’re pretty low-maintenance and a great way to get started!"; $comment has creation-timestamp 2023-11-01T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; +match $parent isa content; $parent has id "cmt-baade4d475934fba9a172460fb72951a"; $profile isa profile; $profile has id "WilliamRing568"; insert $comment isa comment; $comment has comment-id "cmt-2ea5cef8e6b744ce918c9149847ee300"; $comment has comment-text "@CrystalMilazzo699 Start with easy plants like herbs or succulents. They’re pretty low-maintenance and a great way to get started!"; $comment has creation-timestamp 2023-11-01T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; # comment -match $parent isa content; $parent has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-f3871cf4638046f590fe4a59329ec4ac"; $comment has comment-text "I voted for learning guitar! It’s challenging but super rewarding when you can play your first song. Plus, you’ll never get bored with all the songs to learn."; $comment has creation-timestamp 2023-11-01T13:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-f3871cf4638046f590fe4a59329ec4ac"; $comment has comment-text "I voted for learning guitar! It’s challenging but super rewarding when you can play your first song. Plus, you’ll never get bored with all the songs to learn."; $comment has creation-timestamp 2023-11-01T13:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-f3871cf4638046f590fe4a59329ec4ac"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-8d3d886754ee4dba9a04bb70b33425ba"; $comment has comment-text "@CrystalMilazzo699 That’s a good point! I’ve always wanted to play guitar, but it seems tough to learn. How long did it take you to learn your first song?"; $comment has creation-timestamp 2023-11-01T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; +match $parent isa content; $parent has id "cmt-f3871cf4638046f590fe4a59329ec4ac"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-8d3d886754ee4dba9a04bb70b33425ba"; $comment has comment-text "@JeffLeon452 That’s a good point! I’ve always wanted to play guitar, but it seems tough to learn. How long did it take you to learn your first song?"; $comment has creation-timestamp 2023-11-01T13:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; # comment -match $parent isa content; $parent has id "cmt-8d3d886754ee4dba9a04bb70b33425ba"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-69f82b8b7dd5497e886d996c22057b91"; $comment has comment-text "@CrystalMilazzo699 It took me a couple of weeks to get the basics down, but once you push through the beginning stages, it gets way more fun!"; $comment has creation-timestamp 2023-11-01T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; +match $parent isa content; $parent has id "cmt-8d3d886754ee4dba9a04bb70b33425ba"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-69f82b8b7dd5497e886d996c22057b91"; $comment has comment-text "@CrystalMilazzo699 It took me a couple of weeks to get the basics down, but once you push through the beginning stages, it gets way more fun!"; $comment has creation-timestamp 2023-11-01T14:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; # comment -match $parent isa content; $parent has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "WilliamRing568"; insert $comment isa comment; $comment has comment-id "cmt-f4159113cac449e6b78d028ce45e95b9"; $comment has comment-text "I’m all for cooking new recipes! There’s nothing like creating something delicious and learning new techniques in the kitchen. Plus, you get to eat your hobby!"; $comment has creation-timestamp 2023-11-01T14:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-f4159113cac449e6b78d028ce45e95b9"; $comment has comment-text "I’m all for cooking new recipes! There’s nothing like creating something delicious and learning new techniques in the kitchen. Plus, you get to eat your hobby!"; $comment has creation-timestamp 2023-11-01T14:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-f4159113cac449e6b78d028ce45e95b9"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-030c98e85e2448fab0dc4769e08aec96"; $comment has comment-text "@WilliamRing568 Haha, I love that! Cooking sounds like a practical hobby too. Do you have a favorite recipe I should try if I pick this?"; $comment has creation-timestamp 2023-11-01T14:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@WilliamRing568"; +match $parent isa content; $parent has id "cmt-f4159113cac449e6b78d028ce45e95b9"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-030c98e85e2448fab0dc4769e08aec96"; $comment has comment-text "@ValerieChesser891 Haha, I love that! Cooking sounds like a practical hobby too. Do you have a favorite recipe I should try if I pick this?"; $comment has creation-timestamp 2023-11-01T14:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; # comment -match $parent isa content; $parent has id "cmt-030c98e85e2448fab0dc4769e08aec96"; $profile isa profile; $profile has id "WilliamRing568"; insert $comment isa comment; $comment has comment-id "cmt-11705ee3343b4fb0912d791d3288a67e"; $comment has comment-text "@CrystalMilazzo699 Definitely! You should try making homemade pasta—it’s easier than you’d think and super satisfying!"; $comment has creation-timestamp 2023-11-01T14:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; +match $parent isa content; $parent has id "cmt-030c98e85e2448fab0dc4769e08aec96"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-11705ee3343b4fb0912d791d3288a67e"; $comment has comment-text "@CrystalMilazzo699 Definitely! You should try making homemade pasta—it’s easier than you’d think and super satisfying!"; $comment has creation-timestamp 2023-11-01T14:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@CrystalMilazzo699"; # post -match $page isa page; $page has id "AnthonyRansom097"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $post isa poll-post; $post has post-id "pst-3536763b476845c99d0a4fac67aaa068"; $post has post-text "I'm planning a themed #moviemarathon night! What theme should I go with? #movies #movienight"; $post has creation-timestamp 2023-12-03T09:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#movies"; $post has tag "#movienight"; $post has tag "#moviemarathon"; $post has question "Theme for movie night?"; $post has answer "Classic Sci-Fi"; $post has answer "80s Action"; $post has answer "Romantic Comedies"; $post has answer "Horror Thrillers"; +match $page isa page; $page has id "AnthonyRansom097"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $post isa poll-post; $post has post-id "pst-3536763b476845c99d0a4fac67aaa068"; $post has post-text "I'm planning a themed #moviemarathon night! What theme should I go with? #movies #movienight"; $post has creation-timestamp 2023-12-03T09:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#moviemarathon"; $post has tag "#movienight"; $post has tag "#movies"; $post has question "Theme for movie night?"; $post has answer "Classic Sci-Fi"; $post has answer "80s Action"; $post has answer "Romantic Comedies"; $post has answer "Horror Thrillers"; # comment -match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-8b67e0d305d74967ad9635ef1426a5dc"; $comment has comment-text "Classic Sci-Fi all the way! You can’t go wrong with movies like *Blade Runner* or *2001: A Space Odyssey*. Perfect for an immersive night."; $comment has creation-timestamp 2023-12-03T09:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-8b67e0d305d74967ad9635ef1426a5dc"; $comment has comment-text "Classic Sci-Fi all the way! You can’t go wrong with movies like *Blade Runner* or *2001: A Space Odyssey*. Perfect for an immersive night."; $comment has creation-timestamp 2023-12-03T09:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-8b67e0d305d74967ad9635ef1426a5dc"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-57bd270bbe634c9db7aa3d917a282c8a"; $comment has comment-text "@AnthonyRansom097 I’ve been meaning to rewatch *Blade Runner*! Sci-Fi could be a good choice to really dive into some thought-provoking stuff."; $comment has creation-timestamp 2023-12-03T09:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; +match $parent isa content; $parent has id "cmt-8b67e0d305d74967ad9635ef1426a5dc"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-57bd270bbe634c9db7aa3d917a282c8a"; $comment has comment-text "@MeganHood510 I’ve been meaning to rewatch *Blade Runner*! Sci-Fi could be a good choice to really dive into some thought-provoking stuff."; $comment has creation-timestamp 2023-12-03T09:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # comment -match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-329b638600bc498baa264afbbd3ee93c"; $comment has comment-text "80s Action, no question! The energy, the one-liners, the explosions—it’s the perfect combination for a fun night. *Die Hard*, *Terminator*, *Predator*—can’t beat it!"; $comment has creation-timestamp 2023-12-03T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $comment isa comment; $comment has comment-id "cmt-329b638600bc498baa264afbbd3ee93c"; $comment has comment-text "80s Action, no question! The energy, the one-liners, the explosions—it’s the perfect combination for a fun night. *Die Hard*, *Terminator*, *Predator*—can’t beat it!"; $comment has creation-timestamp 2023-12-03T09:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-329b638600bc498baa264afbbd3ee93c"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-c3b9b3acd4ef4d3e8b8ff2b49ddd6df0"; $comment has comment-text "@JohnRugg309 Oh man, those are some legendary choices! *Die Hard* always gets me hyped. It’d be a wild night with that lineup!"; $comment has creation-timestamp 2023-12-03T10:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; +match $parent isa content; $parent has id "cmt-329b638600bc498baa264afbbd3ee93c"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-c3b9b3acd4ef4d3e8b8ff2b49ddd6df0"; $comment has comment-text "@AnthonySpilis492 Oh man, those are some legendary choices! *Die Hard* always gets me hyped. It’d be a wild night with that lineup!"; $comment has creation-timestamp 2023-12-03T10:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonySpilis492"; # comment -match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-cd4a30f2c5064250a33725eeddf06a9d"; $comment has comment-text "I voted Romantic Comedies! They’re perfect for a lighthearted night, and you can never go wrong with something like *10 Things I Hate About You* or *When Harry Met Sally*."; $comment has creation-timestamp 2023-12-03T10:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-cd4a30f2c5064250a33725eeddf06a9d"; $comment has comment-text "I voted Romantic Comedies! They’re perfect for a lighthearted night, and you can never go wrong with something like *10 Things I Hate About You* or *When Harry Met Sally*."; $comment has creation-timestamp 2023-12-03T10:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-cd4a30f2c5064250a33725eeddf06a9d"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-838a325db4364152b2e99ed16b3bc4cd"; $comment has comment-text "@MeganHood510 A rom-com marathon could definitely be fun. I’d probably throw in *The Proposal* too—always a crowd-pleaser!"; $comment has creation-timestamp 2023-12-03T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-cd4a30f2c5064250a33725eeddf06a9d"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-838a325db4364152b2e99ed16b3bc4cd"; $comment has comment-text "@JohnRugg309 A rom-com marathon could definitely be fun. I’d probably throw in *The Proposal* too—always a crowd-pleaser!"; $comment has creation-timestamp 2023-12-03T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JohnRugg309"; # comment -match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $comment isa comment; $comment has comment-id "cmt-fb813983106f42ec8896c62cb397b350"; $comment has comment-text "Horror Thrillers, 100%! If you want an intense night, this is the way to go. Imagine watching *The Shining* or *Get Out* in a dark room—it’ll keep everyone on the edge of their seat."; $comment has creation-timestamp 2023-12-03T10:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-fb813983106f42ec8896c62cb397b350"; $comment has comment-text "Horror Thrillers, 100%! If you want an intense night, this is the way to go. Imagine watching *The Shining* or *Get Out* in a dark room—it’ll keep everyone on the edge of their seat."; $comment has creation-timestamp 2023-12-03T10:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-fb813983106f42ec8896c62cb397b350"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-610097fb589c45919608f0df09f49733"; $comment has comment-text "@AnthonySpilis492 Horror definitely amps up the excitement! *The Shining* is a classic, and I’ve been meaning to rewatch *Get Out*—good call!"; $comment has creation-timestamp 2023-12-03T10:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonySpilis492"; +match $parent isa content; $parent has id "cmt-fb813983106f42ec8896c62cb397b350"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $comment isa comment; $comment has comment-id "cmt-610097fb589c45919608f0df09f49733"; $comment has comment-text "@AnthonyRansom097 Horror definitely amps up the excitement! *The Shining* is a classic, and I’ve been meaning to rewatch *Get Out*—good call!"; $comment has creation-timestamp 2023-12-03T10:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@AnthonyRansom097"; # comment match $parent isa content; $parent has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "HarrySmith245"; insert $comment isa comment; $comment has comment-id "cmt-c816c4aa618741e8a99a723fa4b2f62c"; $comment has comment-text "Honestly, all these sound great! But I’d go for 80s Action. You’ll have an epic night, especially if you add some cheesy snacks to the mix!"; $comment has creation-timestamp 2023-12-03T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1836,15 +1836,15 @@ match $parent isa content; $parent has id "pst-a29d06e06f5744d7a0be4a1c002b2f92" # comment match $parent isa content; $parent has id "cmt-9610c047f84947a195810613c46cecaa"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-783d4a6d4d4e4e2999c5e64cb8c6773e"; $comment has comment-text "@MaryBrown547 That’s tempting! I’ve always wanted to visit Japan, and learning Japanese would make the experience even better."; $comment has creation-timestamp 2023-11-25T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MaryBrown547"; # comment -match $parent isa content; $parent has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-6b32976c4dd6462a9ea2fdfb8c33cf4d"; $comment has comment-text "Italian! It’s the language of art, music, and food. Plus, Italy is such a beautiful country, and speaking the language makes the experience so much richer."; $comment has creation-timestamp 2023-11-25T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-6b32976c4dd6462a9ea2fdfb8c33cf4d"; $comment has comment-text "Italian! It’s the language of art, music, and food. Plus, Italy is such a beautiful country, and speaking the language makes the experience so much richer."; $comment has creation-timestamp 2023-11-25T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-6b32976c4dd6462a9ea2fdfb8c33cf4d"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-a5743bd395f74d29a9daa8edd161387f"; $comment has comment-text "@PatriciaShelman960 Italian would be fun! I’d love to learn the language before visiting Rome or Florence one day. The food alone is reason enough to go!"; $comment has creation-timestamp 2023-11-25T15:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; +match $parent isa content; $parent has id "cmt-6b32976c4dd6462a9ea2fdfb8c33cf4d"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-a5743bd395f74d29a9daa8edd161387f"; $comment has comment-text "@MichaelFincher442 Italian would be fun! I’d love to learn the language before visiting Rome or Florence one day. The food alone is reason enough to go!"; $comment has creation-timestamp 2023-11-25T15:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # comment -match $parent isa content; $parent has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-0989e9e258be4667ab8059d7c5bc8847"; $comment has comment-text "Honestly, any of these languages would be amazing! But I voted for Spanish—so many people speak it, and you’ll find it useful in everyday life."; $comment has creation-timestamp 2023-11-25T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $comment isa comment; $comment has comment-id "cmt-0989e9e258be4667ab8059d7c5bc8847"; $comment has comment-text "Honestly, any of these languages would be amazing! But I voted for Spanish—so many people speak it, and you’ll find it useful in everyday life."; $comment has creation-timestamp 2023-11-25T16:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0989e9e258be4667ab8059d7c5bc8847"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-70dc9c84f56942c2b06c360e6ca99235"; $comment has comment-text "@MichaelFincher442 That’s true! Spanish seems like the most practical option, especially if I want to use it regularly."; $comment has creation-timestamp 2023-11-25T16:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; +match $parent isa content; $parent has id "cmt-0989e9e258be4667ab8059d7c5bc8847"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-70dc9c84f56942c2b06c360e6ca99235"; $comment has comment-text "@PatriciaShelman960 That’s true! Spanish seems like the most practical option, especially if I want to use it regularly."; $comment has creation-timestamp 2023-11-25T16:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@PatriciaShelman960"; # post -match $page isa page; $page has id "JaniceRich109"; $profile isa profile; $profile has id "JaniceRich109"; insert $post isa poll-post; $post has post-id "pst-27ef096756bf4e579ff9b0f506274afb"; $post has post-text "I’m getting a new #gamingconsole for the holidays but can’t decide which one! #gaming #holidaygifts"; $post has creation-timestamp 2023-12-15T08:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#gamingconsole"; $post has tag "#holidaygifts"; $post has tag "#gaming"; $post has question "What console should I get?"; $post has answer "PlayStation 5"; $post has answer "Xbox Series X"; $post has answer "Nintendo Switch"; $post has answer "Custom PC build"; +match $page isa page; $page has id "JaniceRich109"; $profile isa profile; $profile has id "JaniceRich109"; insert $post isa poll-post; $post has post-id "pst-27ef096756bf4e579ff9b0f506274afb"; $post has post-text "I’m getting a new #gamingconsole for the holidays but can’t decide which one! #gaming #holidaygifts"; $post has creation-timestamp 2023-12-15T08:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#gaming"; $post has tag "#gamingconsole"; $post has tag "#holidaygifts"; $post has question "What console should I get?"; $post has answer "PlayStation 5"; $post has answer "Xbox Series X"; $post has answer "Nintendo Switch"; $post has answer "Custom PC build"; # comment match $parent isa content; $parent has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "JohnRugg309"; insert $comment isa comment; $comment has comment-id "cmt-7f42af90e4124b0b9260a30d2edc5fdd"; $comment has comment-text "PlayStation 5 for sure! Amazing exclusives like *Spider-Man 2* and *God of War*. If you love story-driven games, PS5 is the way to go!"; $comment has creation-timestamp 2023-12-15T08:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1868,33 +1868,33 @@ match $parent isa content; $parent has id "pst-27ef096756bf4e579ff9b0f506274afb" # comment match $parent isa content; $parent has id "cmt-1b4addcee56b4b1da54e4a172868c76b"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-d094d2af793d440f9de16841a934abd1"; $comment has comment-text "@RonaldFincham197 It’s true! The multiplayer options on the Switch sound awesome for when friends come over."; $comment has creation-timestamp 2023-12-15T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@RonaldFincham197"; # post -match $page isa page; $page has id "RonaldFincham197"; $profile isa profile; $profile has id "RonaldFincham197"; insert $post isa live-video-post; $post has post-id "pst-44672c65d1e0450e9602634b08453d3e"; $post has post-text "Going live from my backyard #BBQ! Tune in for some #grillingtips and good vibes! What’s everyone up to this weekend? #weekendvibes #food"; $post has creation-timestamp 2023-11-18T17:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#BBQ"; $post has tag "#grillingtips"; $post has tag "#weekendvibes"; $post has tag "#food"; $post has post-video "med-a63cca7578404abfab535d23de2d64b9"; +match $page isa page; $page has id "RonaldFincham197"; $profile isa profile; $profile has id "RonaldFincham197"; insert $post isa live-video-post; $post has post-id "pst-44672c65d1e0450e9602634b08453d3e"; $post has post-text "Going live from my backyard #BBQ! Tune in for some #grillingtips and good vibes! What’s everyone up to this weekend? #weekendvibes #food"; $post has creation-timestamp 2023-11-18T17:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#BBQ"; $post has tag "#food"; $post has tag "#grillingtips"; $post has tag "#weekendvibes"; $post has post-video "med-a63cca7578404abfab535d23de2d64b9"; # comment match $parent isa content; $parent has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-115c3e9276184f2882967bdf54f22060"; $comment has comment-text "This is awesome! That grill looks! What are you cooking up?"; $comment has creation-timestamp 2023-11-18T17:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-115c3e9276184f2882967bdf54f22060"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-b60b7264a69c4d3283e6652c0f5270a2"; $comment has comment-text "@DorothyGardner851 Thanks! Got some burgers, chicken wings, and veggie skewers going. I’m trying a new marinade recipe for the wings!"; $comment has creation-timestamp 2023-11-18T17:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment -match $parent isa content; $parent has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-ee166b7438414d438b3099ecd4364172"; $comment has comment-text "Loving the live stream! What’s your secret to perfectly grilled burgers?"; $comment has creation-timestamp 2023-11-18T17:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-ee166b7438414d438b3099ecd4364172"; $comment has comment-text "Loving the live stream! What’s your secret to perfectly grilled burgers?"; $comment has creation-timestamp 2023-11-18T17:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-ee166b7438414d438b3099ecd4364172"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-4f322470a2334974b46c8933eee69c71"; $comment has comment-text "@SoilaMcafee389 It’s all about getting the right sear! I cook them on high heat for a couple of minutes per side, then move them to indirect heat to finish. Juicy every time!"; $comment has creation-timestamp 2023-11-18T17:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-ee166b7438414d438b3099ecd4364172"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-4f322470a2334974b46c8933eee69c71"; $comment has comment-text "@ValerieChesser891 It’s all about getting the right sear! I cook them on high heat for a couple of minutes per side, then move them to indirect heat to finish. Juicy every time!"; $comment has creation-timestamp 2023-11-18T17:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; # comment match $parent isa content; $parent has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $comment isa comment; $comment has comment-id "cmt-60ab75bf34b247daad6fe79b8c56ab92"; $comment has comment-text "This looks so fun! Are you doing any side dishes, or is it all about the grill?"; $comment has creation-timestamp 2023-11-18T17:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-60ab75bf34b247daad6fe79b8c56ab92"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-0a5a61a06c874cd1916b47e2e0460545"; $comment has comment-text "@MichaelFrazier752 Got some potato salad and grilled corn on the side! Can’t have a BBQ without them."; $comment has creation-timestamp 2023-11-18T17:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFrazier752"; # comment -match $parent isa content; $parent has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-1768599decff41018b6228730aebe087"; $comment has comment-text "The grill marks on those burgers are perfect! Any dessert plans after the grilling?"; $comment has creation-timestamp 2023-11-18T17:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-1768599decff41018b6228730aebe087"; $comment has comment-text "The grill marks on those burgers are perfect! Any dessert plans after the grilling?"; $comment has creation-timestamp 2023-11-18T17:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-1768599decff41018b6228730aebe087"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-4f0fa9db4b6a4fea81cf7f935e6cc9e4"; $comment has comment-text "@NancyJohnson650 Haha, thanks! For dessert, we’re making s’mores by the fire pit later—keeping it classic!"; $comment has creation-timestamp 2023-11-18T17:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; +match $parent isa content; $parent has id "cmt-1768599decff41018b6228730aebe087"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-4f0fa9db4b6a4fea81cf7f935e6cc9e4"; $comment has comment-text "@SoilaMcafee389 Haha, thanks! For dessert, we’re making s’mores by the fire pit later—keeping it classic!"; $comment has creation-timestamp 2023-11-18T17:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; # comment -match $parent isa content; $parent has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "ValerieChesser891"; insert $comment isa comment; $comment has comment-id "cmt-9fee599a087846db804cdaf00ed91a32"; $comment has comment-text "Wish I was there! What’s your drink of choice for the BBQ?"; $comment has creation-timestamp 2023-11-18T17:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-9fee599a087846db804cdaf00ed91a32"; $comment has comment-text "Wish I was there! What’s your drink of choice for the BBQ?"; $comment has creation-timestamp 2023-11-18T17:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-9fee599a087846db804cdaf00ed91a32"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-980dda10dffd4f19a7e4bbe60b08da95"; $comment has comment-text "@ValerieChesser891 A cold beer goes perfectly with BBQ, but we’ve also got some lemonade for the non-drinkers!"; $comment has creation-timestamp 2023-11-18T17:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@ValerieChesser891"; +match $parent isa content; $parent has id "cmt-9fee599a087846db804cdaf00ed91a32"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-980dda10dffd4f19a7e4bbe60b08da95"; $comment has comment-text "@NancyJohnson650 A cold beer goes perfectly with BBQ, but we’ve also got some lemonade for the non-drinkers!"; $comment has creation-timestamp 2023-11-18T17:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # post -match $page isa page; $page has id "grp-809e2109c7864a38a09f1aede38690e7"; $profile isa profile; $profile has id "CrystalMilazzo699"; $place isa place; $place has id "plc-b83e90ec17e04a3c83983ca8ea7e9d49"; insert $post isa live-video-post; $post has post-id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $post has post-text "Live from the #craftfair! Come hang out while I check out some awesome #handmade goods. What should I look for? #supportlocal #art"; $post has creation-timestamp 2023-12-02T14:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#supportlocal"; $post has tag "#handmade"; $post has tag "#art"; $post has tag "#craftfair"; $location (place: $place, located: $post) isa location; $post has post-video "med-ca8b425cbaab4a44982165fc3f84747c"; +match $page isa page; $page has id "grp-809e2109c7864a38a09f1aede38690e7"; $profile isa profile; $profile has id "CrystalMilazzo699"; $place isa place; $place has id "plc-b83e90ec17e04a3c83983ca8ea7e9d49"; insert $post isa live-video-post; $post has post-id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $post has post-text "Live from the #craftfair! Come hang out while I check out some awesome #handmade goods. What should I look for? #supportlocal #art"; $post has creation-timestamp 2023-12-02T14:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#art"; $post has tag "#craftfair"; $post has tag "#handmade"; $post has tag "#supportlocal"; $location (place: $place, located: $post) isa location; $post has post-video "med-ca8b425cbaab4a44982165fc3f84747c"; # comment -match $parent isa content; $parent has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-a939e190c6f143ad9b86d80d10b8c060"; $comment has comment-text "This looks fun! See if you can find any cool pottery—handmade mugs are the best!"; $comment has creation-timestamp 2023-12-02T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-a939e190c6f143ad9b86d80d10b8c060"; $comment has comment-text "This looks fun! See if you can find any cool pottery—handmade mugs are the best!"; $comment has creation-timestamp 2023-12-02T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-a939e190c6f143ad9b86d80d10b8c060"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-19a0f532d2194d93b3a70c3d1da5a563"; $comment has comment-text "@DouglasBrown163 Great idea! Just spotted a booth with some beautiful ceramic mugs. I might have to grab one!"; $comment has creation-timestamp 2023-12-02T14:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DouglasBrown163"; +match $parent isa content; $parent has id "cmt-a939e190c6f143ad9b86d80d10b8c060"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-19a0f532d2194d93b3a70c3d1da5a563"; $comment has comment-text "@NancyJohnson650 Great idea! Just spotted a booth with some beautiful ceramic mugs. I might have to grab one!"; $comment has creation-timestamp 2023-12-02T14:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # comment match $parent isa content; $parent has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "JosephineHenry396"; insert $comment isa comment; $comment has comment-id "cmt-148e9fb96ece4443bcbb1bccef381237"; $comment has comment-text "Any interesting jewelry? I’m always on the lookout for unique handmade necklaces."; $comment has creation-timestamp 2023-12-02T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1908,11 +1908,11 @@ match $parent isa content; $parent has id "pst-b580d3a313ab42c49a0408e7cbabe5d7" # comment match $parent isa content; $parent has id "cmt-bad8ae6a5f5c47779ae3c7202360db82"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-2147c6f582ee4d86ac10f97fd9836a1f"; $comment has comment-text "@LauraHarrison601 Found them! There’s a booth with soy candles, and they have scents like ‘Autumn Forest’ and ‘Spiced Chai.’ Smells amazing!"; $comment has creation-timestamp 2023-12-02T15:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; # comment -match $parent isa content; $parent has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-f54e888981ac4529a0641fcb14abd4d2"; $comment has comment-text "Any good food stalls? Craft fairs usually have the best homemade snacks!"; $comment has creation-timestamp 2023-12-02T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "DouglasBrown163"; insert $comment isa comment; $comment has comment-id "cmt-f54e888981ac4529a0641fcb14abd4d2"; $comment has comment-text "Any good food stalls? Craft fairs usually have the best homemade snacks!"; $comment has creation-timestamp 2023-12-02T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-f54e888981ac4529a0641fcb14abd4d2"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-8d943a55e11a4073bafcd1c408fbfe11"; $comment has comment-text "@NancyJohnson650 Yes! I just grabbed some homemade fudge and locally made honey. This is definitely the place for snacks!"; $comment has creation-timestamp 2023-12-02T15:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; +match $parent isa content; $parent has id "cmt-f54e888981ac4529a0641fcb14abd4d2"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $comment isa comment; $comment has comment-id "cmt-8d943a55e11a4073bafcd1c408fbfe11"; $comment has comment-text "@DouglasBrown163 Yes! I just grabbed some homemade fudge and locally made honey. This is definitely the place for snacks!"; $comment has creation-timestamp 2023-12-02T15:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DouglasBrown163"; # post -match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "SarahGiven225"; insert $post isa live-video-post; $post has post-id "pst-176f9018b18646ce90e494613dff332b"; $post has post-text "Live from my #kitchen! Making #homemadepasta for the first time—let’s see how this goes! Any tips for a first-timer? #cooking #foodie"; $post has creation-timestamp 2023-11-10T11:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#cooking"; $post has tag "#kitchen"; $post has tag "#foodie"; $post has tag "#homemadepasta"; $post has post-video "med-333a1d7152d14e24bf3ba58ed02fe513"; +match $page isa page; $page has id "grp-3acaaf82374a4cc9a0397e67926146de"; $profile isa profile; $profile has id "SarahGiven225"; insert $post isa live-video-post; $post has post-id "pst-176f9018b18646ce90e494613dff332b"; $post has post-text "Live from my #kitchen! Making #homemadepasta for the first time—let’s see how this goes! Any tips for a first-timer? #cooking #foodie"; $post has creation-timestamp 2023-11-10T11:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#cooking"; $post has tag "#foodie"; $post has tag "#homemadepasta"; $post has tag "#kitchen"; $post has post-video "med-333a1d7152d14e24bf3ba58ed02fe513"; # comment match $parent isa content; $parent has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "AnnaThomas446"; insert $comment isa comment; $comment has comment-id "cmt-d98d822467b44ee89ade0a942709483a"; $comment has comment-text "This is awesome! Make sure you knead the dough really well. It should be smooth before you roll it out!"; $comment has creation-timestamp 2023-11-10T11:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1924,31 +1924,31 @@ match $parent isa content; $parent has id "cmt-816241bd5a574de5b13fc40b489b9a03" # comment match $parent isa content; $parent has id "cmt-00513063020a4a12855dfed45fa7cb00"; $profile isa profile; $profile has id "MaryBrown547"; insert $comment isa comment; $comment has comment-id "cmt-ae76375bbd96478381ff6f6324a3b635"; $comment has comment-text "@SarahGiven225 Definitely marinara with lots of garlic and basil. Simple but so good!"; $comment has creation-timestamp 2023-11-10T11:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SarahGiven225"; # comment -match $parent isa content; $parent has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-e739e5d5a70945ffb5a10d06b15a8171"; $comment has comment-text "Are you using a pasta machine or doing it all by hand? Rolling it out by hand can be tricky but worth it!"; $comment has creation-timestamp 2023-11-10T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-e739e5d5a70945ffb5a10d06b15a8171"; $comment has comment-text "Are you using a pasta machine or doing it all by hand? Rolling it out by hand can be tricky but worth it!"; $comment has creation-timestamp 2023-11-10T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-e739e5d5a70945ffb5a10d06b15a8171"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-d4146a201da74b62afabcae12308d4fd"; $comment has comment-text "@JaniceRich109 Doing it all by hand! It’s definitely tricky, but I think it’s turning out okay so far. Fingers crossed!"; $comment has creation-timestamp 2023-11-10T11:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-e739e5d5a70945ffb5a10d06b15a8171"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-d4146a201da74b62afabcae12308d4fd"; $comment has comment-text "@MichaelFincher442 Doing it all by hand! It’s definitely tricky, but I think it’s turning out okay so far. Fingers crossed!"; $comment has creation-timestamp 2023-11-10T11:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # comment -match $parent isa content; $parent has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-aaa91ed47be1451abc1255417d534839"; $comment has comment-text "Make sure you dust the dough with plenty of flour when rolling it out, so it doesn’t stick to everything!"; $comment has creation-timestamp 2023-11-10T12:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-aaa91ed47be1451abc1255417d534839"; $comment has comment-text "Make sure you dust the dough with plenty of flour when rolling it out, so it doesn’t stick to everything!"; $comment has creation-timestamp 2023-11-10T12:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-aaa91ed47be1451abc1255417d534839"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-42c07c7ef7404ba286884eed2034663b"; $comment has comment-text "@SoilaMcafee389 Great tip! I was just about to start rolling it out—definitely don’t want it sticking. Flour at the ready!"; $comment has creation-timestamp 2023-11-10T12:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; +match $parent isa content; $parent has id "cmt-aaa91ed47be1451abc1255417d534839"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-42c07c7ef7404ba286884eed2034663b"; $comment has comment-text "@JaniceRich109 Great tip! I was just about to start rolling it out—definitely don’t want it sticking. Flour at the ready!"; $comment has creation-timestamp 2023-11-10T12:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-0a73a9a9df494c15a38bc512d13d78bc"; $comment has comment-text "Fresh pasta is going to taste amazing! Are you making any garlic bread to go with it?"; $comment has creation-timestamp 2023-11-10T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $comment isa comment; $comment has comment-id "cmt-0a73a9a9df494c15a38bc512d13d78bc"; $comment has comment-text "Fresh pasta is going to taste amazing! Are you making any garlic bread to go with it?"; $comment has creation-timestamp 2023-11-10T12:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-0a73a9a9df494c15a38bc512d13d78bc"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-59eea30ba81244d0aae128042c14c68f"; $comment has comment-text "@MichaelFincher442 That’s a great idea! I wasn’t planning on it, but now I might have to! Fresh pasta and garlic bread—perfect combo."; $comment has creation-timestamp 2023-11-10T12:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; +match $parent isa content; $parent has id "cmt-0a73a9a9df494c15a38bc512d13d78bc"; $profile isa profile; $profile has id "SarahGiven225"; insert $comment isa comment; $comment has comment-id "cmt-59eea30ba81244d0aae128042c14c68f"; $comment has comment-text "@SoilaMcafee389 That’s a great idea! I wasn’t planning on it, but now I might have to! Fresh pasta and garlic bread—perfect combo."; $comment has creation-timestamp 2023-11-10T12:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@SoilaMcafee389"; # post -match $page isa page; $page has id "LauraHarrison601"; $profile isa profile; $profile has id "LauraHarrison601"; insert $post isa live-video-post; $post has post-id "pst-1da11d7aa2814ecdb084486f52268c27"; $post has post-text "Live from my #artstudio! I’m working on a new #painting today—come hang out while I add some details. Any color suggestions? #artlife #creativity"; $post has creation-timestamp 2023-12-05T15:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#artstudio"; $post has tag "#artlife"; $post has tag "#painting"; $post has tag "#creativity"; $post has post-video "med-01fe2e706aa046f7a607dc9d55bdbbf6"; +match $page isa page; $page has id "LauraHarrison601"; $profile isa profile; $profile has id "LauraHarrison601"; insert $post isa live-video-post; $post has post-id "pst-1da11d7aa2814ecdb084486f52268c27"; $post has post-text "Live from my #artstudio! I’m working on a new #painting today—come hang out while I add some details. Any color suggestions? #artlife #creativity"; $post has creation-timestamp 2023-12-05T15:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#artlife"; $post has tag "#artstudio"; $post has tag "#creativity"; $post has tag "#painting"; $post has post-video "med-01fe2e706aa046f7a607dc9d55bdbbf6"; # comment -match $parent isa content; $parent has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-3e3292dbb0bd4bddabbf9e6d9e19e188"; $comment has comment-text "This looks great already! How about adding some deep blues? They’ll add a nice contrast to the warm colors."; $comment has creation-timestamp 2023-12-05T15:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-3e3292dbb0bd4bddabbf9e6d9e19e188"; $comment has comment-text "This looks great already! How about adding some deep blues? They’ll add a nice contrast to the warm colors."; $comment has creation-timestamp 2023-12-05T15:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-3e3292dbb0bd4bddabbf9e6d9e19e188"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-c4fa5577663e48688c9bd78e5a456f86"; $comment has comment-text "@JeffLeon452 I love that idea! I’ve been looking for something to balance the warm tones. Deep blue it is!"; $comment has creation-timestamp 2023-12-05T15:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; +match $parent isa content; $parent has id "cmt-3e3292dbb0bd4bddabbf9e6d9e19e188"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-c4fa5577663e48688c9bd78e5a456f86"; $comment has comment-text "@MeganHood510 I love that idea! I’ve been looking for something to balance the warm tones. Deep blue it is!"; $comment has creation-timestamp 2023-12-05T15:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # comment -match $parent isa content; $parent has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-c65233ab465b48d7b51994841a67b2f9"; $comment has comment-text "The texture you’re creating is awesome! Are you going to add any metallics? Gold or silver could really make it pop."; $comment has creation-timestamp 2023-12-05T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-c65233ab465b48d7b51994841a67b2f9"; $comment has comment-text "The texture you’re creating is awesome! Are you going to add any metallics? Gold or silver could really make it pop."; $comment has creation-timestamp 2023-12-05T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-c65233ab465b48d7b51994841a67b2f9"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-8eace752634a45b9bd72a908edb8a483"; $comment has comment-text "@MeganHood510 Metallics sound fun! I’ve got some gold paint here—maybe I’ll try adding a few accents and see how it looks."; $comment has creation-timestamp 2023-12-05T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-c65233ab465b48d7b51994841a67b2f9"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-8eace752634a45b9bd72a908edb8a483"; $comment has comment-text "@LauraHarrison601 Metallics sound fun! I’ve got some gold paint here—maybe I’ll try adding a few accents and see how it looks."; $comment has creation-timestamp 2023-12-05T15:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; # comment -match $parent isa content; $parent has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-54fe81bba3454904883087b45b5eea1f"; $comment has comment-text "Loving the live painting session! What’s your inspiration for this piece?"; $comment has creation-timestamp 2023-12-05T15:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "JeffLeon452"; insert $comment isa comment; $comment has comment-id "cmt-54fe81bba3454904883087b45b5eea1f"; $comment has comment-text "Loving the live painting session! What’s your inspiration for this piece?"; $comment has creation-timestamp 2023-12-05T15:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-54fe81bba3454904883087b45b5eea1f"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-f76077bb08a341e3a4e26c6f3b481469"; $comment has comment-text "@LauraHarrison601 Thanks! This one’s inspired by a sunset I saw last week—trying to capture that mix of colors as the light fades."; $comment has creation-timestamp 2023-12-05T15:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@LauraHarrison601"; +match $parent isa content; $parent has id "cmt-54fe81bba3454904883087b45b5eea1f"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-f76077bb08a341e3a4e26c6f3b481469"; $comment has comment-text "@JeffLeon452 Thanks! This one’s inspired by a sunset I saw last week—trying to capture that mix of colors as the light fades."; $comment has creation-timestamp 2023-12-05T15:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JeffLeon452"; # comment match $parent isa content; $parent has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $comment isa comment; $comment has comment-id "cmt-4529f10d897e4d87abcf2a76c1d8f799"; $comment has comment-text "Are you going to add any abstract shapes or keep it more natural? Some bold shapes could really stand out."; $comment has creation-timestamp 2023-12-05T15:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1958,23 +1958,23 @@ match $parent isa content; $parent has id "pst-1da11d7aa2814ecdb084486f52268c27" # comment match $parent isa content; $parent has id "cmt-fb20fab5be9846d28bf2e1da430e055c"; $profile isa profile; $profile has id "LauraHarrison601"; insert $comment isa comment; $comment has comment-id "cmt-fee99b49145e462cb9019c594487989e"; $comment has comment-text "@VilmaToft456 I hadn’t thought that far ahead! If it turns out how I’m envisioning, I might consider it."; $comment has creation-timestamp 2023-12-05T16:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@VilmaToft456"; # post -match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "FrankieLorenz269"; $place isa place; $place has id "plc-ab0c1681c8f843d093290a4cb5d32b16"; insert $post isa live-video-post; $post has post-id "pst-8616ba88d2964670b35fda3eed38505b"; $post has post-text "Live from the #gym! I’m trying to beat my personal record for #deadlifts today. Tune in for some #fitnessmotivation! Any advice before I go for it? #workout #goals"; $post has creation-timestamp 2023-12-10T14:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#goals"; $post has tag "#gym"; $post has tag "#workout"; $post has tag "#fitnessmotivation"; $post has tag "#deadlifts"; $location (place: $place, located: $post) isa location; $post has post-video "med-a881692c8bf74e12a0305e2d74319877"; +match $page isa page; $page has id "grp-06d2ed7ce6ac4d8a8160ff927c7550f2"; $profile isa profile; $profile has id "FrankieLorenz269"; $place isa place; $place has id "plc-ab0c1681c8f843d093290a4cb5d32b16"; insert $post isa live-video-post; $post has post-id "pst-8616ba88d2964670b35fda3eed38505b"; $post has post-text "Live from the #gym! I’m trying to beat my personal record for #deadlifts today. Tune in for some #fitnessmotivation! Any advice before I go for it? #workout #goals"; $post has creation-timestamp 2023-12-10T14:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#deadlifts"; $post has tag "#fitnessmotivation"; $post has tag "#goals"; $post has tag "#gym"; $post has tag "#workout"; $location (place: $place, located: $post) isa location; $post has post-video "med-a881692c8bf74e12a0305e2d74319877"; # comment -match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-7f571b982bc34de09d0820e0a24921ff"; $comment has comment-text "You’ve got this! Just make sure to keep your back straight and engage your core during the lift!"; $comment has creation-timestamp 2023-12-10T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-7f571b982bc34de09d0820e0a24921ff"; $comment has comment-text "You’ve got this! Just make sure to keep your back straight and engage your core during the lift!"; $comment has creation-timestamp 2023-12-10T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-7f571b982bc34de09d0820e0a24921ff"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-9c369f6d91214f599f240ae53301deb4"; $comment has comment-text "@RonaldFincham197 Thanks! Definitely focusing on form—don’t want to mess up my back!"; $comment has creation-timestamp 2023-12-10T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@RonaldFincham197"; +match $parent isa content; $parent has id "cmt-7f571b982bc34de09d0820e0a24921ff"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-9c369f6d91214f599f240ae53301deb4"; $comment has comment-text "@NancyJohnson650 Thanks! Definitely focusing on form—don’t want to mess up my back!"; $comment has creation-timestamp 2023-12-10T14:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; # comment -match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-490004e668734d8a92ee6e4697e27d7a"; $comment has comment-text "Remember to breathe! It’s easy to forget, but controlled breathing will help you power through that lift."; $comment has creation-timestamp 2023-12-10T14:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-490004e668734d8a92ee6e4697e27d7a"; $comment has comment-text "Remember to breathe! It’s easy to forget, but controlled breathing will help you power through that lift."; $comment has creation-timestamp 2023-12-10T14:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-490004e668734d8a92ee6e4697e27d7a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-0ae9e2e6adaa41cab19b701bd042c1c8"; $comment has comment-text "@DorothyGardner851 Good reminder! I tend to hold my breath when it gets heavy—gonna focus on breathing properly this time."; $comment has creation-timestamp 2023-12-10T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-490004e668734d8a92ee6e4697e27d7a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-0ae9e2e6adaa41cab19b701bd042c1c8"; $comment has comment-text "@EstherCarter759 Good reminder! I tend to hold my breath when it gets heavy—gonna focus on breathing properly this time."; $comment has creation-timestamp 2023-12-10T15:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; # comment -match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NancyJohnson650"; insert $comment isa comment; $comment has comment-id "cmt-cc800b0407b0490081541c1e420fedb8"; $comment has comment-text "What weight are you going for? Crush it and don’t rush the lift—control is key!"; $comment has creation-timestamp 2023-12-10T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-cc800b0407b0490081541c1e420fedb8"; $comment has comment-text "What weight are you going for? Crush it and don’t rush the lift—control is key!"; $comment has creation-timestamp 2023-12-10T15:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-cc800b0407b0490081541c1e420fedb8"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-2c071e2754534cbaa89f88b49b566e06"; $comment has comment-text "@NancyJohnson650 I’m going for 300 lbs today! Trying not to rush—slow and steady for sure."; $comment has creation-timestamp 2023-12-10T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@NancyJohnson650"; +match $parent isa content; $parent has id "cmt-cc800b0407b0490081541c1e420fedb8"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-2c071e2754534cbaa89f88b49b566e06"; $comment has comment-text "@DorothyGardner851 I’m going for 300 lbs today! Trying not to rush—slow and steady for sure."; $comment has creation-timestamp 2023-12-10T15:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment -match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "EstherCarter759"; insert $comment isa comment; $comment has comment-id "cmt-9542bc573bf444bca78fc81fe3cc4a04"; $comment has comment-text "Make sure to do a couple of warm-up sets first! You don’t want to jump straight into heavy lifting without warming up properly."; $comment has creation-timestamp 2023-12-10T15:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "RonaldFincham197"; insert $comment isa comment; $comment has comment-id "cmt-9542bc573bf444bca78fc81fe3cc4a04"; $comment has comment-text "Make sure to do a couple of warm-up sets first! You don’t want to jump straight into heavy lifting without warming up properly."; $comment has creation-timestamp 2023-12-10T15:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-9542bc573bf444bca78fc81fe3cc4a04"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-ea3249e632ab47049185cd3a8c733b78"; $comment has comment-text "@EstherCarter759 Already did some warm-up sets! Thanks for the tip—feeling ready to go for it now."; $comment has creation-timestamp 2023-12-10T15:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@EstherCarter759"; +match $parent isa content; $parent has id "cmt-9542bc573bf444bca78fc81fe3cc4a04"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-ea3249e632ab47049185cd3a8c733b78"; $comment has comment-text "@RonaldFincham197 Already did some warm-up sets! Thanks for the tip—feeling ready to go for it now."; $comment has creation-timestamp 2023-12-10T15:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@RonaldFincham197"; # comment match $parent isa content; $parent has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-8b088a26a4974f9088153b1ff77b8c86"; $comment has comment-text "Good luck! Just picture yourself lifting that weight with ease—it’s all about mindset too!"; $comment has creation-timestamp 2023-12-10T15:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment @@ -1982,85 +1982,85 @@ match $parent isa content; $parent has id "cmt-8b088a26a4974f9088153b1ff77b8c86" # post match $page isa page; $page has id "grp-254bf7ae1d0a4994b20b575d4e28e674"; $profile isa profile; $profile has id "MeganHood510"; insert $post isa text-post; $post has post-id "pst-6b35da2c04464ea78abf5c57c5795b58"; $post has post-text "I’ve been working on a project that uses a 1-based index for #array manipulation, and let me tell you, the readability is just so much better. I can’t believe the world has stuck with 0-based indices for this long! #programming #codinglife #developer"; $post has creation-timestamp 2023-12-18T10:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#array"; $post has tag "#codinglife"; $post has tag "#developer"; $post has tag "#programming"; # comment -match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-de9318967ada4a66afa0823a5d1a74c3"; $comment has comment-text "Agreed! 1-based indexing feels so much more natural, especially when you’re explaining code to beginners. It maps perfectly to how we count things in real life."; $comment has creation-timestamp 2023-12-18T10:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-de9318967ada4a66afa0823a5d1a74c3"; $comment has comment-text "Agreed! 1-based indexing feels so much more natural, especially when you’re explaining code to beginners. It maps perfectly to how we count things in real life."; $comment has creation-timestamp 2023-12-18T10:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-de9318967ada4a66afa0823a5d1a74c3"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-ae433b71b8ec4e83ba614c6ce6ab5199"; $comment has comment-text "@JaniceRich109 Exactly! When you’re saying ‘the first element,’ it should literally be at index 1, not 0. It’s intuitive."; $comment has creation-timestamp 2023-12-18T10:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-de9318967ada4a66afa0823a5d1a74c3"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-ae433b71b8ec4e83ba614c6ce6ab5199"; $comment has comment-text "@MichaelFincher442 Exactly! When you’re saying ‘the first element,’ it should literally be at index 1, not 0. It’s intuitive."; $comment has creation-timestamp 2023-12-18T10:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # comment -match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-ce307195a2fb42219cb47e14bbda98aa"; $comment has comment-text "Totally with you both. 0-based indexing made sense in the early days of low-level programming, but at higher levels, it just complicates things. Think about how many off-by-one errors we could avoid with 1-based indexing!"; $comment has creation-timestamp 2023-12-18T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-ce307195a2fb42219cb47e14bbda98aa"; $comment has comment-text "Totally with you both. 0-based indexing made sense in the early days of low-level programming, but at higher levels, it just complicates things. Think about how many off-by-one errors we could avoid with 1-based indexing!"; $comment has creation-timestamp 2023-12-18T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-ce307195a2fb42219cb47e14bbda98aa"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-e38b1adcb99446d7bf8923abe69773e8"; $comment has comment-text "@MichaelFincher442 Right?! Half of the bugs I see in my team’s code are off-by-one errors, and 0-based indexing is to blame. Imagine a world where arrays start at 1—so much cleaner."; $comment has creation-timestamp 2023-12-18T10:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; +match $parent isa content; $parent has id "cmt-ce307195a2fb42219cb47e14bbda98aa"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-e38b1adcb99446d7bf8923abe69773e8"; $comment has comment-text "@DorothyGardner851 Right?! Half of the bugs I see in my team’s code are off-by-one errors, and 0-based indexing is to blame. Imagine a world where arrays start at 1—so much cleaner."; $comment has creation-timestamp 2023-12-18T10:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment -match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-62919a04ebbd483aa6e7ac6ea1a85267"; $comment has comment-text "I used to struggle with loops because of 0-based indexing. It never felt natural to write ‘i < array.length’—having ‘i <= length’ just feels more correct to me with 1-based indexing."; $comment has creation-timestamp 2023-12-18T10:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-62919a04ebbd483aa6e7ac6ea1a85267"; $comment has comment-text "I used to struggle with loops because of 0-based indexing. It never felt natural to write ‘i < array.length’—having ‘i <= length’ just feels more correct to me with 1-based indexing."; $comment has creation-timestamp 2023-12-18T10:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-62919a04ebbd483aa6e7ac6ea1a85267"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-aabaa3a803c94eaa99919b34c3a24c35"; $comment has comment-text "@FrankieLorenz269 That’s a great point! With 1-based indexing, loops match how we think about sequences. You iterate from 1 to N, not 0 to N-1. Why should we have to make mental adjustments?"; $comment has creation-timestamp 2023-12-18T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-62919a04ebbd483aa6e7ac6ea1a85267"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-aabaa3a803c94eaa99919b34c3a24c35"; $comment has comment-text "@JaniceRich109 That’s a great point! With 1-based indexing, loops match how we think about sequences. You iterate from 1 to N, not 0 to N-1. Why should we have to make mental adjustments?"; $comment has creation-timestamp 2023-12-18T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-9d592226302d4194ae550e17de5dd6f9"; $comment has comment-text "The opposition usually claims 0-based indexing is better for certain algorithms, but honestly, for most high-level programming, that argument doesn’t hold up. We’re writing code for humans, not machines!"; $comment has creation-timestamp 2023-12-18T10:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-9d592226302d4194ae550e17de5dd6f9"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-c1f1011b69d34af7be8c83ecbf9582c7"; $comment has comment-text "@BobbieMoreno546 Exactly! When you prioritize human readability, 1-based indexing is the clear choice. Unless you’re doing really low-level memory management, starting at 1 just makes sense for clarity and structure."; $comment has creation-timestamp 2023-12-18T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; +match $parent isa content; $parent has id "cmt-9d592226302d4194ae550e17de5dd6f9"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-c1f1011b69d34af7be8c83ecbf9582c7"; $comment has comment-text "@BobbieMoreno546 Exactly! When you prioritize human readability, 1-based indexing is the clear choice. Unless you’re doing really low-level memory management, starting at 1 just makes sense for clarity and structure."; $comment has creation-timestamp 2023-12-18T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; # comment -match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-adc11d6927624baca9685a0e646e18a9"; $comment has comment-text "Preach! I spend way too much time debugging off-by-one errors in my team’s code. Switching to 1-based indexing would solve so many of those issues. Why does the industry resist this so much?"; $comment has creation-timestamp 2023-12-18T11:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-adc11d6927624baca9685a0e646e18a9"; $comment has comment-text "Preach! I spend way too much time debugging off-by-one errors in my team’s code. Switching to 1-based indexing would solve so many of those issues. Why does the industry resist this so much?"; $comment has creation-timestamp 2023-12-18T11:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-adc11d6927624baca9685a0e646e18a9"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-71da0538ffdb4ef3a19b351e6dca0f0a"; $comment has comment-text "@DorothyGardner851 Tradition, mostly. 0-based indexing has been around so long that people are afraid to change it, even though it causes more harm than good in many situations."; $comment has creation-timestamp 2023-12-18T11:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-adc11d6927624baca9685a0e646e18a9"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-71da0538ffdb4ef3a19b351e6dca0f0a"; $comment has comment-text "@FrankieLorenz269 Tradition, mostly. 0-based indexing has been around so long that people are afraid to change it, even though it causes more harm than good in many situations."; $comment has creation-timestamp 2023-12-18T11:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-b87f0e55bc9b45edb5f2bba7d3c94fc4"; $comment has comment-text "Honestly, I think it’s inertia. Once something becomes a standard, people are reluctant to challenge it, even when a better approach exists. It’s up to us to keep advocating for 1-based indexing and show the benefits."; $comment has creation-timestamp 2023-12-18T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-b87f0e55bc9b45edb5f2bba7d3c94fc4"; $comment has comment-text "Honestly, I think it’s inertia. Once something becomes a standard, people are reluctant to challenge it, even when a better approach exists. It’s up to us to keep advocating for 1-based indexing and show the benefits."; $comment has creation-timestamp 2023-12-18T11:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-b87f0e55bc9b45edb5f2bba7d3c94fc4"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-40b0dc2a36f44c52bfb84cdfa4978b1d"; $comment has comment-text "@JaniceRich109 Couldn’t agree more! We have to keep pushing the conversation forward. Who knows, maybe one day we’ll see mainstream languages adopt 1-based indexing as an option by default."; $comment has creation-timestamp 2023-12-18T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-b87f0e55bc9b45edb5f2bba7d3c94fc4"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-40b0dc2a36f44c52bfb84cdfa4978b1d"; $comment has comment-text "@MichaelFincher442 Couldn’t agree more! We have to keep pushing the conversation forward. Who knows, maybe one day we’ll see mainstream languages adopt 1-based indexing as an option by default."; $comment has creation-timestamp 2023-12-18T11:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # post -match $page isa page; $page has id "grp-254bf7ae1d0a4994b20b575d4e28e674"; $profile isa profile; $profile has id "MichaelFincher442"; insert $post isa text-post; $post has post-id "pst-2d26904840134e33a77b20adfefed218"; $post has post-text "I’ve been thinking: If #spreadsheets like #Excel can default to 1-based indexing for rows and columns, why can’t #programminglanguages follow suit? It’s clearly more intuitive for most people! #techthoughts #coding"; $post has creation-timestamp 2023-12-20T09:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#Excel"; $post has tag "#coding"; $post has tag "#techthoughts"; $post has tag "#spreadsheets"; $post has tag "#programminglanguages"; +match $page isa page; $page has id "grp-254bf7ae1d0a4994b20b575d4e28e674"; $profile isa profile; $profile has id "MichaelFincher442"; insert $post isa text-post; $post has post-id "pst-2d26904840134e33a77b20adfefed218"; $post has post-text "I’ve been thinking: If #spreadsheets like #Excel can default to 1-based indexing for rows and columns, why can’t #programminglanguages follow suit? It’s clearly more intuitive for most people! #techthoughts #coding"; $post has creation-timestamp 2023-12-20T09:30:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#Excel"; $post has tag "#coding"; $post has tag "#programminglanguages"; $post has tag "#spreadsheets"; $post has tag "#techthoughts"; # comment -match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-e71f767485884d4481b1118065decf1a"; $comment has comment-text "Exactly! People have been working with 1-based indexing in spreadsheets for decades, and no one’s confused by it. It feels so natural when you reference rows and columns."; $comment has creation-timestamp 2023-12-20T09:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-e71f767485884d4481b1118065decf1a"; $comment has comment-text "Exactly! People have been working with 1-based indexing in spreadsheets for decades, and no one’s confused by it. It feels so natural when you reference rows and columns."; $comment has creation-timestamp 2023-12-20T09:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-e71f767485884d4481b1118065decf1a"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-89d9a40152074ce5abd2729ba5160d17"; $comment has comment-text "@DorothyGardner851 Right? You tell someone ‘look at row 1,’ and it’s literally the first row. No mental gymnastics needed."; $comment has creation-timestamp 2023-12-20T09:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-e71f767485884d4481b1118065decf1a"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-89d9a40152074ce5abd2729ba5160d17"; $comment has comment-text "@BobbieMoreno546 Right? You tell someone ‘look at row 1,’ and it’s literally the first row. No mental gymnastics needed."; $comment has creation-timestamp 2023-12-20T09:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; # comment -match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-76cf14a27d9041f8aca1c7a8ba71d935"; $comment has comment-text "This is a great point. The fact that Excel uses 1-based indexing shows that, for most real-world use cases, it’s the more intuitive option. But somehow, in the programming world, we’re still stuck with 0-based!"; $comment has creation-timestamp 2023-12-20T10:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-76cf14a27d9041f8aca1c7a8ba71d935"; $comment has comment-text "This is a great point. The fact that Excel uses 1-based indexing shows that, for most real-world use cases, it’s the more intuitive option. But somehow, in the programming world, we’re still stuck with 0-based!"; $comment has creation-timestamp 2023-12-20T10:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-76cf14a27d9041f8aca1c7a8ba71d935"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-50abc4519af144568034dca41eb62178"; $comment has comment-text "@BobbieMoreno546 Exactly! It’s like we’re living in two different realities. Spreadsheets are for non-programmers, and yet they get the more intuitive system."; $comment has creation-timestamp 2023-12-20T10:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; +match $parent isa content; $parent has id "cmt-76cf14a27d9041f8aca1c7a8ba71d935"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-50abc4519af144568034dca41eb62178"; $comment has comment-text "@FrankieLorenz269 Exactly! It’s like we’re living in two different realities. Spreadsheets are for non-programmers, and yet they get the more intuitive system."; $comment has creation-timestamp 2023-12-20T10:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-48ef09a4b8c04ce880a0864341cb57da"; $comment has comment-text "It blows my mind. Every time I’m explaining arrays to new programmers, I have to fight against their instincts. Everyone starts at 1 when counting things naturally. Why not in code?"; $comment has creation-timestamp 2023-12-20T10:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-48ef09a4b8c04ce880a0864341cb57da"; $comment has comment-text "It blows my mind. Every time I’m explaining arrays to new programmers, I have to fight against their instincts. Everyone starts at 1 when counting things naturally. Why not in code?"; $comment has creation-timestamp 2023-12-20T10:15:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-48ef09a4b8c04ce880a0864341cb57da"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-05f7e0d1838b46ab9ba0b30f601b3bb5"; $comment has comment-text "@FrankieLorenz269 It’s true! Teaching beginners is so much smoother with 1-based indexing. No one intuitively thinks of the ‘zeroth’ element."; $comment has creation-timestamp 2023-12-20T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-48ef09a4b8c04ce880a0864341cb57da"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-05f7e0d1838b46ab9ba0b30f601b3bb5"; $comment has comment-text "@JaniceRich109 It’s true! Teaching beginners is so much smoother with 1-based indexing. No one intuitively thinks of the ‘zeroth’ element."; $comment has creation-timestamp 2023-12-20T10:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-8384841da56a4a75aff2091a7ffc4eea"; $comment has comment-text "What’s funny is that 0-based indexing was born from a very specific need in low-level programming, yet we’re using it for high-level languages where it’s just not necessary anymore."; $comment has creation-timestamp 2023-12-20T10:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-8384841da56a4a75aff2091a7ffc4eea"; $comment has comment-text "What’s funny is that 0-based indexing was born from a very specific need in low-level programming, yet we’re using it for high-level languages where it’s just not necessary anymore."; $comment has creation-timestamp 2023-12-20T10:30:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-8384841da56a4a75aff2091a7ffc4eea"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-6c002fe033f74404808b20f6f281e24c"; $comment has comment-text "@JaniceRich109 Exactly. 0-based indexing makes sense when you’re dealing with memory offsets, but how often do most of us need that in modern coding? It’s an artifact from a different era."; $comment has creation-timestamp 2023-12-20T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-8384841da56a4a75aff2091a7ffc4eea"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-6c002fe033f74404808b20f6f281e24c"; $comment has comment-text "@MeganHood510 Exactly. 0-based indexing makes sense when you’re dealing with memory offsets, but how often do most of us need that in modern coding? It’s an artifact from a different era."; $comment has creation-timestamp 2023-12-20T10:45:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; # comment -match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-c2e4dc34a7f84cd9bb2332db45b259f2"; $comment has comment-text "And let’s not forget about the bug fixing! So many off-by-one errors come from people miscalculating because they expect the first index to be 1, not 0. 1-based indexing would save a lot of headaches."; $comment has creation-timestamp 2023-12-20T10:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-c2e4dc34a7f84cd9bb2332db45b259f2"; $comment has comment-text "And let’s not forget about the bug fixing! So many off-by-one errors come from people miscalculating because they expect the first index to be 1, not 0. 1-based indexing would save a lot of headaches."; $comment has creation-timestamp 2023-12-20T10:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-c2e4dc34a7f84cd9bb2332db45b259f2"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-f7243a0c09474f82b8ed3aa4681be70b"; $comment has comment-text "@MeganHood510 Preach! If I had a dollar for every time an off-by-one error broke something in my code, I’d be retired by now. 1-based would be so much cleaner."; $comment has creation-timestamp 2023-12-20T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MeganHood510"; +match $parent isa content; $parent has id "cmt-c2e4dc34a7f84cd9bb2332db45b259f2"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-f7243a0c09474f82b8ed3aa4681be70b"; $comment has comment-text "@DorothyGardner851 Preach! If I had a dollar for every time an off-by-one error broke something in my code, I’d be retired by now. 1-based would be so much cleaner."; $comment has creation-timestamp 2023-12-20T11:00:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment -match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-15ecb9108e384437aa1c78170584d26c"; $comment has comment-text "I mean, even MATLAB and Fortran use 1-based indexing by default! There’s no reason why more modern languages can’t adopt it, or at least offer it as a native option."; $comment has creation-timestamp 2023-12-20T11:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-15ecb9108e384437aa1c78170584d26c"; $comment has comment-text "I mean, even MATLAB and Fortran use 1-based indexing by default! There’s no reason why more modern languages can’t adopt it, or at least offer it as a native option."; $comment has creation-timestamp 2023-12-20T11:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-15ecb9108e384437aa1c78170584d26c"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-b6649e79473b4bf68c5fbfe7f3be0a6c"; $comment has comment-text "@BobbieMoreno546 Great point! If other languages have been doing it for years, it’s proof that 1-based indexing works. It’s time for the rest of the programming world to catch up."; $comment has creation-timestamp 2023-12-20T11:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; +match $parent isa content; $parent has id "cmt-15ecb9108e384437aa1c78170584d26c"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-b6649e79473b4bf68c5fbfe7f3be0a6c"; $comment has comment-text "@FrankieLorenz269 Great point! If other languages have been doing it for years, it’s proof that 1-based indexing works. It’s time for the rest of the programming world to catch up."; $comment has creation-timestamp 2023-12-20T11:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-7e29781507814bf48683e8e1cfb99a06"; $comment has comment-text "Exactly! I would love to see more languages give developers the choice between 0-based and 1-based indexing. Let us decide what works best for our projects."; $comment has creation-timestamp 2023-12-20T11:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-7e29781507814bf48683e8e1cfb99a06"; $comment has comment-text "Exactly! I would love to see more languages give developers the choice between 0-based and 1-based indexing. Let us decide what works best for our projects."; $comment has creation-timestamp 2023-12-20T11:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-7e29781507814bf48683e8e1cfb99a06"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-f2c1c87d63d846908f4d5d14adc0fcdf"; $comment has comment-text "@DorothyGardner851 Choice is key! That’s all we’re asking for—let the developer decide which indexing style fits the use case."; $comment has creation-timestamp 2023-12-20T11:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-7e29781507814bf48683e8e1cfb99a06"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-f2c1c87d63d846908f4d5d14adc0fcdf"; $comment has comment-text "@BobbieMoreno546 Choice is key! That’s all we’re asking for—let the developer decide which indexing style fits the use case."; $comment has creation-timestamp 2023-12-20T11:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; # post -match $page isa page; $page has id "grp-254bf7ae1d0a4994b20b575d4e28e674"; $profile isa profile; $profile has id "MeganHood510"; insert $post isa text-post; $post has post-id "pst-964ede98ce624939af5d5c6294028d9a"; $post has post-text "I was refactoring some old #code today and realized just how much cleaner 1-based indexing would make some of these loops. It’s wild that we’ve normalized 0-based, but 1-based would make logic flow so much easier. #devlife #refactoring #codingtips"; $post has creation-timestamp 2023-12-22T13:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#code"; $post has tag "#devlife"; $post has tag "#codingtips"; $post has tag "#refactoring"; +match $page isa page; $page has id "grp-254bf7ae1d0a4994b20b575d4e28e674"; $profile isa profile; $profile has id "MeganHood510"; insert $post isa text-post; $post has post-id "pst-964ede98ce624939af5d5c6294028d9a"; $post has post-text "I was refactoring some old #code today and realized just how much cleaner 1-based indexing would make some of these loops. It’s wild that we’ve normalized 0-based, but 1-based would make logic flow so much easier. #devlife #refactoring #codingtips"; $post has creation-timestamp 2023-12-22T13:00:00.000; $post has language "English"; $post has is-visible true; $post has post-visibility "default"; $posting (page: $page, post: $post, author: $profile) isa posting; $post has tag "#code"; $post has tag "#codingtips"; $post has tag "#devlife"; $post has tag "#refactoring"; # comment match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-5b123a929b6f438a8665be98c138418d"; $comment has comment-text "Tell me about it! 0-based indexing feels like unnecessary complexity for most high-level tasks. It just adds friction when thinking through simple loops or data processing."; $comment has creation-timestamp 2023-12-22T13:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment match $parent isa content; $parent has id "cmt-5b123a929b6f438a8665be98c138418d"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-111244066e3041ba8ed0081835d2cfcb"; $comment has comment-text "@MichaelFincher442 Exactly! It adds a mental step that really doesn’t need to be there. 1-based just matches how we naturally think about sequences."; $comment has creation-timestamp 2023-12-22T13:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@MichaelFincher442"; # comment -match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-c9cf17ba2a5141ea98eec8cc381dce21"; $comment has comment-text "What bugs me is that we’re so used to adjusting our logic for 0-based indexing that we don’t even question it anymore. It’s become a reflex to write ‘i < length’ instead of ‘i <= length,’ but it doesn’t have to be that way!"; $comment has creation-timestamp 2023-12-22T13:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-c9cf17ba2a5141ea98eec8cc381dce21"; $comment has comment-text "What bugs me is that we’re so used to adjusting our logic for 0-based indexing that we don’t even question it anymore. It’s become a reflex to write ‘i < length’ instead of ‘i <= length,’ but it doesn’t have to be that way!"; $comment has creation-timestamp 2023-12-22T13:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-c9cf17ba2a5141ea98eec8cc381dce21"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-20f37df2a0fe4900b4020ea19b39285e"; $comment has comment-text "@DorothyGardner851 Right? It’s a habit we’ve all been forced into. 1-based loops like ‘for i = 1 to n’ just feel more natural and easier to reason about."; $comment has creation-timestamp 2023-12-22T13:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; +match $parent isa content; $parent has id "cmt-c9cf17ba2a5141ea98eec8cc381dce21"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-20f37df2a0fe4900b4020ea19b39285e"; $comment has comment-text "@BobbieMoreno546 Right? It’s a habit we’ve all been forced into. 1-based loops like ‘for i = 1 to n’ just feel more natural and easier to reason about."; $comment has creation-timestamp 2023-12-22T13:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; # comment -match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-50ce44f47f4245afaf1a030cfba98e75"; $comment has comment-text "That’s why I love 1-based indexing—especially for loops. It matches how people count and think in everyday life. Imagine how much clearer our code could be if we didn’t have to translate ‘real-world counting’ into 0-based logic."; $comment has creation-timestamp 2023-12-22T13:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-50ce44f47f4245afaf1a030cfba98e75"; $comment has comment-text "That’s why I love 1-based indexing—especially for loops. It matches how people count and think in everyday life. Imagine how much clearer our code could be if we didn’t have to translate ‘real-world counting’ into 0-based logic."; $comment has creation-timestamp 2023-12-22T13:40:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-50ce44f47f4245afaf1a030cfba98e75"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-b1df5a7cdc304717b0b2b64ad894f84e"; $comment has comment-text "@JaniceRich109 Absolutely. It’s all about matching the way people think with the way they write code. 1-based indexing keeps things intuitive, especially for beginners."; $comment has creation-timestamp 2023-12-22T13:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-50ce44f47f4245afaf1a030cfba98e75"; $profile isa profile; $profile has id "MichaelFincher442"; insert $comment isa comment; $comment has comment-id "cmt-b1df5a7cdc304717b0b2b64ad894f84e"; $comment has comment-text "@FrankieLorenz269 Absolutely. It’s all about matching the way people think with the way they write code. 1-based indexing keeps things intuitive, especially for beginners."; $comment has creation-timestamp 2023-12-22T13:50:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # comment -match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-c851c1df7d1e462da78f58a0fb6de7c2"; $comment has comment-text "And don’t even get me started on off-by-one errors. If I had a dollar for every time a bug came down to misjudging array boundaries because of 0-based indexing..."; $comment has creation-timestamp 2023-12-22T13:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-c851c1df7d1e462da78f58a0fb6de7c2"; $comment has comment-text "And don’t even get me started on off-by-one errors. If I had a dollar for every time a bug came down to misjudging array boundaries because of 0-based indexing..."; $comment has creation-timestamp 2023-12-22T13:55:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-c851c1df7d1e462da78f58a0fb6de7c2"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-7dc2b0b1409b4a7a9866e735f4a61316"; $comment has comment-text "@BobbieMoreno546 Ugh, same here. The amount of time wasted fixing those tiny mistakes could’ve been avoided with 1-based indexing. It just makes sense."; $comment has creation-timestamp 2023-12-22T14:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@BobbieMoreno546"; +match $parent isa content; $parent has id "cmt-c851c1df7d1e462da78f58a0fb6de7c2"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $comment isa comment; $comment has comment-id "cmt-7dc2b0b1409b4a7a9866e735f4a61316"; $comment has comment-text "@JaniceRich109 Ugh, same here. The amount of time wasted fixing those tiny mistakes could’ve been avoided with 1-based indexing. It just makes sense."; $comment has creation-timestamp 2023-12-22T14:05:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; # comment -match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-b92f5f3d86634e4ab59eeb71575505b8"; $comment has comment-text "The funny thing is, if we were starting from scratch today, I bet more developers would push for 1-based indexing right out of the gate. It just fits better with how we think about data and sequences in modern applications."; $comment has creation-timestamp 2023-12-22T14:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-b92f5f3d86634e4ab59eeb71575505b8"; $comment has comment-text "The funny thing is, if we were starting from scratch today, I bet more developers would push for 1-based indexing right out of the gate. It just fits better with how we think about data and sequences in modern applications."; $comment has creation-timestamp 2023-12-22T14:10:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-b92f5f3d86634e4ab59eeb71575505b8"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-c676a324395c4894bdeb26efcced6bff"; $comment has comment-text "@FrankieLorenz269 Agreed! It feels like 0-based is just a relic from the past that we’re stuck with. If we were to design a programming language today, I’d vote for 1-based as the default every time."; $comment has creation-timestamp 2023-12-22T14:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; +match $parent isa content; $parent has id "cmt-b92f5f3d86634e4ab59eeb71575505b8"; $profile isa profile; $profile has id "MeganHood510"; insert $comment isa comment; $comment has comment-id "cmt-c676a324395c4894bdeb26efcced6bff"; $comment has comment-text "@DorothyGardner851 Agreed! It feels like 0-based is just a relic from the past that we’re stuck with. If we were to design a programming language today, I’d vote for 1-based as the default every time."; $comment has creation-timestamp 2023-12-22T14:20:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@DorothyGardner851"; # comment -match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "JaniceRich109"; insert $comment isa comment; $comment has comment-id "cmt-82bca728ec2044959c5b6d490b7ffede"; $comment has comment-text "I think the real challenge is convincing people that change isn’t as scary as it seems. Switching to 1-based indexing would simplify so many things, but people are just used to the ‘old ways.’"; $comment has creation-timestamp 2023-12-22T14:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; +match $parent isa content; $parent has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-82bca728ec2044959c5b6d490b7ffede"; $comment has comment-text "I think the real challenge is convincing people that change isn’t as scary as it seems. Switching to 1-based indexing would simplify so many things, but people are just used to the ‘old ways.’"; $comment has creation-timestamp 2023-12-22T14:25:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; # comment -match $parent isa content; $parent has id "cmt-82bca728ec2044959c5b6d490b7ffede"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $comment isa comment; $comment has comment-id "cmt-88fcabb3d02a462ba4d2a3184388938a"; $comment has comment-text "@JaniceRich109 True. We need more examples showing how much cleaner and clearer code could be with 1-based indexing. If enough developers get on board, the industry might finally start to shift."; $comment has creation-timestamp 2023-12-22T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@JaniceRich109"; +match $parent isa content; $parent has id "cmt-82bca728ec2044959c5b6d490b7ffede"; $profile isa profile; $profile has id "DorothyGardner851"; insert $comment isa comment; $comment has comment-id "cmt-88fcabb3d02a462ba4d2a3184388938a"; $comment has comment-text "@FrankieLorenz269 True. We need more examples showing how much cleaner and clearer code could be with 1-based indexing. If enough developers get on board, the industry might finally start to shift."; $comment has creation-timestamp 2023-12-22T14:35:00.000; $comment has is-visible true; $commenting (parent: $parent, comment: $comment, author: $profile) isa commenting; $comment has tag "@FrankieLorenz269"; # relationship status match $person isa person; $person has id "SarahGiven225"; insert $person has relationship-status "married"; # relationship status @@ -5526,25 +5526,25 @@ match $content isa content; $content has id "cmt-3309a536e998452caf58951f9b1ae01 # subscription match $content isa content; $content has id "cmt-329cd43a775143fabdb62ff314e16706"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-e583847f852d4ee58061fd30d9073286"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-e583847f852d4ee58061fd30d9073286"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-111868f86a4a4e0e989a95009f13d2fb"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-3bfb255eed0d4418ad58bce989745cd7"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-3bfb255eed0d4418ad58bce989745cd7"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-61c61ae46a594b07ada678063a19607d"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-61c61ae46a594b07ada678063a19607d"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-074f3be044f24133b45c88409da28338"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-5e12425cb42f435798d97f4a95331356"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-5e12425cb42f435798d97f4a95331356"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-743397f1ad5b4bb2965af699d3bb63d7"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-845c21e7988d4e4aa266a107a408001f"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-845c21e7988d4e4aa266a107a408001f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-1a6f0c9af1f7490f80709bd41790a6b7"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-1a6f0c9af1f7490f80709bd41790a6b7"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-062d7f7a45da41f39a7e256db6ffe12c"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-062d7f7a45da41f39a7e256db6ffe12c"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-c5a918d19eed443ca4536074b13de531"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5554,21 +5554,21 @@ match $content isa content; $content has id "cmt-51cd2c07a8f74b61b9d2b2de92bba70 # subscription match $content isa content; $content has id "cmt-e4ad24e2824d4e969fe253b079801aaa"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-74747f6f2dbd46e5b844c2ac729bd820"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-74747f6f2dbd46e5b844c2ac729bd820"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-6a8d3e8420fe452b96fe23018c3af69e"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-90a2b8e1141b4896a0924d2b41229d75"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d26d028dd1f14ee795e9718e816480fa"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d26d028dd1f14ee795e9718e816480fa"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-3f9bbcfc742c4905bbcab3eadcff697d"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-ef617cacc6744244bb056d0259de5319"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-ef617cacc6744244bb056d0259de5319"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b931a26d726e4017861f567969083bd6"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b931a26d726e4017861f567969083bd6"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-67a4eb268d6e44f28189a5d9e355c369"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-67a4eb268d6e44f28189a5d9e355c369"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-72323dc9c67741b283a31607f5652d00"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5576,55 +5576,55 @@ match $content isa content; $content has id "cmt-99755cb97c764592a73e3f3b5c27761 # subscription match $content isa content; $content has id "cmt-f807cdd926184c80adf6b1e0ee8f0e09"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-166a1a98af3b4a9185bab545d4e26a5b"; $profile isa profile; $profile has id "NathanLopez643"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-166a1a98af3b4a9185bab545d4e26a5b"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-848edc98eec94a678cc672fc3006ff85"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-848edc98eec94a678cc672fc3006ff85"; $profile isa profile; $profile has id "NathanLopez643"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-f239fbb01f6c4ec1ac546740a182e35f"; $profile isa profile; $profile has id "NathanLopez643"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-f239fbb01f6c4ec1ac546740a182e35f"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-09642b3157c2447fa7b51ee70f1a6c44"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-09642b3157c2447fa7b51ee70f1a6c44"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-ce1f40819f2d4db89ebaa89f559de204"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-77f63854e6684b6e8408143f290d07e4"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-77f63854e6684b6e8408143f290d07e4"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-69560c0630084519ad83095163eaa005"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-69560c0630084519ad83095163eaa005"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-53fb2ed1b9534807b00961c3855a7d8d"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-53fb2ed1b9534807b00961c3855a7d8d"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-8af37d72ec4f449084eaf9432ee66e21"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-952b750d9830449d99efbb41b66b6b0b"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-952b750d9830449d99efbb41b66b6b0b"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b050eb01a22f4818a6f332446f1d5baf"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b050eb01a22f4818a6f332446f1d5baf"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-a9c7ae92e61b4dc6be525e4f9e203161"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-a9c7ae92e61b4dc6be525e4f9e203161"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-991ab513369f4284adc641cd921bc646"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-991ab513369f4284adc641cd921bc646"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-7cddb4cc3e334f35886c976870fe3cfc"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-5153f737d7f14ec29a9dadd2e7aad070"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-5153f737d7f14ec29a9dadd2e7aad070"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-0021b632324647d9bb2966398e4a295d"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-3e2b665322584df38ff0952a0b2591c4"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-3e2b665322584df38ff0952a0b2591c4"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-aedab7b5e2aa45a7895103edfd05a5f5"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-aedab7b5e2aa45a7895103edfd05a5f5"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-31307e46af794546be5168dc5690f74d"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d7de701d8eaf43239f65380029c836e0"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d7de701d8eaf43239f65380029c836e0"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-640ca20c702a4b67b7ae77585b45cf5a"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-51497435a9c9424ebd723837705bacc2"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-51497435a9c9424ebd723837705bacc2"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-113c183677f4431bbde9d47dd89331ac"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-113c183677f4431bbde9d47dd89331ac"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-1d010478c110412cb8431ed6258694b6"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-efb80c63f42f438fa7e08e2fc06bad38"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-efb80c63f42f438fa7e08e2fc06bad38"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-b52f600976c04651b361c49764e0dab3"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5634,31 +5634,31 @@ match $content isa content; $content has id "cmt-35e1392e8a744ec5a951743eca6cb87 # subscription match $content isa content; $content has id "cmt-fefd320bf5ef4a99810f5ddfa2251838"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-a49999cf87e54bbca2e9e671ab341860"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-a49999cf87e54bbca2e9e671ab341860"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-6151787e4f024fe8bd5d9031e80bb7eb"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-140a642e10e847f88986148f8b3e00e7"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-140a642e10e847f88986148f8b3e00e7"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-7e240205bb004206b85429539ad73702"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-6b5a174d34364eaa83ea038fc095e099"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-6b5a174d34364eaa83ea038fc095e099"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-4fe4b7355c2946da81d7fbe99df497f1"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-42260a44773b4350a743e0df5e15428a"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-42260a44773b4350a743e0df5e15428a"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-4748f7ea72784d7597f0bfcf1c351dc9"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-38330558fb2343e796a2c379e0c6a8a7"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-38330558fb2343e796a2c379e0c6a8a7"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-81be81f4bef844d7a251d74d61f9c408"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d2fb05ca3a724b9f96fb5c72ed6a1bfc"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d2fb05ca3a724b9f96fb5c72ed6a1bfc"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-16c7354aef8244d6838dc8b1971964f8"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-a07f7f4750c64a8ca7a0008c0b44361f"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-a07f7f4750c64a8ca7a0008c0b44361f"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-103451937c2b440d9045a445958cd60e"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5666,39 +5666,39 @@ match $content isa content; $content has id "cmt-7abc9f0b86fe4dedbe38784bf489362 # subscription match $content isa content; $content has id "cmt-baaa630062b24fd591c6a2e46f48744f"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-3f7512c56e05424db49b93d51e709e19"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-3f7512c56e05424db49b93d51e709e19"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-43a061c445a14970a11b26b008236adf"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-4aa83cd6580448819d8cca3b62614790"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-4aa83cd6580448819d8cca3b62614790"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-a31cc5d2cd9646a19dbdc6ff5fad7a0d"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-8aae0c3ad31244e0bebbe60d3085ee6d"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-8aae0c3ad31244e0bebbe60d3085ee6d"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-83f0ba7756b8402a8f424ffa8abb572c"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-83f0ba7756b8402a8f424ffa8abb572c"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-e875176629534a13839279358d5f52c0"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-a31ca36b059e4b2e91cae1937ed61f4e"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-a31ca36b059e4b2e91cae1937ed61f4e"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-233e383454e24ea68202faf9dcebef56"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-233e383454e24ea68202faf9dcebef56"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-196d362dfec24805beeac13d581332c2"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-08df6b197c3a4037a0d5c16e961139cf"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-08df6b197c3a4037a0d5c16e961139cf"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-393031a6c82a4c159733f669852d8585"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d61a43f28ecb497198c8ece658ea0417"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d61a43f28ecb497198c8ece658ea0417"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-2d5c6415fedc48f9b78b094cb5178761"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-3aeb5bc0f63d407ca9d21bf8b1954990"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-3aeb5bc0f63d407ca9d21bf8b1954990"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-b2c92c129bd94220b38f4acf66270136"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-28702bb1593149b4b06146ffbecba4c8"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-28702bb1593149b4b06146ffbecba4c8"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-e5039055f90b4724b883a8ea44e8a604"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5726,19 +5726,19 @@ match $content isa content; $content has id "cmt-52fa3935ff284550b6847398fabbc6b # subscription match $content isa content; $content has id "cmt-a0d9da583db44b818bebcf4f2c94151d"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-f9d0a163def1474a93801f2544f06c4e"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-f9d0a163def1474a93801f2544f06c4e"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-fa4b0bc65121431f9028361fa94501d7"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-49954cf1faaf400ca74b3d208c3fa29f"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-49954cf1faaf400ca74b3d208c3fa29f"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-3fb230b2b55d44428884e6660c661a49"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-84403b37b13b4d4ea368f7d2d9732b86"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-84403b37b13b4d4ea368f7d2d9732b86"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-0e5bc44c98de4bf682734d1c23d83f22"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-47e77e2b6b294a13a37c3644c9345ce7"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-47e77e2b6b294a13a37c3644c9345ce7"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-f367dbe240e3469fb9b66d71951a0518"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5746,7 +5746,7 @@ match $content isa content; $content has id "cmt-88653e42cefe43eca9184b9f501049e # subscription match $content isa content; $content has id "cmt-b550f22172e54360a3aeb12e7d4fbfff"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-14c30b503d0d4ad087d5e121623a35ae"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-14c30b503d0d4ad087d5e121623a35ae"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-2ec012f0d3104ac59932263c4eec95b0"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5758,7 +5758,7 @@ match $content isa content; $content has id "cmt-86ff76d11fe34b56a9f5a74186861f2 # subscription match $content isa content; $content has id "cmt-44bfc434481c43f9bff5101d3f1cd31b"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b287c4407881407dae771359677abeb7"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b287c4407881407dae771359677abeb7"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-2a0b20400ef04b6fad4879e7efd164ee"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5766,69 +5766,69 @@ match $content isa content; $content has id "cmt-86343347daa6426aa30d04fdb58c1e9 # subscription match $content isa content; $content has id "cmt-26b1caba3fcc42c1b3d4a0965b7801ea"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-6ad8c64db8c54e789214f218dd3b8d93"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-6ad8c64db8c54e789214f218dd3b8d93"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-f190cb53b48945c7a22f6e82ecdd001e"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-8f5a5adec21d4eadbe4c13622826ef27"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-8f5a5adec21d4eadbe4c13622826ef27"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-94d7f681d5514e14a18d99ce20fa5cd3"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-94d7f681d5514e14a18d99ce20fa5cd3"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-3f79dd31beb748d6ab021118ae63ad3a"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-3f79dd31beb748d6ab021118ae63ad3a"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-4ca49e01c6214f7fbcd4fb198625dcb0"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-4ca49e01c6214f7fbcd4fb198625dcb0"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-cb85eda6db0148ff9e21c855cc713ba6"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b8d1353905624912bdf2b5a1b57a5c03"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b8d1353905624912bdf2b5a1b57a5c03"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d8efb5c9e7a242d08a3c405075fc1b10"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d8efb5c9e7a242d08a3c405075fc1b10"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-1a608f0d7e4142ad86b0915a8880f9fd"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-1a608f0d7e4142ad86b0915a8880f9fd"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-88662aba16014cc69b160641207417e7"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-e4d08ebed335414ca62ce6a302fbad7c"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-e4d08ebed335414ca62ce6a302fbad7c"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-bf33551df629453582b33be214ed05bd"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-bf33551df629453582b33be214ed05bd"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-65578e91bee5464dbe37355efbdc678a"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-fc145cfe469a4289ac91c01e734c5192"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-fc145cfe469a4289ac91c01e734c5192"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-a96e2bf4586543b8b915486569967b5c"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-a96e2bf4586543b8b915486569967b5c"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-139e5ca2b9e74780821cf26265739938"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-139e5ca2b9e74780821cf26265739938"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-96062930286043118315d334e47c98ea"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-96062930286043118315d334e47c98ea"; $profile isa profile; $profile has id "MichaelShah533"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-c2eaf172e5a1424387281f15b5cbb690"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-c2eaf172e5a1424387281f15b5cbb690"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-a07aeb89998d420ba26dded0a9584453"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-037432634a0649aa827acd0de15093b0"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-037432634a0649aa827acd0de15093b0"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-aab6941b59e8484ca5d203e3992e7dea"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-aab6941b59e8484ca5d203e3992e7dea"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-f6b4160bd46647729df5672b5ba48aa0"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-f6b4160bd46647729df5672b5ba48aa0"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-b0335368a44347378072b6354c1f59df"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-7abd224105c24105a234c40f40e5e8fa"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-7abd224105c24105a234c40f40e5e8fa"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d55f0e0eef6b4029bbef627fce91e0c9"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d55f0e0eef6b4029bbef627fce91e0c9"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-659badcb9bca427db31978ebdafd518d"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-659badcb9bca427db31978ebdafd518d"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-59581c9454f54df7a9bf79f4b3739067"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-59581c9454f54df7a9bf79f4b3739067"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-6175f16a9a644c24a34acc3eda68fa2a"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b20ed71966b9421b942917266557338d"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b20ed71966b9421b942917266557338d"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-acb1691c4c43445b80635ef2e53428bb"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d7e239089090424481d44db0d09bf39c"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d7e239089090424481d44db0d09bf39c"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-3765002d6e6b4ebab055d84e3c38bfd6"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5850,15 +5850,15 @@ match $content isa content; $content has id "cmt-fa9f941a41a044be9b0dff111a6c3c2 # subscription match $content isa content; $content has id "cmt-d35169bc00444690b17a7c84cb3d7ee7"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-e55b88fff0864962b771f867dfa2e52b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-e55b88fff0864962b771f867dfa2e52b"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-e83f32782c7049019e3f4f152f5c5cbe"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-9c017e5d5c414fb5a94a29d3f73c3dce"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-9c017e5d5c414fb5a94a29d3f73c3dce"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-acac00dc024e460984864d26cfd09276"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-054961d6043843d4a81b3fe3fda48455"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-054961d6043843d4a81b3fe3fda48455"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-2adfd824edae4c39aa9e062a9b89bf0d"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5884,23 +5884,23 @@ match $content isa content; $content has id "cmt-0806989a9abf4e69a5bcd7ed6fa6801 # subscription match $content isa content; $content has id "cmt-ee4b0498a5f34a63a5cbed9fa5794917"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-463e4336bf3c4e56a83299e9fae46529"; $profile isa profile; $profile has id "JosephineHenry396"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-463e4336bf3c4e56a83299e9fae46529"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-9be574017b33441eba2225d77c6d8ae1"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-e5540022450247f894a1396ce9abfb0d"; $profile isa profile; $profile has id "JosephineHenry396"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-e5540022450247f894a1396ce9abfb0d"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-cddd03bb756a413d93f1484aa55dc720"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-cddd03bb756a413d93f1484aa55dc720"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-1b908d6de5e6490ba8da2b89c1308a09"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b6fece9a8f154995824a2898832e9e1e"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b6fece9a8f154995824a2898832e9e1e"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-6bd8e65f72a2461a9ba66e98679140e0"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-6bd8e65f72a2461a9ba66e98679140e0"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-ec7b009c9b834437a8b7405babc2ded7"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-afaf2b68205b49e7842b43fa6b4de9de"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-afaf2b68205b49e7842b43fa6b4de9de"; $profile isa profile; $profile has id "JosephineHenry396"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-c634effdf02d4043901acef6a8294aab"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5908,7 +5908,7 @@ match $content isa content; $content has id "cmt-c5fa8ac995a34efe9cc7e2b6c99d5f9 # subscription match $content isa content; $content has id "cmt-bf2b64422f9f4bf996b6b5d01c87284d"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0211550313214ef78d43cfeb89386b90"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0211550313214ef78d43cfeb89386b90"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-f94523fe03cb4f1e9b9a9bf50a78491f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5922,11 +5922,11 @@ match $content isa content; $content has id "cmt-23f3e5aed1de4fa8a1c563425033b5a # subscription match $content isa content; $content has id "cmt-a4d6ce54645c4176b3f175d015c7a820"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-39a11816fc7a4d95bfdf8a9e9446d493"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-39a11816fc7a4d95bfdf8a9e9446d493"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-ea3a5bf369944c6db590a2e50c780f2f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0c1333ce07114e78a70a26e9eb6b96ec"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0c1333ce07114e78a70a26e9eb6b96ec"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-21eaa1fa663e4b2b883235cc995d767b"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5952,15 +5952,15 @@ match $content isa content; $content has id "cmt-f4098aef1d504ccfbec09878f034405 # subscription match $content isa content; $content has id "cmt-d20eab0ebd8744d881a50ef1550c54d4"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-14b3f2641598434a86c52c1b8923cba1"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-14b3f2641598434a86c52c1b8923cba1"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-c6cbb1796239430ab0525bb650c67350"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-8d20dbea7ae348cf8ace37d3673ef518"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-8d20dbea7ae348cf8ace37d3673ef518"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-e80d240312f348a184c650276d05f2e3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-664ceba8a4ef4defa4cb0b4e3825a7e1"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-664ceba8a4ef4defa4cb0b4e3825a7e1"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-503a65d582ed45ab9fde522dd429e0c9"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5968,15 +5968,15 @@ match $content isa content; $content has id "cmt-24a703e3120a402fa11a15c325efc3a # subscription match $content isa content; $content has id "cmt-a5005582625049f988d17e6327e8aeae"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-116febe7aa0c43279daa42fc90b15e3d"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-116febe7aa0c43279daa42fc90b15e3d"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-4d7e444990b64394848236e9863c6992"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-c81a58a662454749b9a6edc1099fb91b"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-c81a58a662454749b9a6edc1099fb91b"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-cae1367a579e4b089db13edffa29559d"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-930985493ff0457981c3df9183278f64"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-930985493ff0457981c3df9183278f64"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-5e349e311c67456db9acd84313b2cc15"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -5984,23 +5984,23 @@ match $content isa content; $content has id "cmt-3e6fdeb29e764f95843eebcc6f69ed6 # subscription match $content isa content; $content has id "cmt-81ffbbc184c84b958637da9e8bb62aff"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-91e54b3a0a4e4eb7b97b8d621c9527d0"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-91e54b3a0a4e4eb7b97b8d621c9527d0"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-5da23c06f14640808a2cf6a95bd38392"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-7c6d74a844ee40719745ef5a2e0885fc"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-7c6d74a844ee40719745ef5a2e0885fc"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-e1dafdd8ea094bb28187715f7baf204d"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0b2f72efec0949b8a924b159b9c3a78f"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0b2f72efec0949b8a924b159b9c3a78f"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-86a29efb7af04f69bd2098c6c2de5950"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-2a364435eda04e30bf741d1ca8936bd3"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-2a364435eda04e30bf741d1ca8936bd3"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-49ac2f36b202454fa2a10ce2d545de36"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-7bd37c4b948c42c8a0f24eb3af58e381"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-7bd37c4b948c42c8a0f24eb3af58e381"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-b50a676c06fc4ff0a9e4f06c36890df9"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6020,31 +6020,31 @@ match $content isa content; $content has id "cmt-3cf87ff0749d41ffb13a90495f3fa53 # subscription match $content isa content; $content has id "cmt-a21574899fbd4b9f96756682996d6642"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-24d878a13e5a4d8392722246257ea412"; $profile isa profile; $profile has id "HarrySmith245"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-24d878a13e5a4d8392722246257ea412"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-8ce67bdc41b7444882862234d81580dc"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b5e16e19b4644bad895992982c481f98"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b5e16e19b4644bad895992982c481f98"; $profile isa profile; $profile has id "HarrySmith245"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-ec023a99e4c84a299d5f9dfc98b0b4d7"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b11bb2df346e4a31bad5af8172678417"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b11bb2df346e4a31bad5af8172678417"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-9af08b9a5ba14db699aed9de2e7833c5"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0b177efd054f4566bb1a48e250b91e51"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0b177efd054f4566bb1a48e250b91e51"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-9a9a56bc326e468db4e35152312cd434"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-8ea5e386d8ce4d9aa9deb76ad4ce14b3"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-8ea5e386d8ce4d9aa9deb76ad4ce14b3"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-806094aa40374ffa94b8317e75555ded"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-6b76911f7c8745b6b04a262049ab05a8"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-6b76911f7c8745b6b04a262049ab05a8"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-ac788719d9374f2a906e2fc6d05d2cb9"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-dfa69923b3344bbcaf6ed981be23bd25"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-dfa69923b3344bbcaf6ed981be23bd25"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-dd07edc60df049c5a2a77dc7b27338fc"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6084,11 +6084,11 @@ match $content isa content; $content has id "cmt-a9f15f7cd7ea4686a5f1439522e7ee5 # subscription match $content isa content; $content has id "cmt-2e975c72f3c74944b95c46f7682e4002"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0466ed6b96ba45009ed1b80232e97761"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0466ed6b96ba45009ed1b80232e97761"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-7ad06668a892463b89aeb61659f88a69"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d0ab9ea4c15f47caa04e6817ad982a08"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d0ab9ea4c15f47caa04e6817ad982a08"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-e5ffc7d414e143ca85568d6dbdc5a588"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6112,19 +6112,19 @@ match $content isa content; $content has id "cmt-f812b02296b04e2989e4b9df5a45a71 # subscription match $content isa content; $content has id "cmt-8d682a6149264a13b7c67f46486095c2"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-e56a47e742f84126ac2c90a724e90316"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-e56a47e742f84126ac2c90a724e90316"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-c2e8fae231f0415089419b16bbca76e0"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-1184d8fbbd334a64ad79f3f6ca92720a"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-1184d8fbbd334a64ad79f3f6ca92720a"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-53b9a632f9674221b0c4340643db0235"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-582592e10d1f40ad830a2393604c83ca"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-582592e10d1f40ad830a2393604c83ca"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-bc509aeb63d843819cd29168d5475c92"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-2038c8f68cb14015a24aff3db8d08f28"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-2038c8f68cb14015a24aff3db8d08f28"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-8a849529b66247edb5b85fb3c5b0b3c8"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6152,15 +6152,15 @@ match $content isa content; $content has id "cmt-9efb00b7a3974217851143e593aae48 # subscription match $content isa content; $content has id "cmt-dd5eb2d16518420a99cb37c76e7fbad2"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-08dfc975a4fd4204b3b9e84e34b65cee"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-08dfc975a4fd4204b3b9e84e34b65cee"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-371a239070c742d0b295ba69f9873b5e"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-d35f581e3648431fae9e8d0384983111"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-d35f581e3648431fae9e8d0384983111"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-742863563c914458a4b27e8301cbd9c2"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-46ac32019ab1474e97668e8a78ca810e"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-46ac32019ab1474e97668e8a78ca810e"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-646618914a3e4cf0a622053dd5ff7894"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6184,11 +6184,11 @@ match $content isa content; $content has id "cmt-4b91cbe8fea44a6ab3423b60310dfbf # subscription match $content isa content; $content has id "cmt-a6a99aab6c814d57b2835bff857d114b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-650f137560fc41e2bcd635ccb9c4abb6"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-650f137560fc41e2bcd635ccb9c4abb6"; $profile isa profile; $profile has id "WilliamRing568"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-13bd01ae70dd4704a48988cf091523be"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-27b22a70a9454a96a1239c7249ace049"; $profile isa profile; $profile has id "WilliamRing568"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-27b22a70a9454a96a1239c7249ace049"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-9a347cdad4814f7fb022b8f186d6c424"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6196,7 +6196,7 @@ match $content isa content; $content has id "cmt-6c7f40f88946452d99535d1dea83986 # subscription match $content isa content; $content has id "cmt-09cef0ead6ca4f41adf1fe3fefd9373e"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-92a97177785e4ebc80038e5a4c8349bc"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-92a97177785e4ebc80038e5a4c8349bc"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-a5bb23895dde4c6aaeb5964415d51b49"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6204,7 +6204,7 @@ match $content isa content; $content has id "cmt-7e88c93319db4d7b9938d096ed3dffd # subscription match $content isa content; $content has id "cmt-07b52a8b0af04e69853a91353ee2151b"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-cdd592a0aeff488bb5eca796dc5f3db7"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-cdd592a0aeff488bb5eca796dc5f3db7"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-d24cc9b8773546179615975596df541f"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6212,19 +6212,19 @@ match $content isa content; $content has id "cmt-41c14dc095f94782bcb43dc94292375 # subscription match $content isa content; $content has id "cmt-6059c8a9cb0246728fff6a1ab3e52b15"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-dd3a30f824ee498e9f302d42c4545268"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-dd3a30f824ee498e9f302d42c4545268"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-d925bbaa27834e60b8b2ca91a3073280"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-978ff2cbd23a417d8f86e88ec361570d"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-978ff2cbd23a417d8f86e88ec361570d"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-1b08fdc111624e26ad64584a9ee08eef"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-9f7a46b8450040a198700fd547894708"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-9f7a46b8450040a198700fd547894708"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-420a746ac7b2495e93c3150d77c3f04f"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0a9ffe96fdf04605ab7b2370940ca324"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0a9ffe96fdf04605ab7b2370940ca324"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-d3d779d524304b879322439ab54faf70"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6240,15 +6240,15 @@ match $content isa content; $content has id "cmt-84eefe22940745d0abbb961d401f813 # subscription match $content isa content; $content has id "cmt-b5f767d3211149a5baaad22c8c372aad"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-a7e1572891c9492fb73a068354f69e70"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-a7e1572891c9492fb73a068354f69e70"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-ec8bd978636341f0bcfd32468884b81d"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-71f5df2e184d45188c596a49334f97a4"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-71f5df2e184d45188c596a49334f97a4"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-3ca58162450947a7a2bc5350a627e31d"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-e73ce3cc43064d16a5b466b4cd037e58"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-e73ce3cc43064d16a5b466b4cd037e58"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-5e302bed15ad479c8e681568c66456bf"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6260,11 +6260,11 @@ match $content isa content; $content has id "cmt-d6fb22211b624422844c3c0601ed02d # subscription match $content isa content; $content has id "cmt-32a59e3741d1440bb53c902262885f8c"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-43c5f2d378884792a1558ec67c1ba84f"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-43c5f2d378884792a1558ec67c1ba84f"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-9bd23ec521f94354a776eb3783f07d7c"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-df9e407af3534a5284a4514b7f562e98"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-df9e407af3534a5284a4514b7f562e98"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-352f034103fa4677b1a8e5c62c075d2c"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6272,7 +6272,7 @@ match $content isa content; $content has id "cmt-b4fb6afab56046ef82ffb01756c1635 # subscription match $content isa content; $content has id "cmt-a85536f31bf84beb906e62e6dc5a2a83"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-afed8aae2c7b4199b100065778edd1c6"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-afed8aae2c7b4199b100065778edd1c6"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-d95cd1ae6d7c4fa59aa2356bd67ca257"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6288,27 +6288,27 @@ match $content isa content; $content has id "cmt-a792b2b462e14434b3670f54dbd61b3 # subscription match $content isa content; $content has id "cmt-a317105664af4f49bcc919a97ae1a24e"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0eaa73e96bfe400198bcaa21b887d3e9"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0eaa73e96bfe400198bcaa21b887d3e9"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-99ccda394bdc411a97461872ace14685"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-5675f2fcc0ca4f4d96dc94eb17d9fa66"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-5675f2fcc0ca4f4d96dc94eb17d9fa66"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-3e2598d632ca4ebe98cd5da373cc3524"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-924dbea9ab614040a1abfa8b5fde5164"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-924dbea9ab614040a1abfa8b5fde5164"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-2bd43ea08bbd4b2f82f378f27612c7e8"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-2bd43ea08bbd4b2f82f378f27612c7e8"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-03cd7bab667b44c9b3213530f0022e2e"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-5462a18d1b6d4ce981364fc51a6ed97f"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-5462a18d1b6d4ce981364fc51a6ed97f"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-8b763f634ffe4196b52d6f27b98713be"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-8b763f634ffe4196b52d6f27b98713be"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-4d1df659c73641668042e02f1d732251"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-8b75471e1a344ed597afa026e389adef"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-8b75471e1a344ed597afa026e389adef"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-0f98d8a5bd90453d89e78dcc9dd3d9c3"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6320,59 +6320,59 @@ match $content isa content; $content has id "cmt-153699654f4f4a2699b6b91b1f695a0 # subscription match $content isa content; $content has id "cmt-356ac19061a5406e84be5a7fa15d41c9"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-3ac2496e62434476b9298df641a97327"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-3ac2496e62434476b9298df641a97327"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-8132a1c998364a99a5276546768ec101"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-2fc339b95e364dc59641ba418f4b9bf7"; $profile isa profile; $profile has id "AnnaThomas446"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-2fc339b95e364dc59641ba418f4b9bf7"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-02246f10ce654211a3c9c8d76ceb1865"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-f26bf956f8714f48abc1e83d96c9b54e"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-f26bf956f8714f48abc1e83d96c9b54e"; $profile isa profile; $profile has id "VilmaToft456"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-58c8ba8548854c05bbd4258c9a3bb7be"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-a0fe9e1b791048259057df41835b8afb"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-a0fe9e1b791048259057df41835b8afb"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-77b1ce21bccc453a836a4162da595d3e"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-52d51d8b76574644a66bd3a038e4c448"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-52d51d8b76574644a66bd3a038e4c448"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-796999735f4f49e185f1fc0aa486998f"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b3f4f5acf1064bce89d33c479f34cc10"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b3f4f5acf1064bce89d33c479f34cc10"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-05613af93f484bfcacf45d82494c0911"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-05613af93f484bfcacf45d82494c0911"; $profile isa profile; $profile has id "WilliamRing568"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-baade4d475934fba9a172460fb72951a"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-2ea5cef8e6b744ce918c9149847ee300"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-2ea5cef8e6b744ce918c9149847ee300"; $profile isa profile; $profile has id "WilliamRing568"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-f3871cf4638046f590fe4a59329ec4ac"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-f3871cf4638046f590fe4a59329ec4ac"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-8d3d886754ee4dba9a04bb70b33425ba"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-69f82b8b7dd5497e886d996c22057b91"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-69f82b8b7dd5497e886d996c22057b91"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-f4159113cac449e6b78d028ce45e95b9"; $profile isa profile; $profile has id "WilliamRing568"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-f4159113cac449e6b78d028ce45e95b9"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-030c98e85e2448fab0dc4769e08aec96"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-11705ee3343b4fb0912d791d3288a67e"; $profile isa profile; $profile has id "WilliamRing568"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-11705ee3343b4fb0912d791d3288a67e"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-8b67e0d305d74967ad9635ef1426a5dc"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-8b67e0d305d74967ad9635ef1426a5dc"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-57bd270bbe634c9db7aa3d917a282c8a"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-329b638600bc498baa264afbbd3ee93c"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-329b638600bc498baa264afbbd3ee93c"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-c3b9b3acd4ef4d3e8b8ff2b49ddd6df0"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-cd4a30f2c5064250a33725eeddf06a9d"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-cd4a30f2c5064250a33725eeddf06a9d"; $profile isa profile; $profile has id "JohnRugg309"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-838a325db4364152b2e99ed16b3bc4cd"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-fb813983106f42ec8896c62cb397b350"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-fb813983106f42ec8896c62cb397b350"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-610097fb589c45919608f0df09f49733"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6392,11 +6392,11 @@ match $content isa content; $content has id "cmt-9610c047f84947a195810613c46ceca # subscription match $content isa content; $content has id "cmt-783d4a6d4d4e4e2999c5e64cb8c6773e"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-6b32976c4dd6462a9ea2fdfb8c33cf4d"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-6b32976c4dd6462a9ea2fdfb8c33cf4d"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-a5743bd395f74d29a9daa8edd161387f"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0989e9e258be4667ab8059d7c5bc8847"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0989e9e258be4667ab8059d7c5bc8847"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-70dc9c84f56942c2b06c360e6ca99235"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6426,7 +6426,7 @@ match $content isa content; $content has id "cmt-115c3e9276184f2882967bdf54f2206 # subscription match $content isa content; $content has id "cmt-b60b7264a69c4d3283e6652c0f5270a2"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-ee166b7438414d438b3099ecd4364172"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-ee166b7438414d438b3099ecd4364172"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-4f322470a2334974b46c8933eee69c71"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6434,15 +6434,15 @@ match $content isa content; $content has id "cmt-60ab75bf34b247daad6fe79b8c56ab9 # subscription match $content isa content; $content has id "cmt-0a5a61a06c874cd1916b47e2e0460545"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-1768599decff41018b6228730aebe087"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-1768599decff41018b6228730aebe087"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-4f0fa9db4b6a4fea81cf7f935e6cc9e4"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-9fee599a087846db804cdaf00ed91a32"; $profile isa profile; $profile has id "ValerieChesser891"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-9fee599a087846db804cdaf00ed91a32"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-980dda10dffd4f19a7e4bbe60b08da95"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-a939e190c6f143ad9b86d80d10b8c060"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-a939e190c6f143ad9b86d80d10b8c060"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-19a0f532d2194d93b3a70c3d1da5a563"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6458,7 +6458,7 @@ match $content isa content; $content has id "cmt-bad8ae6a5f5c47779ae3c7202360db8 # subscription match $content isa content; $content has id "cmt-2147c6f582ee4d86ac10f97fd9836a1f"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-f54e888981ac4529a0641fcb14abd4d2"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-f54e888981ac4529a0641fcb14abd4d2"; $profile isa profile; $profile has id "DouglasBrown163"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-8d943a55e11a4073bafcd1c408fbfe11"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6472,27 +6472,27 @@ match $content isa content; $content has id "cmt-00513063020a4a12855dfed45fa7cb0 # subscription match $content isa content; $content has id "cmt-ae76375bbd96478381ff6f6324a3b635"; $profile isa profile; $profile has id "MaryBrown547"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-e739e5d5a70945ffb5a10d06b15a8171"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-e739e5d5a70945ffb5a10d06b15a8171"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-d4146a201da74b62afabcae12308d4fd"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-aaa91ed47be1451abc1255417d534839"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-aaa91ed47be1451abc1255417d534839"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-42c07c7ef7404ba286884eed2034663b"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-0a73a9a9df494c15a38bc512d13d78bc"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-0a73a9a9df494c15a38bc512d13d78bc"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-59eea30ba81244d0aae128042c14c68f"; $profile isa profile; $profile has id "SarahGiven225"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-3e3292dbb0bd4bddabbf9e6d9e19e188"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-3e3292dbb0bd4bddabbf9e6d9e19e188"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-c4fa5577663e48688c9bd78e5a456f86"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-c65233ab465b48d7b51994841a67b2f9"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-c65233ab465b48d7b51994841a67b2f9"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-8eace752634a45b9bd72a908edb8a483"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-54fe81bba3454904883087b45b5eea1f"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-54fe81bba3454904883087b45b5eea1f"; $profile isa profile; $profile has id "JeffLeon452"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-f76077bb08a341e3a4e26c6f3b481469"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6504,19 +6504,19 @@ match $content isa content; $content has id "cmt-fb20fab5be9846d28bf2e1da430e055 # subscription match $content isa content; $content has id "cmt-fee99b49145e462cb9019c594487989e"; $profile isa profile; $profile has id "LauraHarrison601"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-7f571b982bc34de09d0820e0a24921ff"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-7f571b982bc34de09d0820e0a24921ff"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-9c369f6d91214f599f240ae53301deb4"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-490004e668734d8a92ee6e4697e27d7a"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-490004e668734d8a92ee6e4697e27d7a"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-0ae9e2e6adaa41cab19b701bd042c1c8"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-cc800b0407b0490081541c1e420fedb8"; $profile isa profile; $profile has id "NancyJohnson650"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-cc800b0407b0490081541c1e420fedb8"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-2c071e2754534cbaa89f88b49b566e06"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-9542bc573bf444bca78fc81fe3cc4a04"; $profile isa profile; $profile has id "EstherCarter759"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-9542bc573bf444bca78fc81fe3cc4a04"; $profile isa profile; $profile has id "RonaldFincham197"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-ea3249e632ab47049185cd3a8c733b78"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6524,55 +6524,55 @@ match $content isa content; $content has id "cmt-8b088a26a4974f9088153b1ff77b8c8 # subscription match $content isa content; $content has id "cmt-30814e4de40f49009b9029bfc0ca1216"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-de9318967ada4a66afa0823a5d1a74c3"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-de9318967ada4a66afa0823a5d1a74c3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-ae433b71b8ec4e83ba614c6ce6ab5199"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-ce307195a2fb42219cb47e14bbda98aa"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-ce307195a2fb42219cb47e14bbda98aa"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-e38b1adcb99446d7bf8923abe69773e8"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-62919a04ebbd483aa6e7ac6ea1a85267"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-62919a04ebbd483aa6e7ac6ea1a85267"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-aabaa3a803c94eaa99919b34c3a24c35"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-aabaa3a803c94eaa99919b34c3a24c35"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-9d592226302d4194ae550e17de5dd6f9"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-c1f1011b69d34af7be8c83ecbf9582c7"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-c1f1011b69d34af7be8c83ecbf9582c7"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-adc11d6927624baca9685a0e646e18a9"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-adc11d6927624baca9685a0e646e18a9"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-71da0538ffdb4ef3a19b351e6dca0f0a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-71da0538ffdb4ef3a19b351e6dca0f0a"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b87f0e55bc9b45edb5f2bba7d3c94fc4"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b87f0e55bc9b45edb5f2bba7d3c94fc4"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-40b0dc2a36f44c52bfb84cdfa4978b1d"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-e71f767485884d4481b1118065decf1a"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-e71f767485884d4481b1118065decf1a"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-89d9a40152074ce5abd2729ba5160d17"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-76cf14a27d9041f8aca1c7a8ba71d935"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-76cf14a27d9041f8aca1c7a8ba71d935"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-50abc4519af144568034dca41eb62178"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-48ef09a4b8c04ce880a0864341cb57da"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-48ef09a4b8c04ce880a0864341cb57da"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-05f7e0d1838b46ab9ba0b30f601b3bb5"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-05f7e0d1838b46ab9ba0b30f601b3bb5"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-8384841da56a4a75aff2091a7ffc4eea"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-8384841da56a4a75aff2091a7ffc4eea"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-6c002fe033f74404808b20f6f281e24c"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-6c002fe033f74404808b20f6f281e24c"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-c2e4dc34a7f84cd9bb2332db45b259f2"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-c2e4dc34a7f84cd9bb2332db45b259f2"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-f7243a0c09474f82b8ed3aa4681be70b"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-f7243a0c09474f82b8ed3aa4681be70b"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-15ecb9108e384437aa1c78170584d26c"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-15ecb9108e384437aa1c78170584d26c"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-b6649e79473b4bf68c5fbfe7f3be0a6c"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-7e29781507814bf48683e8e1cfb99a06"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-7e29781507814bf48683e8e1cfb99a06"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-f2c1c87d63d846908f4d5d14adc0fcdf"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription @@ -6580,619 +6580,619 @@ match $content isa content; $content has id "cmt-5b123a929b6f438a8665be98c138418 # subscription match $content isa content; $content has id "cmt-111244066e3041ba8ed0081835d2cfcb"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-c9cf17ba2a5141ea98eec8cc381dce21"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-c9cf17ba2a5141ea98eec8cc381dce21"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-20f37df2a0fe4900b4020ea19b39285e"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-50ce44f47f4245afaf1a030cfba98e75"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-50ce44f47f4245afaf1a030cfba98e75"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-b1df5a7cdc304717b0b2b64ad894f84e"; $profile isa profile; $profile has id "MichaelFincher442"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-c851c1df7d1e462da78f58a0fb6de7c2"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-c851c1df7d1e462da78f58a0fb6de7c2"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-7dc2b0b1409b4a7a9866e735f4a61316"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-7dc2b0b1409b4a7a9866e735f4a61316"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-b92f5f3d86634e4ab59eeb71575505b8"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-b92f5f3d86634e4ab59eeb71575505b8"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription match $content isa content; $content has id "cmt-c676a324395c4894bdeb26efcced6bff"; $profile isa profile; $profile has id "MeganHood510"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-82bca728ec2044959c5b6d490b7ffede"; $profile isa profile; $profile has id "JaniceRich109"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-82bca728ec2044959c5b6d490b7ffede"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # subscription -match $content isa content; $content has id "cmt-88fcabb3d02a462ba4d2a3184388938a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $subscription (content: $content, subscriber: $profile) isa subscription; +match $content isa content; $content has id "cmt-88fcabb3d02a462ba4d2a3184388938a"; $profile isa profile; $profile has id "DorothyGardner851"; insert $subscription (content: $content, subscriber: $profile) isa subscription; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "@PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "@WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "@JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "@MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "@PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "@JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "@PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "@NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "@MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "@PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "@CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "@MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "@JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "@JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "@DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "@WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "@JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "@JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "@MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "@BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "@JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "@PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "@MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "@JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "@AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "@PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "@JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "@LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "@JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "@MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "@BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "@MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "@JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "@AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "@AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "@LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "@HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "@WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "@NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "@LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "@CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "@NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "@AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "@AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "@LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "@PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "@AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "@WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "@CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "@JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "@LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "@DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "@AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "@DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "@JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "@WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "@CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "@JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "@LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "@JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "@BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "@AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "@BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "@DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "@MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "@AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "@CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "@WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "@JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "@AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "@JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "@AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "@HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "@PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "@JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "@MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "@BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "@ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "@MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "@CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "@NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "@LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "@DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "@JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "@SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "@AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "@MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "@SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "@VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "@LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "@JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "@BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "@NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "@EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "@RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "@BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "@BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "@DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "@BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "@JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "@FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "@MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "@MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing @@ -7214,20 +7214,12 @@ match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a # viewing match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7242,8 +7234,6 @@ match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa06 # viewing match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7252,20 +7242,14 @@ match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c2 # viewing match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7310,16 +7294,12 @@ match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332 # viewing match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7328,18 +7308,12 @@ match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332 # viewing match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7376,8 +7350,6 @@ match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab18 # viewing match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7390,8 +7362,6 @@ match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf279 # viewing match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7416,16 +7386,12 @@ match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270 # viewing match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7434,8 +7400,6 @@ match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274af # viewing match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7458,8 +7422,6 @@ match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a730 # viewing match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7484,8 +7446,6 @@ match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d # viewing match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7512,8 +7472,6 @@ match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df72756199401 # viewing match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7554,8 +7512,6 @@ match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b5 # viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7576,8 +7532,6 @@ match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d # viewing match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7610,26 +7564,16 @@ match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb6 # viewing match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7676,10 +7620,6 @@ match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e5 # viewing match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7702,8 +7642,6 @@ match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b # viewing match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7720,14 +7658,10 @@ match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa06 # viewing match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7758,8 +7692,6 @@ match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab5 # viewing match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7772,10 +7704,6 @@ match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b56 # viewing match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7792,10 +7720,6 @@ match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e # viewing match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7818,10 +7742,6 @@ match $content isa content; $content has id "pst-e6e4ac85f10145fd8f8159872539477 # viewing match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7866,8 +7786,6 @@ match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d # viewing match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7908,8 +7826,6 @@ match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed21 # viewing match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7942,8 +7858,6 @@ match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078e # viewing match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7958,8 +7872,6 @@ match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344 # viewing match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -7978,8 +7890,6 @@ match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270 # viewing match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8014,8 +7924,6 @@ match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a730 # viewing match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8162,22 +8070,16 @@ match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633 # viewing match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8194,8 +8096,6 @@ match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813e # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8214,8 +8114,6 @@ match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f9 # viewing match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8224,8 +8122,6 @@ match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed21 # viewing match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8238,10 +8134,6 @@ match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab5 # viewing match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8252,20 +8144,12 @@ match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac1 # viewing match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8276,16 +8160,10 @@ match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8344,8 +8222,6 @@ match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab5 # viewing match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8360,16 +8236,12 @@ match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96 # viewing match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8384,16 +8256,10 @@ match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3 # viewing match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8414,16 +8280,12 @@ match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505 # viewing match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8436,8 +8298,6 @@ match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b # viewing match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8450,10 +8310,6 @@ match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813e # viewing match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8462,12 +8318,8 @@ match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb # viewing match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8518,8 +8370,6 @@ match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab18 # viewing match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8530,8 +8380,6 @@ match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa4 # viewing match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8540,20 +8388,14 @@ match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c5 # viewing match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8568,8 +8410,6 @@ match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e # viewing match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8582,8 +8422,6 @@ match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b # viewing match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8632,8 +8470,6 @@ match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008ccc # viewing match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8648,8 +8484,6 @@ match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a8 # viewing match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8666,14 +8500,10 @@ match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f9 # viewing match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8694,14 +8524,10 @@ match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb # viewing match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8710,8 +8536,6 @@ match $content isa content; $content has id "pst-e6e4ac85f10145fd8f8159872539477 # viewing match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8732,8 +8556,6 @@ match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf279 # viewing match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8762,8 +8584,6 @@ match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274af # viewing match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8778,30 +8598,18 @@ match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505 # viewing match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8818,8 +8626,6 @@ match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca89 # viewing match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8848,8 +8654,6 @@ match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f9 # viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8892,8 +8696,6 @@ match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96 # viewing match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8906,8 +8708,6 @@ match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa06 # viewing match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8928,8 +8728,6 @@ match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96 # viewing match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; @@ -8958,1004 +8756,1004 @@ match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e # viewing match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6282c33d366546a5a34da412816a5ea8"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-176f9018b18646ce90e494613dff332b"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "StellarVisionMedia"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-1da11d7aa2814ecdb084486f52268c27"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-acc08d9899df42f5b4fbf35024bf2792"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e98114a4b8944f2282dc94565b847a84"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "BrightPathPharmaceuticals"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +# viewing +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8d3aceed370451f98e2ba4ccd84344b"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c8359b916e934faf9502e1d5167ad089"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-3b8ddd5b2e664ecb86f9f4e68b4eb003"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-964ede98ce624939af5d5c6294028d9a"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-cf085288f0044e328bc01de3d197b561"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "DorothyGardner851"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "GreenStepsEnvironmentalTrust"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-da98da57166a4fc4b513198c67f8ab57"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-4894d9fc70df47b9ba6f36fa241813ef"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "MeganHood510"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-808ea422c6f641d5bb77ba5f586076e3"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7874166b7c3446ebaeaaec4854f1a7a3"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "HeartwellReliefFund"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-81b84ea71f214475a6f0f7698909c1ba"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d3414532825247239b0eec4ba2a1fa45"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "ValerieChesser891"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-77dc66026c8241f1859f7dfc9f3bca77"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "SterlingHillsCollege"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "SarahGiven225"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "AnthonyRansom097"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-833cf90ff55546289d153fb4968051b7"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-681e5658d813470f9a9c60b533b887d3"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-ffbdfd47dc7942f0933894b3854ca896"; $profile isa profile; $profile has id "JohnRugg309"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e6e4ac85f10145fd8f81598725394778"; $profile isa profile; $profile has id "JeffLeon452"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "WilliamRing568"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-735b3a803fbd4eedb23dc8f5b17078ee"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "JosephineHenry396"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "MaryBrown547"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "HarrySmith245"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-71027b0323a84b6ea864120ef118ac10"; $profile isa profile; $profile has id "VilmaToft456"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "PinnacleVenturesLtd."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0063b5c924fa4196b80159870008cccf"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "JaniceRich109"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-01275a6388da491ba1f6c8770212585b"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "RiverfordUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-d87d3afca3704e8a821ac45bd5e32aef"; $profile isa profile; $profile has id "WestbridgeUniversity"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-0a8bc856c3ed49b7b9df727561994015"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-6b35da2c04464ea78abf5c57c5795b58"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "NorthStarLogisticsCorp."; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-d836ba33846746cea4dbac94486cf4d6"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-93d5e33bbd864312b5069af5d2ebe96b"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing match $content isa content; $content has id "pst-b580d3a313ab42c49a0408e7cbabe5d7"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-9722bf902f074516a8a14cd328a3938c"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-d46e34aaae9d47978284e0bee33e270a"; $profile isa profile; $profile has id "QuantumSynergySolutions"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-f5f5b0d2042e4feca0e63d0e8f8b36e4"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-8616ba88d2964670b35fda3eed38505b"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-3536763b476845c99d0a4fac67aaa068"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "HorizonInnovationsGroup"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; -# viewing -match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "RonaldFincham197"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a29d06e06f5744d7a0be4a1c002b2f92"; $profile isa profile; $profile has id "CrystalMilazzo699"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "ApexGlobalEnterprises"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-16f48941ad284c0db230400a386b01c0"; $profile isa profile; $profile has id "BrightHorizonsInitiative"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "OakwoodInstituteofTechnology"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "PatriciaShelman960"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e108e5d92fbe40dca9ef5907c680b96f"; $profile isa profile; $profile has id "DouglasBrown163"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "AnnaThomas446"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "NathanLopez643"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-df6316b93f734143a4dcea5ab888cb65"; $profile isa profile; $profile has id "BarbaraCriswell869"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-a2521f50a54e4c8facb3077a6cef5e55"; $profile isa profile; $profile has id "SoilaMcafee389"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-07f79ee0e2994b48a449213ac2fab184"; $profile isa profile; $profile has id "MichaelShah533"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-27ef096756bf4e579ff9b0f506274afb"; $profile isa profile; $profile has id "FrankieLorenz269"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-53fd2516d1bf4abaa908923b1551f819"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-44672c65d1e0450e9602634b08453d3e"; $profile isa profile; $profile has id "MichaelFrazier752"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-86d77094a6894303a807092d74ca0c56"; $profile isa profile; $profile has id "SilverLeafTechnologies"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "AnthonySpilis492"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "MichaelFincher442"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-2d26904840134e33a77b20adfefed218"; $profile isa profile; $profile has id "BlueWaveAnalytics"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-361c57ab3d9946248b9368d961880ea0"; $profile isa profile; $profile has id "NancyJohnson650"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-e93b4418b17041ed9b040be38f41d3e4"; $profile isa profile; $profile has id "LauraHarrison601"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-7a31a27cced44d7cb4ca01423b239fd8"; $profile isa profile; $profile has id "RedwoodDigitalLabs"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-c9d4e1bbc4d34ec2baf3d90e586a7302"; $profile isa profile; $profile has id "EstherCarter759"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # viewing -match $content isa content; $content has id "pst-75f80092ea4f44cfaafd080bdec8633f"; $profile isa profile; $profile has id "NorthernCrestAcademy"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; +match $content isa content; $content has id "pst-fa9fcece50ed4af2a35f6be1f8b55fb5"; $profile isa profile; $profile has id "BobbieMoreno546"; insert $viewing (viewed: $content, viewer: $profile) isa viewing; # badge match $profile isa profile; $profile has id "SarahGiven225"; $group isa group; $group has id "grp-3acaaf82374a4cc9a0397e67926146de"; $membership (group: $group, member: $profile) isa group-membership; insert $membership has badge "top voice"; \ No newline at end of file