fixing prefix for Event in sparql
This commit is contained in:
parent
85299f62f6
commit
5408762445
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ Construct {
|
|||
union
|
||||
{?something vivo:relatedRole ?role}
|
||||
|
||||
{?something rdf:type vivo:Process}
|
||||
{?something rdf:type vivo:Project}
|
||||
union
|
||||
{?something rdf:type vivo:Event}
|
||||
{?something rdf:type event:Event}
|
||||
union
|
||||
{?something rdf:type vivo:EventSeries}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue