fix tab errors in mapping table. fix syntax error in sparql constructs.
This commit is contained in:
parent
74b70aa484
commit
d131d6e996
6 changed files with 62 additions and 64 deletions
|
@ -15,7 +15,7 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
|
|||
|
||||
Construct {
|
||||
_:role a core:Co-PrincipalInvestigatorRole .
|
||||
_ :role core:roleIn ?grant .
|
||||
_:role core:roleIn ?grant .
|
||||
?grant core:relatedRole _:role .
|
||||
?person core:hasCo-PrincipalInvestigatorRole _:role .
|
||||
_:role core:co-PrincipalInvestigatorRoleOf ?person .
|
||||
|
|
|
@ -15,7 +15,7 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
|
|||
|
||||
Construct {
|
||||
_:role a core:InvestigatorRole .
|
||||
_ :role core:roleIn ?grant .
|
||||
_:role core:roleIn ?grant .
|
||||
?grant core:relatedRole _:role .
|
||||
?person core:hasInvestigatorRole _:role .
|
||||
_:role core:investigatorRoleOf ?person .
|
||||
|
|
|
@ -15,7 +15,7 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
|
|||
|
||||
Construct {
|
||||
_:role a core:PresenterRole .
|
||||
_ :role core:roleIn ?event .
|
||||
_:role core:roleIn ?event .
|
||||
?event core:relatedRole _:role .
|
||||
?person core:hasPresenterRole _:role .
|
||||
_:role core:presenterRoleOf ?person .
|
||||
|
|
|
@ -15,7 +15,7 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
|
|||
|
||||
Construct {
|
||||
_:role a core:PrincipalInvestigatorRole .
|
||||
_ :role core:roleIn ?grant .
|
||||
_:role core:roleIn ?grant .
|
||||
?grant core:relatedRole _:role .
|
||||
?person core:hasPrincipalInvestigatorRole _:role .
|
||||
_:role core:principalInvestigatorRoleOf ?person .
|
||||
|
|
|
@ -15,7 +15,7 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
|
|||
|
||||
Construct {
|
||||
_:role a core:TeacherRole .
|
||||
_ :role core:roleIn ?course .
|
||||
_:role core:roleIn ?course .
|
||||
?course core:relatedRole _:role .
|
||||
?person core:hasTeacherRole _:role .
|
||||
_:role core:teacherRoleOf ?person .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue