diff --git a/tests/amrbatch.log b/tests/amrbatch.log index da46843a132cd41a97b2d249890ad3c77c469033..950d7d3084b0bc001a271122de3d8d9fb3a478d4 100644 --- a/tests/amrbatch.log +++ b/tests/amrbatch.log @@ -6,14 +6,14 @@ === Preparation === - INFO - -- base reference: test - INFO - -- input filepath: /home/lamenji/Workspace/Tetras/amrbatch/tests/input/test.txt -- INFO - -- output dirpath: /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230314/ +- INFO - -- output dirpath: /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230627/ - INFO - -- Reading input line set to recover a list of work data - DEBUG - *** sentence 1 *** -<work_data.WorkData object at 0x7f5207109ba0> +<work_data.WorkData object at 0x7f93146bfa90> - DEBUG - *** sentence 2 *** -<work_data.WorkData object at 0x7f52071087f0> +<work_data.WorkData object at 0x7f931478fd10> - INFO - ----- number of sentences: 2 -- DEBUG - -- Making output directory tree (/home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230314/) +- DEBUG - -- Making output directory tree (/home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230627/) - DEBUG - -- Generating sentence file - INFO - === Text Convert to AMR Graphs === @@ -24,6 +24,7 @@ - INFO - -- Converting sentences to AMR graphs - INFO - ----- Sentence 1 successfully processed - DEBUG - ['# ::snt The sun is a star.\n(s / star\n :domain (s2 / sun))'] +- WARNING - gid=x Start paren present but planet is not a new concept - INFO - ----- Sentence 2 successfully processed - DEBUG - ['# ::snt Earth is a planet.\n(p / planet\n :domain p\n :name (n / name\n :op1 "Earth"))'] - INFO - ----- Total processed graph number: 2 @@ -31,22 +32,22 @@ - DEBUG - ----- AMR Graph file (penman): test-01.stog.amr.penman - DEBUG - ----- AMR Graph file (dot): test-01.stog.amr.dot - DEBUG - ----- AMR Graph file (png): {os.path.basename(good_png_fn)} +- DEBUG - ----- AMR Graph file (svg): {os.path.basename(good_svg_fn)} - DEBUG - ----- AMR Graph file (penman): test-02.stog.amr.penman - DEBUG - ----- AMR Graph file (dot): test-02.stog.amr.dot - DEBUG - ----- AMR Graph file (png): {os.path.basename(good_png_fn)} +- DEBUG - ----- AMR Graph file (svg): {os.path.basename(good_svg_fn)} - INFO - === AMR Graphs Serialization to AMR-RDF Representation === - INFO - -- library: amrld - DEBUG - (/home/lamenji/Workspace/Tetras/amrbatch/amrbatch/amrld/) - INFO - -- Serialize AMR graphs to RDF using amr-ld library -- DEBUG - ----- AMR filepath (penman): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230314/test-01/test-01.stog.amr.penman -- DEBUG - ----- AMR-RDF filepath (triple): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230314/test-01/test-01.stog.amr.nt -- DEBUG - ----- AMR-RDF filepath (turtle): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230314/test-01/test-01.stog.amr.ttl +- DEBUG - ----- AMR filepath (penman): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230627/test-01/test-01.stog.amr.penman +- DEBUG - ----- AMR-RDF filepath (triple): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230627/test-01/test-01.stog.amr.nt +- DEBUG - ----- AMR-RDF filepath (turtle): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230627/test-01/test-01.stog.amr.ttl - INFO - ----- AMR-RDF triple successfully processed (test-01.stog.amr.nt) -- INFO - ----- AMR-RDF triple successfully processed (test-01.stog.amr.ttl) - INFO - -- Serialize AMR graphs to RDF using amr-ld library -- DEBUG - ----- AMR filepath (penman): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230314/test-02/test-02.stog.amr.penman -- DEBUG - ----- AMR-RDF filepath (triple): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230314/test-02/test-02.stog.amr.nt -- DEBUG - ----- AMR-RDF filepath (turtle): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230314/test-02/test-02.stog.amr.ttl +- DEBUG - ----- AMR filepath (penman): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230627/test-02/test-02.stog.amr.penman +- DEBUG - ----- AMR-RDF filepath (triple): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230627/test-02/test-02.stog.amr.nt +- DEBUG - ----- AMR-RDF filepath (turtle): /home/lamenji/Workspace/Tetras/amrbatch/tests/output/Test-20230627/test-02/test-02.stog.amr.ttl - INFO - ----- AMR-RDF triple successfully processed (test-02.stog.amr.nt) -- INFO - ----- AMR-RDF triple successfully processed (test-02.stog.amr.ttl) diff --git a/tests/input/asail_odrl_sentences.txt b/tests/input/asail_odrl_sentences.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c5e3d73242989b226fde2df0f8aaafe2c9aae61 --- /dev/null +++ b/tests/input/asail_odrl_sentences.txt @@ -0,0 +1,17 @@ +Movie9898 can be used. +John must play the movie. +John is not allowed to play the movie. +Movie9899 can be displayed only in Germany. +Movie9899 can be displayed only after 2019. +John is not allowed to play the movie. +John is prohibited not to reproduce the Work. +John is not allowed not to reproduce the Work. +John is obligated not to reproduce the Work. +John is obligated to reproduce and distribute the Work. +John is obligated to reproduce the movie and the picture. +You may use the movie. +You may use the Work. +You may distribute the Work. +You must keep intact any copyright or Database Right notices and notices that refer to this License. +You must keep intact all copyright notices for the Work and give the Original Author credit. +You must keep the license intact. diff --git a/tests/input/cc-licence-by-legalcode.txt b/tests/input/cc-licence-by-legalcode.txt new file mode 100644 index 0000000000000000000000000000000000000000..8050a3b40d9b455457f22ee85f721e6109e4443f --- /dev/null +++ b/tests/input/cc-licence-by-legalcode.txt @@ -0,0 +1,397 @@ +Attribution 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. + + diff --git a/tests/input/cc-licence-by-nd-legalcode.txt b/tests/input/cc-licence-by-nd-legalcode.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d7e02b1593767671de0afdf412639ac115b4583 --- /dev/null +++ b/tests/input/cc-licence-by-nd-legalcode.txt @@ -0,0 +1,394 @@ +Attribution-NoDerivatives 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + + +======================================================================= + +Creative Commons Attribution-NoDerivatives 4.0 International Public +License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-NoDerivatives 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + c. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + d. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + e. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + f. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + g. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + h. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + i. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + j. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce and reproduce, but not Share, Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material, You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + For the avoidance of doubt, You do not have permission under + this Public License to Share Adapted Material. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database, provided You do not Share + Adapted Material; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. + + diff --git a/tests/input/cc-sentence-examples.txt b/tests/input/cc-sentence-examples.txt new file mode 100644 index 0000000000000000000000000000000000000000..17bd65b17d7956db519d75dbcde64aadc9861e39 --- /dev/null +++ b/tests/input/cc-sentence-examples.txt @@ -0,0 +1,5 @@ +This Public License grants You a license to reproduce and share the Licensed Material. +This Public License grants You a license to produce, reproduce, and Share Adapted Material. +This Public License grants You a license to produce and reproduce, but not Share, Adapted Material. +Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce, reproduce, and Share Adapted Material. +Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce and reproduce, but not Share, Adapted Material. diff --git a/tests/output/SolarSystem-20230619/SSC-ABSTRACT.sentence.txt b/tests/output/SolarSystem-20230619/SSC-ABSTRACT.sentence.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebee7931f8b5580f503354289f1409536959c694 --- /dev/null +++ b/tests/output/SolarSystem-20230619/SSC-ABSTRACT.sentence.txt @@ -0,0 +1,23 @@ +The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. +Of the objects that orbit the Sun directly, the largest are the eight planets, with the remainder being smaller objects, the dwarf planets and small Solar System bodies. +Of the objects that orbit the Sun indirectly—the natural satellites—two are larger than the smallest planet, Mercury, and one more almost equals it in size. +The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud. +The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter. +The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal. +The four outer system planets are giant planets, being substantially more massive than the terrestrials. +The two largest planets, Jupiter and Saturn, are gas giants, being composed mainly of hydrogen and helium; the two outermost planets, Uranus and Neptune, are ice giants, being composed mostly of substances with relatively high melting points compared with hydrogen and helium, called volatiles, such as water, ammonia and methane. +All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic. +The Solar System also contains smaller objects. +The asteroid belt, which lies between the orbits of Mars and Jupiter, mostly contains objects composed, like the terrestrial planets, of rock and metal. +Beyond Neptune's orbit lie the Kuiper belt and scattered disc, which are populations of trans-Neptunian objects composed mostly of ices, and beyond them a newly discovered population of sednoids. +Within these populations, some objects are large enough to have rounded under their own gravity, though there is considerable debate as to how many there will prove to be. +Such objects are categorized as dwarf planets. +Astronomers generally accept at least nine objects as dwarf planets: the asteroid Ceres and the trans-Neptunian objects Pluto, Eris, Haumea, Makemake, Gonggong, Quaoar, Sedna, and Orcus. +In addition to these two regions, various other small-body populations, including comets, centaurs and interplanetary dust clouds, freely travel between regions. +Six of the planets, the six largest possible dwarf planets, and many of the smaller bodies are orbited by natural satellites, usually termed "moons" after the Moon. +Each of the outer planets is encircled by planetary rings of dust and other small objects. +The solar wind, a stream of charged particles flowing outwards from the Sun, creates a bubble-like region in the interstellar medium known as the heliosphere. +The heliopause is the point at which pressure from the solar wind is equal to the opposing pressure of the interstellar medium; it extends out to the edge of the scattered disc. +The Oort cloud, which is thought to be the source for long-period comets, may also exist at a distance roughly a thousand times further than the heliosphere. +The Solar System is located 26,000 light-years from the center of the Milky Way galaxy in the Orion Arm, which contains most of the visible stars in the night sky. +The nearest stars are within the so-called Local Bubble, with the closest, Proxima Centauri, at 4.25 light-years. \ No newline at end of file diff --git a/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.dot b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..5070328bc943c6f383c5fe6701a99188a44aab75 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.dot @@ -0,0 +1,27 @@ +digraph amr_graph { + rankdir=LR size="12,8" + g [label="g/grant-01" shape=circle] + l [label="l/license-01" shape=circle] + p [label="p/public-02" shape=circle] + t [label="t/this" shape=circle] + l2 [label="l2/license-01" shape=circle] + a [label="a/and" shape=circle] + r [label="r/reproduce-01" shape=circle] + y [label="y/you" shape=circle] + m [label="m/material" shape=circle] + l3 [label="l3/license-01" shape=circle] + s [label="s/share-01" shape=circle] + g -> l [label=":ARG0"] + l -> p [label=":ARG1-of"] + l -> t [label=":mod"] + g -> l2 [label=":ARG1"] + l2 -> a [label=":ARG1"] + a -> r [label=":op1"] + r -> y [label=":ARG0"] + r -> m [label=":ARG1"] + m -> l3 [label=":ARG1-of"] + a -> s [label=":op2"] + s -> y [label=":ARG0"] + s -> m [label=":ARG1"] + g -> y [label=":ARG2"] +} diff --git a/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.nt b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..16efae7cb6b316743f9b17f915eeca1776b3dd88 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.nt @@ -0,0 +1,61 @@ +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#y> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#material> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#s> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#this> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l3> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#m> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#g> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "cc-sentence-examples-01" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#material> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#s> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#l2> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/public-02> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#t> . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#p> <http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#l> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#s> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#y> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#l> . +<http://amr.isi.edu/rdf/amr-terms#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#y> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-01#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "This Public License grants You a license to reproduce and share the Licensed Material." . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/share-01> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.penman b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..590f902ca8e4b552af19ce66f89f4c19f9a77a7e --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.penman @@ -0,0 +1,16 @@ +# ::id cc-sentence-examples-01 +# ::snt This Public License grants You a license to reproduce and share the Licensed Material. +(g / grant-01 + :ARG0 (l / license-01 + :ARG1-of (p / public-02) + :mod (t / this)) + :ARG1 (l2 / license-01 + :ARG1 (a / and + :op1 (r / reproduce-01 + :ARG0 (y / you) + :ARG1 (m / material + :ARG1-of (l3 / license-01))) + :op2 (s / share-01 + :ARG0 y + :ARG1 m))) + :ARG2 y) \ No newline at end of file diff --git a/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.png b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..12ad7e781ff07c12021d1002e500718b08a6ec52 Binary files /dev/null and b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.png differ diff --git a/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.ttl b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..7d9815f68409597c2d97a5c034d64e3e97f9495c --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-01/cc-sentence-examples-01.stog.amr.ttl @@ -0,0 +1,103 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l3> a ns3:license-01 ; + ns3:license-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#p> a ns3:public-02 ; + ns3:public-02.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#l> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#root01> a ns2:AMR ; + ns2:has-id "cc-sentence-examples-01" ; + ns2:has-sentence "This Public License grants You a license to reproduce and share the Licensed Material." ; + ns2:root <http://amr.isi.edu/amr_data/cc-sentence-examples-01#g> . + +ns3:grant-01.ARG0 a ns3:FrameRole . + +ns3:grant-01.ARG1 a ns3:FrameRole . + +ns3:grant-01.ARG2 a ns3:FrameRole . + +ns3:license-01.ARG1 a ns3:FrameRole . + +ns3:public-02.ARG1 a ns3:FrameRole . + +ns3:reproduce-01.ARG0 a ns3:FrameRole . + +ns3:reproduce-01.ARG1 a ns3:FrameRole . + +ns3:share-01.ARG0 a ns3:FrameRole . + +ns3:share-01.ARG1 a ns3:FrameRole . + +ns1:mod a ns2:Role . + +ns1:op1 a ns2:Role . + +ns1:op2 a ns2:Role . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#a> a ns2:and ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#r> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#s> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#g> a ns3:grant-01 ; + ns3:grant-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#l> ; + ns3:grant-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#l2> ; + ns3:grant-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#y> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l2> a ns3:license-01 ; + ns3:license-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#a> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#r> a ns3:reproduce-01 ; + ns3:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#y> ; + ns3:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#s> a ns3:share-01 ; + ns3:share-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#y> ; + ns3:share-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-01#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#t> a ns1:this . + +ns3:grant-01 a ns2:Frame . + +ns3:public-02 a ns2:Frame . + +ns3:reproduce-01 a ns2:Frame . + +ns3:share-01 a ns2:Frame . + +ns1:material a ns2:Concept . + +ns1:this a ns2:Concept . + +ns1:you a ns2:Concept . + +ns2:and a ns2:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#l> a ns3:license-01 ; + ns1:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-01#t> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#m> a ns1:material . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-01#y> a ns1:you . + +ns3:license-01 a ns2:Frame . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns3:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.dot b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..821376fc890945f72bc849fab3db4e776582bdeb --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.dot @@ -0,0 +1,29 @@ +digraph amr_graph { + rankdir=LR size="12,8" + g [label="g/grant-01" shape=circle] + l [label="l/license-01" shape=circle] + p [label="p/public-02" shape=circle] + t [label="t/this" shape=circle] + l2 [label="l2/license-01" shape=circle] + a [label="a/and" shape=circle] + p2 [label="p2/produce-01" shape=circle] + m [label="m/material" shape=circle] + a2 [label="a2/adapt-01" shape=circle] + r [label="r/reproduce-01" shape=circle] + s [label="s/share-01" shape=circle] + y [label="y/you" shape=circle] + g -> l [label=":ARG0"] + l -> p [label=":ARG1-of"] + l -> t [label=":mod"] + g -> l2 [label=":ARG1"] + l2 -> a [label=":ARG1"] + a -> p2 [label=":op1"] + p2 -> m [label=":ARG1"] + m -> a2 [label=":ARG1-of"] + a -> r [label=":op2"] + r -> m [label=":ARG1"] + a -> s [label=":op3"] + s -> m [label=":ARG1"] + l2 -> y [label=":ARG2"] + g -> y [label=":ARG2"] +} diff --git a/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.nt b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..e409ba4a21de272fab1674754aa99d1a97c7248b --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.nt @@ -0,0 +1,67 @@ +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#l2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/amr-terms#op3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#a> <http://amr.isi.edu/rdf/amr-terms#op3> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#s> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/share-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/adapt-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#p2> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/adapt-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#material> . +<http://amr.isi.edu/rdf/amr-terms#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#g> . +<http://amr.isi.edu/frames/ld/v1.2.2/produce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#l> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#y> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#s> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/produce-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/public-02> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "This Public License grants You a license to produce, reproduce, and Share Adapted Material." . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "cc-sentence-examples-02" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#this> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#p> <http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#l> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#r> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#y> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#a2> <http://amr.isi.edu/frames/ld/v1.2.2/adapt-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#material> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#l2> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#l> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#t> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/produce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#p2> <http://amr.isi.edu/frames/ld/v1.2.2/produce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-02#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/adapt-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.penman b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..d81aae87c8ed48282d978de4630fbf548357bb5d --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.penman @@ -0,0 +1,17 @@ +# ::id cc-sentence-examples-02 +# ::snt This Public License grants You a license to produce, reproduce, and Share Adapted Material. +(g / grant-01 + :ARG0 (l / license-01 + :ARG1-of (p / public-02) + :mod (t / this)) + :ARG1 (l2 / license-01 + :ARG1 (a / and + :op1 (p2 / produce-01 + :ARG1 (m / material + :ARG1-of (a2 / adapt-01))) + :op2 (r / reproduce-01 + :ARG1 m) + :op3 (s / share-01 + :ARG1 m)) + :ARG2 (y / you)) + :ARG2 y) \ No newline at end of file diff --git a/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.png b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b708d8eeb19c39900461142481a119b5352a6d Binary files /dev/null and b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.png differ diff --git a/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.ttl b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..6db52674da1bf8fbd0e706e0ffb013fa3f64c7a1 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-02/cc-sentence-examples-02.stog.amr.ttl @@ -0,0 +1,114 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#a2> a ns1:adapt-01 ; + ns1:adapt-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#p> a ns1:public-02 ; + ns1:public-02.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#l> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#root01> a ns2:AMR ; + ns2:has-id "cc-sentence-examples-02" ; + ns2:has-sentence "This Public License grants You a license to produce, reproduce, and Share Adapted Material." ; + ns2:root <http://amr.isi.edu/amr_data/cc-sentence-examples-02#g> . + +ns1:adapt-01.ARG1 a ns1:FrameRole . + +ns1:grant-01.ARG0 a ns1:FrameRole . + +ns1:grant-01.ARG1 a ns1:FrameRole . + +ns1:grant-01.ARG2 a ns1:FrameRole . + +ns1:license-01.ARG1 a ns1:FrameRole . + +ns1:license-01.ARG2 a ns1:FrameRole . + +ns1:produce-01.ARG1 a ns1:FrameRole . + +ns1:public-02.ARG1 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +ns1:share-01.ARG1 a ns1:FrameRole . + +ns3:mod a ns2:Role . + +ns3:op1 a ns2:Role . + +ns3:op2 a ns2:Role . + +ns3:op3 a ns2:Role . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#a> a ns2:and ; + ns3:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#p2> ; + ns3:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#r> ; + ns3:op3 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#s> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#g> a ns1:grant-01 ; + ns1:grant-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#l> ; + ns1:grant-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#l2> ; + ns1:grant-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#y> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#l2> a ns1:license-01 ; + ns1:license-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#a> ; + ns1:license-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#y> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#p2> a ns1:produce-01 ; + ns1:produce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#s> a ns1:share-01 ; + ns1:share-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#t> a ns3:this . + +ns1:adapt-01 a ns2:Frame . + +ns1:grant-01 a ns2:Frame . + +ns1:produce-01 a ns2:Frame . + +ns1:public-02 a ns2:Frame . + +ns1:reproduce-01 a ns2:Frame . + +ns1:share-01 a ns2:Frame . + +ns3:material a ns2:Concept . + +ns3:this a ns2:Concept . + +ns3:you a ns2:Concept . + +ns2:and a ns2:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#l> a ns1:license-01 ; + ns3:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-02#t> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#y> a ns3:you . + +ns1:license-01 a ns2:Frame . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-02#m> a ns3:material . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.dot b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..23214d3b9f470604c95ed19ef15f00cf5d6bf497 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.dot @@ -0,0 +1,36 @@ +digraph amr_graph { + rankdir=LR size="12,8" + g [label="g/grant-01" shape=circle] + l [label="l/license-01" shape=circle] + p [label="p/public-02" shape=circle] + t [label="t/this" shape=circle] + c [label="c/contrast-01" shape=circle] + l2 [label="l2/license-01" shape=circle] + a [label="a/and" shape=circle] + p2 [label="p2/produce-01" shape=circle] + y [label="y/you" shape=circle] + m [label="m/material" shape=circle] + a2 [label="a2/adapt-01" shape=circle] + r [label="r/reproduce-01" shape=circle] + s [label="s/share-01" shape=circle] + g -> l [label=":ARG0"] + l -> p [label=":ARG1-of"] + l -> t [label=":mod"] + g -> c [label=":ARG1"] + c -> l2 [label=":ARG1"] + l2 -> a [label=":ARG1"] + a -> p2 [label=":op1"] + p2 -> y [label=":ARG0"] + p2 -> m [label=":ARG1"] + m -> a2 [label=":ARG1-of"] + a -> r [label=":op2"] + r -> y [label=":ARG0"] + r -> m [label=":ARG1"] + l2 -> y [label=":ARG2"] + c -> s [label=":ARG2"] + s -> y [label=":ARG0"] + s -> m [label=":ARG1"] + g -> y [label=":ARG2"] + node_0 [label="-" shape=rectangle] + s -> node_0 [label=":polarity"] +} diff --git a/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.nt b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..3a330e6367df663dc9385705148b42c86aa30268 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.nt @@ -0,0 +1,78 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/public-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#p2> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#material> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#g> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#s> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/share-01> . +<http://amr.isi.edu/rdf/amr-terms#material> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#p2> <http://amr.isi.edu/frames/ld/v1.2.2/produce-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/public-02> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/amr-terms#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/produce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#c> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#l2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/produce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#p2> <http://amr.isi.edu/frames/ld/v1.2.2/produce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#s> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#p> <http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#l> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#this> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "cc-sentence-examples-03" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#c> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#s> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#s> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#r> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/produce-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/adapt-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#a2> <http://amr.isi.edu/frames/ld/v1.2.2/adapt-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/produce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#l2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#l> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#t> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "This Public License grants You a license to produce and reproduce, but not Share, Adapted Material." . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#c> . +<http://amr.isi.edu/frames/ld/v1.2.2/adapt-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/adapt-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-03#l> . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.penman b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..317a78d5159ef80e401ff075095c7ad75272f04a --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.penman @@ -0,0 +1,22 @@ +# ::id cc-sentence-examples-03 +# ::snt This Public License grants You a license to produce and reproduce, but not Share, Adapted Material. +(g / grant-01 + :ARG0 (l / license-01 + :ARG1-of (p / public-02) + :mod (t / this)) + :ARG1 (c / contrast-01 + :ARG1 (l2 / license-01 + :ARG1 (a / and + :op1 (p2 / produce-01 + :ARG0 (y / you) + :ARG1 (m / material + :ARG1-of (a2 / adapt-01))) + :op2 (r / reproduce-01 + :ARG0 y + :ARG1 m)) + :ARG2 y) + :ARG2 (s / share-01 + :polarity - + :ARG0 y + :ARG1 m)) + :ARG2 y) \ No newline at end of file diff --git a/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.png b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..e2dd109b3030c944f2fa3d79ae43b97865e824be Binary files /dev/null and b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.png differ diff --git a/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.ttl b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..902c2fe6eb7c1dd1f9b395f805cf0aae2276755f --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-03/cc-sentence-examples-03.stog.amr.ttl @@ -0,0 +1,131 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#a2> a ns1:adapt-01 ; + ns1:adapt-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#p> a ns1:public-02 ; + ns1:public-02.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#l> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#root01> a ns3:AMR ; + ns3:has-id "cc-sentence-examples-03" ; + ns3:has-sentence "This Public License grants You a license to produce and reproduce, but not Share, Adapted Material." ; + ns3:root <http://amr.isi.edu/amr_data/cc-sentence-examples-03#g> . + +ns1:adapt-01.ARG1 a ns1:FrameRole . + +ns1:contrast-01.ARG1 a ns1:FrameRole . + +ns1:contrast-01.ARG2 a ns1:FrameRole . + +ns1:grant-01.ARG0 a ns1:FrameRole . + +ns1:grant-01.ARG1 a ns1:FrameRole . + +ns1:grant-01.ARG2 a ns1:FrameRole . + +ns1:license-01.ARG1 a ns1:FrameRole . + +ns1:license-01.ARG2 a ns1:FrameRole . + +ns1:produce-01.ARG0 a ns1:FrameRole . + +ns1:produce-01.ARG1 a ns1:FrameRole . + +ns1:public-02.ARG1 a ns1:FrameRole . + +ns1:reproduce-01.ARG0 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +ns1:share-01.ARG0 a ns1:FrameRole . + +ns1:share-01.ARG1 a ns1:FrameRole . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#p2> ; + ns2:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#r> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#c> a ns1:contrast-01 ; + ns1:contrast-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#l2> ; + ns1:contrast-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#s> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#g> a ns1:grant-01 ; + ns1:grant-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#l> ; + ns1:grant-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#c> ; + ns1:grant-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#l2> a ns1:license-01 ; + ns1:license-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#a> ; + ns1:license-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#p2> a ns1:produce-01 ; + ns1:produce-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> ; + ns1:produce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#s> a ns1:share-01 ; + ns1:share-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> ; + ns1:share-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> ; + ns2:polarity "-" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#t> a ns2:this . + +ns1:adapt-01 a ns3:Frame . + +ns1:contrast-01 a ns3:Frame . + +ns1:grant-01 a ns3:Frame . + +ns1:produce-01 a ns3:Frame . + +ns1:public-02 a ns3:Frame . + +ns1:reproduce-01 a ns3:Frame . + +ns1:share-01 a ns3:Frame . + +ns2:material a ns3:Concept . + +ns2:this a ns3:Concept . + +ns2:you a ns3:Concept . + +ns3:and a ns3:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#l> a ns1:license-01 ; + ns2:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-03#t> . + +ns1:license-01 a ns3:Frame . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#m> a ns2:material . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-03#y> a ns2:you . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.dot b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..3ae9dcf138d691107a2e124bf3bfbb5b045aa62b --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.dot @@ -0,0 +1,83 @@ +digraph amr_graph { + rankdir=LR size="12,8" + g [label="g/grant-01" shape=circle] + p [label="p/person" shape=circle] + l [label="l/license-01" shape=circle] + l2 [label="l2/license-01" shape=circle] + a [label="a/and" shape=circle] + e [label="e/exercise-01" shape=circle] + r [label="r/right-05" shape=circle] + a2 [label="a2/and" shape=circle] + r2 [label="r2/reproduce-01" shape=circle] + m [label="m/material" shape=circle] + l3 [label="l3/license-01" shape=circle] + s [label="s/share-01" shape=circle] + o [label="o/or" shape=circle] + w [label="w/whole" shape=circle] + ii [label="ii/in-part" shape=circle] + a3 [label="a3/and" shape=circle] + r3 [label="r3/reproduce-01" shape=circle] + m2 [label="m2/material" shape=circle] + a4 [label="a4/adapt-01" shape=circle] + s2 [label="s2/share-01" shape=circle] + y [label="y/you" shape=circle] + w2 [label="w2/worldwide" shape=circle] + f [label="f/free-04" shape=circle] + r4 [label="r4/royalty" shape=circle] + v [label="v/value-01" shape=circle] + e2 [label="e2/exclusive-02" shape=circle] + r5 [label="r5/revoke-01" shape=circle] + p2 [label="p2/possible-01" shape=circle] + h [label="h/hereby" shape=circle] + s3 [label="s3/subject-01" shape=circle] + a5 [label="a5/and" shape=circle] + t [label="t/term" shape=circle] + c [label="c/condition" shape=circle] + l4 [label="l4/license-01" shape=circle] + p3 [label="p3/public-02" shape=circle] + t2 [label="t2/this" shape=circle] + g -> p [label=":ARG0"] + p -> l [label=":ARG0-of"] + g -> l2 [label=":ARG1"] + l2 -> a [label=":ARG1"] + a -> e [label=":op1"] + e -> r [label=":ARG1"] + r -> a2 [label=":ARG2"] + a2 -> r2 [label=":op1"] + r2 -> m [label=":ARG1"] + m -> l3 [label=":ARG1-of"] + a2 -> s [label=":op2"] + s -> m [label=":ARG1"] + a2 -> o [label=":manner"] + o -> w [label=":op1"] + o -> ii [label=":op2"] + a -> a3 [label=":op2"] + a3 -> r3 [label=":op1"] + r3 -> m2 [label=":ARG1"] + m2 -> a4 [label=":ARG1-of"] + a3 -> s2 [label=":op2"] + s2 -> m2 [label=":ARG1"] + l2 -> y [label=":ARG2"] + l2 -> w2 [label=":mod"] + l2 -> f [label=":ARG1-of"] + f -> r4 [label=":ARG2"] + l2 -> v [label=":ARG1-of"] + l2 -> e2 [label=":ARG1-of"] + l2 -> r5 [label=":ARG1-of"] + r5 -> p2 [label=":ARG1-of"] + g -> y [label=":ARG2"] + g -> h [label=":mod"] + g -> s3 [label=":ARG1-of"] + s3 -> a5 [label=":ARG2"] + a5 -> t [label=":op1"] + a5 -> c [label=":op2"] + a5 -> l4 [label=":poss"] + l4 -> p3 [label=":ARG1-of"] + l4 -> t2 [label=":mod"] + node_0 [label="-" shape=rectangle] + v -> node_0 [label=":polarity"] + node_1 [label="-" shape=rectangle] + e2 -> node_1 [label=":polarity"] + node_2 [label="-" shape=rectangle] + p2 -> node_2 [label=":polarity"] +} diff --git a/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.nt b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..b0177a8be2cb247c3836030127878c221c5b4a07 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.nt @@ -0,0 +1,145 @@ +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#e2> <http://amr.isi.edu/frames/ld/v1.2.2/exclusive-02.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/public-02> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#condition> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a5> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#t> . +<http://amr.isi.edu/rdf/core-amr#condition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#f> <http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a3> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#s2> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#w2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#worldwide> . +<http://amr.isi.edu/rdf/core-amr#or> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l3> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/subject-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p2> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/subject-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#royalty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#h> . +<http://amr.isi.edu/rdf/amr-terms#whole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s3> <http://amr.isi.edu/frames/ld/v1.2.2/subject-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/exercise-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/subject-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#y> . +<http://amr.isi.edu/rdf/amr-terms#material> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/value-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#material> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s2> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s3> <http://amr.isi.edu/frames/ld/v1.2.2/subject-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#a5> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/adapt-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a2> <http://amr.isi.edu/rdf/amr-terms#manner> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#o> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#v> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/value-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/exclusive-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/free-04> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r> <http://amr.isi.edu/frames/ld/v1.2.2/right-05.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#a2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/share-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r5> <http://amr.isi.edu/frames/ld/v1.2.2/revoke-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> . +<http://amr.isi.edu/frames/ld/v1.2.2/free-04> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/right-05> . +<http://amr.isi.edu/rdf/amr-terms#worldwide> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/amr-terms#hereby> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/share-01> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/rdf/amr-terms#in-part> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#hereby> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/revoke-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "cc-sentence-examples-04" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#o> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#w> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/exclusive-02> . +<http://amr.isi.edu/frames/ld/v1.2.2/right-05> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#p> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p3> <http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l4> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#s> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#or> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#this> . +<http://amr.isi.edu/frames/ld/v1.2.2/exercise-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/subject-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#f> <http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r4> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#material> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/value-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/adapt-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/adapt-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> . +<http://amr.isi.edu/frames/ld/v1.2.2/exclusive-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#whole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#royalty> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/right-05.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a5> <http://amr.isi.edu/rdf/amr-terms#poss> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l4> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce, reproduce, and Share Adapted Material." . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r2> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#w2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#p> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#in-part> . +<http://amr.isi.edu/frames/ld/v1.2.2/revoke-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#y> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/revoke-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a5> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#c> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#e> <http://amr.isi.edu/frames/ld/v1.2.2/exercise-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p2> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r5> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#a> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#v> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#term> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#o> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#ii> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#v> <http://amr.isi.edu/frames/ld/v1.2.2/value-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#e> . +<http://amr.isi.edu/rdf/amr-terms#poss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#a3> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l4> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#t2> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a3> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r3> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#e2> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/exercise-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/rdf/amr-terms#manner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r3> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m2> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#term> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a4> <http://amr.isi.edu/frames/ld/v1.2.2/adapt-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m2> . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.penman b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..e9ca93c5483666b536caa817eab7b5179ae6fb5d --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.penman @@ -0,0 +1,44 @@ +# ::id cc-sentence-examples-04 +# ::snt Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce, reproduce, and Share Adapted Material. +(g / grant-01 + :ARG0 (p / person + :ARG0-of (l / license-01)) + :ARG1 (l2 / license-01 + :ARG1 (a / and + :op1 (e / exercise-01 + :ARG1 (r / right-05 + :ARG2 (a2 / and + :op1 (r2 / reproduce-01 + :ARG1 (m / material + :ARG1-of (l3 / license-01))) + :op2 (s / share-01 + :ARG1 m) + :manner (o / or + :op1 (w / whole) + :op2 (ii / in-part))))) + :op2 (a3 / and + :op1 (r3 / reproduce-01 + :ARG1 (m2 / material + :ARG1-of (a4 / adapt-01))) + :op2 (s2 / share-01 + :ARG1 m2))) + :ARG2 (y / you) + :mod (w2 / worldwide) + :ARG1-of (f / free-04 + :ARG2 (r4 / royalty)) + :ARG1-of (v / value-01 + :polarity -) + :ARG1-of (e2 / exclusive-02 + :polarity -) + :ARG1-of (r5 / revoke-01 + :ARG1-of (p2 / possible-01 + :polarity -))) + :ARG2 y + :mod (h / hereby) + :ARG1-of (s3 / subject-01 + :ARG2 (a5 / and + :op1 (t / term) + :op2 (c / condition) + :poss (l4 / license-01 + :ARG1-of (p3 / public-02) + :mod (t2 / this))))) \ No newline at end of file diff --git a/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.png b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f35750fed342f0e34f83dcad6560539abad1e Binary files /dev/null and b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.png differ diff --git a/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.ttl b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..44926d8e38f48bacedf0f13380c7d28c61668ad2 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-04/cc-sentence-examples-04.stog.amr.ttl @@ -0,0 +1,243 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a4> a ns2:adapt-01 ; + ns2:adapt-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#e2> a ns2:exclusive-02 ; + ns2:exclusive-02.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> ; + ns1:polarity "-" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#f> a ns2:free-04 ; + ns2:free-04.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> ; + ns2:free-04.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r4> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l> a ns2:license-01 ; + ns2:license-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#p> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l3> a ns2:license-01 ; + ns2:license-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p2> a ns2:possible-01 ; + ns2:possible-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r5> ; + ns1:polarity "-" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p3> a ns2:public-02 ; + ns2:public-02.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l4> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#root01> a ns3:AMR ; + ns3:has-id "cc-sentence-examples-04" ; + ns3:has-sentence "Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce, reproduce, and Share Adapted Material." ; + ns3:root <http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s3> a ns2:subject-01 ; + ns2:subject-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> ; + ns2:subject-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#a5> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#v> a ns2:value-01 ; + ns2:value-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> ; + ns1:polarity "-" . + +ns2:adapt-01.ARG1 a ns2:FrameRole . + +ns2:exclusive-02.ARG1 a ns2:FrameRole . + +ns2:exercise-01.ARG1 a ns2:FrameRole . + +ns2:free-04.ARG1 a ns2:FrameRole . + +ns2:free-04.ARG2 a ns2:FrameRole . + +ns2:grant-01.ARG0 a ns2:FrameRole . + +ns2:grant-01.ARG1 a ns2:FrameRole . + +ns2:grant-01.ARG2 a ns2:FrameRole . + +ns2:license-01.ARG0 a ns2:FrameRole . + +ns2:license-01.ARG1 a ns2:FrameRole . + +ns2:license-01.ARG2 a ns2:FrameRole . + +ns2:possible-01.ARG1 a ns2:FrameRole . + +ns2:public-02.ARG1 a ns2:FrameRole . + +ns2:reproduce-01.ARG1 a ns2:FrameRole . + +ns2:revoke-01.ARG1 a ns2:FrameRole . + +ns2:right-05.ARG2 a ns2:FrameRole . + +ns2:share-01.ARG1 a ns2:FrameRole . + +ns2:subject-01.ARG1 a ns2:FrameRole . + +ns2:subject-01.ARG2 a ns2:FrameRole . + +ns2:value-01.ARG1 a ns2:FrameRole . + +ns1:manner a ns3:Role . + +ns1:mod a ns3:Role . + +ns1:op1 a ns3:Role . + +ns1:op2 a ns3:Role . + +ns1:poss a ns3:Role . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#e> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#a3> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a2> a ns3:and ; + ns1:manner <http://amr.isi.edu/amr_data/cc-sentence-examples-04#o> ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r2> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#s> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a3> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r3> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#s2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#a5> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#t> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#c> ; + ns1:poss <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l4> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#c> a ns3:condition . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#e> a ns2:exercise-01 ; + ns2:exercise-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#r> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#h> a ns1:hereby . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#ii> a ns1:in-part . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#o> a ns3:or ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#w> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#ii> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r> a ns2:right-05 ; + ns2:right-05.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#a2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r2> a ns2:reproduce-01 ; + ns2:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r3> a ns2:reproduce-01 ; + ns2:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r4> a ns1:royalty . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#r5> a ns2:revoke-01 ; + ns2:revoke-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s> a ns2:share-01 ; + ns2:share-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#s2> a ns2:share-01 ; + ns2:share-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#m2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#t> a ns1:term . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#t2> a ns1:this . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#w> a ns1:whole . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#w2> a ns1:worldwide . + +<http://amr.isi.edu/entity-types#person> a ns3:NamedEntity . + +ns2:adapt-01 a ns3:Frame . + +ns2:exclusive-02 a ns3:Frame . + +ns2:exercise-01 a ns3:Frame . + +ns2:free-04 a ns3:Frame . + +ns2:grant-01 a ns3:Frame . + +ns2:possible-01 a ns3:Frame . + +ns2:public-02 a ns3:Frame . + +ns2:revoke-01 a ns3:Frame . + +ns2:right-05 a ns3:Frame . + +ns2:subject-01 a ns3:Frame . + +ns2:value-01 a ns3:Frame . + +ns1:hereby a ns3:Concept . + +ns1:in-part a ns3:Concept . + +ns1:royalty a ns3:Concept . + +ns1:term a ns3:Concept . + +ns1:this a ns3:Concept . + +ns1:whole a ns3:Concept . + +ns1:worldwide a ns3:Concept . + +ns1:you a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:condition a ns3:Concept . + +ns3:or a ns3:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#g> a ns2:grant-01 ; + ns2:grant-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#p> ; + ns2:grant-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> ; + ns2:grant-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#y> ; + ns1:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-04#h> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l4> a ns2:license-01 ; + ns1:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-04#t2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#p> a <http://amr.isi.edu/entity-types#person> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#y> a ns1:you . + +ns2:reproduce-01 a ns3:Frame . + +ns2:share-01 a ns3:Frame . + +ns1:material a ns3:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#m> a ns1:material . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#m2> a ns1:material . + +ns2:license-01 a ns3:Frame . + +ns3:and a ns3:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-04#l2> a ns2:license-01 ; + ns2:license-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#a> ; + ns2:license-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-04#y> ; + ns1:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-04#w2> . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.dot b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..c9b52ad4da8a996487e8f9ef2df51b92b0dbe0c2 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.dot @@ -0,0 +1,88 @@ +digraph amr_graph { + rankdir=LR size="12,8" + g [label="g/grant-01" shape=circle] + p [label="p/person" shape=circle] + l [label="l/license-01" shape=circle] + l2 [label="l2/license-01" shape=circle] + a [label="a/and" shape=circle] + e [label="e/exercise-01" shape=circle] + r [label="r/right-05" shape=circle] + a2 [label="a2/and" shape=circle] + r2 [label="r2/reproduce-01" shape=circle] + m [label="m/material" shape=circle] + l3 [label="l3/license-01" shape=circle] + s [label="s/share-01" shape=circle] + o [label="o/or" shape=circle] + w [label="w/whole" shape=circle] + ii [label="ii/in-part" shape=circle] + c [label="c/contrast-01" shape=circle] + a3 [label="a3/and" shape=circle] + r3 [label="r3/reproduce-01" shape=circle] + m2 [label="m2/material" shape=circle] + a4 [label="a4/adapt-01" shape=circle] + s2 [label="s2/share-01" shape=circle] + y [label="y/you" shape=circle] + w2 [label="w2/worldwide" shape=circle] + f [label="f/free-04" shape=circle] + r4 [label="r4/royalty" shape=circle] + v [label="v/value-01" shape=circle] + e2 [label="e2/exclusive-02" shape=circle] + r5 [label="r5/revoke-01" shape=circle] + p2 [label="p2/possible-01" shape=circle] + h [label="h/hereby" shape=circle] + s3 [label="s3/subject-01" shape=circle] + a5 [label="a5/and" shape=circle] + t [label="t/term" shape=circle] + c2 [label="c2/condition" shape=circle] + l4 [label="l4/license-01" shape=circle] + p3 [label="p3/public-02" shape=circle] + t2 [label="t2/this" shape=circle] + g -> p [label=":ARG0"] + p -> l [label=":ARG0-of"] + g -> l2 [label=":ARG1"] + l2 -> a [label=":ARG1"] + a -> e [label=":op1"] + e -> r [label=":ARG1"] + r -> a2 [label=":ARG2"] + a2 -> r2 [label=":op1"] + r2 -> m [label=":ARG1"] + m -> l3 [label=":ARG1-of"] + a2 -> s [label=":op2"] + s -> m [label=":ARG1"] + a2 -> o [label=":manner"] + o -> w [label=":op1"] + o -> ii [label=":op2"] + a -> c [label=":op2"] + c -> a3 [label=":ARG1"] + a3 -> r3 [label=":op1"] + r3 -> m2 [label=":ARG1"] + m2 -> a4 [label=":ARG1-of"] + a3 -> s [label=":op2"] + c -> s2 [label=":ARG2"] + s2 -> m [label=":ARG1"] + l2 -> y [label=":ARG2"] + l2 -> w2 [label=":mod"] + l2 -> f [label=":ARG1-of"] + f -> r4 [label=":ARG2"] + l2 -> v [label=":ARG1-of"] + l2 -> e2 [label=":ARG1-of"] + l2 -> r5 [label=":ARG1-of"] + r5 -> p2 [label=":ARG1-of"] + g -> y [label=":ARG2"] + g -> h [label=":mod"] + g -> s3 [label=":ARG1-of"] + s3 -> a5 [label=":ARG2"] + a5 -> t [label=":op1"] + a5 -> c2 [label=":op2"] + a5 -> l4 [label=":poss"] + l4 -> p3 [label=":ARG1-of"] + l4 -> t2 [label=":mod"] + node_0 [label="-" shape=rectangle] + s2 -> node_0 [label=":polarity"] + node_1 [label="-" shape=rectangle] + v -> node_1 [label=":polarity"] + node_2 [label="-" shape=rectangle] + e2 -> node_2 [label=":polarity"] + node_3 [label="-" shape=rectangle] + p2 -> node_3 [label=":polarity"] +} diff --git a/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.nt b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..6a148abc0c28184bd6140f1294d172716b0784bf --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.nt @@ -0,0 +1,152 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/adapt-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#hereby> . +<http://amr.isi.edu/rdf/amr-terms#poss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r3> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m2> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce and reproduce, but not Share, Adapted Material." . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#o> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#w> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#term> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#h> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#e2> <http://amr.isi.edu/frames/ld/v1.2.2/exclusive-02.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/revoke-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#whole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a3> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#s> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#whole> . +<http://amr.isi.edu/frames/ld/v1.2.2/value-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a2> <http://amr.isi.edu/rdf/amr-terms#manner> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#o> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/exclusive-02> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a5> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#c2> . +<http://amr.isi.edu/frames/ld/v1.2.2/free-04> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/exercise-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#c> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#s2> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#v> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#e> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/amr-terms#hereby> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r5> <http://amr.isi.edu/frames/ld/v1.2.2/revoke-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "cc-sentence-examples-05" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s3> <http://amr.isi.edu/frames/ld/v1.2.2/subject-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/rdf/amr-terms#royalty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a5> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#t> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#v> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/value-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r> <http://amr.isi.edu/frames/ld/v1.2.2/right-05.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#a2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a4> <http://amr.isi.edu/frames/ld/v1.2.2/adapt-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG0> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#condition> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#or> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p2> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r5> . +<http://amr.isi.edu/frames/ld/v1.2.2/subject-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#term> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a5> <http://amr.isi.edu/rdf/amr-terms#poss> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l4> . +<http://amr.isi.edu/frames/ld/v1.2.2/revoke-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/right-05> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#w2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p3> <http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l4> . +<http://amr.isi.edu/frames/ld/v1.2.2/exercise-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/amr-terms#material> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#e> <http://amr.isi.edu/frames/ld/v1.2.2/exercise-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s2> <http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#material> . +<http://amr.isi.edu/rdf/amr-terms#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/exercise-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/value-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#c> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/revoke-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r2> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/adapt-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> <http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#y> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#m2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#material> . +<http://amr.isi.edu/rdf/amr-terms#worldwide> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/exclusive-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p2> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#f> <http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r4> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/subject-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/public-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#s> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s3> <http://amr.isi.edu/frames/ld/v1.2.2/subject-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#a5> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#y> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#a> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/share-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01> . +<http://amr.isi.edu/rdf/amr-terms#manner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#w2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#worldwide> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/public-02> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#e2> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#royalty> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#o> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#ii> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#c> <http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#a3> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a3> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r3> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/share-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l3> <http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#in-part> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/adapt-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/right-05> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s2> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#this> . +<http://amr.isi.edu/frames/ld/v1.2.2/right-05.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#condition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/share-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/grant-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l4> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#t2> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#f> <http://amr.isi.edu/frames/ld/v1.2.2/free-04.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> . +<http://amr.isi.edu/rdf/core-amr#or> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#v> <http://amr.isi.edu/frames/ld/v1.2.2/value-01.ARG1> <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/exclusive-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/contrast-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/subject-01> . +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/free-04> . +<http://amr.isi.edu/rdf/amr-terms#in-part> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/subject-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . + diff --git a/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.penman b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..5b81b5622b967dd304e5e92242d4f1a1b0a2973b --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.penman @@ -0,0 +1,47 @@ +# ::id cc-sentence-examples-05 +# ::snt Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce and reproduce, but not Share, Adapted Material. +(g / grant-01 + :ARG0 (p / person + :ARG0-of (l / license-01)) + :ARG1 (l2 / license-01 + :ARG1 (a / and + :op1 (e / exercise-01 + :ARG1 (r / right-05 + :ARG2 (a2 / and + :op1 (r2 / reproduce-01 + :ARG1 (m / material + :ARG1-of (l3 / license-01))) + :op2 (s / share-01 + :ARG1 m) + :manner (o / or + :op1 (w / whole) + :op2 (ii / in-part))))) + :op2 (c / contrast-01 + :ARG1 (a3 / and + :op1 (r3 / reproduce-01 + :ARG1 (m2 / material + :ARG1-of (a4 / adapt-01))) + :op2 s) + :ARG2 (s2 / share-01 + :polarity - + :ARG1 m))) + :ARG2 (y / you) + :mod (w2 / worldwide) + :ARG1-of (f / free-04 + :ARG2 (r4 / royalty)) + :ARG1-of (v / value-01 + :polarity -) + :ARG1-of (e2 / exclusive-02 + :polarity -) + :ARG1-of (r5 / revoke-01 + :ARG1-of (p2 / possible-01 + :polarity -))) + :ARG2 y + :mod (h / hereby) + :ARG1-of (s3 / subject-01 + :ARG2 (a5 / and + :op1 (t / term) + :op2 (c2 / condition) + :poss (l4 / license-01 + :ARG1-of (p3 / public-02) + :mod (t2 / this))))) \ No newline at end of file diff --git a/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.png b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f60eb60616bfbbf9a16e03d4ab2c245bc5c19f Binary files /dev/null and b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.png differ diff --git a/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.ttl b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..5aed7e9980a1d1a15740b67e37ffe4bd45b1ee8d --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples-05/cc-sentence-examples-05.stog.amr.ttl @@ -0,0 +1,254 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a4> a ns2:adapt-01 ; + ns2:adapt-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#e2> a ns2:exclusive-02 ; + ns2:exclusive-02.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> ; + ns1:polarity "-" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#f> a ns2:free-04 ; + ns2:free-04.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> ; + ns2:free-04.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r4> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l> a ns2:license-01 ; + ns2:license-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#p> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l3> a ns2:license-01 ; + ns2:license-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p2> a ns2:possible-01 ; + ns2:possible-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r5> ; + ns1:polarity "-" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p3> a ns2:public-02 ; + ns2:public-02.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l4> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#root01> a ns3:AMR ; + ns3:has-id "cc-sentence-examples-05" ; + ns3:has-sentence "Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce and reproduce, but not Share, Adapted Material." ; + ns3:root <http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s3> a ns2:subject-01 ; + ns2:subject-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> ; + ns2:subject-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#a5> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#v> a ns2:value-01 ; + ns2:value-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> ; + ns1:polarity "-" . + +ns2:adapt-01.ARG1 a ns2:FrameRole . + +ns2:contrast-01.ARG1 a ns2:FrameRole . + +ns2:contrast-01.ARG2 a ns2:FrameRole . + +ns2:exclusive-02.ARG1 a ns2:FrameRole . + +ns2:exercise-01.ARG1 a ns2:FrameRole . + +ns2:free-04.ARG1 a ns2:FrameRole . + +ns2:free-04.ARG2 a ns2:FrameRole . + +ns2:grant-01.ARG0 a ns2:FrameRole . + +ns2:grant-01.ARG1 a ns2:FrameRole . + +ns2:grant-01.ARG2 a ns2:FrameRole . + +ns2:license-01.ARG0 a ns2:FrameRole . + +ns2:license-01.ARG1 a ns2:FrameRole . + +ns2:license-01.ARG2 a ns2:FrameRole . + +ns2:possible-01.ARG1 a ns2:FrameRole . + +ns2:public-02.ARG1 a ns2:FrameRole . + +ns2:reproduce-01.ARG1 a ns2:FrameRole . + +ns2:revoke-01.ARG1 a ns2:FrameRole . + +ns2:right-05.ARG2 a ns2:FrameRole . + +ns2:share-01.ARG1 a ns2:FrameRole . + +ns2:subject-01.ARG1 a ns2:FrameRole . + +ns2:subject-01.ARG2 a ns2:FrameRole . + +ns2:value-01.ARG1 a ns2:FrameRole . + +ns1:manner a ns3:Role . + +ns1:mod a ns3:Role . + +ns1:op1 a ns3:Role . + +ns1:op2 a ns3:Role . + +ns1:poss a ns3:Role . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#e> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#c> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a2> a ns3:and ; + ns1:manner <http://amr.isi.edu/amr_data/cc-sentence-examples-05#o> ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r2> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#s> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a3> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r3> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#s> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#a5> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#t> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#c2> ; + ns1:poss <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l4> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#a3> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#s2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#c2> a ns3:condition . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#e> a ns2:exercise-01 ; + ns2:exercise-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#r> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#h> a ns1:hereby . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#ii> a ns1:in-part . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#o> a ns3:or ; + ns1:op1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#w> ; + ns1:op2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#ii> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r> a ns2:right-05 ; + ns2:right-05.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#a2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r2> a ns2:reproduce-01 ; + ns2:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r3> a ns2:reproduce-01 ; + ns2:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r4> a ns1:royalty . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#r5> a ns2:revoke-01 ; + ns2:revoke-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s2> a ns2:share-01 ; + ns2:share-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> ; + ns1:polarity "-" . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#t> a ns1:term . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#t2> a ns1:this . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#w> a ns1:whole . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#w2> a ns1:worldwide . + +<http://amr.isi.edu/entity-types#person> a ns3:NamedEntity . + +ns2:adapt-01 a ns3:Frame . + +ns2:contrast-01 a ns3:Frame . + +ns2:exclusive-02 a ns3:Frame . + +ns2:exercise-01 a ns3:Frame . + +ns2:free-04 a ns3:Frame . + +ns2:grant-01 a ns3:Frame . + +ns2:possible-01 a ns3:Frame . + +ns2:public-02 a ns3:Frame . + +ns2:revoke-01 a ns3:Frame . + +ns2:right-05 a ns3:Frame . + +ns2:subject-01 a ns3:Frame . + +ns2:value-01 a ns3:Frame . + +ns1:hereby a ns3:Concept . + +ns1:in-part a ns3:Concept . + +ns1:royalty a ns3:Concept . + +ns1:term a ns3:Concept . + +ns1:this a ns3:Concept . + +ns1:whole a ns3:Concept . + +ns1:worldwide a ns3:Concept . + +ns1:you a ns3:Concept . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:condition a ns3:Concept . + +ns3:or a ns3:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#g> a ns2:grant-01 ; + ns2:grant-01.ARG0 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#p> ; + ns2:grant-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> ; + ns2:grant-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#y> ; + ns1:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-05#h> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l4> a ns2:license-01 ; + ns1:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-05#t2> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#m2> a ns1:material . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#p> a <http://amr.isi.edu/entity-types#person> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#s> a ns2:share-01 ; + ns2:share-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#y> a ns1:you . + +ns2:reproduce-01 a ns3:Frame . + +ns2:share-01 a ns3:Frame . + +ns1:material a ns3:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#m> a ns1:material . + +ns2:license-01 a ns3:Frame . + +ns3:and a ns3:Concept . + +<http://amr.isi.edu/amr_data/cc-sentence-examples-05#l2> a ns2:license-01 ; + ns2:license-01.ARG1 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#a> ; + ns2:license-01.ARG2 <http://amr.isi.edu/amr_data/cc-sentence-examples-05#y> ; + ns1:mod <http://amr.isi.edu/amr_data/cc-sentence-examples-05#w2> . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230317/cc-sentence-examples.sentence.txt b/tests/output/Test-20230317/cc-sentence-examples.sentence.txt new file mode 100644 index 0000000000000000000000000000000000000000..f311d17e17c61f3592ac3d8c0e699d1bf2e12702 --- /dev/null +++ b/tests/output/Test-20230317/cc-sentence-examples.sentence.txt @@ -0,0 +1,5 @@ +This Public License grants You a license to reproduce and share the Licensed Material. +This Public License grants You a license to produce, reproduce, and Share Adapted Material. +This Public License grants You a license to produce and reproduce, but not Share, Adapted Material. +Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce, reproduce, and Share Adapted Material. +Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to reproduce and Share the Licensed Material, in whole or in part; and produce and reproduce, but not Share, Adapted Material. \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..5fd561ecc3557cde384aa03d8da2b647579d5165 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.dot @@ -0,0 +1,12 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/possible-01" shape=circle] + u [label="u/use-01" shape=circle] + m [label="m/movie" shape=circle] + n [label="n/name" shape=circle] + p -> u [label=":ARG1"] + u -> m [label=":ARG1"] + m -> n [label=":name"] + node_0 [label="\"9898\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..b4c23b645e4ec9d67a844acc304aa6b3b4902bd5 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.nt @@ -0,0 +1,26 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-01" . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Movie9898 can be used." . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> <http://www.w3.org/2000/01/rdf-schema#label> "9898" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/use-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> <http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..76b829f716e58ef26ee307d4216dd277eb2d4259 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.penman @@ -0,0 +1,7 @@ +# ::id asail_odrl_sentences-01 +# ::snt Movie9898 can be used. +(p / possible-01 + :ARG1 (u / use-01 + :ARG1 (m / movie + :name (n / name + :op1 "9898")))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..a7596277ee564740737d045b8132c82c52003158 Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..1e6364b2aa075aef2c7ba39d283bfe601c505914 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.ttl @@ -0,0 +1,44 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns1:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns1:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> a ns1:AMR ; + ns1:has-id "asail_odrl_sentences-01" ; + ns1:has-sentence "Movie9898 can be used." ; + ns1:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> . + +ns2:possible-01.ARG1 a ns2:FrameRole . + +ns2:use-01.ARG1 a ns2:FrameRole . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> a <http://amr.isi.edu/rdf/amr-terms#movie> ; + rdfs:label "9898" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> a ns2:possible-01 ; + ns2:possible-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> a ns2:use-01 ; + ns2:use-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> . + +ns2:possible-01 a ns1:Frame . + +ns2:use-01 a ns1:Frame . + +<http://amr.isi.edu/rdf/amr-terms#movie> a ns1:Concept . + +ns2:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..52118c8cafdcfa8b66e0bdefafb13161a977d5eb --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.dot @@ -0,0 +1,14 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + p [label="p/play-02" shape=circle] + p2 [label="p2/person" shape=circle] + n [label="n/name" shape=circle] + m [label="m/movie" shape=circle] + o -> p [label=":ARG2"] + p -> p2 [label=":ARG0"] + p2 -> n [label=":name"] + p -> m [label=":ARG1"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..b3e67ade94e82a93191e92f72677bc970c705797 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.nt @@ -0,0 +1,30 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/play-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/play-02> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-02" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John must play the movie." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-02.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-02.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-02.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..913bf2fa69fb302d7b1ae9be87c444882c7fef0e --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.penman @@ -0,0 +1,8 @@ +# ::id asail_odrl_sentences-02 +# ::snt John must play the movie. +(o / obligate-01 + :ARG2 (p / play-02 + :ARG0 (p2 / person + :name (n / name + :op1 "John")) + :ARG1 (m / movie))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..d970ee5b1ec3fc6eaa1155357cf40309dbfc9db5 Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..4dc07c01b70589054f0b4655bb0b9af39e2a1e3c --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.ttl @@ -0,0 +1,51 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-02" ; + ns2:has-sentence "John must play the movie." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns1:play-02.ARG0 a ns1:FrameRole . + +ns1:play-02.ARG1 a ns1:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#m> a <http://amr.isi.edu/rdf/amr-terms#movie> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> a ns1:play-02 ; + ns1:play-02.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> ; + ns1:play-02.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#m> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +<http://amr.isi.edu/entity-types#person> a ns2:NamedEntity . + +ns1:obligate-01 a ns2:Frame . + +ns1:play-02 a ns2:Frame . + +<http://amr.isi.edu/rdf/amr-terms#movie> a ns2:Concept . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..1942b1ae4dda85143e900092ac284f381418fea7 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.dot @@ -0,0 +1,16 @@ +digraph amr_graph { + rankdir=LR size="12,8" + a [label="a/allow-01" shape=circle] + p [label="p/play-01" shape=circle] + p2 [label="p2/person" shape=circle] + n [label="n/name" shape=circle] + m [label="m/movie" shape=circle] + a -> p [label=":ARG1"] + p -> p2 [label=":ARG0"] + p2 -> n [label=":name"] + p -> m [label=":ARG1"] + node_0 [label="-" shape=rectangle] + a -> node_0 [label=":polarity"] + node_1 [label="\"John\"" shape=rectangle] + n -> node_1 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..ffc734b9995fe81beaccf76e449890ad5704cadd --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.nt @@ -0,0 +1,31 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-03" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/play-01> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#m> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is not allowed to play the movie." . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..ec9c2e5aa3c7cd2aef9bd155f2502f013ed797e3 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.penman @@ -0,0 +1,9 @@ +# ::id asail_odrl_sentences-03 +# ::snt John is not allowed to play the movie. +(a / allow-01 + :polarity - + :ARG1 (p / play-01 + :ARG0 (p2 / person + :name (n / name + :op1 "John")) + :ARG1 (m / movie))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..5a6f0442b38a1663dae89033c145699bfc701bbe Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..52fde49e362b031abb8ad0129ca53dab565328ba --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.ttl @@ -0,0 +1,53 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-03" ; + ns2:has-sentence "John is not allowed to play the movie." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> . + +ns1:allow-01.ARG1 a ns1:FrameRole . + +ns1:play-01.ARG0 a ns1:FrameRole . + +ns1:play-01.ARG1 a ns1:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> a ns1:allow-01 ; + ns1:allow-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> ; + ns3:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#m> a ns3:movie . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> a ns1:play-01 ; + ns1:play-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> ; + ns1:play-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#m> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +<http://amr.isi.edu/entity-types#person> a ns2:NamedEntity . + +ns1:allow-01 a ns2:Frame . + +ns1:play-01 a ns2:Frame . + +ns3:movie a ns2:Concept . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..f8fceb319d594e0a4aaad5704e45ce13e45dad6c --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.dot @@ -0,0 +1,20 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/possible-01" shape=circle] + d [label="d/display-01" shape=circle] + m [label="m/movie" shape=circle] + n [label="n/name" shape=circle] + c [label="c/country" shape=circle] + n2 [label="n2/name" shape=circle] + o [label="o/only" shape=circle] + p -> d [label=":ARG1"] + d -> m [label=":ARG1"] + m -> n [label=":name"] + d -> c [label=":ARG2"] + c -> n2 [label=":name"] + c -> o [label=":mod"] + node_0 [label="\"9899\"" shape=rectangle] + n -> node_0 [label=":op1"] + node_1 [label="\"Germany\"" shape=rectangle] + n2 -> node_1 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..17041f182647b84994c519fa99d6687e920f6731 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.nt @@ -0,0 +1,35 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/display-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> <http://www.w3.org/2000/01/rdf-schema#label> "Germany" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Movie9899 can be displayed only in Germany." . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#only> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> <http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> <http://www.w3.org/2000/01/rdf-schema#label> "9899" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/amr-terms#only> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/entity-types#country> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-04" . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#o> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> <http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#country> . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..78e4ef131f0e88d36f2537c5544c5de7f90b1327 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.penman @@ -0,0 +1,11 @@ +# ::id asail_odrl_sentences-04 +# ::snt Movie9899 can be displayed only in Germany. +(p / possible-01 + :ARG1 (d / display-01 + :ARG1 (m / movie + :name (n / name + :op1 "9899")) + :ARG2 (c / country + :name (n2 / name + :op1 "Germany") + :mod (o / only)))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..4fd894a5db868ea40768c300e3aca9c4a2d83b01 Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..7aaf8657e2e75ad59e866ad22d3bbd1e623db370 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.ttl @@ -0,0 +1,60 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-04" ; + ns2:has-sentence "Movie9899 can be displayed only in Germany." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> . + +ns1:display-01.ARG1 a ns1:FrameRole . + +ns1:display-01.ARG2 a ns1:FrameRole . + +ns1:possible-01.ARG1 a ns1:FrameRole . + +ns3:mod a ns2:Role . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> a <http://amr.isi.edu/entity-types#country> ; + rdfs:label "Germany" ; + ns3:mod <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#o> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> a ns1:display-01 ; + ns1:display-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> ; + ns1:display-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> a ns3:movie ; + rdfs:label "9899" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#o> a ns3:only . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> a ns1:possible-01 ; + ns1:possible-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> . + +<http://amr.isi.edu/entity-types#country> a ns2:NamedEntity . + +ns1:display-01 a ns2:Frame . + +ns1:possible-01 a ns2:Frame . + +ns3:movie a ns2:Concept . + +ns3:only a ns2:Concept . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..dd7d36973bb234b5c2575ff0685cb4dc6c9e6c0b --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.dot @@ -0,0 +1,20 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/possible-01" shape=circle] + d [label="d/display-01" shape=circle] + m [label="m/movie" shape=circle] + n [label="n/name" shape=circle] + a [label="a/after" shape=circle] + d2 [label="d2/date-entity" shape=circle] + o [label="o/only" shape=circle] + p -> d [label=":ARG1"] + d -> m [label=":ARG1"] + m -> n [label=":name"] + d -> a [label=":time"] + a -> d2 [label=":op1"] + a -> o [label=":mod"] + node_0 [label="\"9899\"" shape=rectangle] + n -> node_0 [label=":op1"] + node_1 [label=2019 shape=rectangle] + d2 -> node_1 [label=":year"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..3a1916f5b80f8efd96d200c7e06cc5fabcc03d36 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.nt @@ -0,0 +1,39 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-05" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#date-entity> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> <http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#date-entity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> <http://amr.isi.edu/rdf/amr-terms#year> "2019" . +<http://amr.isi.edu/rdf/core-amr#after> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> <http://www.w3.org/2000/01/rdf-schema#label> "9899" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Movie9899 can be displayed only after 2019." . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#after> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/amr-terms#only> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#only> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/display-01> . +<http://amr.isi.edu/rdf/amr-terms#time> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> <http://amr.isi.edu/rdf/amr-terms#time> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#o> . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..217c2de02a1b36980002dbb967ceefdf7d5cfd66 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.penman @@ -0,0 +1,11 @@ +# ::id asail_odrl_sentences-05 +# ::snt Movie9899 can be displayed only after 2019. +(p / possible-01 + :ARG1 (d / display-01 + :ARG1 (m / movie + :name (n / name + :op1 "9899")) + :time (a / after + :op1 (d2 / date-entity + :year 2019) + :mod (o / only)))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..0b808b6d16f1ad08ad0af60b3ea92856bbc1e1de Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..6f111209fc3675050b278aa192922c3cb64901e3 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.ttl @@ -0,0 +1,67 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> a ns3:AMR ; + ns3:has-id "asail_odrl_sentences-05" ; + ns3:has-sentence "Movie9899 can be displayed only after 2019." ; + ns3:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> . + +ns2:display-01.ARG1 a ns2:FrameRole . + +ns2:possible-01.ARG1 a ns2:FrameRole . + +ns1:mod a ns3:Role . + +ns1:op1 a ns3:Role . + +ns1:time a ns3:Role . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> a ns3:after ; + ns1:mod <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#o> ; + ns1:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> a ns2:display-01 ; + ns2:display-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> ; + ns1:time <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> a ns3:date-entity ; + ns1:year "2019" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> a ns1:movie ; + rdfs:label "9899" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#o> a ns1:only . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> a ns2:possible-01 ; + ns2:possible-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> . + +ns2:display-01 a ns3:Frame . + +ns2:possible-01 a ns3:Frame . + +ns1:movie a ns3:Concept . + +ns1:only a ns3:Concept . + +ns3:after a ns3:Concept . + +ns3:date-entity a ns3:Concept . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..1942b1ae4dda85143e900092ac284f381418fea7 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.dot @@ -0,0 +1,16 @@ +digraph amr_graph { + rankdir=LR size="12,8" + a [label="a/allow-01" shape=circle] + p [label="p/play-01" shape=circle] + p2 [label="p2/person" shape=circle] + n [label="n/name" shape=circle] + m [label="m/movie" shape=circle] + a -> p [label=":ARG1"] + p -> p2 [label=":ARG0"] + p2 -> n [label=":name"] + p -> m [label=":ARG1"] + node_0 [label="-" shape=rectangle] + a -> node_0 [label=":polarity"] + node_1 [label="\"John\"" shape=rectangle] + n -> node_1 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..7644f36b38517550992cd06af5b54077b6b9e166 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.nt @@ -0,0 +1,31 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-06" . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is not allowed to play the movie." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/play-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..3042f1ba2e584753029243ee33e7d73588eb040c --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.penman @@ -0,0 +1,9 @@ +# ::id asail_odrl_sentences-06 +# ::snt John is not allowed to play the movie. +(a / allow-01 + :polarity - + :ARG1 (p / play-01 + :ARG0 (p2 / person + :name (n / name + :op1 "John")) + :ARG1 (m / movie))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..5a6f0442b38a1663dae89033c145699bfc701bbe Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..4ab9d48fcb8c01497147be7407fba717eaf6916a --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.ttl @@ -0,0 +1,53 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns1:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns1:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> a ns1:AMR ; + ns1:has-id "asail_odrl_sentences-06" ; + ns1:has-sentence "John is not allowed to play the movie." ; + ns1:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> . + +ns3:allow-01.ARG1 a ns3:FrameRole . + +ns3:play-01.ARG0 a ns3:FrameRole . + +ns3:play-01.ARG1 a ns3:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> a ns3:allow-01 ; + ns3:allow-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> ; + ns2:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#m> a ns2:movie . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> a ns3:play-01 ; + ns3:play-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> ; + ns3:play-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#m> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +<http://amr.isi.edu/entity-types#person> a ns1:NamedEntity . + +ns3:allow-01 a ns1:Frame . + +ns3:play-01 a ns1:Frame . + +ns2:movie a ns1:Concept . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns3:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..387c8cf3492004fc108f4fe33e27aa6ffe7861c9 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.dot @@ -0,0 +1,15 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/prohibit-01" shape=circle] + r [label="r/reproduce-01" shape=circle] + p2 [label="p2/person" shape=circle] + n [label="n/name" shape=circle] + w [label="w/work-01" shape=circle] + p -> r [label=":ARG1"] + r -> p2 [label=":ARG0"] + p2 -> n [label=":name"] + r -> w [label=":ARG1"] + p -> p2 [label=":ARG2"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..e25eb98d00d23d67bddd1eb607cedae9b15968bf --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.nt @@ -0,0 +1,32 @@ +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> <http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is prohibited not to reproduce the Work." . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-07" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> <http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..87994e26f5ac55983c2e962f94fbd5aae8056a2b --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.penman @@ -0,0 +1,9 @@ +# ::id asail_odrl_sentences-07 +# ::snt John is prohibited not to reproduce the Work. +(p / prohibit-01 + :ARG1 (r / reproduce-01 + :ARG0 (p2 / person + :name (n / name + :op1 "John")) + :ARG1 (w / work-01)) + :ARG2 p2) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..91b0569a8ce33f6b6b6d0eb509b7239d5ed4b933 Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..1ed81e108087a08423708bdd5d8c16543bbee935 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.ttl @@ -0,0 +1,54 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns1:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns1:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> a ns1:AMR ; + ns1:has-id "asail_odrl_sentences-07" ; + ns1:has-sentence "John is prohibited not to reproduce the Work." ; + ns1:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> . + +ns2:prohibit-01.ARG1 a ns2:FrameRole . + +ns2:prohibit-01.ARG2 a ns2:FrameRole . + +ns2:reproduce-01.ARG0 a ns2:FrameRole . + +ns2:reproduce-01.ARG1 a ns2:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> a ns2:prohibit-01 ; + ns2:prohibit-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> ; + ns2:prohibit-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> a ns2:reproduce-01 ; + ns2:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> ; + ns2:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#w> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#w> a ns2:work-01 . + +<http://amr.isi.edu/entity-types#person> a ns1:NamedEntity . + +ns2:prohibit-01 a ns1:Frame . + +ns2:reproduce-01 a ns1:Frame . + +ns2:work-01 a ns1:Frame . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..ca46cc12c1f284ef289f3df017084e020df9117b --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.dot @@ -0,0 +1,18 @@ +digraph amr_graph { + rankdir=LR size="12,8" + a [label="a/allow-01" shape=circle] + r [label="r/reproduce-01" shape=circle] + p [label="p/person" shape=circle] + n [label="n/name" shape=circle] + w [label="w/work-01" shape=circle] + a -> r [label=":ARG1"] + r -> p [label=":ARG0"] + p -> n [label=":name"] + r -> w [label=":ARG1"] + node_0 [label="-" shape=rectangle] + a -> node_0 [label=":polarity"] + node_1 [label="-" shape=rectangle] + r -> node_1 [label=":polarity"] + node_2 [label="\"John\"" shape=rectangle] + n -> node_2 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..e8ad631dfe116bc7d59380358d8bd182214bc303 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.nt @@ -0,0 +1,32 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-08" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is not allowed not to reproduce the Work." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#w> . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..56b5c0481857b3243fa8340ce035c6be2b836ecf --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.penman @@ -0,0 +1,10 @@ +# ::id asail_odrl_sentences-08 +# ::snt John is not allowed not to reproduce the Work. +(a / allow-01 + :polarity - + :ARG1 (r / reproduce-01 + :polarity - + :ARG0 (p / person + :name (n / name + :op1 "John")) + :ARG1 (w / work-01))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..03c489d8f4e17220f2ca182639971c45616a2669 Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..a36a2f72a6c185d55e3c789d4a5c3c62d537c49a --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.ttl @@ -0,0 +1,54 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> a ns3:AMR ; + ns3:has-id "asail_odrl_sentences-08" ; + ns3:has-sentence "John is not allowed not to reproduce the Work." ; + ns3:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> . + +ns1:allow-01.ARG1 a ns1:FrameRole . + +ns1:reproduce-01.ARG0 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> a ns1:allow-01 ; + ns1:allow-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> ; + ns2:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#w> ; + ns2:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#w> a ns1:work-01 . + +<http://amr.isi.edu/entity-types#person> a ns3:NamedEntity . + +ns1:allow-01 a ns3:Frame . + +ns1:reproduce-01 a ns3:Frame . + +ns1:work-01 a ns3:Frame . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..72dd7143966edece1b8ee432fafc65b6f294b740 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.dot @@ -0,0 +1,17 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + p [label="p/person" shape=circle] + n [label="n/name" shape=circle] + r [label="r/reproduce-01" shape=circle] + w [label="w/work-01" shape=circle] + o -> p [label=":ARG1"] + p -> n [label=":name"] + o -> r [label=":ARG2"] + r -> p [label=":ARG0"] + r -> w [label=":ARG1"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] + node_1 [label="-" shape=rectangle] + r -> node_1 [label=":polarity"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..c1be46f662ea31a05820d98d7c2b9c3916271e51 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.nt @@ -0,0 +1,33 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-09" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is obligated not to reproduce the Work." . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..3cb62339420cd5db3cb45f3b3152eec377e0ee7d --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.penman @@ -0,0 +1,10 @@ +# ::id asail_odrl_sentences-09 +# ::snt John is obligated not to reproduce the Work. +(o / obligate-01 + :ARG1 (p / person + :name (n / name + :op1 "John")) + :ARG2 (r / reproduce-01 + :polarity - + :ARG0 p + :ARG1 (w / work-01))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..a74d0f53499012d387015e4ac849a75edf0ee9c9 Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..5cc32616813768de4fe716a0782c0838aa51d163 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.ttl @@ -0,0 +1,56 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> a ns3:AMR ; + ns3:has-id "asail_odrl_sentences-09" ; + ns3:has-sentence "John is obligated not to reproduce the Work." ; + ns3:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> . + +ns1:obligate-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns1:reproduce-01.ARG0 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#w> ; + ns2:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#w> a ns1:work-01 . + +<http://amr.isi.edu/entity-types#person> a ns3:NamedEntity . + +ns1:obligate-01 a ns3:Frame . + +ns1:reproduce-01 a ns3:Frame . + +ns1:work-01 a ns3:Frame . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..fa5f46c09fd4284f03e36250094bda34a9cf97dd --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.dot @@ -0,0 +1,21 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + p [label="p/person" shape=circle] + n [label="n/name" shape=circle] + a [label="a/and" shape=circle] + r [label="r/reproduce-01" shape=circle] + w [label="w/work-01" shape=circle] + d [label="d/distribute-01" shape=circle] + o -> p [label=":ARG1"] + p -> n [label=":name"] + o -> a [label=":ARG2"] + a -> r [label=":op1"] + r -> p [label=":ARG0"] + r -> w [label=":ARG1"] + a -> d [label=":op2"] + d -> p [label=":ARG0"] + d -> w [label=":ARG1"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..b620db0e85ea6db87294cbd1ef61bf0880fa65a6 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.nt @@ -0,0 +1,44 @@ +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is obligated to reproduce and distribute the Work." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-10" . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..b197a29b5ef38b7de85478f085ab83b0a18f522f --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.penman @@ -0,0 +1,13 @@ +# ::id asail_odrl_sentences-10 +# ::snt John is obligated to reproduce and distribute the Work. +(o / obligate-01 + :ARG1 (p / person + :name (n / name + :op1 "John")) + :ARG2 (a / and + :op1 (r / reproduce-01 + :ARG0 p + :ARG1 (w / work-01)) + :op2 (d / distribute-01 + :ARG0 p + :ARG1 w))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed1c6f72b4b075eadc5ade3c1a35503df740ce1 Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..da707e69177fcd504061cb85a480938cdf1d5694 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.ttl @@ -0,0 +1,75 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-10" ; + ns2:has-sentence "John is obligated to reproduce and distribute the Work." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> . + +ns1:distribute-01.ARG0 a ns1:FrameRole . + +ns1:distribute-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns1:reproduce-01.ARG0 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +ns3:op1 a ns2:Role . + +ns3:op2 a ns2:Role . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> a ns2:and ; + ns3:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> ; + ns3:op2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> a ns1:distribute-01 ; + ns1:distribute-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> ; + ns1:distribute-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> . + +<http://amr.isi.edu/entity-types#person> a ns2:NamedEntity . + +ns1:distribute-01 a ns2:Frame . + +ns1:obligate-01 a ns2:Frame . + +ns1:reproduce-01 a ns2:Frame . + +ns1:work-01 a ns2:Frame . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:and a ns2:Concept . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> a ns1:work-01 . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.dot b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..c458656f02489794ced129280916a7d210a9001d --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.dot @@ -0,0 +1,19 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + p [label="p/person" shape=circle] + n [label="n/name" shape=circle] + r [label="r/reproduce-01" shape=circle] + a [label="a/and" shape=circle] + m [label="m/movie" shape=circle] + p2 [label="p2/picture" shape=circle] + o -> p [label=":ARG1"] + p -> n [label=":name"] + o -> r [label=":ARG2"] + r -> p [label=":ARG0"] + r -> a [label=":ARG1"] + a -> m [label=":op1"] + a -> p2 [label=":op2"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.nt b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..a036a17be79e6e8d9d05d4deb9795019bd6227b7 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.nt @@ -0,0 +1,40 @@ +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-11" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#m> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is obligated to reproduce the movie and the picture." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#picture> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/entity-types#picture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . diff --git a/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.penman b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..07d455bd567c90235f593ac4d18099d8ab966e05 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.penman @@ -0,0 +1,11 @@ +# ::id asail_odrl_sentences-11 +# ::snt John is obligated to reproduce the movie and the picture. +(o / obligate-01 + :ARG1 (p / person + :name (n / name + :op1 "John")) + :ARG2 (r / reproduce-01 + :ARG0 p + :ARG1 (a / and + :op1 (m / movie) + :op2 (p2 / picture)))) \ No newline at end of file diff --git a/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.png b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3e2b3783121f8957e3188f5db94542fa641042 Binary files /dev/null and b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.png differ diff --git a/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.ttl b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..dfeab3e829ffa687162ecd55f1feb9b26aa4b567 --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.ttl @@ -0,0 +1,69 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> a ns3:AMR ; + ns3:has-id "asail_odrl_sentences-11" ; + ns3:has-sentence "John is obligated to reproduce the movie and the picture." ; + ns3:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> . + +ns2:obligate-01.ARG1 a ns2:FrameRole . + +ns2:obligate-01.ARG2 a ns2:FrameRole . + +ns2:reproduce-01.ARG0 a ns2:FrameRole . + +ns2:reproduce-01.ARG1 a ns2:FrameRole . + +ns1:op1 a ns3:Role . + +ns1:op2 a ns3:Role . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> a ns3:and ; + ns1:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#m> ; + ns1:op2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#m> a ns1:movie . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> a ns2:obligate-01 ; + ns2:obligate-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> ; + ns2:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p2> a <http://amr.isi.edu/entity-types#picture> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> a ns2:reproduce-01 ; + ns2:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> ; + ns2:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> . + +<http://amr.isi.edu/entity-types#person> a ns3:NamedEntity . + +<http://amr.isi.edu/entity-types#picture> a ns3:NamedEntity . + +ns2:obligate-01 a ns3:Frame . + +ns2:reproduce-01 a ns3:Frame . + +ns1:movie a ns3:Concept . + +ns3:and a ns3:Concept . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230418/asail_odrl_sentences.sentence.txt b/tests/output/Test-20230418/asail_odrl_sentences.sentence.txt new file mode 100644 index 0000000000000000000000000000000000000000..30cc85247c044e563a2c6524ee9856bbf052d1aa --- /dev/null +++ b/tests/output/Test-20230418/asail_odrl_sentences.sentence.txt @@ -0,0 +1,11 @@ +Movie9898 can be used. +John must play the movie. +John is not allowed to play the movie. +Movie9899 can be displayed only in Germany. +Movie9899 can be displayed only after 2019. +John is not allowed to play the movie. +John is prohibited not to reproduce the Work. +John is not allowed not to reproduce the Work. +John is obligated not to reproduce the Work. +John is obligated to reproduce and distribute the Work. +John is obligated to reproduce the movie and the picture. \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..5fd561ecc3557cde384aa03d8da2b647579d5165 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.dot @@ -0,0 +1,12 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/possible-01" shape=circle] + u [label="u/use-01" shape=circle] + m [label="m/movie" shape=circle] + n [label="n/name" shape=circle] + p -> u [label=":ARG1"] + u -> m [label=":ARG1"] + m -> n [label=":name"] + node_0 [label="\"9898\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..97918b6eff1a7c5fa5624e7fb18ae358d20fb6cd --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.nt @@ -0,0 +1,26 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> <http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-01" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> <http://www.w3.org/2000/01/rdf-schema#label> "9898" . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/use-01> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Movie9898 can be used." . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..76b829f716e58ef26ee307d4216dd277eb2d4259 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.penman @@ -0,0 +1,7 @@ +# ::id asail_odrl_sentences-01 +# ::snt Movie9898 can be used. +(p / possible-01 + :ARG1 (u / use-01 + :ARG1 (m / movie + :name (n / name + :op1 "9898")))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..a7596277ee564740737d045b8132c82c52003158 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..810071556feaf42c8d4ff9f19627369c830e378e --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.svg @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="819pt" height="152pt" + viewBox="0.00 0.00 819.16 152.29" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 148.29)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-148.29 815.16,-148.29 815.16,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="72.14" cy="-72.14" rx="72.29" ry="72.29"/> +<text text-anchor="middle" x="72.14" y="-68.44" font-family="Times,serif" font-size="14.00">p/possible-01</text> +</g> +<!-- u --> +<g id="node2" class="node"> +<title>u</title> +<ellipse fill="none" stroke="black" cx="276.33" cy="-72.14" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="276.33" y="-68.44" font-family="Times,serif" font-size="14.00">u/use-01</text> +</g> +<!-- p->u --> +<g id="edge1" class="edge"> +<title>p->u</title> +<path fill="none" stroke="black" d="M144.71,-72.14C167.44,-72.14 192.35,-72.14 214.26,-72.14"/> +<polygon fill="black" stroke="black" points="214.24,-75.64 224.24,-72.14 214.24,-68.64 214.24,-75.64"/> +<text text-anchor="middle" x="185.29" y="-75.94" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- m --> +<g id="node3" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="458.42" cy="-72.14" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="458.42" y="-68.44" font-family="Times,serif" font-size="14.00">m/movie</text> +</g> +<!-- u->m --> +<g id="edge2" class="edge"> +<title>u->m</title> +<path fill="none" stroke="black" d="M326.54,-72.14C348.19,-72.14 373.84,-72.14 396.66,-72.14"/> +<polygon fill="black" stroke="black" points="396.45,-75.64 406.45,-72.14 396.45,-68.64 396.45,-75.64"/> +<text text-anchor="middle" x="367.38" y="-75.94" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- n --> +<g id="node4" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="633.32" cy="-72.14" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="633.32" y="-68.44" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- m->n --> +<g id="edge3" class="edge"> +<title>m->n</title> +<path fill="none" stroke="black" d="M508.97,-72.14C530.2,-72.14 555.08,-72.14 576.92,-72.14"/> +<polygon fill="black" stroke="black" points="576.85,-75.64 586.85,-72.14 576.85,-68.64 576.85,-75.64"/> +<text text-anchor="middle" x="548.47" y="-75.94" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node5" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="811.16,-90.14 745.16,-90.14 745.16,-54.14 811.16,-54.14 811.16,-90.14"/> +<text text-anchor="middle" x="778.16" y="-68.44" font-family="Times,serif" font-size="14.00">"9898"</text> +</g> +<!-- n->node_0 --> +<g id="edge4" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M678.34,-72.14C695.87,-72.14 716.01,-72.14 733.5,-72.14"/> +<polygon fill="black" stroke="black" points="733.34,-75.64 743.34,-72.14 733.34,-68.64 733.34,-75.64"/> +<text text-anchor="middle" x="711.66" y="-75.94" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..a3264a1dff8242156c2652285022742e1f3f5eef --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-01/asail_odrl_sentences-01.stog.amr.ttl @@ -0,0 +1,44 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-01" ; + ns2:has-sentence "Movie9898 can be used." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> . + +ns1:possible-01.ARG1 a ns1:FrameRole . + +ns1:use-01.ARG1 a ns1:FrameRole . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> a <http://amr.isi.edu/rdf/amr-terms#movie> ; + rdfs:label "9898" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#p> a ns1:possible-01 ; + ns1:possible-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-01#u> a ns1:use-01 ; + ns1:use-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-01#m> . + +ns1:possible-01 a ns2:Frame . + +ns1:use-01 a ns2:Frame . + +<http://amr.isi.edu/rdf/amr-terms#movie> a ns2:Concept . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..52118c8cafdcfa8b66e0bdefafb13161a977d5eb --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.dot @@ -0,0 +1,14 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + p [label="p/play-02" shape=circle] + p2 [label="p2/person" shape=circle] + n [label="n/name" shape=circle] + m [label="m/movie" shape=circle] + o -> p [label=":ARG2"] + p -> p2 [label=":ARG0"] + p2 -> n [label=":name"] + p -> m [label=":ARG1"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..03d6e36384561d06006ae524012cb53201c7f29a --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.nt @@ -0,0 +1,30 @@ +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-02.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-02.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-02.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#m> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-02" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/play-02> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John must play the movie." . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/frames/ld/v1.2.2/play-02> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-02.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..913bf2fa69fb302d7b1ae9be87c444882c7fef0e --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.penman @@ -0,0 +1,8 @@ +# ::id asail_odrl_sentences-02 +# ::snt John must play the movie. +(o / obligate-01 + :ARG2 (p / play-02 + :ARG0 (p2 / person + :name (n / name + :op1 "John")) + :ARG1 (m / movie))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..d970ee5b1ec3fc6eaa1155357cf40309dbfc9db5 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..29db519294201674e5fd6ab90c31c8097fe23feb --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.svg @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="836pt" height="243pt" + viewBox="0.00 0.00 835.96 242.69" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 238.69)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-238.69 831.96,-238.69 831.96,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="71.49" cy="-71.49" rx="71.49" ry="71.49"/> +<text text-anchor="middle" x="71.49" y="-67.79" font-family="Times,serif" font-size="14.00">o/obligate-01</text> +</g> +<!-- p --> +<g id="node2" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="278.93" cy="-71.49" rx="53.89" ry="53.89"/> +<text text-anchor="middle" x="278.93" y="-67.79" font-family="Times,serif" font-size="14.00">p/play-02</text> +</g> +<!-- o->p --> +<g id="edge1" class="edge"> +<title>o->p</title> +<path fill="none" stroke="black" d="M143.19,-71.49C165.93,-71.49 190.98,-71.49 213.26,-71.49"/> +<polygon fill="black" stroke="black" points="213.12,-74.99 223.12,-71.49 213.12,-67.99 213.12,-74.99"/> +<text text-anchor="middle" x="183.99" y="-75.29" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- p2 --> +<g id="node3" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="472.07" cy="-177.49" rx="57.39" ry="57.39"/> +<text text-anchor="middle" x="472.07" y="-173.79" font-family="Times,serif" font-size="14.00">p2/person</text> +</g> +<!-- p->p2 --> +<g id="edge2" class="edge"> +<title>p->p2</title> +<path fill="none" stroke="black" d="M326.69,-97.42C352.28,-111.62 384.26,-129.35 411.61,-144.52"/> +<polygon fill="black" stroke="black" points="409.69,-147.46 420.13,-149.24 413.09,-141.33 409.69,-147.46"/> +<text text-anchor="middle" x="373.88" y="-138.29" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- m --> +<g id="node5" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="472.07" cy="-52.49" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="472.07" y="-48.79" font-family="Times,serif" font-size="14.00">m/movie</text> +</g> +<!-- p->m --> +<g id="edge4" class="edge"> +<title>p->m</title> +<path fill="none" stroke="black" d="M332.92,-66.23C357.07,-63.83 385.77,-60.97 410.74,-58.49"/> +<polygon fill="black" stroke="black" points="410.81,-62 420.41,-57.53 410.11,-55.04 410.81,-62"/> +<text text-anchor="middle" x="373.88" y="-68.29" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- n --> +<g id="node4" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="654.11" cy="-177.49" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="654.11" y="-173.79" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p2->n --> +<g id="edge3" class="edge"> +<title>p2->n</title> +<path fill="none" stroke="black" d="M529.54,-177.49C551.31,-177.49 576.13,-177.49 597.79,-177.49"/> +<polygon fill="black" stroke="black" points="597.61,-180.99 607.61,-177.49 597.61,-173.99 597.61,-180.99"/> +<text text-anchor="middle" x="569.27" y="-181.29" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node6" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="827.96,-195.49 765.96,-195.49 765.96,-159.49 827.96,-159.49 827.96,-195.49"/> +<text text-anchor="middle" x="796.96" y="-173.79" font-family="Times,serif" font-size="14.00">"John"</text> +</g> +<!-- n->node_0 --> +<g id="edge5" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M699.29,-177.49C716.86,-177.49 736.97,-177.49 754.28,-177.49"/> +<polygon fill="black" stroke="black" points="754.24,-180.99 764.24,-177.49 754.24,-173.99 754.24,-180.99"/> +<text text-anchor="middle" x="732.46" y="-181.29" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..4dc07c01b70589054f0b4655bb0b9af39e2a1e3c --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-02/asail_odrl_sentences-02.stog.amr.ttl @@ -0,0 +1,51 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-02" ; + ns2:has-sentence "John must play the movie." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns1:play-02.ARG0 a ns1:FrameRole . + +ns1:play-02.ARG1 a ns1:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#m> a <http://amr.isi.edu/rdf/amr-terms#movie> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p> a ns1:play-02 ; + ns1:play-02.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> ; + ns1:play-02.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-02#m> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-02#p2> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +<http://amr.isi.edu/entity-types#person> a ns2:NamedEntity . + +ns1:obligate-01 a ns2:Frame . + +ns1:play-02 a ns2:Frame . + +<http://amr.isi.edu/rdf/amr-terms#movie> a ns2:Concept . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..1942b1ae4dda85143e900092ac284f381418fea7 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.dot @@ -0,0 +1,16 @@ +digraph amr_graph { + rankdir=LR size="12,8" + a [label="a/allow-01" shape=circle] + p [label="p/play-01" shape=circle] + p2 [label="p2/person" shape=circle] + n [label="n/name" shape=circle] + m [label="m/movie" shape=circle] + a -> p [label=":ARG1"] + p -> p2 [label=":ARG0"] + p2 -> n [label=":name"] + p -> m [label=":ARG1"] + node_0 [label="-" shape=rectangle] + a -> node_0 [label=":polarity"] + node_1 [label="\"John\"" shape=rectangle] + n -> node_1 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..f453a96776cf19f18a076a77c8dd691ef26e28b1 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.nt @@ -0,0 +1,31 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is not allowed to play the movie." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/play-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#m> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-03" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..ec9c2e5aa3c7cd2aef9bd155f2502f013ed797e3 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.penman @@ -0,0 +1,9 @@ +# ::id asail_odrl_sentences-03 +# ::snt John is not allowed to play the movie. +(a / allow-01 + :polarity - + :ARG1 (p / play-01 + :ARG0 (p2 / person + :name (n / name + :op1 "John")) + :ARG1 (m / movie))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..5a6f0442b38a1663dae89033c145699bfc701bbe Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..ad46c7466f27a0c8fe6879520e1e7e40dcb453ac --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.svg @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="824pt" height="279pt" + viewBox="0.00 0.00 823.66 279.04" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 275.04)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-275.04 819.66,-275.04 819.66,4 -4,4"/> +<!-- a --> +<g id="node1" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="57.84" cy="-57.84" rx="57.69" ry="57.69"/> +<text text-anchor="middle" x="57.84" y="-54.14" font-family="Times,serif" font-size="14.00">a/allow-01</text> +</g> +<!-- p --> +<g id="node2" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="266.63" cy="-128.84" rx="53.89" ry="53.89"/> +<text text-anchor="middle" x="266.63" y="-125.14" font-family="Times,serif" font-size="14.00">p/play-01</text> +</g> +<!-- a->p --> +<g id="edge1" class="edge"> +<title>a->p</title> +<path fill="none" stroke="black" d="M112.91,-76.41C141.03,-86.06 175.5,-97.9 204.58,-107.88"/> +<polygon fill="black" stroke="black" points="203.41,-111.18 214.01,-111.12 205.68,-104.56 203.41,-111.18"/> +<text text-anchor="middle" x="164.19" y="-108.64" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- node_0 --> +<g id="node6" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="293.63,-56.84 239.63,-56.84 239.63,-20.84 293.63,-20.84 293.63,-56.84"/> +<text text-anchor="middle" x="266.63" y="-35.14" font-family="Times,serif" font-size="14.00">-</text> +</g> +<!-- a->node_0 --> +<g id="edge5" class="edge"> +<title>a->node_0</title> +<path fill="none" stroke="black" d="M115.62,-52.63C151.35,-49.35 196.48,-45.2 227.86,-42.32"/> +<polygon fill="black" stroke="black" points="228.02,-45.82 237.65,-41.42 227.38,-38.85 228.02,-45.82"/> +<text text-anchor="middle" x="164.19" y="-54.64" font-family="Times,serif" font-size="14.00">:polarity</text> +</g> +<!-- p2 --> +<g id="node3" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="459.78" cy="-213.84" rx="57.39" ry="57.39"/> +<text text-anchor="middle" x="459.78" y="-210.14" font-family="Times,serif" font-size="14.00">p2/person</text> +</g> +<!-- p->p2 --> +<g id="edge2" class="edge"> +<title>p->p2</title> +<path fill="none" stroke="black" d="M316.36,-150.51C340.67,-161.32 370.34,-174.52 396.29,-186.06"/> +<polygon fill="black" stroke="black" points="394.85,-189.25 405.4,-190.11 397.69,-182.85 394.85,-189.25"/> +<text text-anchor="middle" x="361.58" y="-182.64" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- m --> +<g id="node5" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="459.78" cy="-88.84" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="459.78" y="-85.14" font-family="Times,serif" font-size="14.00">m/movie</text> +</g> +<!-- p->m --> +<g id="edge4" class="edge"> +<title>p->m</title> +<path fill="none" stroke="black" d="M319.86,-117.91C344.42,-112.78 373.81,-106.63 399.23,-101.31"/> +<polygon fill="black" stroke="black" points="399.67,-104.79 408.74,-99.32 398.23,-97.94 399.67,-104.79"/> +<text text-anchor="middle" x="361.58" y="-117.64" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- n --> +<g id="node4" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="641.82" cy="-213.84" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="641.82" y="-210.14" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p2->n --> +<g id="edge3" class="edge"> +<title>p2->n</title> +<path fill="none" stroke="black" d="M517.25,-213.84C539.01,-213.84 563.83,-213.84 585.49,-213.84"/> +<polygon fill="black" stroke="black" points="585.31,-217.34 595.31,-213.84 585.31,-210.34 585.31,-217.34"/> +<text text-anchor="middle" x="556.97" y="-217.64" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_1 --> +<g id="node7" class="node"> +<title>node_1</title> +<polygon fill="none" stroke="black" points="815.66,-231.84 753.66,-231.84 753.66,-195.84 815.66,-195.84 815.66,-231.84"/> +<text text-anchor="middle" x="784.66" y="-210.14" font-family="Times,serif" font-size="14.00">"John"</text> +</g> +<!-- n->node_1 --> +<g id="edge6" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M686.99,-213.84C704.56,-213.84 724.67,-213.84 741.98,-213.84"/> +<polygon fill="black" stroke="black" points="741.94,-217.34 751.94,-213.84 741.94,-210.34 741.94,-217.34"/> +<text text-anchor="middle" x="720.16" y="-217.64" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..2badd10208eabbb53162c77204f77e87c0ea1b4c --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-03/asail_odrl_sentences-03.stog.amr.ttl @@ -0,0 +1,53 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns1:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns1:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#root01> a ns1:AMR ; + ns1:has-id "asail_odrl_sentences-03" ; + ns1:has-sentence "John is not allowed to play the movie." ; + ns1:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> . + +ns2:allow-01.ARG1 a ns2:FrameRole . + +ns2:play-01.ARG0 a ns2:FrameRole . + +ns2:play-01.ARG1 a ns2:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#a> a ns2:allow-01 ; + ns2:allow-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> ; + ns3:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#m> a ns3:movie . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p> a ns2:play-01 ; + ns2:play-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> ; + ns2:play-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-03#m> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-03#p2> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +<http://amr.isi.edu/entity-types#person> a ns1:NamedEntity . + +ns2:allow-01 a ns1:Frame . + +ns2:play-01 a ns1:Frame . + +ns3:movie a ns1:Concept . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..f8fceb319d594e0a4aaad5704e45ce13e45dad6c --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.dot @@ -0,0 +1,20 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/possible-01" shape=circle] + d [label="d/display-01" shape=circle] + m [label="m/movie" shape=circle] + n [label="n/name" shape=circle] + c [label="c/country" shape=circle] + n2 [label="n2/name" shape=circle] + o [label="o/only" shape=circle] + p -> d [label=":ARG1"] + d -> m [label=":ARG1"] + m -> n [label=":name"] + d -> c [label=":ARG2"] + c -> n2 [label=":name"] + c -> o [label=":mod"] + node_0 [label="\"9899\"" shape=rectangle] + n -> node_0 [label=":op1"] + node_1 [label="\"Germany\"" shape=rectangle] + n2 -> node_1 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..b29aee7009a7bbcd0388e5fc9ae877a2ccfd8e81 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.nt @@ -0,0 +1,35 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> <http://www.w3.org/2000/01/rdf-schema#label> "9899" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> <http://www.w3.org/2000/01/rdf-schema#label> "Germany" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#only> . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/display-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/amr-terms#only> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/entity-types#country> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> <http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Movie9899 can be displayed only in Germany." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-04" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#country> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#o> . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> <http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..78e4ef131f0e88d36f2537c5544c5de7f90b1327 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.penman @@ -0,0 +1,11 @@ +# ::id asail_odrl_sentences-04 +# ::snt Movie9899 can be displayed only in Germany. +(p / possible-01 + :ARG1 (d / display-01 + :ARG1 (m / movie + :name (n / name + :op1 "9899")) + :ARG2 (c / country + :name (n2 / name + :op1 "Germany") + :mod (o / only)))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..4fd894a5db868ea40768c300e3aca9c4a2d83b01 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..9a9a73decc54baa9d9675577304bc7420efa79d0 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.svg @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="306pt" + viewBox="0.00 0.00 864.00 305.68" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.957069 0.957069) rotate(0) translate(4 315.39)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-315.39 898.76,-315.39 898.76,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="72.14" cy="-200.35" rx="72.29" ry="72.29"/> +<text text-anchor="middle" x="72.14" y="-196.65" font-family="Times,serif" font-size="14.00">p/possible-01</text> +</g> +<!-- d --> +<g id="node2" class="node"> +<title>d</title> +<ellipse fill="none" stroke="black" cx="293.88" cy="-200.35" rx="67.69" ry="67.69"/> +<text text-anchor="middle" x="293.88" y="-196.65" font-family="Times,serif" font-size="14.00">d/display-01</text> +</g> +<!-- p->d --> +<g id="edge1" class="edge"> +<title>p->d</title> +<path fill="none" stroke="black" d="M144.79,-200.35C167.08,-200.35 191.76,-200.35 214.48,-200.35"/> +<polygon fill="black" stroke="black" points="214.29,-203.85 224.29,-200.35 214.29,-196.85 214.29,-203.85"/> +<text text-anchor="middle" x="185.29" y="-204.15" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- m --> +<g id="node3" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="497.42" cy="-261.35" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="497.42" y="-257.65" font-family="Times,serif" font-size="14.00">m/movie</text> +</g> +<!-- d->m --> +<g id="edge2" class="edge"> +<title>d->m</title> +<path fill="none" stroke="black" d="M359.2,-219.82C384.48,-227.46 413.29,-236.18 437.96,-243.65"/> +<polygon fill="black" stroke="black" points="436.95,-247 447.53,-246.55 438.97,-240.3 436.95,-247"/> +<text text-anchor="middle" x="402.48" y="-241.15" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- c --> +<g id="node5" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="497.42" cy="-139.35" rx="53.89" ry="53.89"/> +<text text-anchor="middle" x="497.42" y="-135.65" font-family="Times,serif" font-size="14.00">c/country</text> +</g> +<!-- d->c --> +<g id="edge4" class="edge"> +<title>d->c</title> +<path fill="none" stroke="black" d="M359.2,-180.88C383.38,-173.56 410.79,-165.26 434.72,-158.02"/> +<polygon fill="black" stroke="black" points="435.44,-161.46 444,-155.21 433.41,-154.76 435.44,-161.46"/> +<text text-anchor="middle" x="402.48" y="-177.15" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- n --> +<g id="node4" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="682.06" cy="-261.35" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="682.06" y="-257.65" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- m->n --> +<g id="edge3" class="edge"> +<title>m->n</title> +<path fill="none" stroke="black" d="M547.85,-261.35C571.83,-261.35 600.74,-261.35 625.49,-261.35"/> +<polygon fill="black" stroke="black" points="625.39,-264.85 635.39,-261.35 625.39,-257.85 625.39,-264.85"/> +<text text-anchor="middle" x="591.37" y="-265.15" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node8" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="880.26,-279.35 814.26,-279.35 814.26,-243.35 880.26,-243.35 880.26,-279.35"/> +<text text-anchor="middle" x="847.26" y="-257.65" font-family="Times,serif" font-size="14.00">"9899"</text> +</g> +<!-- n->node_0 --> +<g id="edge7" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M727.22,-261.35C750.64,-261.35 779.31,-261.35 802.65,-261.35"/> +<polygon fill="black" stroke="black" points="802.45,-264.85 812.45,-261.35 802.45,-257.85 802.45,-264.85"/> +<text text-anchor="middle" x="766.26" y="-265.15" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- n2 --> +<g id="node6" class="node"> +<title>n2</title> +<ellipse fill="none" stroke="black" cx="682.06" cy="-145.35" rx="50.89" ry="50.89"/> +<text text-anchor="middle" x="682.06" y="-141.65" font-family="Times,serif" font-size="14.00">n2/name</text> +</g> +<!-- c->n2 --> +<g id="edge5" class="edge"> +<title>c->n2</title> +<path fill="none" stroke="black" d="M551.74,-141.1C572.99,-141.8 597.58,-142.6 619.58,-143.33"/> +<polygon fill="black" stroke="black" points="619.19,-146.82 629.3,-143.65 619.42,-139.82 619.19,-146.82"/> +<text text-anchor="middle" x="591.37" y="-147.15" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- o --> +<g id="node7" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="682.06" cy="-38.35" rx="38.19" ry="38.19"/> +<text text-anchor="middle" x="682.06" y="-34.65" font-family="Times,serif" font-size="14.00">o/only</text> +</g> +<!-- c->o --> +<g id="edge6" class="edge"> +<title>c->o</title> +<path fill="none" stroke="black" d="M544.98,-113.6C573.69,-97.72 610.24,-77.51 638.23,-62.03"/> +<polygon fill="black" stroke="black" points="639.74,-65.2 646.8,-57.29 636.35,-59.07 639.74,-65.2"/> +<text text-anchor="middle" x="591.37" y="-102.15" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +<!-- node_1 --> +<g id="node9" class="node"> +<title>node_1</title> +<polygon fill="none" stroke="black" points="894.76,-163.35 799.76,-163.35 799.76,-127.35 894.76,-127.35 894.76,-163.35"/> +<text text-anchor="middle" x="847.26" y="-141.65" font-family="Times,serif" font-size="14.00">"Germany"</text> +</g> +<!-- n2->node_1 --> +<g id="edge8" class="edge"> +<title>n2->node_1</title> +<path fill="none" stroke="black" d="M733.36,-145.35C750.64,-145.35 770.14,-145.35 788,-145.35"/> +<polygon fill="black" stroke="black" points="787.95,-148.85 797.95,-145.35 787.95,-141.85 787.95,-148.85"/> +<text text-anchor="middle" x="766.26" y="-149.15" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..7aaf8657e2e75ad59e866ad22d3bbd1e623db370 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-04/asail_odrl_sentences-04.stog.amr.ttl @@ -0,0 +1,60 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-04" ; + ns2:has-sentence "Movie9899 can be displayed only in Germany." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> . + +ns1:display-01.ARG1 a ns1:FrameRole . + +ns1:display-01.ARG2 a ns1:FrameRole . + +ns1:possible-01.ARG1 a ns1:FrameRole . + +ns3:mod a ns2:Role . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> a <http://amr.isi.edu/entity-types#country> ; + rdfs:label "Germany" ; + ns3:mod <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#o> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> a ns1:display-01 ; + ns1:display-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> ; + ns1:display-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#c> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#m> a ns3:movie ; + rdfs:label "9899" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#o> a ns3:only . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-04#p> a ns1:possible-01 ; + ns1:possible-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-04#d> . + +<http://amr.isi.edu/entity-types#country> a ns2:NamedEntity . + +ns1:display-01 a ns2:Frame . + +ns1:possible-01 a ns2:Frame . + +ns3:movie a ns2:Concept . + +ns3:only a ns2:Concept . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..dd7d36973bb234b5c2575ff0685cb4dc6c9e6c0b --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.dot @@ -0,0 +1,20 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/possible-01" shape=circle] + d [label="d/display-01" shape=circle] + m [label="m/movie" shape=circle] + n [label="n/name" shape=circle] + a [label="a/after" shape=circle] + d2 [label="d2/date-entity" shape=circle] + o [label="o/only" shape=circle] + p -> d [label=":ARG1"] + d -> m [label=":ARG1"] + m -> n [label=":name"] + d -> a [label=":time"] + a -> d2 [label=":op1"] + a -> o [label=":mod"] + node_0 [label="\"9899\"" shape=rectangle] + n -> node_0 [label=":op1"] + node_1 [label=2019 shape=rectangle] + d2 -> node_1 [label=":year"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..70cb51f8d1eaa60589152b5dc48089a20db71bf9 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.nt @@ -0,0 +1,39 @@ +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#after> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#o> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#date-entity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Movie9899 can be displayed only after 2019." . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/display-01> . +<http://amr.isi.edu/rdf/amr-terms#time> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/amr-terms#only> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> <http://amr.isi.edu/rdf/amr-terms#time> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#date-entity> . +<http://amr.isi.edu/rdf/core-amr#after> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> <http://amr.isi.edu/frames/ld/v1.2.2/display-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/possible-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> <http://www.w3.org/2000/01/rdf-schema#label> "9899" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/possible-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> <http://amr.isi.edu/rdf/amr-terms#year> "2019" . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#only> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-05" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..217c2de02a1b36980002dbb967ceefdf7d5cfd66 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.penman @@ -0,0 +1,11 @@ +# ::id asail_odrl_sentences-05 +# ::snt Movie9899 can be displayed only after 2019. +(p / possible-01 + :ARG1 (d / display-01 + :ARG1 (m / movie + :name (n / name + :op1 "9899")) + :time (a / after + :op1 (d2 / date-entity + :year 2019) + :mod (o / only)))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..0b808b6d16f1ad08ad0af60b3ea92856bbc1e1de Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..f891af0e2e6dd9f34691c2282781314f860d1957 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.svg @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="339pt" + viewBox="0.00 0.00 864.00 339.17" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.93643 0.93643) rotate(0) translate(4 358.19)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-358.19 918.65,-358.19 918.65,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="72.14" cy="-225.35" rx="72.29" ry="72.29"/> +<text text-anchor="middle" x="72.14" y="-221.65" font-family="Times,serif" font-size="14.00">p/possible-01</text> +</g> +<!-- d --> +<g id="node2" class="node"> +<title>d</title> +<ellipse fill="none" stroke="black" cx="293.88" cy="-225.35" rx="67.69" ry="67.69"/> +<text text-anchor="middle" x="293.88" y="-221.65" font-family="Times,serif" font-size="14.00">d/display-01</text> +</g> +<!-- p->d --> +<g id="edge1" class="edge"> +<title>p->d</title> +<path fill="none" stroke="black" d="M144.79,-225.35C167.08,-225.35 191.76,-225.35 214.48,-225.35"/> +<polygon fill="black" stroke="black" points="214.29,-228.85 224.29,-225.35 214.29,-221.85 214.29,-228.85"/> +<text text-anchor="middle" x="185.29" y="-229.15" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- m --> +<g id="node3" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="493.52" cy="-294.35" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="493.52" y="-290.65" font-family="Times,serif" font-size="14.00">m/movie</text> +</g> +<!-- d->m --> +<g id="edge2" class="edge"> +<title>d->m</title> +<path fill="none" stroke="black" d="M358.23,-247.46C382.9,-256.08 410.98,-265.88 435.06,-274.29"/> +<polygon fill="black" stroke="black" points="433.79,-277.55 444.39,-277.54 436.1,-270.94 433.79,-277.55"/> +<text text-anchor="middle" x="402.48" y="-273.15" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- a --> +<g id="node5" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="493.52" cy="-170.35" rx="41.69" ry="41.69"/> +<text text-anchor="middle" x="493.52" y="-166.65" font-family="Times,serif" font-size="14.00">a/after</text> +</g> +<!-- d->a --> +<g id="edge4" class="edge"> +<title>d->a</title> +<path fill="none" stroke="black" d="M359.6,-207.34C386.47,-199.86 417.17,-191.32 442.3,-184.32"/> +<polygon fill="black" stroke="black" points="442.9,-187.79 451.59,-181.74 441.02,-181.05 442.9,-187.79"/> +<text text-anchor="middle" x="402.48" y="-204.15" font-family="Times,serif" font-size="14.00">:time</text> +</g> +<!-- n --> +<g id="node4" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="699.61" cy="-309.35" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="699.61" y="-305.65" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- m->n --> +<g id="edge3" class="edge"> +<title>m->n</title> +<path fill="none" stroke="black" d="M543.92,-297.98C574.08,-300.19 612.68,-303.03 643.78,-305.32"/> +<polygon fill="black" stroke="black" points="643.12,-308.78 653.35,-306.02 643.64,-301.8 643.12,-308.78"/> +<text text-anchor="middle" x="583.57" y="-305.15" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node8" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="914.65,-327.35 848.65,-327.35 848.65,-291.35 914.65,-291.35 914.65,-327.35"/> +<text text-anchor="middle" x="881.65" y="-305.65" font-family="Times,serif" font-size="14.00">"9899"</text> +</g> +<!-- n->node_0 --> +<g id="edge7" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M744.65,-309.35C772.71,-309.35 808.91,-309.35 836.91,-309.35"/> +<polygon fill="black" stroke="black" points="836.84,-312.85 846.84,-309.35 836.84,-305.85 836.84,-312.85"/> +<text text-anchor="middle" x="812.15" y="-313.15" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- d2 --> +<g id="node6" class="node"> +<title>d2</title> +<ellipse fill="none" stroke="black" cx="699.61" cy="-170.35" rx="76.09" ry="76.09"/> +<text text-anchor="middle" x="699.61" y="-166.65" font-family="Times,serif" font-size="14.00">d2/date-entity</text> +</g> +<!-- a->d2 --> +<g id="edge5" class="edge"> +<title>a->d2</title> +<path fill="none" stroke="black" d="M535.33,-170.35C557.32,-170.35 585.32,-170.35 611.9,-170.35"/> +<polygon fill="black" stroke="black" points="611.67,-173.85 621.67,-170.35 611.67,-166.85 611.67,-173.85"/> +<text text-anchor="middle" x="583.57" y="-174.15" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- o --> +<g id="node7" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="699.61" cy="-38.35" rx="38.19" ry="38.19"/> +<text text-anchor="middle" x="699.61" y="-34.65" font-family="Times,serif" font-size="14.00">o/only</text> +</g> +<!-- a->o --> +<g id="edge6" class="edge"> +<title>a->o</title> +<path fill="none" stroke="black" d="M528.89,-147.4C554.81,-130.17 591.29,-106.08 623.57,-85.35 634.36,-78.41 646.09,-71.01 657,-64.17"/> +<polygon fill="black" stroke="black" points="658.83,-67.15 665.46,-58.88 655.12,-61.22 658.83,-67.15"/> +<text text-anchor="middle" x="583.57" y="-129.15" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +<!-- node_1 --> +<g id="node9" class="node"> +<title>node_1</title> +<polygon fill="none" stroke="black" points="908.65,-188.35 854.65,-188.35 854.65,-152.35 908.65,-152.35 908.65,-188.35"/> +<text text-anchor="middle" x="881.65" y="-166.65" font-family="Times,serif" font-size="14.00">2019</text> +</g> +<!-- d2->node_1 --> +<g id="edge8" class="edge"> +<title>d2->node_1</title> +<path fill="none" stroke="black" d="M776.18,-170.35C799.29,-170.35 823.71,-170.35 843.12,-170.35"/> +<polygon fill="black" stroke="black" points="842.99,-173.85 852.99,-170.35 842.99,-166.85 842.99,-173.85"/> +<text text-anchor="middle" x="812.15" y="-174.15" font-family="Times,serif" font-size="14.00">:year</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..7e2af3b93afc6bef4efd9fb4e50485ffc5ef3dfc --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-05/asail_odrl_sentences-05.stog.amr.ttl @@ -0,0 +1,67 @@ +@prefix ns1: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-05" ; + ns2:has-sentence "Movie9899 can be displayed only after 2019." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> . + +ns3:display-01.ARG1 a ns3:FrameRole . + +ns3:possible-01.ARG1 a ns3:FrameRole . + +ns1:mod a ns2:Role . + +ns1:op1 a ns2:Role . + +ns1:time a ns2:Role . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> a ns2:after ; + ns1:mod <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#o> ; + ns1:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> a ns3:display-01 ; + ns3:display-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> ; + ns1:time <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#a> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d2> a ns2:date-entity ; + ns1:year "2019" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#m> a ns1:movie ; + rdfs:label "9899" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#o> a ns1:only . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-05#p> a ns3:possible-01 ; + ns3:possible-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-05#d> . + +ns3:display-01 a ns2:Frame . + +ns3:possible-01 a ns2:Frame . + +ns1:movie a ns2:Concept . + +ns1:only a ns2:Concept . + +ns2:after a ns2:Concept . + +ns2:date-entity a ns2:Concept . + +ns3:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..1942b1ae4dda85143e900092ac284f381418fea7 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.dot @@ -0,0 +1,16 @@ +digraph amr_graph { + rankdir=LR size="12,8" + a [label="a/allow-01" shape=circle] + p [label="p/play-01" shape=circle] + p2 [label="p2/person" shape=circle] + n [label="n/name" shape=circle] + m [label="m/movie" shape=circle] + a -> p [label=":ARG1"] + p -> p2 [label=":ARG0"] + p2 -> n [label=":name"] + p -> m [label=":ARG1"] + node_0 [label="-" shape=rectangle] + a -> node_0 [label=":polarity"] + node_1 [label="\"John\"" shape=rectangle] + n -> node_1 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..5dce26fde393211b69cc3ba322c9215fa2eca556 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.nt @@ -0,0 +1,31 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/play-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> <http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#m> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-06" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/play-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is not allowed to play the movie." . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..3042f1ba2e584753029243ee33e7d73588eb040c --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.penman @@ -0,0 +1,9 @@ +# ::id asail_odrl_sentences-06 +# ::snt John is not allowed to play the movie. +(a / allow-01 + :polarity - + :ARG1 (p / play-01 + :ARG0 (p2 / person + :name (n / name + :op1 "John")) + :ARG1 (m / movie))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..5a6f0442b38a1663dae89033c145699bfc701bbe Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..ad46c7466f27a0c8fe6879520e1e7e40dcb453ac --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.svg @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="824pt" height="279pt" + viewBox="0.00 0.00 823.66 279.04" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 275.04)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-275.04 819.66,-275.04 819.66,4 -4,4"/> +<!-- a --> +<g id="node1" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="57.84" cy="-57.84" rx="57.69" ry="57.69"/> +<text text-anchor="middle" x="57.84" y="-54.14" font-family="Times,serif" font-size="14.00">a/allow-01</text> +</g> +<!-- p --> +<g id="node2" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="266.63" cy="-128.84" rx="53.89" ry="53.89"/> +<text text-anchor="middle" x="266.63" y="-125.14" font-family="Times,serif" font-size="14.00">p/play-01</text> +</g> +<!-- a->p --> +<g id="edge1" class="edge"> +<title>a->p</title> +<path fill="none" stroke="black" d="M112.91,-76.41C141.03,-86.06 175.5,-97.9 204.58,-107.88"/> +<polygon fill="black" stroke="black" points="203.41,-111.18 214.01,-111.12 205.68,-104.56 203.41,-111.18"/> +<text text-anchor="middle" x="164.19" y="-108.64" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- node_0 --> +<g id="node6" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="293.63,-56.84 239.63,-56.84 239.63,-20.84 293.63,-20.84 293.63,-56.84"/> +<text text-anchor="middle" x="266.63" y="-35.14" font-family="Times,serif" font-size="14.00">-</text> +</g> +<!-- a->node_0 --> +<g id="edge5" class="edge"> +<title>a->node_0</title> +<path fill="none" stroke="black" d="M115.62,-52.63C151.35,-49.35 196.48,-45.2 227.86,-42.32"/> +<polygon fill="black" stroke="black" points="228.02,-45.82 237.65,-41.42 227.38,-38.85 228.02,-45.82"/> +<text text-anchor="middle" x="164.19" y="-54.64" font-family="Times,serif" font-size="14.00">:polarity</text> +</g> +<!-- p2 --> +<g id="node3" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="459.78" cy="-213.84" rx="57.39" ry="57.39"/> +<text text-anchor="middle" x="459.78" y="-210.14" font-family="Times,serif" font-size="14.00">p2/person</text> +</g> +<!-- p->p2 --> +<g id="edge2" class="edge"> +<title>p->p2</title> +<path fill="none" stroke="black" d="M316.36,-150.51C340.67,-161.32 370.34,-174.52 396.29,-186.06"/> +<polygon fill="black" stroke="black" points="394.85,-189.25 405.4,-190.11 397.69,-182.85 394.85,-189.25"/> +<text text-anchor="middle" x="361.58" y="-182.64" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- m --> +<g id="node5" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="459.78" cy="-88.84" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="459.78" y="-85.14" font-family="Times,serif" font-size="14.00">m/movie</text> +</g> +<!-- p->m --> +<g id="edge4" class="edge"> +<title>p->m</title> +<path fill="none" stroke="black" d="M319.86,-117.91C344.42,-112.78 373.81,-106.63 399.23,-101.31"/> +<polygon fill="black" stroke="black" points="399.67,-104.79 408.74,-99.32 398.23,-97.94 399.67,-104.79"/> +<text text-anchor="middle" x="361.58" y="-117.64" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- n --> +<g id="node4" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="641.82" cy="-213.84" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="641.82" y="-210.14" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p2->n --> +<g id="edge3" class="edge"> +<title>p2->n</title> +<path fill="none" stroke="black" d="M517.25,-213.84C539.01,-213.84 563.83,-213.84 585.49,-213.84"/> +<polygon fill="black" stroke="black" points="585.31,-217.34 595.31,-213.84 585.31,-210.34 585.31,-217.34"/> +<text text-anchor="middle" x="556.97" y="-217.64" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_1 --> +<g id="node7" class="node"> +<title>node_1</title> +<polygon fill="none" stroke="black" points="815.66,-231.84 753.66,-231.84 753.66,-195.84 815.66,-195.84 815.66,-231.84"/> +<text text-anchor="middle" x="784.66" y="-210.14" font-family="Times,serif" font-size="14.00">"John"</text> +</g> +<!-- n->node_1 --> +<g id="edge6" class="edge"> +<title>n->node_1</title> +<path fill="none" stroke="black" d="M686.99,-213.84C704.56,-213.84 724.67,-213.84 741.98,-213.84"/> +<polygon fill="black" stroke="black" points="741.94,-217.34 751.94,-213.84 741.94,-210.34 741.94,-217.34"/> +<text text-anchor="middle" x="720.16" y="-217.64" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..2bc61587247139f45936af376a73ac80206c349c --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-06/asail_odrl_sentences-06.stog.amr.ttl @@ -0,0 +1,53 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns1:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns1:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#root01> a ns1:AMR ; + ns1:has-id "asail_odrl_sentences-06" ; + ns1:has-sentence "John is not allowed to play the movie." ; + ns1:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> . + +ns2:allow-01.ARG1 a ns2:FrameRole . + +ns2:play-01.ARG0 a ns2:FrameRole . + +ns2:play-01.ARG1 a ns2:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#a> a ns2:allow-01 ; + ns2:allow-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> ; + ns3:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#m> a ns3:movie . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p> a ns2:play-01 ; + ns2:play-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> ; + ns2:play-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-06#m> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-06#p2> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +<http://amr.isi.edu/entity-types#person> a ns1:NamedEntity . + +ns2:allow-01 a ns1:Frame . + +ns2:play-01 a ns1:Frame . + +ns3:movie a ns1:Concept . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..387c8cf3492004fc108f4fe33e27aa6ffe7861c9 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.dot @@ -0,0 +1,15 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/prohibit-01" shape=circle] + r [label="r/reproduce-01" shape=circle] + p2 [label="p2/person" shape=circle] + n [label="n/name" shape=circle] + w [label="w/work-01" shape=circle] + p -> r [label=":ARG1"] + r -> p2 [label=":ARG0"] + p2 -> n [label=":name"] + r -> w [label=":ARG1"] + p -> p2 [label=":ARG2"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..4ab2841f9d4a20633d34da07dcf9cc1e46d4826d --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.nt @@ -0,0 +1,32 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> <http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is prohibited not to reproduce the Work." . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#w> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-07" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> <http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/prohibit-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..87994e26f5ac55983c2e962f94fbd5aae8056a2b --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.penman @@ -0,0 +1,9 @@ +# ::id asail_odrl_sentences-07 +# ::snt John is prohibited not to reproduce the Work. +(p / prohibit-01 + :ARG1 (r / reproduce-01 + :ARG0 (p2 / person + :name (n / name + :op1 "John")) + :ARG1 (w / work-01)) + :ARG2 p2) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..91b0569a8ce33f6b6b6d0eb509b7239d5ed4b933 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..1605d0891d2de3eb95d3abb98676edde46c488cf --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.svg @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="250pt" + viewBox="0.00 0.00 864.00 250.27" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.968768 0.968768) rotate(0) translate(4 254.34)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-254.34 887.85,-254.34 887.85,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="71.49" cy="-73.19" rx="71.49" ry="71.49"/> +<text text-anchor="middle" x="71.49" y="-69.49" font-family="Times,serif" font-size="14.00">p/prohibit-01</text> +</g> +<!-- r --> +<g id="node2" class="node"> +<title>r</title> +<ellipse fill="none" stroke="black" cx="304.93" cy="-170.19" rx="79.89" ry="79.89"/> +<text text-anchor="middle" x="304.93" y="-166.49" font-family="Times,serif" font-size="14.00">r/reproduce-01</text> +</g> +<!-- p->r --> +<g id="edge1" class="edge"> +<title>p->r</title> +<path fill="none" stroke="black" d="M137.89,-100.6C163.61,-111.38 193.45,-123.89 220.68,-135.3"/> +<polygon fill="black" stroke="black" points="219,-138.39 229.58,-139.03 221.71,-131.94 219,-138.39"/> +<text text-anchor="middle" x="183.99" y="-130.99" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- p2 --> +<g id="node3" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="526.02" cy="-57.19" rx="57.39" ry="57.39"/> +<text text-anchor="middle" x="526.02" y="-53.49" font-family="Times,serif" font-size="14.00">p2/person</text> +</g> +<!-- p->p2 --> +<g id="edge5" class="edge"> +<title>p->p2</title> +<path fill="none" stroke="black" d="M143.09,-69.72C168.86,-68.51 198.24,-67.21 224.99,-66.19 304.61,-63.17 396.14,-60.55 456.96,-58.93"/> +<polygon fill="black" stroke="black" points="456.91,-62.43 466.81,-58.67 456.73,-55.43 456.91,-62.43"/> +<text text-anchor="middle" x="304.93" y="-69.99" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- r->p2 --> +<g id="edge2" class="edge"> +<title>r->p2</title> +<path fill="none" stroke="black" d="M376.46,-133.82C404.74,-119.23 437.02,-102.58 464.24,-88.54"/> +<polygon fill="black" stroke="black" points="465.78,-91.68 473.07,-83.99 462.58,-85.46 465.78,-91.68"/> +<text text-anchor="middle" x="425.87" y="-120.99" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- w --> +<g id="node5" class="node"> +<title>w</title> +<ellipse fill="none" stroke="black" cx="526.02" cy="-191.19" rx="59.29" ry="59.29"/> +<text text-anchor="middle" x="526.02" y="-187.49" font-family="Times,serif" font-size="14.00">w/work-01</text> +</g> +<!-- r->w --> +<g id="edge4" class="edge"> +<title>r->w</title> +<path fill="none" stroke="black" d="M384.72,-177.75C407.7,-179.95 432.65,-182.34 455.05,-184.49"/> +<polygon fill="black" stroke="black" points="454.71,-187.97 465,-185.44 455.38,-181 454.71,-187.97"/> +<text text-anchor="middle" x="425.87" y="-186.99" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- n --> +<g id="node4" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="710.01" cy="-57.19" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="710.01" y="-53.49" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p2->n --> +<g id="edge3" class="edge"> +<title>p2->n</title> +<path fill="none" stroke="black" d="M583.6,-57.19C605.91,-57.19 631.44,-57.19 653.63,-57.19"/> +<polygon fill="black" stroke="black" points="653.37,-60.7 663.37,-57.19 653.37,-53.7 653.37,-60.7"/> +<text text-anchor="middle" x="625.16" y="-60.99" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node6" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="883.85,-75.19 821.85,-75.19 821.85,-39.19 883.85,-39.19 883.85,-75.19"/> +<text text-anchor="middle" x="852.85" y="-53.49" font-family="Times,serif" font-size="14.00">"John"</text> +</g> +<!-- n->node_0 --> +<g id="edge6" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M755.19,-57.19C772.75,-57.19 792.86,-57.19 810.18,-57.19"/> +<polygon fill="black" stroke="black" points="810.13,-60.7 820.13,-57.19 810.13,-53.7 810.13,-60.7"/> +<text text-anchor="middle" x="788.35" y="-60.99" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..67088ec3752d271029eb9b91b42cbaae8bd70d60 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-07/asail_odrl_sentences-07.stog.amr.ttl @@ -0,0 +1,54 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-07" ; + ns2:has-sentence "John is prohibited not to reproduce the Work." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> . + +ns1:prohibit-01.ARG1 a ns1:FrameRole . + +ns1:prohibit-01.ARG2 a ns1:FrameRole . + +ns1:reproduce-01.ARG0 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p> a ns1:prohibit-01 ; + ns1:prohibit-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> ; + ns1:prohibit-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-07#w> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#w> a ns1:work-01 . + +<http://amr.isi.edu/entity-types#person> a ns2:NamedEntity . + +ns1:prohibit-01 a ns2:Frame . + +ns1:reproduce-01 a ns2:Frame . + +ns1:work-01 a ns2:Frame . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-07#p2> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..ca46cc12c1f284ef289f3df017084e020df9117b --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.dot @@ -0,0 +1,18 @@ +digraph amr_graph { + rankdir=LR size="12,8" + a [label="a/allow-01" shape=circle] + r [label="r/reproduce-01" shape=circle] + p [label="p/person" shape=circle] + n [label="n/name" shape=circle] + w [label="w/work-01" shape=circle] + a -> r [label=":ARG1"] + r -> p [label=":ARG0"] + p -> n [label=":name"] + r -> w [label=":ARG1"] + node_0 [label="-" shape=rectangle] + a -> node_0 [label=":polarity"] + node_1 [label="-" shape=rectangle] + r -> node_1 [label=":polarity"] + node_2 [label="\"John\"" shape=rectangle] + n -> node_2 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..032f381504a74b318d865d2a4b859adc7f99a302 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.nt @@ -0,0 +1,32 @@ +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is not allowed not to reproduce the Work." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> <http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-08" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/frames/ld/v1.2.2/allow-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..56b5c0481857b3243fa8340ce035c6be2b836ecf --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.penman @@ -0,0 +1,10 @@ +# ::id asail_odrl_sentences-08 +# ::snt John is not allowed not to reproduce the Work. +(a / allow-01 + :polarity - + :ARG1 (r / reproduce-01 + :polarity - + :ARG0 (p / person + :name (n / name + :op1 "John")) + :ARG1 (w / work-01))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..03c489d8f4e17220f2ca182639971c45616a2669 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..487cb43c675f05e12cd22fc307ed9ac8247bef33 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.svg @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="331pt" + viewBox="0.00 0.00 864.00 330.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.965841 0.965841) rotate(0) translate(4 338.19)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-338.19 890.56,-338.19 890.56,4 -4,4"/> +<!-- a --> +<g id="node1" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="57.84" cy="-57.84" rx="57.69" ry="57.69"/> +<text text-anchor="middle" x="57.84" y="-54.14" font-family="Times,serif" font-size="14.00">a/allow-01</text> +</g> +<!-- r --> +<g id="node2" class="node"> +<title>r</title> +<ellipse fill="none" stroke="black" cx="292.63" cy="-154.84" rx="79.89" ry="79.89"/> +<text text-anchor="middle" x="292.63" y="-151.14" font-family="Times,serif" font-size="14.00">r/reproduce-01</text> +</g> +<!-- a->r --> +<g id="edge1" class="edge"> +<title>a->r</title> +<path fill="none" stroke="black" d="M111.67,-79.86C140.11,-91.71 175.87,-106.61 207.99,-119.99"/> +<polygon fill="black" stroke="black" points="206.31,-123.08 216.89,-123.7 209,-116.62 206.31,-123.08"/> +<text text-anchor="middle" x="164.19" y="-116.64" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- node_0 --> +<g id="node6" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="319.63,-56.84 265.63,-56.84 265.63,-20.84 319.63,-20.84 319.63,-56.84"/> +<text text-anchor="middle" x="292.63" y="-35.14" font-family="Times,serif" font-size="14.00">-</text> +</g> +<!-- a->node_0 --> +<g id="edge5" class="edge"> +<title>a->node_0</title> +<path fill="none" stroke="black" d="M115.79,-53.2C158.79,-49.69 216.58,-44.97 253.97,-41.92"/> +<polygon fill="black" stroke="black" points="254.15,-45.42 263.84,-41.11 253.58,-38.44 254.15,-45.42"/> +<text text-anchor="middle" x="164.19" y="-55.64" font-family="Times,serif" font-size="14.00">:polarity</text> +</g> +<!-- p --> +<g id="node3" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="528.72" cy="-282.84" rx="51.19" ry="51.19"/> +<text text-anchor="middle" x="528.72" y="-279.14" font-family="Times,serif" font-size="14.00">p/person</text> +</g> +<!-- r->p --> +<g id="edge2" class="edge"> +<title>r->p</title> +<path fill="none" stroke="black" d="M363.23,-192.9C398.53,-212.2 440.76,-235.29 473.59,-253.25"/> +<polygon fill="black" stroke="black" points="471.68,-256.19 482.13,-257.92 475.03,-250.05 471.68,-256.19"/> +<text text-anchor="middle" x="421.08" y="-240.64" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- w --> +<g id="node5" class="node"> +<title>w</title> +<ellipse fill="none" stroke="black" cx="528.72" cy="-154.84" rx="59.29" ry="59.29"/> +<text text-anchor="middle" x="528.72" y="-151.14" font-family="Times,serif" font-size="14.00">w/work-01</text> +</g> +<!-- r->w --> +<g id="edge4" class="edge"> +<title>r->w</title> +<path fill="none" stroke="black" d="M372.88,-154.84C400.51,-154.84 431.27,-154.84 458.06,-154.84"/> +<polygon fill="black" stroke="black" points="457.76,-158.34 467.76,-154.84 457.76,-151.34 457.76,-158.34"/> +<text text-anchor="middle" x="421.08" y="-158.64" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- node_1 --> +<g id="node7" class="node"> +<title>node_1</title> +<polygon fill="none" stroke="black" points="555.72,-77.84 501.72,-77.84 501.72,-41.84 555.72,-41.84 555.72,-77.84"/> +<text text-anchor="middle" x="528.72" y="-56.14" font-family="Times,serif" font-size="14.00">-</text> +</g> +<!-- r->node_1 --> +<g id="edge6" class="edge"> +<title>r->node_1</title> +<path fill="none" stroke="black" d="M367.06,-125.05C408.14,-108.38 457.58,-88.31 490.67,-74.88"/> +<polygon fill="black" stroke="black" points="491.88,-78.17 499.83,-71.17 489.24,-71.68 491.88,-78.17"/> +<text text-anchor="middle" x="421.08" y="-117.64" font-family="Times,serif" font-size="14.00">:polarity</text> +</g> +<!-- n --> +<g id="node4" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="712.71" cy="-282.84" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="712.71" y="-279.14" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge3" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M579.93,-282.84C603.64,-282.84 632,-282.84 656.33,-282.84"/> +<polygon fill="black" stroke="black" points="656.04,-286.34 666.04,-282.84 656.04,-279.34 656.04,-286.34"/> +<text text-anchor="middle" x="627.87" y="-286.64" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_2 --> +<g id="node8" class="node"> +<title>node_2</title> +<polygon fill="none" stroke="black" points="886.56,-300.84 824.56,-300.84 824.56,-264.84 886.56,-264.84 886.56,-300.84"/> +<text text-anchor="middle" x="855.56" y="-279.14" font-family="Times,serif" font-size="14.00">"John"</text> +</g> +<!-- n->node_2 --> +<g id="edge7" class="edge"> +<title>n->node_2</title> +<path fill="none" stroke="black" d="M757.89,-282.84C775.46,-282.84 795.57,-282.84 812.88,-282.84"/> +<polygon fill="black" stroke="black" points="812.84,-286.34 822.84,-282.84 812.84,-279.34 812.84,-286.34"/> +<text text-anchor="middle" x="791.06" y="-286.64" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..6bd9499c10e76e9010be62ba61813da6ff4fcfc2 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-08/asail_odrl_sentences-08.stog.amr.ttl @@ -0,0 +1,54 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-08" ; + ns2:has-sentence "John is not allowed not to reproduce the Work." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> . + +ns1:allow-01.ARG1 a ns1:FrameRole . + +ns1:reproduce-01.ARG0 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#a> a ns1:allow-01 ; + ns1:allow-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> ; + ns3:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#p> ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-08#w> ; + ns3:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-08#w> a ns1:work-01 . + +<http://amr.isi.edu/entity-types#person> a ns2:NamedEntity . + +ns1:allow-01 a ns2:Frame . + +ns1:reproduce-01 a ns2:Frame . + +ns1:work-01 a ns2:Frame . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..72dd7143966edece1b8ee432fafc65b6f294b740 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.dot @@ -0,0 +1,17 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + p [label="p/person" shape=circle] + n [label="n/name" shape=circle] + r [label="r/reproduce-01" shape=circle] + w [label="w/work-01" shape=circle] + o -> p [label=":ARG1"] + p -> n [label=":name"] + o -> r [label=":ARG2"] + r -> p [label=":ARG0"] + r -> w [label=":ARG1"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] + node_1 [label="-" shape=rectangle] + r -> node_1 [label=":polarity"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..a0ab5ad6f06cfa617541089e17e61a0503341887 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.nt @@ -0,0 +1,33 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-09" . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> <http://amr.isi.edu/rdf/amr-terms#polarity> "-" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is obligated not to reproduce the Work." . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..3cb62339420cd5db3cb45f3b3152eec377e0ee7d --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.penman @@ -0,0 +1,10 @@ +# ::id asail_odrl_sentences-09 +# ::snt John is obligated not to reproduce the Work. +(o / obligate-01 + :ARG1 (p / person + :name (n / name + :op1 "John")) + :ARG2 (r / reproduce-01 + :polarity - + :ARG0 p + :ARG1 (w / work-01))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..a74d0f53499012d387015e4ac849a75edf0ee9c9 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..5280008506384807db4464c5921390d001b9c5f2 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.svg @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="286pt" + viewBox="0.00 0.00 864.00 286.15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.952744 0.952744) rotate(0) translate(4 296.35)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-296.35 902.85,-296.35 902.85,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="71.49" cy="-180" rx="71.49" ry="71.49"/> +<text text-anchor="middle" x="71.49" y="-176.3" font-family="Times,serif" font-size="14.00">o/obligate-01</text> +</g> +<!-- p --> +<g id="node2" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="541.02" cy="-241" rx="51.19" ry="51.19"/> +<text text-anchor="middle" x="541.02" y="-237.3" font-family="Times,serif" font-size="14.00">p/person</text> +</g> +<!-- o->p --> +<g id="edge1" class="edge"> +<title>o->p</title> +<path fill="none" stroke="black" d="M141.77,-193.89C167.79,-198.8 197.68,-204.07 224.99,-208 312.61,-220.61 414.61,-230.41 478.25,-235.95"/> +<polygon fill="black" stroke="black" points="477.9,-239.43 488.17,-236.8 478.5,-232.46 477.9,-239.43"/> +<text text-anchor="middle" x="304.93" y="-229.8" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- r --> +<g id="node4" class="node"> +<title>r</title> +<ellipse fill="none" stroke="black" cx="304.93" cy="-119" rx="79.89" ry="79.89"/> +<text text-anchor="middle" x="304.93" y="-115.3" font-family="Times,serif" font-size="14.00">r/reproduce-01</text> +</g> +<!-- o->r --> +<g id="edge3" class="edge"> +<title>o->r</title> +<path fill="none" stroke="black" d="M140.99,-161.95C164.68,-155.7 191.55,-148.62 216.54,-142.03"/> +<polygon fill="black" stroke="black" points="217.26,-145.46 226.04,-139.53 215.47,-138.69 217.26,-145.46"/> +<text text-anchor="middle" x="183.99" y="-158.8" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- n --> +<g id="node3" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="725.01" cy="-241" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="725.01" y="-237.3" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge2" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M592.23,-241C615.94,-241 644.3,-241 668.63,-241"/> +<polygon fill="black" stroke="black" points="668.33,-244.5 678.33,-241 668.33,-237.5 668.33,-244.5"/> +<text text-anchor="middle" x="640.16" y="-244.8" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node6" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="898.85,-259 836.85,-259 836.85,-223 898.85,-223 898.85,-259"/> +<text text-anchor="middle" x="867.85" y="-237.3" font-family="Times,serif" font-size="14.00">"John"</text> +</g> +<!-- n->node_0 --> +<g id="edge6" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M770.19,-241C787.75,-241 807.86,-241 825.18,-241"/> +<polygon fill="black" stroke="black" points="825.13,-244.5 835.13,-241 825.13,-237.5 825.13,-244.5"/> +<text text-anchor="middle" x="803.35" y="-244.8" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- r->p --> +<g id="edge4" class="edge"> +<title>r->p</title> +<path fill="none" stroke="black" d="M376.16,-155.6C411.19,-173.86 452.92,-195.6 485.49,-212.58"/> +<polygon fill="black" stroke="black" points="483.46,-215.47 493.95,-216.99 486.7,-209.27 483.46,-215.47"/> +<text text-anchor="middle" x="433.37" y="-202.8" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- w --> +<g id="node5" class="node"> +<title>w</title> +<ellipse fill="none" stroke="black" cx="541.02" cy="-113" rx="59.29" ry="59.29"/> +<text text-anchor="middle" x="541.02" y="-109.3" font-family="Times,serif" font-size="14.00">w/work-01</text> +</g> +<!-- r->w --> +<g id="edge5" class="edge"> +<title>r->w</title> +<path fill="none" stroke="black" d="M385.18,-116.97C412.8,-116.26 443.57,-115.47 470.36,-114.79"/> +<polygon fill="black" stroke="black" points="470.15,-118.29 480.06,-114.54 469.97,-111.29 470.15,-118.29"/> +<text text-anchor="middle" x="433.37" y="-120.8" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- node_1 --> +<g id="node7" class="node"> +<title>node_1</title> +<polygon fill="none" stroke="black" points="568.02,-36 514.02,-36 514.02,0 568.02,0 568.02,-36"/> +<text text-anchor="middle" x="541.02" y="-14.3" font-family="Times,serif" font-size="14.00">-</text> +</g> +<!-- r->node_1 --> +<g id="edge7" class="edge"> +<title>r->node_1</title> +<path fill="none" stroke="black" d="M378.71,-87.6C420.13,-69.73 470.22,-48.11 503.48,-33.76"/> +<polygon fill="black" stroke="black" points="504.47,-37.15 512.27,-29.97 501.7,-30.72 504.47,-37.15"/> +<text text-anchor="middle" x="433.37" y="-78.8" font-family="Times,serif" font-size="14.00">:polarity</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..cb238fbe570e3f616d6eee0e7e818620f35aa7ce --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-09/asail_odrl_sentences-09.stog.amr.ttl @@ -0,0 +1,56 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns1:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns1:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#root01> a ns1:AMR ; + ns1:has-id "asail_odrl_sentences-09" ; + ns1:has-sentence "John is obligated not to reproduce the Work." ; + ns1:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> . + +ns2:obligate-01.ARG1 a ns2:FrameRole . + +ns2:obligate-01.ARG2 a ns2:FrameRole . + +ns2:reproduce-01.ARG0 a ns2:FrameRole . + +ns2:reproduce-01.ARG1 a ns2:FrameRole . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#o> a ns2:obligate-01 ; + ns2:obligate-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> ; + ns2:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#r> a ns2:reproduce-01 ; + ns2:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> ; + ns2:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-09#w> ; + ns3:polarity "-" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#w> a ns2:work-01 . + +<http://amr.isi.edu/entity-types#person> a ns1:NamedEntity . + +ns2:obligate-01 a ns1:Frame . + +ns2:reproduce-01 a ns1:Frame . + +ns2:work-01 a ns1:Frame . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-09#p> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:FrameRole a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..fa5f46c09fd4284f03e36250094bda34a9cf97dd --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.dot @@ -0,0 +1,21 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + p [label="p/person" shape=circle] + n [label="n/name" shape=circle] + a [label="a/and" shape=circle] + r [label="r/reproduce-01" shape=circle] + w [label="w/work-01" shape=circle] + d [label="d/distribute-01" shape=circle] + o -> p [label=":ARG1"] + p -> n [label=":name"] + o -> a [label=":ARG2"] + a -> r [label=":op1"] + r -> p [label=":ARG0"] + r -> w [label=":ARG1"] + a -> d [label=":op2"] + d -> p [label=":ARG0"] + d -> w [label=":ARG1"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..dd00489012fe7ecbc46ea6fdc1ab4af4a2e3f79f --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.nt @@ -0,0 +1,44 @@ +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-10" . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is obligated to reproduce and distribute the Work." . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..b197a29b5ef38b7de85478f085ab83b0a18f522f --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.penman @@ -0,0 +1,13 @@ +# ::id asail_odrl_sentences-10 +# ::snt John is obligated to reproduce and distribute the Work. +(o / obligate-01 + :ARG1 (p / person + :name (n / name + :op1 "John")) + :ARG2 (a / and + :op1 (r / reproduce-01 + :ARG0 p + :ARG1 (w / work-01)) + :op2 (d / distribute-01 + :ARG0 p + :ARG1 w))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed1c6f72b4b075eadc5ade3c1a35503df740ce1 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..9f595d7f7fcf23a80b2de93b258d0fd790c73382 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.svg @@ -0,0 +1,131 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="323pt" + viewBox="0.00 0.00 864.00 323.13" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.825492 0.825492) rotate(0) translate(4 387.44)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-387.44 1042.65,-387.44 1042.65,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="71.49" cy="-311.94" rx="71.49" ry="71.49"/> +<text text-anchor="middle" x="71.49" y="-308.24" font-family="Times,serif" font-size="14.00">o/obligate-01</text> +</g> +<!-- p --> +<g id="node2" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="680.81" cy="-257.94" rx="51.19" ry="51.19"/> +<text text-anchor="middle" x="680.81" y="-254.24" font-family="Times,serif" font-size="14.00">p/person</text> +</g> +<!-- o->p --> +<g id="edge1" class="edge"> +<title>o->p</title> +<path fill="none" stroke="black" d="M140.58,-331.77C232.94,-355.37 402.21,-386.9 539.67,-346.94 573.31,-337.16 606.61,-316.6 632.3,-297.7"/> +<polygon fill="black" stroke="black" points="634.32,-300.56 640.2,-291.75 630.1,-294.97 634.32,-300.56"/> +<text text-anchor="middle" x="338.78" y="-368.74" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- a --> +<g id="node4" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="261.38" cy="-257.94" rx="36.29" ry="36.29"/> +<text text-anchor="middle" x="261.38" y="-254.24" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- o->a --> +<g id="edge3" class="edge"> +<title>o->a</title> +<path fill="none" stroke="black" d="M140.59,-292.37C165.39,-285.24 192.79,-277.37 215.12,-270.95"/> +<polygon fill="black" stroke="black" points="215.87,-274.38 224.51,-268.25 213.94,-267.65 215.87,-274.38"/> +<text text-anchor="middle" x="183.99" y="-288.74" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- n --> +<g id="node3" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="864.8" cy="-257.94" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="864.8" y="-254.24" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge2" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M732.02,-257.94C755.73,-257.94 784.09,-257.94 808.42,-257.94"/> +<polygon fill="black" stroke="black" points="808.13,-261.44 818.13,-257.94 808.13,-254.44 808.13,-261.44"/> +<text text-anchor="middle" x="779.96" y="-261.74" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node8" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="1038.65,-275.94 976.65,-275.94 976.65,-239.94 1038.65,-239.94 1038.65,-275.94"/> +<text text-anchor="middle" x="1007.65" y="-254.24" font-family="Times,serif" font-size="14.00">"John"</text> +</g> +<!-- n->node_0 --> +<g id="edge10" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M909.98,-257.94C927.55,-257.94 947.66,-257.94 964.97,-257.94"/> +<polygon fill="black" stroke="black" points="964.93,-261.44 974.93,-257.94 964.93,-254.44 964.93,-261.44"/> +<text text-anchor="middle" x="943.15" y="-261.74" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- r --> +<g id="node5" class="node"> +<title>r</title> +<ellipse fill="none" stroke="black" cx="459.72" cy="-79.94" rx="79.89" ry="79.89"/> +<text text-anchor="middle" x="459.72" y="-76.24" font-family="Times,serif" font-size="14.00">r/reproduce-01</text> +</g> +<!-- a->r --> +<g id="edge4" class="edge"> +<title>a->r</title> +<path fill="none" stroke="black" d="M288.86,-233.94C315.12,-210.13 356.43,-172.68 391.74,-140.67"/> +<polygon fill="black" stroke="black" points="393.93,-143.41 398.98,-134.1 389.22,-138.23 393.93,-143.41"/> +<text text-anchor="middle" x="338.78" y="-209.74" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- d --> +<g id="node7" class="node"> +<title>d</title> +<ellipse fill="none" stroke="black" cx="459.72" cy="-257.94" rx="79.89" ry="79.89"/> +<text text-anchor="middle" x="459.72" y="-254.24" font-family="Times,serif" font-size="14.00">d/distribute-01</text> +</g> +<!-- a->d --> +<g id="edge7" class="edge"> +<title>a->d</title> +<path fill="none" stroke="black" d="M297.94,-257.94C317.68,-257.94 343.22,-257.94 368.11,-257.94"/> +<polygon fill="black" stroke="black" points="367.96,-261.44 377.96,-257.94 367.96,-254.44 367.96,-261.44"/> +<text text-anchor="middle" x="338.78" y="-261.74" font-family="Times,serif" font-size="14.00">:op2</text> +</g> +<!-- r->p --> +<g id="edge5" class="edge"> +<title>r->p</title> +<path fill="none" stroke="black" d="M533.13,-112.36C565.51,-127.32 597.76,-143.06 603.67,-148.94 616.62,-161.85 611.86,-170.51 621.67,-185.94 626.99,-194.32 633.13,-202.84 639.38,-210.96"/> +<polygon fill="black" stroke="black" points="636.56,-213.04 645.51,-218.73 642.06,-208.71 636.56,-213.04"/> +<text text-anchor="middle" x="580.67" y="-152.74" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- w --> +<g id="node6" class="node"> +<title>w</title> +<ellipse fill="none" stroke="black" cx="680.81" cy="-117.94" rx="59.29" ry="59.29"/> +<text text-anchor="middle" x="680.81" y="-114.24" font-family="Times,serif" font-size="14.00">w/work-01</text> +</g> +<!-- r->w --> +<g id="edge6" class="edge"> +<title>r->w</title> +<path fill="none" stroke="black" d="M538.89,-93.5C562.33,-97.57 587.87,-102 610.69,-105.95"/> +<polygon fill="black" stroke="black" points="610.05,-109.4 620.51,-107.66 611.25,-102.5 610.05,-109.4"/> +<text text-anchor="middle" x="580.67" y="-108.74" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- d->p --> +<g id="edge8" class="edge"> +<title>d->p</title> +<path fill="none" stroke="black" d="M539.82,-257.94C565.53,-257.94 593.67,-257.94 617.94,-257.94"/> +<polygon fill="black" stroke="black" points="617.64,-261.44 627.64,-257.94 617.64,-254.44 617.64,-261.44"/> +<text text-anchor="middle" x="580.67" y="-261.74" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- d->w --> +<g id="edge9" class="edge"> +<title>d->w</title> +<path fill="none" stroke="black" d="M527.65,-215.18C557.38,-196.18 592.08,-174 620.83,-155.63"/> +<polygon fill="black" stroke="black" points="622.51,-158.71 629.06,-150.38 618.75,-152.81 622.51,-158.71"/> +<text text-anchor="middle" x="580.67" y="-196.74" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..304aa91318eef8d70c985e8178cc5ac907a617e9 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-10/asail_odrl_sentences-10.stog.amr.ttl @@ -0,0 +1,75 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#root01> a ns3:AMR ; + ns3:has-id "asail_odrl_sentences-10" ; + ns3:has-sentence "John is obligated to reproduce and distribute the Work." ; + ns3:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> . + +ns1:distribute-01.ARG0 a ns1:FrameRole . + +ns1:distribute-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns1:reproduce-01.ARG0 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> ; + ns2:op2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#d> a ns1:distribute-01 ; + ns1:distribute-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> ; + ns1:distribute-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#a> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> . + +<http://amr.isi.edu/entity-types#person> a ns3:NamedEntity . + +ns1:distribute-01 a ns3:Frame . + +ns1:obligate-01 a ns3:Frame . + +ns1:reproduce-01 a ns3:Frame . + +ns1:work-01 a ns3:Frame . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns3:and a ns3:Concept . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#w> a ns1:work-01 . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-10#p> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..c458656f02489794ced129280916a7d210a9001d --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.dot @@ -0,0 +1,19 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + p [label="p/person" shape=circle] + n [label="n/name" shape=circle] + r [label="r/reproduce-01" shape=circle] + a [label="a/and" shape=circle] + m [label="m/movie" shape=circle] + p2 [label="p2/picture" shape=circle] + o -> p [label=":ARG1"] + p -> n [label=":name"] + o -> r [label=":ARG2"] + r -> p [label=":ARG0"] + r -> a [label=":ARG1"] + a -> m [label=":op1"] + a -> p2 [label=":op2"] + node_0 [label="\"John\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..0592ce7f16ccd2e62037d43f786e779a03f3c09d --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.nt @@ -0,0 +1,40 @@ +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#m> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> <http://www.w3.org/2000/01/rdf-schema#label> "John" . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "John is obligated to reproduce the movie and the picture." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#picture> . +<http://amr.isi.edu/entity-types#picture> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-11" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p2> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/reproduce-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..07d455bd567c90235f593ac4d18099d8ab966e05 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.penman @@ -0,0 +1,11 @@ +# ::id asail_odrl_sentences-11 +# ::snt John is obligated to reproduce the movie and the picture. +(o / obligate-01 + :ARG1 (p / person + :name (n / name + :op1 "John")) + :ARG2 (r / reproduce-01 + :ARG0 p + :ARG1 (a / and + :op1 (m / movie) + :op2 (p2 / picture)))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3e2b3783121f8957e3188f5db94542fa641042 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..692d0f47e8edb6711f432c80ea4caea36ac59e07 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="343pt" + viewBox="0.00 0.00 864.00 343.13" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.956224 0.956224) rotate(0) translate(4 354.84)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-354.84 899.55,-354.84 899.55,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="71.49" cy="-242.49" rx="71.49" ry="71.49"/> +<text text-anchor="middle" x="71.49" y="-238.79" font-family="Times,serif" font-size="14.00">o/obligate-01</text> +</g> +<!-- p --> +<g id="node2" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="518.22" cy="-299.49" rx="51.19" ry="51.19"/> +<text text-anchor="middle" x="518.22" y="-295.79" font-family="Times,serif" font-size="14.00">p/person</text> +</g> +<!-- o->p --> +<g id="edge1" class="edge"> +<title>o->p</title> +<path fill="none" stroke="black" d="M141.67,-258.26C167.68,-263.74 197.58,-269.5 224.99,-273.49 304.14,-285.02 396.14,-292.19 455.45,-296.01"/> +<polygon fill="black" stroke="black" points="455.15,-299.5 465.35,-296.64 455.59,-292.51 455.15,-299.5"/> +<text text-anchor="middle" x="304.93" y="-294.29" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- r --> +<g id="node4" class="node"> +<title>r</title> +<ellipse fill="none" stroke="black" cx="304.93" cy="-184.49" rx="79.89" ry="79.89"/> +<text text-anchor="middle" x="304.93" y="-180.79" font-family="Times,serif" font-size="14.00">r/reproduce-01</text> +</g> +<!-- o->r --> +<g id="edge3" class="edge"> +<title>o->r</title> +<path fill="none" stroke="black" d="M141.31,-225.25C164.87,-219.35 191.55,-212.66 216.39,-206.43"/> +<polygon fill="black" stroke="black" points="216.97,-209.9 225.82,-204.07 215.26,-203.11 216.97,-209.9"/> +<text text-anchor="middle" x="183.99" y="-223.29" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- n --> +<g id="node3" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="708.06" cy="-299.49" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="708.06" y="-295.79" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge2" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M569.56,-299.49C594.93,-299.49 625.75,-299.49 651.78,-299.49"/> +<polygon fill="black" stroke="black" points="651.47,-302.99 661.47,-299.49 651.47,-295.99 651.47,-302.99"/> +<text text-anchor="middle" x="609.56" y="-303.29" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node8" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="895.55,-317.49 833.55,-317.49 833.55,-281.49 895.55,-281.49 895.55,-317.49"/> +<text text-anchor="middle" x="864.55" y="-295.79" font-family="Times,serif" font-size="14.00">"John"</text> +</g> +<!-- n->node_0 --> +<g id="edge8" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M752.92,-299.49C774.6,-299.49 800.62,-299.49 821.98,-299.49"/> +<polygon fill="black" stroke="black" points="821.79,-302.99 831.79,-299.49 821.79,-295.99 821.79,-302.99"/> +<text text-anchor="middle" x="800.05" y="-303.29" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- r->p --> +<g id="edge4" class="edge"> +<title>r->p</title> +<path fill="none" stroke="black" d="M375.7,-222.47C404.05,-237.9 436.31,-255.46 462.87,-269.91"/> +<polygon fill="black" stroke="black" points="460.96,-272.86 471.42,-274.57 464.31,-266.71 460.96,-272.86"/> +<text text-anchor="middle" x="425.87" y="-262.29" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- a --> +<g id="node5" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="518.22" cy="-184.49" rx="36.29" ry="36.29"/> +<text text-anchor="middle" x="518.22" y="-180.79" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- r->a --> +<g id="edge5" class="edge"> +<title>r->a</title> +<path fill="none" stroke="black" d="M385.21,-184.49C413.82,-184.49 445.18,-184.49 470.15,-184.49"/> +<polygon fill="black" stroke="black" points="469.99,-187.99 479.99,-184.49 469.99,-180.99 469.99,-187.99"/> +<text text-anchor="middle" x="425.87" y="-188.29" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- m --> +<g id="node6" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="708.06" cy="-185.49" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="708.06" y="-181.79" font-family="Times,serif" font-size="14.00">m/movie</text> +</g> +<!-- a->m --> +<g id="edge6" class="edge"> +<title>a->m</title> +<path fill="none" stroke="black" d="M554.99,-184.69C580.76,-184.82 616.15,-185.01 646.31,-185.17"/> +<polygon fill="black" stroke="black" points="646.05,-188.67 656.07,-185.22 646.09,-181.67 646.05,-188.67"/> +<text text-anchor="middle" x="609.56" y="-189.29" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- p2 --> +<g id="node7" class="node"> +<title>p2</title> +<ellipse fill="none" stroke="black" cx="708.06" cy="-58.49" rx="58.49" ry="58.49"/> +<text text-anchor="middle" x="708.06" y="-54.79" font-family="Times,serif" font-size="14.00">p2/picture</text> +</g> +<!-- a->p2 --> +<g id="edge7" class="edge"> +<title>a->p2</title> +<path fill="none" stroke="black" d="M548.98,-164.53C575.93,-146.45 616.38,-119.32 649.61,-97.03"/> +<polygon fill="black" stroke="black" points="651.17,-100.2 657.52,-91.72 647.27,-94.39 651.17,-100.2"/> +<text text-anchor="middle" x="609.56" y="-140.29" font-family="Times,serif" font-size="14.00">:op2</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..70b191de8aa1eafa0cd6803ce49ac86fccb342e1 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-11/asail_odrl_sentences-11.stog.amr.ttl @@ -0,0 +1,69 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-11" ; + ns2:has-sentence "John is obligated to reproduce the movie and the picture." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> . + +ns1:obligate-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns1:reproduce-01.ARG0 a ns1:FrameRole . + +ns1:reproduce-01.ARG1 a ns1:FrameRole . + +ns3:op1 a ns2:Role . + +ns3:op2 a ns2:Role . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> a ns2:and ; + ns3:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#m> ; + ns3:op2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#m> a ns3:movie . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p2> a <http://amr.isi.edu/entity-types#picture> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#r> a ns1:reproduce-01 ; + ns1:reproduce-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> ; + ns1:reproduce-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-11#a> . + +<http://amr.isi.edu/entity-types#person> a ns2:NamedEntity . + +<http://amr.isi.edu/entity-types#picture> a ns2:NamedEntity . + +ns1:obligate-01 a ns2:Frame . + +ns1:reproduce-01 a ns2:Frame . + +ns3:movie a ns2:Concept . + +ns2:and a ns2:Concept . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-11#p> a <http://amr.isi.edu/entity-types#person> ; + rdfs:label "John" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..9408c379ebb2286fe649675bf4a2671dafb40f2f --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.dot @@ -0,0 +1,11 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/permit-01" shape=circle] + u [label="u/use-01" shape=circle] + y [label="y/you" shape=circle] + m [label="m/movie" shape=circle] + p -> u [label=":ARG1"] + u -> y [label=":ARG0"] + u -> m [label=":ARG1"] + p -> y [label=":ARG2"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..8a989adeb3578f78f1bf4a0031e6b3c916c1f0ef --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.nt @@ -0,0 +1,31 @@ +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/permit-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#u> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/use-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "You may use the movie." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#p> <http://amr.isi.edu/frames/ld/v1.2.2/permit-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#u> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#p> <http://amr.isi.edu/frames/ld/v1.2.2/permit-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#y> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/amr-terms#movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#movie> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-12" . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/permit-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/permit-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#u> <http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#m> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/permit-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#u> <http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#y> . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..dda1f9ebcd5884faf9087edb68499bdf10fa83d5 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.penman @@ -0,0 +1,7 @@ +# ::id asail_odrl_sentences-12 +# ::snt You may use the movie. +(p / permit-01 + :ARG1 (u / use-01 + :ARG0 (y / you) + :ARG1 (m / movie)) + :ARG2 y) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..3dd0fb1982fa7aef7caf78e987699adce7a13d72 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..952526c21a286ebee63267d9ab7e035d379e478a --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.svg @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="503pt" height="212pt" + viewBox="0.00 0.00 503.47 211.69" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 207.69)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-207.69 499.47,-207.69 499.47,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="65.64" cy="-65.64" rx="65.79" ry="65.79"/> +<text text-anchor="middle" x="65.64" y="-61.94" font-family="Times,serif" font-size="14.00">p/permit-01</text> +</g> +<!-- u --> +<g id="node2" class="node"> +<title>u</title> +<ellipse fill="none" stroke="black" cx="263.33" cy="-132.64" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="263.33" y="-128.94" font-family="Times,serif" font-size="14.00">u/use-01</text> +</g> +<!-- p->u --> +<g id="edge1" class="edge"> +<title>p->u</title> +<path fill="none" stroke="black" d="M128.29,-86.75C152.78,-95.13 180.78,-104.72 204.83,-112.96"/> +<polygon fill="black" stroke="black" points="203.56,-116.22 214.15,-116.15 205.82,-109.6 203.56,-116.22"/> +<text text-anchor="middle" x="172.29" y="-112.44" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- y --> +<g id="node3" class="node"> +<title>y</title> +<ellipse fill="none" stroke="black" cx="445.43" cy="-49.64" rx="36" ry="36"/> +<text text-anchor="middle" x="445.43" y="-45.94" font-family="Times,serif" font-size="14.00">y/you</text> +</g> +<!-- p->y --> +<g id="edge4" class="edge"> +<title>p->y</title> +<path fill="none" stroke="black" d="M131.61,-62.42C157.08,-61.19 186.55,-59.8 213.29,-58.64 277.27,-55.87 351.24,-53.06 397.92,-51.33"/> +<polygon fill="black" stroke="black" points="397.8,-54.84 407.67,-50.98 397.54,-47.85 397.8,-54.84"/> +<text text-anchor="middle" x="263.33" y="-62.44" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- u->y --> +<g id="edge2" class="edge"> +<title>u->y</title> +<path fill="none" stroke="black" d="M309.31,-111.91C337.67,-98.84 374.07,-82.07 401.94,-69.22"/> +<polygon fill="black" stroke="black" points="403.18,-72.51 410.8,-65.14 400.25,-66.15 403.18,-72.51"/> +<text text-anchor="middle" x="354.38" y="-104.44" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- m --> +<g id="node4" class="node"> +<title>m</title> +<ellipse fill="none" stroke="black" cx="445.43" cy="-153.64" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="445.43" y="-149.94" font-family="Times,serif" font-size="14.00">m/movie</text> +</g> +<!-- u->m --> +<g id="edge3" class="edge"> +<title>u->m</title> +<path fill="none" stroke="black" d="M313.54,-138.38C335.28,-140.92 361.05,-143.92 383.95,-146.59"/> +<polygon fill="black" stroke="black" points="383.43,-150.06 393.77,-147.74 384.24,-143.1 383.43,-150.06"/> +<text text-anchor="middle" x="354.38" y="-148.44" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..ff59bad0b85141ee30bfded8e73c6a4047f053db --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-12/asail_odrl_sentences-12.stog.amr.ttl @@ -0,0 +1,53 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-12" ; + ns2:has-sentence "You may use the movie." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#p> . + +ns1:permit-01.ARG1 a ns1:FrameRole . + +ns1:permit-01.ARG2 a ns1:FrameRole . + +ns1:use-01.ARG0 a ns1:FrameRole . + +ns1:use-01.ARG1 a ns1:FrameRole . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#m> a <http://amr.isi.edu/rdf/amr-terms#movie> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#p> a ns1:permit-01 ; + ns1:permit-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#u> ; + ns1:permit-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#y> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#u> a ns1:use-01 ; + ns1:use-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#y> ; + ns1:use-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-12#m> . + +ns1:permit-01 a ns2:Frame . + +ns1:use-01 a ns2:Frame . + +<http://amr.isi.edu/rdf/amr-terms#movie> a ns2:Concept . + +<http://amr.isi.edu/rdf/amr-terms#you> a ns2:Concept . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-12#y> a <http://amr.isi.edu/rdf/amr-terms#you> . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..28ef3cdf37986c51f5aa84ac5e0ea09d210543ba --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.dot @@ -0,0 +1,10 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/permit-01" shape=circle] + u [label="u/use-01" shape=circle] + y [label="y/you" shape=circle] + w [label="w/work-01" shape=circle] + p -> u [label=":ARG1"] + u -> y [label=":ARG0"] + u -> w [label=":ARG1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..989d1428d5b2eacecb77e85eeecb8b28272dff42 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.nt @@ -0,0 +1,29 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#u> <http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-13#y> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/frames/ld/v1.2.2/permit-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-13" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "You may use the Work." . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#p> <http://amr.isi.edu/frames/ld/v1.2.2/permit-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-13#u> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#u> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/use-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/permit-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/permit-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-13#p> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#u> <http://amr.isi.edu/frames/ld/v1.2.2/use-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-13#w> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..0a5ec8e969265f7e1d8213db076339e83affec1b --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.penman @@ -0,0 +1,6 @@ +# ::id asail_odrl_sentences-13 +# ::snt You may use the Work. +(p / permit-01 + :ARG1 (u / use-01 + :ARG0 (y / you) + :ARG1 (w / work-01))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf2fec90dfbb0ab3b4d492b8161f67f4cfc37bf Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..a76a21cc087761e4a8dfc96a2ea8a048de600454 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.svg @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="522pt" height="216pt" + viewBox="0.00 0.00 521.67 215.89" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 211.89)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-211.89 517.67,-211.89 517.67,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="65.64" cy="-115.14" rx="65.79" ry="65.79"/> +<text text-anchor="middle" x="65.64" y="-111.44" font-family="Times,serif" font-size="14.00">p/permit-01</text> +</g> +<!-- u --> +<g id="node2" class="node"> +<title>u</title> +<ellipse fill="none" stroke="black" cx="263.33" cy="-115.14" rx="50.09" ry="50.09"/> +<text text-anchor="middle" x="263.33" y="-111.44" font-family="Times,serif" font-size="14.00">u/use-01</text> +</g> +<!-- p->u --> +<g id="edge1" class="edge"> +<title>p->u</title> +<path fill="none" stroke="black" d="M131.81,-115.14C154.34,-115.14 179.49,-115.14 201.65,-115.14"/> +<polygon fill="black" stroke="black" points="201.42,-118.64 211.42,-115.14 201.42,-111.64 201.42,-118.64"/> +<text text-anchor="middle" x="172.29" y="-118.94" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- y --> +<g id="node3" class="node"> +<title>y</title> +<ellipse fill="none" stroke="black" cx="454.52" cy="-172.14" rx="36" ry="36"/> +<text text-anchor="middle" x="454.52" y="-168.44" font-family="Times,serif" font-size="14.00">y/you</text> +</g> +<!-- u->y --> +<g id="edge2" class="edge"> +<title>u->y</title> +<path fill="none" stroke="black" d="M311.59,-129.38C341.38,-138.36 379.62,-149.88 408.9,-158.7"/> +<polygon fill="black" stroke="black" points="407.61,-161.97 418.19,-161.5 409.63,-155.26 407.61,-161.97"/> +<text text-anchor="middle" x="354.38" y="-151.94" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- w --> +<g id="node4" class="node"> +<title>w</title> +<ellipse fill="none" stroke="black" cx="454.52" cy="-59.14" rx="59.29" ry="59.29"/> +<text text-anchor="middle" x="454.52" y="-55.44" font-family="Times,serif" font-size="14.00">w/work-01</text> +</g> +<!-- u->w --> +<g id="edge3" class="edge"> +<title>u->w</title> +<path fill="none" stroke="black" d="M311.59,-101.16C334.18,-94.47 361.63,-86.34 386.35,-79.03"/> +<polygon fill="black" stroke="black" points="387.07,-82.46 395.67,-76.27 385.08,-75.75 387.07,-82.46"/> +<text text-anchor="middle" x="354.38" y="-97.94" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..fc1e9ca02c63608274adade6bba03b475ab53ae2 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-13/asail_odrl_sentences-13.stog.amr.ttl @@ -0,0 +1,50 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-13" ; + ns2:has-sentence "You may use the Work." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-13#p> . + +ns1:permit-01.ARG1 a ns1:FrameRole . + +ns1:use-01.ARG0 a ns1:FrameRole . + +ns1:use-01.ARG1 a ns1:FrameRole . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#p> a ns1:permit-01 ; + ns1:permit-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-13#u> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#u> a ns1:use-01 ; + ns1:use-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-13#y> ; + ns1:use-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-13#w> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#w> a ns1:work-01 . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-13#y> a <http://amr.isi.edu/rdf/amr-terms#you> . + +ns1:permit-01 a ns2:Frame . + +ns1:use-01 a ns2:Frame . + +ns1:work-01 a ns2:Frame . + +<http://amr.isi.edu/rdf/amr-terms#you> a ns2:Concept . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..a430696869d8ae399b37dd8715c325a0d382d6f8 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.dot @@ -0,0 +1,10 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/permit-01" shape=circle] + d [label="d/distribute-01" shape=circle] + y [label="y/you" shape=circle] + w [label="w/work-01" shape=circle] + p -> d [label=":ARG1"] + d -> y [label=":ARG0"] + d -> w [label=":ARG1"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..9a10d33340e0973dcaf046906000972021d9972b --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.nt @@ -0,0 +1,29 @@ +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#d> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-14#y> . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#p> <http://amr.isi.edu/frames/ld/v1.2.2/permit-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-14#d> . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/frames/ld/v1.2.2/permit-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/permit-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/permit-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#d> <http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-14#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "You may distribute the Work." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-14" . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/distribute-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-14#p> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..b5811cee2cd6c3735bb1e013ca5ffdd30090a9ad --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.penman @@ -0,0 +1,6 @@ +# ::id asail_odrl_sentences-14 +# ::snt You may distribute the Work. +(p / permit-01 + :ARG1 (d / distribute-01 + :ARG0 (y / you) + :ARG1 (w / work-01))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..8f8a329de20d5b84e674eee9ff62f2deac717d3f Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..642a1e1ba90ad09944d8c8056f68397c58b7869a --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.svg @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="581pt" height="216pt" + viewBox="0.00 0.00 581.46 215.89" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 211.89)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-211.89 577.46,-211.89 577.46,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="65.64" cy="-115.14" rx="65.79" ry="65.79"/> +<text text-anchor="middle" x="65.64" y="-111.44" font-family="Times,serif" font-size="14.00">p/permit-01</text> +</g> +<!-- d --> +<g id="node2" class="node"> +<title>d</title> +<ellipse fill="none" stroke="black" cx="293.23" cy="-115.14" rx="79.89" ry="79.89"/> +<text text-anchor="middle" x="293.23" y="-111.44" font-family="Times,serif" font-size="14.00">d/distribute-01</text> +</g> +<!-- p->d --> +<g id="edge1" class="edge"> +<title>p->d</title> +<path fill="none" stroke="black" d="M131.89,-115.14C153.7,-115.14 178.41,-115.14 201.78,-115.14"/> +<polygon fill="black" stroke="black" points="201.62,-118.64 211.62,-115.14 201.62,-111.64 201.62,-118.64"/> +<text text-anchor="middle" x="172.29" y="-118.94" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- y --> +<g id="node3" class="node"> +<title>y</title> +<ellipse fill="none" stroke="black" cx="514.32" cy="-172.14" rx="36" ry="36"/> +<text text-anchor="middle" x="514.32" y="-168.44" font-family="Times,serif" font-size="14.00">y/you</text> +</g> +<!-- d->y --> +<g id="edge2" class="edge"> +<title>d->y</title> +<path fill="none" stroke="black" d="M370.86,-135.08C403.28,-143.52 439.96,-153.06 467.97,-160.35"/> +<polygon fill="black" stroke="black" points="467,-163.71 477.56,-162.84 468.76,-156.94 467,-163.71"/> +<text text-anchor="middle" x="414.17" y="-154.94" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- w --> +<g id="node4" class="node"> +<title>w</title> +<ellipse fill="none" stroke="black" cx="514.32" cy="-59.14" rx="59.29" ry="59.29"/> +<text text-anchor="middle" x="514.32" y="-55.44" font-family="Times,serif" font-size="14.00">w/work-01</text> +</g> +<!-- d->w --> +<g id="edge3" class="edge"> +<title>d->w</title> +<path fill="none" stroke="black" d="M371.17,-95.48C395.43,-89.28 422.05,-82.47 445.63,-76.45"/> +<polygon fill="black" stroke="black" points="446.29,-79.89 455.11,-74.02 444.55,-73.11 446.29,-79.89"/> +<text text-anchor="middle" x="414.17" y="-92.94" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..dfc71706e16fb2ab206c19e7f87a5a045eb21095 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-14/asail_odrl_sentences-14.stog.amr.ttl @@ -0,0 +1,50 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-14" ; + ns2:has-sentence "You may distribute the Work." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-14#p> . + +ns1:distribute-01.ARG0 a ns1:FrameRole . + +ns1:distribute-01.ARG1 a ns1:FrameRole . + +ns1:permit-01.ARG1 a ns1:FrameRole . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#d> a ns1:distribute-01 ; + ns1:distribute-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-14#y> ; + ns1:distribute-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-14#w> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#p> a ns1:permit-01 ; + ns1:permit-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-14#d> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#w> a ns1:work-01 . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-14#y> a <http://amr.isi.edu/rdf/amr-terms#you> . + +ns1:distribute-01 a ns2:Frame . + +ns1:permit-01 a ns2:Frame . + +ns1:work-01 a ns2:Frame . + +<http://amr.isi.edu/rdf/amr-terms#you> a ns2:Concept . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..08baf1c8402a81a1f0e6a14bc1ae096dc2e0e051 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.dot @@ -0,0 +1,32 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + k [label="k/keep-01" shape=circle] + y [label="y/you" shape=circle] + ii [label="ii/intact" shape=circle] + a [label="a/and" shape=circle] + n [label="n/notice-03" shape=circle] + o2 [label="o2/or" shape=circle] + c [label="c/copyright-01" shape=circle] + r [label="r/right-05" shape=circle] + d [label="d/database" shape=circle] + a2 [label="a2/any" shape=circle] + n2 [label="n2/notice-03" shape=circle] + r2 [label="r2/refer-01" shape=circle] + l [label="l/license-01" shape=circle] + t [label="t/this" shape=circle] + o -> k [label=":ARG2"] + k -> y [label=":ARG0"] + k -> ii [label=":ARG1"] + ii -> a [label=":domain"] + a -> n [label=":op1"] + n -> o2 [label=":ARG1"] + o2 -> c [label=":op1"] + o2 -> r [label=":op2"] + r -> d [label=":ARG2"] + n -> a2 [label=":mod"] + a -> n2 [label=":op2"] + n2 -> r2 [label=":ARG0-of"] + r2 -> l [label=":ARG1"] + l -> t [label=":mod"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..2beeafb098947bcf2a84dced341646d42fc2a514 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.nt @@ -0,0 +1,69 @@ +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/copyright-01> . +<http://amr.isi.edu/rdf/amr-terms#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/license-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "You must keep intact any copyright or Database Right notices and notices that refer to this License." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#k> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#y> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n> . +<http://amr.isi.edu/frames/ld/v1.2.2/right-05> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o2> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#c> . +<http://amr.isi.edu/frames/ld/v1.2.2/copyright-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r2> <http://amr.isi.edu/frames/ld/v1.2.2/refer-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n2> . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#k> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/notice-03> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o> . +<http://amr.isi.edu/frames/ld/v1.2.2/refer-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#k> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#ii> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#or> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r> <http://amr.isi.edu/frames/ld/v1.2.2/right-05.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#d> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-15" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/refer-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/license-01> . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#intact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#any> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#this> . +<http://amr.isi.edu/frames/ld/v1.2.2/right-05.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/notice-03> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r2> <http://amr.isi.edu/frames/ld/v1.2.2/refer-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#l> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#l> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#t> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n> <http://amr.isi.edu/frames/ld/v1.2.2/notice-03.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#intact> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#ii> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01> . +<http://amr.isi.edu/rdf/amr-terms#database> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#database> . +<http://amr.isi.edu/frames/ld/v1.2.2/notice-03.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/right-05> . +<http://amr.isi.edu/rdf/core-amr#or> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/notice-03> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o2> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r> . +<http://amr.isi.edu/rdf/amr-terms#any> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/refer-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/refer-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a2> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..d4837de3dbc8bab438a249261f0fe8598e9ac63f --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.penman @@ -0,0 +1,17 @@ +# ::id asail_odrl_sentences-15 +# ::snt You must keep intact any copyright or Database Right notices and notices that refer to this License. +(o / obligate-01 + :ARG2 (k / keep-01 + :ARG0 (y / you) + :ARG1 (ii / intact + :domain (a / and + :op1 (n / notice-03 + :ARG1 (o2 / or + :op1 (c / copyright-01) + :op2 (r / right-05 + :ARG2 (d / database))) + :mod (a2 / any)) + :op2 (n2 / notice-03 + :ARG0-of (r2 / refer-01 + :ARG1 (l / license-01 + :mod (t / this)))))))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5035cb1d8ffe3c6e9d02c4e38a89f04aae7d91 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..10326ed120f312e14bae9131d80a2f7a9f4b06fe --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.svg @@ -0,0 +1,201 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="271pt" + viewBox="0.00 0.00 864.00 270.91" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.555622 0.555622) rotate(0) translate(4 483.59)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-483.59 1551.01,-483.59 1551.01,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="71.49" cy="-192.24" rx="71.49" ry="71.49"/> +<text text-anchor="middle" x="71.49" y="-188.54" font-family="Times,serif" font-size="14.00">o/obligate-01</text> +</g> +<!-- k --> +<g id="node2" class="node"> +<title>k</title> +<ellipse fill="none" stroke="black" cx="280.88" cy="-192.24" rx="55.79" ry="55.79"/> +<text text-anchor="middle" x="280.88" y="-188.54" font-family="Times,serif" font-size="14.00">k/keep-01</text> +</g> +<!-- o->k --> +<g id="edge1" class="edge"> +<title>o->k</title> +<path fill="none" stroke="black" d="M143.29,-192.24C165.97,-192.24 190.99,-192.24 213.36,-192.24"/> +<polygon fill="black" stroke="black" points="213.27,-195.74 223.27,-192.24 213.27,-188.74 213.27,-195.74"/> +<text text-anchor="middle" x="183.99" y="-196.04" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- y --> +<g id="node3" class="node"> +<title>y</title> +<ellipse fill="none" stroke="black" cx="464.92" cy="-242.24" rx="36" ry="36"/> +<text text-anchor="middle" x="464.92" y="-238.54" font-family="Times,serif" font-size="14.00">y/you</text> +</g> +<!-- k->y --> +<g id="edge2" class="edge"> +<title>k->y</title> +<path fill="none" stroke="black" d="M335.03,-206.84C361.63,-214.15 393.48,-222.9 418.87,-229.87"/> +<polygon fill="black" stroke="black" points="417.65,-233.16 428.22,-232.44 419.5,-226.41 417.65,-233.16"/> +<text text-anchor="middle" x="377.78" y="-228.04" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- ii --> +<g id="node4" class="node"> +<title>ii</title> +<ellipse fill="none" stroke="black" cx="464.92" cy="-142.24" rx="46.29" ry="46.29"/> +<text text-anchor="middle" x="464.92" y="-138.54" font-family="Times,serif" font-size="14.00">ii/intact</text> +</g> +<!-- k->ii --> +<g id="edge3" class="edge"> +<title>k->ii</title> +<path fill="none" stroke="black" d="M335.03,-177.65C358.31,-171.25 385.62,-163.75 409.09,-157.3"/> +<polygon fill="black" stroke="black" points="409.75,-160.75 418.46,-154.73 407.89,-154 409.75,-160.75"/> +<text text-anchor="middle" x="377.78" y="-175.04" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- a --> +<g id="node5" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="641.47" cy="-142.24" rx="36.29" ry="36.29"/> +<text text-anchor="middle" x="641.47" y="-138.54" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- ii->a --> +<g id="edge4" class="edge"> +<title>ii->a</title> +<path fill="none" stroke="black" d="M511.33,-142.24C536.64,-142.24 568.11,-142.24 593.65,-142.24"/> +<polygon fill="black" stroke="black" points="593.41,-145.74 603.41,-142.24 593.41,-138.74 593.41,-145.74"/> +<text text-anchor="middle" x="558.07" y="-146.04" font-family="Times,serif" font-size="14.00">:domain</text> +</g> +<!-- n --> +<g id="node6" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="813.11" cy="-217.24" rx="62.29" ry="62.29"/> +<text text-anchor="middle" x="813.11" y="-213.54" font-family="Times,serif" font-size="14.00">n/notice-03</text> +</g> +<!-- a->n --> +<g id="edge5" class="edge"> +<title>a->n</title> +<path fill="none" stroke="black" d="M675.17,-156.7C695.14,-165.53 721.4,-177.14 745.57,-187.83"/> +<polygon fill="black" stroke="black" points="743.84,-190.89 754.4,-191.73 746.67,-184.48 743.84,-190.89"/> +<text text-anchor="middle" x="711.36" y="-181.04" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- n2 --> +<g id="node12" class="node"> +<title>n2</title> +<ellipse fill="none" stroke="black" cx="813.11" cy="-68.24" rx="68.49" ry="68.49"/> +<text text-anchor="middle" x="813.11" y="-64.54" font-family="Times,serif" font-size="14.00">n2/notice-03</text> +</g> +<!-- a->n2 --> +<g id="edge11" class="edge"> +<title>a->n2</title> +<path fill="none" stroke="black" d="M675.17,-127.98C693.46,-120 717.02,-109.72 739.43,-99.95"/> +<polygon fill="black" stroke="black" points="740.81,-103.16 748.57,-95.96 738.01,-96.75 740.81,-103.16"/> +<text text-anchor="middle" x="711.36" y="-122.04" font-family="Times,serif" font-size="14.00">:op2</text> +</g> +<!-- o2 --> +<g id="node7" class="node"> +<title>o2</title> +<ellipse fill="none" stroke="black" cx="1043.1" cy="-297.24" rx="34.39" ry="34.39"/> +<text text-anchor="middle" x="1043.1" y="-293.54" font-family="Times,serif" font-size="14.00">o2/or</text> +</g> +<!-- n->o2 --> +<g id="edge6" class="edge"> +<title>n->o2</title> +<path fill="none" stroke="black" d="M872.23,-237.64C911.92,-251.57 963.62,-269.71 999.51,-282.3"/> +<polygon fill="black" stroke="black" points="998.09,-285.51 1008.68,-285.52 1000.41,-278.91 998.09,-285.51"/> +<text text-anchor="middle" x="931.35" y="-272.04" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- a2 --> +<g id="node11" class="node"> +<title>a2</title> +<ellipse fill="none" stroke="black" cx="1043.1" cy="-203.24" rx="41.69" ry="41.69"/> +<text text-anchor="middle" x="1043.1" y="-199.54" font-family="Times,serif" font-size="14.00">a2/any</text> +</g> +<!-- n->a2 --> +<g id="edge10" class="edge"> +<title>n->a2</title> +<path fill="none" stroke="black" d="M875.5,-213.47C911.29,-211.28 955.93,-208.54 989.99,-206.44"/> +<polygon fill="black" stroke="black" points="989.83,-209.96 999.6,-205.85 989.4,-202.97 989.83,-209.96"/> +<text text-anchor="middle" x="931.35" y="-215.04" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +<!-- c --> +<g id="node8" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="1264.18" cy="-402.24" rx="77.19" ry="77.19"/> +<text text-anchor="middle" x="1264.18" y="-398.54" font-family="Times,serif" font-size="14.00">c/copyright-01</text> +</g> +<!-- o2->c --> +<g id="edge7" class="edge"> +<title>o2->c</title> +<path fill="none" stroke="black" d="M1074.56,-311.84C1102.84,-325.4 1146.17,-346.16 1184.17,-364.38"/> +<polygon fill="black" stroke="black" points="1182.32,-367.37 1192.85,-368.54 1185.35,-361.06 1182.32,-367.37"/> +<text text-anchor="middle" x="1145.84" y="-359.04" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- r --> +<g id="node9" class="node"> +<title>r</title> +<ellipse fill="none" stroke="black" cx="1264.18" cy="-251.24" rx="55.79" ry="55.79"/> +<text text-anchor="middle" x="1264.18" y="-247.54" font-family="Times,serif" font-size="14.00">r/right-05</text> +</g> +<!-- o2->r --> +<g id="edge8" class="edge"> +<title>o2->r</title> +<path fill="none" stroke="black" d="M1076.89,-290.36C1108.8,-283.66 1158.15,-273.3 1198.04,-264.92"/> +<polygon fill="black" stroke="black" points="1198.74,-268.35 1207.81,-262.87 1197.3,-261.5 1198.74,-268.35"/> +<text text-anchor="middle" x="1145.84" y="-283.04" font-family="Times,serif" font-size="14.00">:op2</text> +</g> +<!-- d --> +<g id="node10" class="node"> +<title>d</title> +<ellipse fill="none" stroke="black" cx="1485.27" cy="-251.24" rx="61.99" ry="61.99"/> +<text text-anchor="middle" x="1485.27" y="-247.54" font-family="Times,serif" font-size="14.00">d/database</text> +</g> +<!-- r->d --> +<g id="edge9" class="edge"> +<title>r->d</title> +<path fill="none" stroke="black" d="M1320.47,-251.24C1348.12,-251.24 1381.94,-251.24 1411.66,-251.24"/> +<polygon fill="black" stroke="black" points="1411.31,-254.74 1421.31,-251.24 1411.31,-247.74 1411.31,-254.74"/> +<text text-anchor="middle" x="1382.53" y="-255.04" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- r2 --> +<g id="node13" class="node"> +<title>r2</title> +<ellipse fill="none" stroke="black" cx="1043.1" cy="-68.24" rx="61.99" ry="61.99"/> +<text text-anchor="middle" x="1043.1" y="-64.54" font-family="Times,serif" font-size="14.00">r2/refer-01</text> +</g> +<!-- n2->r2 --> +<g id="edge12" class="edge"> +<title>n2->r2</title> +<path fill="none" stroke="black" d="M881.89,-68.24C909.47,-68.24 941.38,-68.24 969.43,-68.24"/> +<polygon fill="black" stroke="black" points="969.27,-71.74 979.27,-68.24 969.27,-64.74 969.27,-71.74"/> +<text text-anchor="middle" x="931.35" y="-72.04" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- l --> +<g id="node14" class="node"> +<title>l</title> +<ellipse fill="none" stroke="black" cx="1264.18" cy="-68.24" rx="63.89" ry="63.89"/> +<text text-anchor="middle" x="1264.18" y="-64.54" font-family="Times,serif" font-size="14.00">l/license-01</text> +</g> +<!-- r2->l --> +<g id="edge13" class="edge"> +<title>r2->l</title> +<path fill="none" stroke="black" d="M1105.41,-68.24C1131.22,-68.24 1161.49,-68.24 1188.58,-68.24"/> +<polygon fill="black" stroke="black" points="1188.46,-71.74 1198.46,-68.24 1188.46,-64.74 1188.46,-71.74"/> +<text text-anchor="middle" x="1145.84" y="-72.04" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- t --> +<g id="node15" class="node"> +<title>t</title> +<ellipse fill="none" stroke="black" cx="1485.27" cy="-68.24" rx="35.19" ry="35.19"/> +<text text-anchor="middle" x="1485.27" y="-64.54" font-family="Times,serif" font-size="14.00">t/this</text> +</g> +<!-- l->t --> +<g id="edge14" class="edge"> +<title>l->t</title> +<path fill="none" stroke="black" d="M1328.55,-68.24C1363.67,-68.24 1406.54,-68.24 1438.4,-68.24"/> +<polygon fill="black" stroke="black" points="1438.09,-71.74 1448.09,-68.24 1438.09,-64.74 1438.09,-71.74"/> +<text text-anchor="middle" x="1382.53" y="-72.04" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..07920b6cbaa54e9d722a8e0a407ef7e65558b9fa --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-15/asail_odrl_sentences-15.stog.amr.ttl @@ -0,0 +1,120 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix ns3: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns3:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns3:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r2> a ns1:refer-01 ; + ns1:refer-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n2> ; + ns1:refer-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#l> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#root01> a ns3:AMR ; + ns3:has-id "asail_odrl_sentences-15" ; + ns3:has-sentence "You must keep intact any copyright or Database Right notices and notices that refer to this License." ; + ns3:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o> . + +ns1:keep-01.ARG0 a ns1:FrameRole . + +ns1:keep-01.ARG1 a ns1:FrameRole . + +ns1:notice-03.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns1:refer-01.ARG0 a ns1:FrameRole . + +ns1:refer-01.ARG1 a ns1:FrameRole . + +ns1:right-05.ARG2 a ns1:FrameRole . + +ns2:domain a ns3:Role . + +ns2:mod a ns3:Role . + +ns2:op1 a ns3:Role . + +ns2:op2 a ns3:Role . + +ns3:NamedEntity a ns3:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n> ; + ns2:op2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a2> a ns2:any . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#c> a ns1:copyright-01 . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#d> a ns2:database . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#ii> a ns2:intact ; + ns2:domain <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#k> a ns1:keep-01 ; + ns1:keep-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#y> ; + ns1:keep-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#ii> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#l> a ns1:license-01 ; + ns2:mod <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#t> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n> a ns1:notice-03 ; + ns1:notice-03.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o2> ; + ns2:mod <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#a2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#k> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#o2> a ns3:or ; + ns2:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#c> ; + ns2:op2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#r> a ns1:right-05 ; + ns1:right-05.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-15#d> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#t> a ns2:this . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#y> a ns2:you . + +ns1:copyright-01 a ns3:Frame . + +ns1:keep-01 a ns3:Frame . + +ns1:license-01 a ns3:Frame . + +ns1:obligate-01 a ns3:Frame . + +ns1:refer-01 a ns3:Frame . + +ns1:right-05 a ns3:Frame . + +ns2:any a ns3:Concept . + +ns2:database a ns3:Concept . + +ns2:intact a ns3:Concept . + +ns2:this a ns3:Concept . + +ns2:you a ns3:Concept . + +ns3:and a ns3:Concept . + +ns3:or a ns3:Concept . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-15#n2> a ns1:notice-03 . + +ns1:notice-03 a ns3:Frame . + +ns1:FrameRole a ns3:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns3:Frame a ns3:Concept ; + rdfs:label "AMR-PropBank-Frame" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..7774f4274e949873210e099848aedceac0ae1b84 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.dot @@ -0,0 +1,30 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + y [label="y/you" shape=circle] + a [label="a/and" shape=circle] + k [label="k/keep-01" shape=circle] + n [label="n/notice-03" shape=circle] + c [label="c/copyright-01" shape=circle] + w [label="w/work-01" shape=circle] + ii [label="ii/intact" shape=circle] + a2 [label="a2/all" shape=circle] + c2 [label="c2/credit-01" shape=circle] + p [label="p/person" shape=circle] + a3 [label="a3/author-01" shape=circle] + o2 [label="o2/original" shape=circle] + o -> y [label=":ARG1"] + o -> a [label=":ARG2"] + a -> k [label=":op1"] + k -> y [label=":ARG0"] + k -> n [label=":ARG1"] + n -> c [label=":ARG1"] + c -> w [label=":ARG1"] + n -> ii [label=":mod"] + n -> a2 [label=":mod"] + a -> c2 [label=":op2"] + c2 -> y [label=":ARG0"] + c2 -> p [label=":ARG1"] + p -> a3 [label=":ARG0-of"] + p -> o2 [label=":mod"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..6db44049d1b3c2115ecf86d03be1b26bb6efa889 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.nt @@ -0,0 +1,67 @@ +<http://amr.isi.edu/rdf/amr-terms#op2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/frames/ld/v1.2.2/credit-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#k> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#n> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#intact> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/rdf/core-amr#and> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/work-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/credit-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#n> <http://amr.isi.edu/frames/ld/v1.2.2/notice-03.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c> . +<http://amr.isi.edu/rdf/amr-terms#intact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#n> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/author-01> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/notice-03.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#all> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/frames/ld/v1.2.2/copyright-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/entity-types#person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#person> . +<http://amr.isi.edu/rdf/amr-terms#original> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c2> <http://amr.isi.edu/frames/ld/v1.2.2/credit-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#p> . +<http://amr.isi.edu/rdf/amr-terms#op1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#all> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c> <http://amr.isi.edu/frames/ld/v1.2.2/copyright-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#w> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#original> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a> <http://amr.isi.edu/rdf/amr-terms#op1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#k> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#y> . +<http://amr.isi.edu/frames/ld/v1.2.2/author-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/notice-03> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/credit-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/copyright-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "You must keep intact all copyright notices for the Work and give the Original Author credit." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c2> <http://amr.isi.edu/frames/ld/v1.2.2/credit-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#y> . +<http://amr.isi.edu/rdf/amr-terms#mod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#and> . +<http://amr.isi.edu/frames/ld/v1.2.2/author-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/notice-03> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#n> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#ii> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#k> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#y> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#p> <http://amr.isi.edu/rdf/amr-terms#mod> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a3> <http://amr.isi.edu/frames/ld/v1.2.2/author-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#p> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a> <http://amr.isi.edu/rdf/amr-terms#op2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c2> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/copyright-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/work-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-16" . +<http://amr.isi.edu/frames/ld/v1.2.2/credit-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..fd800eca46f42dfce2abc8aa7ea4d508cc99dcb7 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.penman @@ -0,0 +1,17 @@ +# ::id asail_odrl_sentences-16 +# ::snt You must keep intact all copyright notices for the Work and give the Original Author credit. +(o / obligate-01 + :ARG1 (y / you) + :ARG2 (a / and + :op1 (k / keep-01 + :ARG0 y + :ARG1 (n / notice-03 + :ARG1 (c / copyright-01 + :ARG1 (w / work-01)) + :mod (ii / intact) + :mod (a2 / all))) + :op2 (c2 / credit-01 + :ARG0 y + :ARG1 (p / person + :ARG0-of (a3 / author-01) + :mod (o2 / original))))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..44d034caf500d08c05d8801b4b66d64b4e25e47d Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..2e80e6fb86b0e755614fa8403956107720f346ee --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.svg @@ -0,0 +1,189 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="864pt" height="491pt" + viewBox="0.00 0.00 864.00 490.81" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(0.730882 0.730882) rotate(0) translate(4 667.54)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-667.54 1178.13,-667.54 1178.13,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="71.49" cy="-396.34" rx="71.49" ry="71.49"/> +<text text-anchor="middle" x="71.49" y="-392.64" font-family="Times,serif" font-size="14.00">o/obligate-01</text> +</g> +<!-- y --> +<g id="node2" class="node"> +<title>y</title> +<ellipse fill="none" stroke="black" cx="656.76" cy="-342.34" rx="36" ry="36"/> +<text text-anchor="middle" x="656.76" y="-338.64" font-family="Times,serif" font-size="14.00">y/you</text> +</g> +<!-- o->y --> +<g id="edge1" class="edge"> +<title>o->y</title> +<path fill="none" stroke="black" d="M137.69,-423.78C240.32,-462.24 441.71,-518.14 576.37,-429.34 593.32,-418.16 581.73,-403.24 594.37,-387.34 600.4,-379.76 608.01,-372.83 615.8,-366.8"/> +<polygon fill="black" stroke="black" points="617.69,-369.75 623.72,-361.04 613.58,-364.09 617.69,-369.75"/> +<text text-anchor="middle" x="338.78" y="-479.14" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- a --> +<g id="node3" class="node"> +<title>a</title> +<ellipse fill="none" stroke="black" cx="261.38" cy="-349.34" rx="36.29" ry="36.29"/> +<text text-anchor="middle" x="261.38" y="-345.64" font-family="Times,serif" font-size="14.00">a/and</text> +</g> +<!-- o->a --> +<g id="edge2" class="edge"> +<title>o->a</title> +<path fill="none" stroke="black" d="M141.12,-379.18C165.58,-373.06 192.52,-366.32 214.59,-360.8"/> +<polygon fill="black" stroke="black" points="215.33,-364.22 224.18,-358.4 213.63,-357.43 215.33,-364.22"/> +<text text-anchor="middle" x="183.99" y="-377.14" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- k --> +<g id="node4" class="node"> +<title>k</title> +<ellipse fill="none" stroke="black" cx="446.07" cy="-209.34" rx="55.79" ry="55.79"/> +<text text-anchor="middle" x="446.07" y="-205.64" font-family="Times,serif" font-size="14.00">k/keep-01</text> +</g> +<!-- a->k --> +<g id="edge3" class="edge"> +<title>a->k</title> +<path fill="none" stroke="black" d="M290.93,-327.47C317.9,-306.8 359.02,-275.29 392.01,-250.01"/> +<polygon fill="black" stroke="black" points="394.07,-252.84 399.88,-243.98 389.82,-247.28 394.07,-252.84"/> +<text text-anchor="middle" x="338.78" y="-312.14" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +<!-- c2 --> +<g id="node10" class="node"> +<title>c2</title> +<ellipse fill="none" stroke="black" cx="446.07" cy="-349.34" rx="66.09" ry="66.09"/> +<text text-anchor="middle" x="446.07" y="-345.64" font-family="Times,serif" font-size="14.00">c2/credit-01</text> +</g> +<!-- a->c2 --> +<g id="edge10" class="edge"> +<title>a->c2</title> +<path fill="none" stroke="black" d="M298.04,-349.34C318.03,-349.34 343.78,-349.34 368.12,-349.34"/> +<polygon fill="black" stroke="black" points="368.04,-352.84 378.04,-349.34 368.04,-345.84 368.04,-352.84"/> +<text text-anchor="middle" x="338.78" y="-353.14" font-family="Times,serif" font-size="14.00">:op2</text> +</g> +<!-- k->y --> +<g id="edge4" class="edge"> +<title>k->y</title> +<path fill="none" stroke="black" d="M493.65,-239.03C530.54,-262.54 581.51,-295.02 616.39,-317.25"/> +<polygon fill="black" stroke="black" points="614.18,-319.99 624.5,-322.42 617.95,-314.09 614.18,-319.99"/> +<text text-anchor="middle" x="553.37" y="-296.14" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- n --> +<g id="node5" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="656.76" cy="-209.34" rx="62.29" ry="62.29"/> +<text text-anchor="middle" x="656.76" y="-205.64" font-family="Times,serif" font-size="14.00">n/notice-03</text> +</g> +<!-- k->n --> +<g id="edge5" class="edge"> +<title>k->n</title> +<path fill="none" stroke="black" d="M502.18,-209.34C526.79,-209.34 556.15,-209.34 582.58,-209.34"/> +<polygon fill="black" stroke="black" points="582.57,-212.84 592.57,-209.34 582.57,-205.84 582.57,-212.84"/> +<text text-anchor="middle" x="553.37" y="-213.14" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- c --> +<g id="node6" class="node"> +<title>c</title> +<ellipse fill="none" stroke="black" cx="896.5" cy="-77.34" rx="77.19" ry="77.19"/> +<text text-anchor="middle" x="896.5" y="-73.64" font-family="Times,serif" font-size="14.00">c/copyright-01</text> +</g> +<!-- n->c --> +<g id="edge6" class="edge"> +<title>n->c</title> +<path fill="none" stroke="black" d="M711.71,-179.39C743.39,-161.8 783.95,-139.28 818.9,-119.87"/> +<polygon fill="black" stroke="black" points="820.23,-123.14 827.28,-115.22 816.83,-117.02 820.23,-123.14"/> +<text text-anchor="middle" x="769.16" y="-167.14" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- ii --> +<g id="node8" class="node"> +<title>ii</title> +<ellipse fill="none" stroke="black" cx="896.5" cy="-310.34" rx="46.29" ry="46.29"/> +<text text-anchor="middle" x="896.5" y="-306.64" font-family="Times,serif" font-size="14.00">ii/intact</text> +</g> +<!-- n->ii --> +<g id="edge8" class="edge"> +<title>n->ii</title> +<path fill="none" stroke="black" d="M714.41,-233.41C753.45,-249.99 804.96,-271.88 843.06,-288.07"/> +<polygon fill="black" stroke="black" points="841.47,-291.19 852.04,-291.88 844.2,-284.75 841.47,-291.19"/> +<text text-anchor="middle" x="769.16" y="-273.14" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +<!-- a2 --> +<g id="node9" class="node"> +<title>a2</title> +<ellipse fill="none" stroke="black" cx="896.5" cy="-209.34" rx="36.29" ry="36.29"/> +<text text-anchor="middle" x="896.5" y="-205.64" font-family="Times,serif" font-size="14.00">a2/all</text> +</g> +<!-- n->a2 --> +<g id="edge9" class="edge"> +<title>n->a2</title> +<path fill="none" stroke="black" d="M719.3,-209.34C759.64,-209.34 811.58,-209.34 848.59,-209.34"/> +<polygon fill="black" stroke="black" points="848.54,-212.84 858.54,-209.34 848.54,-205.84 848.54,-212.84"/> +<text text-anchor="middle" x="769.16" y="-213.14" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +<!-- w --> +<g id="node7" class="node"> +<title>w</title> +<ellipse fill="none" stroke="black" cx="1114.99" cy="-77.34" rx="59.29" ry="59.29"/> +<text text-anchor="middle" x="1114.99" y="-73.64" font-family="Times,serif" font-size="14.00">w/work-01</text> +</g> +<!-- c->w --> +<g id="edge7" class="edge"> +<title>c->w</title> +<path fill="none" stroke="black" d="M974.13,-77.34C996.92,-77.34 1021.76,-77.34 1044.09,-77.34"/> +<polygon fill="black" stroke="black" points="1044,-80.84 1054,-77.34 1044,-73.84 1044,-80.84"/> +<text text-anchor="middle" x="1014.84" y="-81.14" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- c2->y --> +<g id="edge11" class="edge"> +<title>c2->y</title> +<path fill="none" stroke="black" d="M512.53,-347.15C543.95,-346.09 580.85,-344.86 609.32,-343.9"/> +<polygon fill="black" stroke="black" points="609.19,-347.41 619.07,-343.57 608.95,-340.41 609.19,-347.41"/> +<text text-anchor="middle" x="553.37" y="-351.14" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- p --> +<g id="node11" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="656.76" cy="-447.34" rx="51.19" ry="51.19"/> +<text text-anchor="middle" x="656.76" y="-443.64" font-family="Times,serif" font-size="14.00">p/person</text> +</g> +<!-- c2->p --> +<g id="edge12" class="edge"> +<title>c2->p</title> +<path fill="none" stroke="black" d="M506.32,-377.16C535.62,-390.92 570.79,-407.44 599.65,-420.99"/> +<polygon fill="black" stroke="black" points="598.07,-424.12 608.61,-425.2 601.04,-417.78 598.07,-424.12"/> +<text text-anchor="middle" x="553.37" y="-414.14" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- a3 --> +<g id="node12" class="node"> +<title>a3</title> +<ellipse fill="none" stroke="black" cx="896.5" cy="-593.34" rx="70.39" ry="70.39"/> +<text text-anchor="middle" x="896.5" y="-589.64" font-family="Times,serif" font-size="14.00">a3/author-01</text> +</g> +<!-- p->a3 --> +<g id="edge13" class="edge"> +<title>p->a3</title> +<path fill="none" stroke="black" d="M700.82,-473.78C735.87,-495.31 786.03,-526.11 826.65,-551.06"/> +<polygon fill="black" stroke="black" points="824.58,-553.9 834.94,-556.15 828.25,-547.93 824.58,-553.9"/> +<text text-anchor="middle" x="769.16" y="-537.14" font-family="Times,serif" font-size="14.00">:ARG0-of</text> +</g> +<!-- o2 --> +<g id="node13" class="node"> +<title>o2</title> +<ellipse fill="none" stroke="black" cx="896.5" cy="-444.34" rx="60.39" ry="60.39"/> +<text text-anchor="middle" x="896.5" y="-440.64" font-family="Times,serif" font-size="14.00">o2/original</text> +</g> +<!-- p->o2 --> +<g id="edge14" class="edge"> +<title>p->o2</title> +<path fill="none" stroke="black" d="M708.18,-446.71C742.03,-446.28 787.1,-445.71 824.56,-445.24"/> +<polygon fill="black" stroke="black" points="824.44,-448.74 834.4,-445.11 824.36,-441.74 824.44,-448.74"/> +<text text-anchor="middle" x="769.16" y="-450.14" font-family="Times,serif" font-size="14.00">:mod</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..1378a1b14b2626ba35c83242926852ad970d88fc --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-16/asail_odrl_sentences-16.stog.amr.ttl @@ -0,0 +1,116 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a3> a ns1:author-01 ; + ns1:author-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#p> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-16" ; + ns2:has-sentence "You must keep intact all copyright notices for the Work and give the Original Author credit." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o> . + +ns1:author-01.ARG0 a ns1:FrameRole . + +ns1:copyright-01.ARG1 a ns1:FrameRole . + +ns1:credit-01.ARG0 a ns1:FrameRole . + +ns1:credit-01.ARG1 a ns1:FrameRole . + +ns1:keep-01.ARG0 a ns1:FrameRole . + +ns1:keep-01.ARG1 a ns1:FrameRole . + +ns1:notice-03.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns3:mod a ns2:Role . + +ns3:op1 a ns2:Role . + +ns3:op2 a ns2:Role . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a> a ns2:and ; + ns3:op1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#k> ; + ns3:op2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a2> a ns2:all . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c> a ns1:copyright-01 ; + ns1:copyright-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#w> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c2> a ns1:credit-01 ; + ns1:credit-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#y> ; + ns1:credit-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#p> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#ii> a ns3:intact . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#k> a ns1:keep-01 ; + ns1:keep-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#y> ; + ns1:keep-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#n> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#n> a ns1:notice-03 ; + ns1:notice-03.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#c> ; + ns3:mod <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a2>, + <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#ii> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#y> ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#a> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o2> a ns3:original . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#w> a ns1:work-01 . + +<http://amr.isi.edu/entity-types#person> a ns2:NamedEntity . + +ns1:author-01 a ns2:Frame . + +ns1:copyright-01 a ns2:Frame . + +ns1:credit-01 a ns2:Frame . + +ns1:keep-01 a ns2:Frame . + +ns1:notice-03 a ns2:Frame . + +ns1:obligate-01 a ns2:Frame . + +ns1:work-01 a ns2:Frame . + +ns3:intact a ns2:Concept . + +ns3:original a ns2:Concept . + +ns3:you a ns2:Concept . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +ns2:all a ns2:Concept . + +ns2:and a ns2:Concept . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#p> a <http://amr.isi.edu/entity-types#person> ; + ns3:mod <http://amr.isi.edu/amr_data/asail_odrl_sentences-16#o2> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-16#y> a ns3:you . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.dot b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..c2a26546c0040dc7c50e918bb4510c716725666c --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.dot @@ -0,0 +1,13 @@ +digraph amr_graph { + rankdir=LR size="12,8" + o [label="o/obligate-01" shape=circle] + y [label="y/you" shape=circle] + k [label="k/keep-01" shape=circle] + ii [label="ii/intact" shape=circle] + l [label="l/license" shape=circle] + o -> y [label=":ARG1"] + o -> k [label=":ARG2"] + k -> y [label=":ARG0"] + k -> ii [label=":ARG1"] + ii -> l [label=":domain"] +} diff --git a/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.nt b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..0e604fa1d091282336bb1fd5a3c8c52730581ae1 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.nt @@ -0,0 +1,35 @@ +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#l> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#license> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#you> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#o> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01> . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#o> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#ii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#intact> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#ii> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#l> . +<http://amr.isi.edu/rdf/amr-terms#license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#k> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#ii> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#k> <http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG0> <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#y> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01.ARG0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "You must keep the license intact." . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "asail_odrl_sentences-17" . +<http://amr.isi.edu/rdf/amr-terms#intact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/amr-terms#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/amr-terms#you> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG2> <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#k> . +<http://amr.isi.edu/frames/ld/v1.2.2/keep-01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Frame> . +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#o> <http://amr.isi.edu/frames/ld/v1.2.2/obligate-01.ARG1> <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#y> . diff --git a/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.penman b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..0588f269d3424dda11a323db8c2ed21425854c28 --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.penman @@ -0,0 +1,8 @@ +# ::id asail_odrl_sentences-17 +# ::snt You must keep the license intact. +(o / obligate-01 + :ARG1 (y / you) + :ARG2 (k / keep-01 + :ARG0 y + :ARG1 (ii / intact + :domain (l / license)))) \ No newline at end of file diff --git a/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.png b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..e58dd47c12287844795f5dd620f158621c14f359 Binary files /dev/null and b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.png differ diff --git a/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.svg b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..ac075aaca577d1c36b3de1ca7fc15fdb2463e8df --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="711pt" height="192pt" + viewBox="0.00 0.00 710.56 192.49" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 188.49)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-188.49 706.56,-188.49 706.56,4 -4,4"/> +<!-- o --> +<g id="node1" class="node"> +<title>o</title> +<ellipse fill="none" stroke="black" cx="71.49" cy="-102.75" rx="71.49" ry="71.49"/> +<text text-anchor="middle" x="71.49" y="-99.05" font-family="Times,serif" font-size="14.00">o/obligate-01</text> +</g> +<!-- y --> +<g id="node2" class="node"> +<title>y</title> +<ellipse fill="none" stroke="black" cx="464.92" cy="-148.75" rx="36" ry="36"/> +<text text-anchor="middle" x="464.92" y="-145.05" font-family="Times,serif" font-size="14.00">y/you</text> +</g> +<!-- o->y --> +<g id="edge1" class="edge"> +<title>o->y</title> +<path fill="none" stroke="black" d="M142.7,-111.66C168.56,-114.9 198.1,-118.55 224.99,-121.75 291.82,-129.68 369.23,-138.33 417.39,-143.65"/> +<polygon fill="black" stroke="black" points="416.86,-147.11 427.18,-144.73 417.63,-140.15 416.86,-147.11"/> +<text text-anchor="middle" x="280.88" y="-137.55" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- k --> +<g id="node3" class="node"> +<title>k</title> +<ellipse fill="none" stroke="black" cx="280.88" cy="-56.75" rx="55.79" ry="55.79"/> +<text text-anchor="middle" x="280.88" y="-53.05" font-family="Times,serif" font-size="14.00">k/keep-01</text> +</g> +<!-- o->k --> +<g id="edge2" class="edge"> +<title>o->k</title> +<path fill="none" stroke="black" d="M141.55,-87.43C165.25,-82.17 191.67,-76.31 215.02,-71.13"/> +<polygon fill="black" stroke="black" points="215.73,-74.56 224.73,-68.98 214.21,-67.73 215.73,-74.56"/> +<text text-anchor="middle" x="183.99" y="-86.55" font-family="Times,serif" font-size="14.00">:ARG2</text> +</g> +<!-- k->y --> +<g id="edge3" class="edge"> +<title>k->y</title> +<path fill="none" stroke="black" d="M331.15,-81.64C359.72,-96.08 395.3,-114.06 422.43,-127.78"/> +<polygon fill="black" stroke="black" points="420.53,-130.74 431.03,-132.12 423.69,-124.49 420.53,-130.74"/> +<text text-anchor="middle" x="377.78" y="-119.55" font-family="Times,serif" font-size="14.00">:ARG0</text> +</g> +<!-- ii --> +<g id="node4" class="node"> +<title>ii</title> +<ellipse fill="none" stroke="black" cx="464.92" cy="-48.75" rx="46.29" ry="46.29"/> +<text text-anchor="middle" x="464.92" y="-45.05" font-family="Times,serif" font-size="14.00">ii/intact</text> +</g> +<!-- k->ii --> +<g id="edge4" class="edge"> +<title>k->ii</title> +<path fill="none" stroke="black" d="M336.99,-54.32C359.09,-53.35 384.56,-52.23 406.85,-51.25"/> +<polygon fill="black" stroke="black" points="406.84,-54.76 416.67,-50.82 406.53,-47.76 406.84,-54.76"/> +<text text-anchor="middle" x="377.78" y="-57.55" font-family="Times,serif" font-size="14.00">:ARG1</text> +</g> +<!-- l --> +<g id="node5" class="node"> +<title>l</title> +<ellipse fill="none" stroke="black" cx="653.81" cy="-48.75" rx="48.99" ry="48.99"/> +<text text-anchor="middle" x="653.81" y="-45.05" font-family="Times,serif" font-size="14.00">l/license</text> +</g> +<!-- ii->l --> +<g id="edge5" class="edge"> +<title>ii->l</title> +<path fill="none" stroke="black" d="M511.64,-48.75C536.21,-48.75 566.8,-48.75 593.21,-48.75"/> +<polygon fill="black" stroke="black" points="593.12,-52.25 603.12,-48.75 593.12,-45.25 593.12,-52.25"/> +<text text-anchor="middle" x="558.07" y="-52.55" font-family="Times,serif" font-size="14.00">:domain</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.ttl b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..c6ba45a5208609f117b6194c4f4ccff0ad453a6d --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences-17/asail_odrl_sentences-17.stog.amr.ttl @@ -0,0 +1,61 @@ +@prefix ns1: <http://amr.isi.edu/frames/ld/v1.2.2/> . +@prefix ns2: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns3: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns2:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns2:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#root01> a ns2:AMR ; + ns2:has-id "asail_odrl_sentences-17" ; + ns2:has-sentence "You must keep the license intact." ; + ns2:root <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#o> . + +ns1:keep-01.ARG0 a ns1:FrameRole . + +ns1:keep-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG1 a ns1:FrameRole . + +ns1:obligate-01.ARG2 a ns1:FrameRole . + +ns3:domain a ns2:Role . + +ns2:NamedEntity a ns2:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#ii> a ns3:intact ; + ns3:domain <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#l> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#k> a ns1:keep-01 ; + ns1:keep-01.ARG0 <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#y> ; + ns1:keep-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#ii> . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#l> a ns3:license . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#o> a ns1:obligate-01 ; + ns1:obligate-01.ARG1 <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#y> ; + ns1:obligate-01.ARG2 <http://amr.isi.edu/amr_data/asail_odrl_sentences-17#k> . + +ns1:keep-01 a ns2:Frame . + +ns1:obligate-01 a ns2:Frame . + +ns3:intact a ns2:Concept . + +ns3:license a ns2:Concept . + +ns3:you a ns2:Concept . + +<http://amr.isi.edu/amr_data/asail_odrl_sentences-17#y> a ns3:you . + +ns2:Frame a ns2:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +ns1:FrameRole a ns2:Role ; + rdfs:label "AMR-PropBank-Role" . + diff --git a/tests/output/Test-20230421/asail_odrl_sentences.sentence.txt b/tests/output/Test-20230421/asail_odrl_sentences.sentence.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc5c9ba894d1712ac328a1f464e485804d157d6d --- /dev/null +++ b/tests/output/Test-20230421/asail_odrl_sentences.sentence.txt @@ -0,0 +1,17 @@ +Movie9898 can be used. +John must play the movie. +John is not allowed to play the movie. +Movie9899 can be displayed only in Germany. +Movie9899 can be displayed only after 2019. +John is not allowed to play the movie. +John is prohibited not to reproduce the Work. +John is not allowed not to reproduce the Work. +John is obligated not to reproduce the Work. +John is obligated to reproduce and distribute the Work. +John is obligated to reproduce the movie and the picture. +You may use the movie. +You may use the Work. +You may distribute the Work. +You must keep intact any copyright or Database Right notices and notices that refer to this License. +You must keep intact all copyright notices for the Work and give the Original Author credit. +You must keep the license intact. \ No newline at end of file diff --git a/tests/output/Test-20230522/test-01/test-01.stog.amr.dot b/tests/output/Test-20230522/test-01/test-01.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..57af646621c9fcf8287fa241ef25aaaabbc02d89 --- /dev/null +++ b/tests/output/Test-20230522/test-01/test-01.stog.amr.dot @@ -0,0 +1,6 @@ +digraph amr_graph { + rankdir=LR size="12,8" + s [label="s/star" shape=circle] + s2 [label="s2/sun" shape=circle] + s -> s2 [label=":domain"] +} diff --git a/tests/output/Test-20230522/test-01/test-01.stog.amr.nt b/tests/output/Test-20230522/test-01/test-01.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..45b4857a7dde150ee62215d5fc1ed9ebbc82d9fe --- /dev/null +++ b/tests/output/Test-20230522/test-01/test-01.stog.amr.nt @@ -0,0 +1,22 @@ +<http://amr.isi.edu/amr_data/test-01#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/test-01#s> . +<http://amr.isi.edu/amr_data/test-01#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/amr_data/test-01#s> <http://amr.isi.edu/rdf/amr-terms#domain> <http://amr.isi.edu/amr_data/test-01#s2> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/test-01#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "test-01" . +<http://amr.isi.edu/rdf/amr-terms#domain> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/rdf/amr-terms#sun> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/amr_data/test-01#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "The sun is a star." . +<http://amr.isi.edu/amr_data/test-01#s2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/amr-terms#sun> . +<http://amr.isi.edu/entity-types#star> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/test-01#s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#star> . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . + diff --git a/tests/output/Test-20230522/test-01/test-01.stog.amr.penman b/tests/output/Test-20230522/test-01/test-01.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..4f70746db54a3ed8171f776190e3724f2e5c775b --- /dev/null +++ b/tests/output/Test-20230522/test-01/test-01.stog.amr.penman @@ -0,0 +1,4 @@ +# ::id test-01 +# ::snt The sun is a star. +(s / star + :domain (s2 / sun)) \ No newline at end of file diff --git a/tests/output/Test-20230522/test-01/test-01.stog.amr.png b/tests/output/Test-20230522/test-01/test-01.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..1184e154c13d623631e31e54b8ebd114be61aca3 Binary files /dev/null and b/tests/output/Test-20230522/test-01/test-01.stog.amr.png differ diff --git a/tests/output/Test-20230522/test-01/test-01.stog.amr.svg b/tests/output/Test-20230522/test-01/test-01.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..364eaf4775c74e8c53f458a1bbe18bc01900c326 --- /dev/null +++ b/tests/output/Test-20230522/test-01/test-01.stog.amr.svg @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="258pt" height="90pt" + viewBox="0.00 0.00 257.99 89.89" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 85.89)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-85.89 253.99,-85.89 253.99,4 -4,4"/> +<!-- s --> +<g id="node1" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="37.05" cy="-40.95" rx="37.09" ry="37.09"/> +<text text-anchor="middle" x="37.05" y="-37.25" font-family="Times,serif" font-size="14.00">s/star</text> +</g> +<!-- s2 --> +<g id="node2" class="node"> +<title>s2</title> +<ellipse fill="none" stroke="black" cx="209.04" cy="-40.95" rx="40.89" ry="40.89"/> +<text text-anchor="middle" x="209.04" y="-37.25" font-family="Times,serif" font-size="14.00">s2/sun</text> +</g> +<!-- s->s2 --> +<g id="edge1" class="edge"> +<title>s->s2</title> +<path fill="none" stroke="black" d="M74.51,-40.95C98.39,-40.95 129.96,-40.95 156.4,-40.95"/> +<polygon fill="black" stroke="black" points="156.25,-44.45 166.25,-40.95 156.25,-37.45 156.25,-44.45"/> +<text text-anchor="middle" x="121.09" y="-44.75" font-family="Times,serif" font-size="14.00">:domain</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230522/test-01/test-01.stog.amr.ttl b/tests/output/Test-20230522/test-01/test-01.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..4ad04c796b2fd5e64c41f71202163c76ca38c163 --- /dev/null +++ b/tests/output/Test-20230522/test-01/test-01.stog.amr.ttl @@ -0,0 +1,36 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns1:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns1:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/test-01#root01> a ns1:AMR ; + ns1:has-id "test-01" ; + ns1:has-sentence "The sun is a star." ; + ns1:root <http://amr.isi.edu/amr_data/test-01#s> . + +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns2:domain a ns1:Role . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +<http://amr.isi.edu/amr_data/test-01#s> a <http://amr.isi.edu/entity-types#star> ; + ns2:domain <http://amr.isi.edu/amr_data/test-01#s2> . + +<http://amr.isi.edu/amr_data/test-01#s2> a ns2:sun . + +<http://amr.isi.edu/entity-types#star> a ns1:NamedEntity . + +ns2:sun a ns1:Concept . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + diff --git a/tests/output/Test-20230522/test-02/test-02.stog.amr.dot b/tests/output/Test-20230522/test-02/test-02.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..1b8f97f75734288ff356faf5c09ba53a14141181 --- /dev/null +++ b/tests/output/Test-20230522/test-02/test-02.stog.amr.dot @@ -0,0 +1,9 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/planet" shape=circle] + n [label="n/name" shape=circle] + p -> p [label=":domain"] + p -> n [label=":name"] + node_0 [label="\"Earth\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230522/test-02/test-02.stog.amr.nt b/tests/output/Test-20230522/test-02/test-02.stog.amr.nt new file mode 100644 index 0000000000000000000000000000000000000000..6e16ca0a6898027aca99e1746883da9d79b2721b --- /dev/null +++ b/tests/output/Test-20230522/test-02/test-02.stog.amr.nt @@ -0,0 +1,19 @@ +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Concept" . +<http://amr.isi.edu/entity-types#planet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#NamedEntity> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Term" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Role> . +<http://amr.isi.edu/amr_data/test-02#p> <http://www.w3.org/2000/01/rdf-schema#label> "Earth" . +<http://amr.isi.edu/amr_data/test-02#root01> <http://amr.isi.edu/rdf/core-amr#has-id> "test-02" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-EntityType" . +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Role" . +<http://amr.isi.edu/amr_data/test-02#root01> <http://amr.isi.edu/rdf/core-amr#has-sentence> "Earth is a planet." . +<http://amr.isi.edu/amr_data/test-02#root01> <http://amr.isi.edu/rdf/core-amr#root> <http://amr.isi.edu/amr_data/test-02#p> . +<http://amr.isi.edu/rdf/core-amr#NamedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/test-02#p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/entity-types#planet> . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-PropBank-Frame" . +<http://amr.isi.edu/rdf/core-amr#Role> <http://www.w3.org/2000/01/rdf-schema#label> "AMR-Role" . +<http://amr.isi.edu/rdf/core-amr#Frame> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#Concept> . +<http://amr.isi.edu/amr_data/test-02#root01> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://amr.isi.edu/rdf/core-amr#AMR> . + diff --git a/tests/output/Test-20230522/test-02/test-02.stog.amr.penman b/tests/output/Test-20230522/test-02/test-02.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..c43f2d1ea1775db6a372176df904adb4c732bc8a --- /dev/null +++ b/tests/output/Test-20230522/test-02/test-02.stog.amr.penman @@ -0,0 +1,6 @@ +# ::id test-02 +# ::snt Earth is a planet. +(p / planet + :domain p + :name (n / name + :op1 "Earth")) \ No newline at end of file diff --git a/tests/output/Test-20230522/test-02/test-02.stog.amr.png b/tests/output/Test-20230522/test-02/test-02.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..ccf17ae6265b900965bce09be359fa5500c2400f Binary files /dev/null and b/tests/output/Test-20230522/test-02/test-02.stog.amr.png differ diff --git a/tests/output/Test-20230522/test-02/test-02.stog.amr.svg b/tests/output/Test-20230522/test-02/test-02.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..ad6725bdac1b41d629d9d151d797978bf2513935 --- /dev/null +++ b/tests/output/Test-20230522/test-02/test-02.stog.amr.svg @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 7.1.0 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="413pt" height="138pt" + viewBox="0.00 0.00 413.18 138.49" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 134.49)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-134.49 409.18,-134.49 409.18,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="48.75" cy="-48.75" rx="48.99" ry="48.99"/> +<text text-anchor="middle" x="48.75" y="-45.05" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- p->p --> +<g id="edge1" class="edge"> +<title>p->p</title> +<path fill="none" stroke="black" d="M32.33,-95.22C33.48,-106.82 38.95,-115.49 48.75,-115.49 55.02,-115.49 59.52,-111.93 62.24,-106.33"/> +<polygon fill="black" stroke="black" points="65.62,-107.25 64.77,-96.69 58.85,-105.47 65.62,-107.25"/> +<text text-anchor="middle" x="48.75" y="-119.29" font-family="Times,serif" font-size="14.00">:domain</text> +</g> +<!-- n --> +<g id="node2" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="222.34" cy="-48.75" rx="44.69" ry="44.69"/> +<text text-anchor="middle" x="222.34" y="-45.05" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge2" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M98,-48.75C119.09,-48.75 143.95,-48.75 165.81,-48.75"/> +<polygon fill="black" stroke="black" points="165.75,-52.25 175.75,-48.75 165.75,-45.25 165.75,-52.25"/> +<text text-anchor="middle" x="137.49" y="-52.55" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node3" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="405.18,-66.75 334.18,-66.75 334.18,-30.75 405.18,-30.75 405.18,-66.75"/> +<text text-anchor="middle" x="369.68" y="-45.05" font-family="Times,serif" font-size="14.00">"Earth"</text> +</g> +<!-- n->node_0 --> +<g id="edge3" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M267.34,-48.75C284.8,-48.75 304.9,-48.75 322.56,-48.75"/> +<polygon fill="black" stroke="black" points="322.54,-52.25 332.54,-48.75 322.54,-45.25 322.54,-52.25"/> +<text text-anchor="middle" x="300.68" y="-52.55" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230522/test-02/test-02.stog.amr.ttl b/tests/output/Test-20230522/test-02/test-02.stog.amr.ttl new file mode 100644 index 0000000000000000000000000000000000000000..5f7d3d7f4e8bf37c29f7290956a19a621f90a03e --- /dev/null +++ b/tests/output/Test-20230522/test-02/test-02.stog.amr.ttl @@ -0,0 +1,29 @@ +@prefix ns1: <http://amr.isi.edu/rdf/core-amr#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +ns1:Concept a rdfs:Class ; + rdfs:label "AMR-Concept" . + +ns1:Role a rdfs:Class ; + rdfs:label "AMR-Role" . + +<http://amr.isi.edu/amr_data/test-02#root01> a ns1:AMR ; + ns1:has-id "test-02" ; + ns1:has-sentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-02#p> . + +<http://amr.isi.edu/frames/ld/v1.2.2/FrameRole> a ns1:Role ; + rdfs:label "AMR-PropBank-Role" . + +ns1:Frame a ns1:Concept ; + rdfs:label "AMR-PropBank-Frame" . + +<http://amr.isi.edu/amr_data/test-02#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity . + +ns1:NamedEntity a ns1:Concept ; + rdfs:label "AMR-EntityType", + "AMR-Term" . + diff --git a/tests/output/Test-20230522/test.sentence.txt b/tests/output/Test-20230522/test.sentence.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bc85c3e85f9bf78d9d521ab35bd1ff85b3588c8 --- /dev/null +++ b/tests/output/Test-20230522/test.sentence.txt @@ -0,0 +1,2 @@ +The sun is a star. +Earth is a planet. \ No newline at end of file diff --git a/tests/output/Test-20230627/test-01/test-01.stog.amr.dot b/tests/output/Test-20230627/test-01/test-01.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..57af646621c9fcf8287fa241ef25aaaabbc02d89 --- /dev/null +++ b/tests/output/Test-20230627/test-01/test-01.stog.amr.dot @@ -0,0 +1,6 @@ +digraph amr_graph { + rankdir=LR size="12,8" + s [label="s/star" shape=circle] + s2 [label="s2/sun" shape=circle] + s -> s2 [label=":domain"] +} diff --git a/tests/output/Test-20230627/test-01/test-01.stog.amr.penman b/tests/output/Test-20230627/test-01/test-01.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..4f70746db54a3ed8171f776190e3724f2e5c775b --- /dev/null +++ b/tests/output/Test-20230627/test-01/test-01.stog.amr.penman @@ -0,0 +1,4 @@ +# ::id test-01 +# ::snt The sun is a star. +(s / star + :domain (s2 / sun)) \ No newline at end of file diff --git a/tests/output/Test-20230627/test-01/test-01.stog.amr.png b/tests/output/Test-20230627/test-01/test-01.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..7623e9aba9818042ff7411fa63871bbbeced6912 Binary files /dev/null and b/tests/output/Test-20230627/test-01/test-01.stog.amr.png differ diff --git a/tests/output/Test-20230627/test-01/test-01.stog.amr.svg b/tests/output/Test-20230627/test-01/test-01.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..387d713052c4c37b660e16b3fc7fccc92859c207 --- /dev/null +++ b/tests/output/Test-20230627/test-01/test-01.stog.amr.svg @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="268pt" height="96pt" + viewBox="0.00 0.00 267.95 95.68" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 91.68)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-91.68 263.95,-91.68 263.95,4 -4,4"/> +<!-- s --> +<g id="node1" class="node"> +<title>s</title> +<ellipse fill="none" stroke="black" cx="39.63" cy="-43.84" rx="39.63" ry="39.63"/> +<text text-anchor="middle" x="39.63" y="-39.17" font-family="Times,serif" font-size="14.00">s/star</text> +</g> +<!-- s2 --> +<g id="node2" class="node"> +<title>s2</title> +<ellipse fill="none" stroke="black" cx="216.11" cy="-43.84" rx="43.84" ry="43.84"/> +<text text-anchor="middle" x="216.11" y="-39.17" font-family="Times,serif" font-size="14.00">s2/sun</text> +</g> +<!-- s->s2 --> +<g id="edge1" class="edge"> +<title>s->s2</title> +<path fill="none" stroke="black" d="M79.36,-43.84C103.34,-43.84 134.49,-43.84 160.91,-43.84"/> +<polygon fill="black" stroke="black" points="160.9,-47.34 170.9,-43.84 160.9,-40.34 160.9,-47.34"/> +<text text-anchor="middle" x="125.77" y="-47.79" font-family="Times,serif" font-size="14.00">:domain</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230627/test-02/test-02.stog.amr.dot b/tests/output/Test-20230627/test-02/test-02.stog.amr.dot new file mode 100644 index 0000000000000000000000000000000000000000..1b8f97f75734288ff356faf5c09ba53a14141181 --- /dev/null +++ b/tests/output/Test-20230627/test-02/test-02.stog.amr.dot @@ -0,0 +1,9 @@ +digraph amr_graph { + rankdir=LR size="12,8" + p [label="p/planet" shape=circle] + n [label="n/name" shape=circle] + p -> p [label=":domain"] + p -> n [label=":name"] + node_0 [label="\"Earth\"" shape=rectangle] + n -> node_0 [label=":op1"] +} diff --git a/tests/output/Test-20230627/test-02/test-02.stog.amr.penman b/tests/output/Test-20230627/test-02/test-02.stog.amr.penman new file mode 100644 index 0000000000000000000000000000000000000000..c43f2d1ea1775db6a372176df904adb4c732bc8a --- /dev/null +++ b/tests/output/Test-20230627/test-02/test-02.stog.amr.penman @@ -0,0 +1,6 @@ +# ::id test-02 +# ::snt Earth is a planet. +(p / planet + :domain p + :name (n / name + :op1 "Earth")) \ No newline at end of file diff --git a/tests/output/Test-20230627/test-02/test-02.stog.amr.png b/tests/output/Test-20230627/test-02/test-02.stog.amr.png new file mode 100644 index 0000000000000000000000000000000000000000..c29a3897509c965fba66aee3f95157f7e21184e3 Binary files /dev/null and b/tests/output/Test-20230627/test-02/test-02.stog.amr.png differ diff --git a/tests/output/Test-20230627/test-02/test-02.stog.amr.svg b/tests/output/Test-20230627/test-02/test-02.stog.amr.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c26a954e002fb0951c30ae4588900d5cfbc0afc --- /dev/null +++ b/tests/output/Test-20230627/test-02/test-02.stog.amr.svg @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<!-- Generated by graphviz version 8.0.5 (0) + --> +<!-- Title: amr_graph Pages: 1 --> +<svg width="425pt" height="148pt" + viewBox="0.00 0.00 424.87 147.77" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 143.77)"> +<title>amr_graph</title> +<polygon fill="white" stroke="none" points="-4,4 -4,-143.77 420.87,-143.77 420.87,4 -4,4"/> +<!-- p --> +<g id="node1" class="node"> +<title>p</title> +<ellipse fill="none" stroke="black" cx="52.26" cy="-52.26" rx="52.26" ry="52.26"/> +<text text-anchor="middle" x="52.26" y="-47.59" font-family="Times,serif" font-size="14.00">p/planet</text> +</g> +<!-- p->p --> +<g id="edge1" class="edge"> +<title>p->p</title> +<path fill="none" stroke="black" d="M35.35,-102.15C36.74,-113.87 42.38,-122.52 52.26,-122.52 58.9,-122.52 63.62,-118.62 66.43,-112.5"/> +<polygon fill="black" stroke="black" points="70,-113.71 69.17,-103.15 63.23,-111.92 70,-113.71"/> +<text text-anchor="middle" x="52.26" y="-126.47" font-family="Times,serif" font-size="14.00">:domain</text> +</g> +<!-- n --> +<g id="node2" class="node"> +<title>n</title> +<ellipse fill="none" stroke="black" cx="232.07" cy="-52.26" rx="48.05" ry="48.05"/> +<text text-anchor="middle" x="232.07" y="-47.59" font-family="Times,serif" font-size="14.00">n/name</text> +</g> +<!-- p->n --> +<g id="edge2" class="edge"> +<title>p->n</title> +<path fill="none" stroke="black" d="M104.69,-52.26C126.01,-52.26 150.85,-52.26 172.84,-52.26"/> +<polygon fill="black" stroke="black" points="172.71,-55.76 182.71,-52.26 172.71,-48.76 172.71,-55.76"/> +<text text-anchor="middle" x="144.27" y="-56.21" font-family="Times,serif" font-size="14.00">:name</text> +</g> +<!-- node_0 --> +<g id="node3" class="node"> +<title>node_0</title> +<polygon fill="none" stroke="black" points="416.87,-70.26 346.87,-70.26 346.87,-34.26 416.87,-34.26 416.87,-70.26"/> +<text text-anchor="middle" x="381.87" y="-47.59" font-family="Times,serif" font-size="14.00">"Earth"</text> +</g> +<!-- n->node_0 --> +<g id="edge3" class="edge"> +<title>n->node_0</title> +<path fill="none" stroke="black" d="M280.24,-52.26C298.07,-52.26 318.29,-52.26 335.91,-52.26"/> +<polygon fill="black" stroke="black" points="335.78,-55.76 345.78,-52.26 335.78,-48.76 335.78,-55.76"/> +<text text-anchor="middle" x="313.5" y="-56.21" font-family="Times,serif" font-size="14.00">:op1</text> +</g> +</g> +</svg> diff --git a/tests/output/Test-20230627/test.sentence.txt b/tests/output/Test-20230627/test.sentence.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bc85c3e85f9bf78d9d521ab35bd1ff85b3588c8 --- /dev/null +++ b/tests/output/Test-20230627/test.sentence.txt @@ -0,0 +1,2 @@ +The sun is a star. +Earth is a planet. \ No newline at end of file diff --git a/tests/test_amrbatch_main.py b/tests/test_amrbatch_main.py index bdf06f4cfad5beab99c33bec8e7f84c8ddb70dbc..6ccaf822738d5f7f814231a4d2162e2db552ab5d 100644 --- a/tests/test_amrbatch_main.py +++ b/tests/test_amrbatch_main.py @@ -28,11 +28,13 @@ from utility import file_cutter # input_filename = f'08d1b73a-bdf5-4b54-8e6e-b96665f3c2fa.txt' input_filename = f'test.txt' # input_filename = f'SSC-ABSTRACT.txt' +# input_filename = f'cc-sentence-examples.txt' +# input_filename = f'asail_odrl_sentences.txt' input_filepath = f'{INPUT_DIR_PATH}{input_filename}' # -- Output references -base_output_name = f'Test' +base_output_name = f'Test' # f'SolarSystem' time_ref = f'{datetime.now().strftime("%Y%m%d")}' output_dirpath = f'{OUTPUT_DIR_PATH}{base_output_name}-{time_ref}/' os.makedirs(output_dirpath, exist_ok=True)