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

New property that directly relates a owl:Thing with its rank value #1

Closed
athalhammer opened this issue Oct 18, 2017 · 2 comments
Closed
Assignees

Comments

@athalhammer
Copy link
Contributor

This comes from the dbpedia/ontology-tracker#23 - there would be a request for a new property that relates a owl:Thing with its rank value directly.

@athalhammer
Copy link
Contributor Author

Options could be
vrank:directRank
vrank:hasRankValue
vrank:rank

@athalhammer
Copy link
Contributor Author

athalhammer commented Oct 19, 2017

Maybe a twofold approach would do:

  • New vrank:rank property defined as property chain of vrank:hasRank ° vrank:rankValue
  • A subproperty vrank:pagerank as sub property of vrank:rank

In total:

vrank:rank <http:// www.w3.org/2002/07/owl#propertyChainAxiom> (vrank:hasRank vrank:rankValue) .
vrank:pagerank rdfs:subPropertyOf vrank:rank .

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

1 participant