EuropeanResearcher (E225)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | EuropeanResearcher | a researcher | euresearcher | edit |
PREFIX schema: <http://schema.org/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX s: <http://www.wikidata.org/entity/statement/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
# Example SPARQL query: select ?researcher ?researcherLabel ?cordis where { ?researcher wdt:P31 wd:Q5 . ?researcher wdt:P106 wd:Q1650915 . ?researcher wdt:P3400 ?cordis . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }} ORDER BY ?cordis
start = @<EuropeanResearcher>
<EuropeanResearcher>{
rdfs:label .* ;
schema:description .* ;
schema:name .* ;
skos:prefLabel .* ;
p:P31 .* ;
wdt:P106 .* ;
wdt:P31 .* ;
wdt:P3400 .* ;
}