Project

General

Profile

« Previous | Next » 

Revision 51717

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

View differences:

PE18_Dataset.sparql
77 77

  
78 78
 UNION{ <${subjectURL}> crmpe:PP31_uses_curation_plan ?curationplan .}
79 79
 UNION{
80
    <${subjectURL}> crm:p94i_was_created_by ?Creation_event .
80
    <${subjectURL}> crm:P94i_was_created_by ?Creation_event .
81 81
    ?Creation_event crm:P33_used_specific_technique ?technique .
82 82
    ?technique crm:P2_has_type ?type .
83 83
    ?type rdfs:label ?encoding_label .
84 84
 }
85 85
UNION{
86
	<${subjectURL}> crm:p94i_was_created_by ?Creation_event .
86
	<${subjectURL}> crm:P94i_was_created_by ?Creation_event .
87 87
    ?Creation_event crmdig:L23_used_software_or_firmware ?sw .
88 88
}
89 89
UNION{
90
	<${subjectURL}> crm:p94i_was_created_by ?Creation_event .
90
	<${subjectURL}> crm:P94i_was_created_by ?Creation_event .
91 91
    ?Creation_event crm:P14_carried_out_by ?creator .
92 92
  }
93 93
}

Also available in: Unified diff