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

Expressing DBpedia property spokenIn #191

Open
nordlow opened this issue Nov 22, 2019 · 2 comments
Open

Expressing DBpedia property spokenIn #191

nordlow opened this issue Nov 22, 2019 · 2 comments

Comments

@nordlow
Copy link
Contributor

nordlow commented Nov 22, 2019

How do I map the property

http://dbpedia.org/ontology/spokenIn

to SUMO?

I can't find any corresponding predicate that matches it.

@apease
Copy link
Contributor

apease commented Nov 23, 2019

we have languagePercentInRegion - http://sigma.ontologyportal.org:8080/sigma/Browse.jsp?lang=EnglishLanguage&flang=SUO-KIF&kb=SUMO&term=languagePercentInRegion and you could say

(and
(languagePercentInRegion ?L ?R ?G)
(greaterThan ?R 0))

or we could define a new predicate like (spokenInRegion ?REGION ?LANGUAGE)

@nordlow
Copy link
Contributor Author

nordlow commented Nov 24, 2019

Should spokenInRegion somehow be defined in terms of

(and
   (languagePercentInRegion ?L ?R ?G)
   (greaterThan ?R 0))

?

I guess the key issue is above which percentage we regard a ?REGION has having the ?LANGUAGE spoken in it.

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