Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminology declarations in the DMRS RDF output? #35

Open
arademaker opened this issue Sep 2, 2021 · 2 comments
Open

terminology declarations in the DMRS RDF output? #35

arademaker opened this issue Sep 2, 2021 · 2 comments

Comments

@arademaker
Copy link
Member

arademaker commented Sep 2, 2021

dmrs:h  rdf:type  dmrs:ScopalRelation .
dmrs:neq  rdf:type  dmrs:ScopalRelation .
dmrs:arg1  rdf:type  dmrs:Role .
dmrs:rstr  rdf:type  dmrs:Role .

Those triples should be in the vocabularies, right? Why we are producing them in the graph of the DMRS?

@yfaria
Copy link
Contributor

yfaria commented Sep 2, 2021

Yes, they should and, in fact, they are (see https://github.com/own-pt/delphin-rdf/blob/master/vocabularies/dmrs.ttl#L77 for example of the arg1).
The code generates them because I wasn't able to find a list of possible roles and scopal relations in DMRS when the code was written. The roles are simpler because those come from MRS roles, so I knew the possibilities.

@arademaker
Copy link
Member Author

Not sure if I understood, but what action we can take? Do you still really need to generate these triples? We do have arguments for generating those triples in the DMRS generation of a given semantic representation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants