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

strange tabular results for Infobox_football_club #77

Open
VladimirAlexiev opened this issue Mar 19, 2016 · 0 comments
Open

strange tabular results for Infobox_football_club #77

VladimirAlexiev opened this issue Mar 19, 2016 · 0 comments

Comments

@VladimirAlexiev
Copy link
Member

Look at http://mappings.dbpedia.org/server/extraction/en/extract?title=Chelsea_F.C.&format=turtle-triples. It spits a bunch of tabular results like:

<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeamMember> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OrganisationMember> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/entity/Q5> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Thing> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Person> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/entity/Q215627> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#NaturalPerson> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Agent> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Agent> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://dbpedia.org/ontology/team> <http://en.dbpedia.org/resource/Chelsea_F.C.> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://xmlns.com/foaf/0.1/name> "Kenedy"@en .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://dbpedia.org/ontology/currentMember> <http://en.dbpedia.org/resource/Kenedy_(footballer)> .
<http://en.dbpedia.org/resource/Chelsea_F.C.__Kenedy__1> <http://dbpedia.org/ontology/squadNumber> "16"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .

The data comes from https://en.wikipedia.org/w/index.php?title=Chelsea_F.C.&action=edit&section=14

{{Fs player|no=16|nat=BRA|pos=FW|name=[[Kenedy (footballer)|Kenedy]]}}

But there are at least 2 problems:

  • This data should be about http://en.dbpedia.org/resource/Kenedy__1 (his CareerStation)
  • The URL should be based on Kenedy_(footballer) (the page name) not merely Kenedy (the link name of this particular mention)

I cannot figure out where this comes from:

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