fix tab errors in mapping table. fix syntax error in sparql constructs.

This commit is contained in:
sjm222 2010-07-14 18:03:08 +00:00
parent 74b70aa484
commit d131d6e996
6 changed files with 62 additions and 64 deletions

View file

@ -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 .

View file

@ -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 .

View file

@ -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 .

View file

@ -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 .

View file

@ -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 .