Skip to content

Commit

Permalink
Biography abstract now comes from local KG
Browse files Browse the repository at this point in the history
  • Loading branch information
JaseMK committed May 23, 2023
1 parent bfe4e05 commit 3e3995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/services/biography.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
'FROM <http://data.open.ac.uk/context/meetups> '.
' WHERE { '.
' <'.$biography.'> rdfs:label ?name . '.
' <'.$biography.'> mtp:hasAbstract ?comment . '.
' OPTIONAL { '.
' <'.$biography.'> mtp:thumbnail ?image . '.
' <'.$biography.'> mtp:hasdob ?birthdate . '.
' } '.
' SERVICE <https://dbpedia.org/sparql/> { '.
' OPTIONAL { '.
' <'.$biography.'> rdfs:comment ?comment FILTER (langMatches(lang(?comment),"en")) '.
' <'.$biography.'> dbo:birthPlace ?birthplace . '.
' ?birthplace rdfs:label ?birthplacelabel FILTER (langMatches(lang(?birthplacelabel),"en")) '.
' } '.
Expand Down

0 comments on commit 3e3995b

Please sign in to comment.