Project

General

Profile

« Previous | Next » 

Revision 51717

Trying to get relationship (uses/usedby) between Dataset and Software

View differences:

D14_Software.sparql
24 24
	<${subjectURL}> crmpe:PP22_has_release ?sw3 .
25 25

  
26 26
	<${subjectURL}> crmpe:PP31_uses_curation_plan ?curationplan .
27
	<${subjectURL}> <usedby> ?adopter .
27 28
}
28 29
WHERE {
29 30
 <${subjectURL}> a crmdig:D14_Software .
......
48 49
  ?about a ?aboutType .
49 50
  ?about rdfs:label ?aboutLabel .
50 51
 }
51
 UNION{ <${subjectURL}> crmpe:PP7i_is_software_object_hosted_by ?host . }
52
 UNION{ <${subjectURL}> crmpe:PP32i_is_curated_by ?curator .}
52
 UNION{<${subjectURL}> crmpe:PP7i_is_software_object_hosted_by ?host . }
53
 UNION{<${subjectURL}> crmpe:PP32i_is_curated_by ?curator .}
53 54
 UNION{<${subjectURL}> crmpe:PP17_has_snapshot ?obj2 .}
54 55
 UNION{<${subjectURL}> crmpe:PP19_has_persistent_software_part ?sw1 .}
55 56
 UNION{<${subjectURL}> crmpe:PP21_has_software_part ?sw2 .}
56 57
 UNION{<${subjectURL}> crmpe:PP22_has_release ?sw3 .}
57 58
 UNION{<${subjectURL}> crmpe:PP31_uses_curation_plan ?curationplan .}
59
 UNION{
60
 	?adopter crm:P94i_was_created_by ?event .
61
    ?event crmdig:L23_used_software_or_firmware <${subjectURL}> .
62
 }
63
 UNION {
64
 <${subjectURL}> crmdig:L23i_was_software_or_firmware_used_by ?event .
65
 ?adopter crm:P94i_was_created_by ?event .
66
 }
58 67
}

Also available in: Unified diff