I want to know the meaning of *
and /
in SPARQL.
If you check this example from Wikidata, you will see that a /
and a *
are used in here:
?item wdt:P361* wd:Q362 .
?item wdt:P31/wdt:P279* wd:Q178561 .
What are they for? Why are they used?
Thank you in advance!