Skip to content

Commit

Permalink
fixed property uri
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Mar 12, 2024
1 parent c6aa1de commit b1224ad
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ access-individual:PersonProfileProximityToResourceUri a access:SparqlSelectValue
{
?profileUri <http://purl.obolibrary.org/obo/RO_0000053> ?roleUri .
?roleUri a <http://vivoweb.org/ontology/core#ClinicalRole> .
?roleUri <http://vivoweb.org/ontology/core#contributesTo> ?resourceUri .
?roleUri <http://vivoweb.org/ontology/core#roleContributesTo> ?resourceUri .
?resourceUri a <http://vivoweb.org/ontology/core#Project> .
}
UNION
{
?profileUri <http://purl.obolibrary.org/obo/RO_0000053> ?roleUri .
?roleUri a <http://vivoweb.org/ontology/core#ClinicalRole> .
?roleUri <http://vivoweb.org/ontology/core#contributesTo> ?resourceUri .
?roleUri <http://vivoweb.org/ontology/core#roleContributesTo> ?resourceUri .
?resourceUri a <http://vivoweb.org/ontology/core#Service> .
}
UNION
Expand Down Expand Up @@ -137,14 +137,14 @@ access-individual:ExternalIdMatchProfileProximityToResourceUri a access:SparqlSe
{
?profile <http://purl.obolibrary.org/obo/RO_0000053> ?roleUri .
?roleUri a <http://vivoweb.org/ontology/core#ClinicalRole> .
?roleUri <http://vivoweb.org/ontology/core#contributesTo> ?resourceUri .
?roleUri <http://vivoweb.org/ontology/core#roleContributesTo> ?resourceUri .
?resourceUri a <http://vivoweb.org/ontology/core#Project> .
}
UNION
{
?profile <http://purl.obolibrary.org/obo/RO_0000053> ?roleUri .
?roleUri a <http://vivoweb.org/ontology/core#ClinicalRole> .
?roleUri <http://vivoweb.org/ontology/core#contributesTo> ?resourceUri .
?roleUri <http://vivoweb.org/ontology/core#roleContributesTo> ?resourceUri .
?resourceUri a <http://vivoweb.org/ontology/core#Service> .
}
UNION
Expand Down

0 comments on commit b1224ad

Please sign in to comment.