Revision 52283
Added by Alessia Bardi over 6 years ago
modules/dnet-parthenos-publisher/trunk/src/main/resources/eu/dnetlib/parthenos/sparql/D14_Software.sparql | ||
---|---|---|
62 | 62 |
?about rdfs:label ?aboutLabel . |
63 | 63 |
} |
64 | 64 |
UNION{<${subjectURL}> crmpe:PP7i_is_software_object_hosted_by ?host . } |
65 |
UNION{?host crmpe:PP7_hosts_software_object <${subjectURL}> . } |
|
65 | 66 |
UNION{<${subjectURL}> crmpe:PP32i_is_curated_by ?curatingService .} |
67 |
UNION{?curatingService crmpe:PP32_curates <${subjectURL}> .} |
|
66 | 68 |
UNION{ |
67 | 69 |
<${subjectURL}> crmpe:PP32i_is_curated_by ?curatingService . |
68 | 70 |
?curatingService crmpe:PP31_uses_curation_plan ?curationplan . |
69 | 71 |
} |
72 |
UNION{ |
|
73 |
?curatingService crmpe:PP32_curates <${subjectURL}> . |
|
74 |
?curatingService crmpe:PP31_uses_curation_plan ?curationplan . |
|
75 |
} |
|
70 | 76 |
UNION{<${subjectURL}> crmpe:PP17_has_snapshot ?snapshot1 .} |
71 | 77 |
UNION{ ?snapshot1 crmpe:PP17i_is_snapshot_of <${subjectURL}> .} |
72 | 78 |
UNION{<${subjectURL}> crmpe:PP17i_is_snapshot_of ?snapshot2 .} |
Also available in: Unified diff
Inverse relationship for hosting and curating services of software