Project

General

Profile

« Previous | Next » 

Revision 51392

Because of how we construct the RDF that we read from Virtuoso (see sparql templates), the title is always a literal.

View differences:

E39_Actor.sparql
21 21
WHERE {
22 22
 <${subjectURL}> a crm:E39_Actor .
23 23
 <${subjectURL}> a ?type .
24
OPTIONAL{
24
OPTIONAL {
25 25
 <${subjectURL}> crm:P1_is_identified_by ?titleRes .
26 26
 ?titleRes rdfs:label ?title .
27 27
}

Also available in: Unified diff