authorInAuthorship query fix
This commit is contained in:
parent
2ebbde8c3b
commit
b2c7a7288a
1 changed files with 2 additions and 2 deletions
|
@ -39,14 +39,14 @@
|
|||
?infoResource ?infoResourceName
|
||||
?dateTime WHERE { GRAPH <urn:x-arq:UnionGraph> {
|
||||
{
|
||||
?subject ?property ?authorship
|
||||
?subject ?property ?authorship .
|
||||
?authorship core:linkedInformationResource ?infoResource .
|
||||
?infoResource rdfs:label ?infoResourceName .
|
||||
?infoResource a ?subclass .
|
||||
?subclass rdfs:subClassOf core:InformationResource .
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?authorship
|
||||
?subject ?property ?authorship .
|
||||
?authorship core:linkedInformationResource ?infoResource .
|
||||
?infoResource rdfs:label ?infoResourceName .
|
||||
?infoResource a ?subclass .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue