fixing prefix for Event in sparql

This commit is contained in:
stellamit 2011-10-27 22:09:55 +00:00
parent 85299f62f6
commit 5408762445

View file

@ -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}
}