Project

General

Profile

« Previous | Next » 

Revision 51426

Added missing dots in sparql templates

View differences:

modules/dnet-parthenos-publisher/trunk/src/main/resources/eu/dnetlib/parthenos/sparql/E55_Type.sparql
8 8
CONSTRUCT {
9 9
<${subjectURL}> crm:P1_is_identified_by ?title .
10 10
<${subjectURL}> crm:P3_has_note ?description .
11
<${subjectURL}> a ?type
11
<${subjectURL}> a ?type .
12 12
<${subjectURL}> rdfs:label ?label .
13 13
}
14 14
WHERE {
modules/dnet-parthenos-publisher/trunk/src/main/resources/eu/dnetlib/parthenos/sparql/E70_Thing.sparql
11 11
CONSTRUCT {
12 12
<${subjectURL}> crm:P1_is_identified_by ?title .
13 13
<${subjectURL}> crm:P3_has_note ?description .
14
<${subjectURL}> a ?type
14
<${subjectURL}> a ?type .
15 15
 <${subjectURL}> rdfs:label ?label .
16 16
}
17 17
WHERE {
modules/dnet-parthenos-publisher/trunk/src/main/resources/eu/dnetlib/parthenos/sparql/PE1_Service.sparql
62 62
}
63 63
 OPTIONAL{
64 64
 <${subjectURL}> crm:P2_has_type ?activityType .
65
 ?activityType rdfs:label ?activityTypeLabel
65
 ?activityType rdfs:label ?activityTypeLabel .
66 66
}
67 67
 OPTIONAL{
68 68
 <${subjectURL}> crmpe:PP2_provided_by ?provider .
modules/dnet-parthenos-publisher/trunk/src/main/resources/eu/dnetlib/parthenos/sparql/PE28_Curation_Plan.sparql
8 8
CONSTRUCT {
9 9
<${subjectURL}> crm:P1_is_identified_by ?title .
10 10
<${subjectURL}> crm:P3_has_note ?description .
11
<${subjectURL}> a ?type
11
<${subjectURL}> a ?type .
12 12
 <${subjectURL}> rdfs:label ?label .
13 13
}
14 14
WHERE {

Also available in: Unified diff