Correcting class name for CoPrincipalInvestigatorRole

This commit is contained in:
sjm222 2010-07-15 08:20:09 +00:00
parent 5b6ae000e9
commit 0fc16eee1f

View file

@ -14,7 +14,7 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX core: <http://vivoweb.org/ontology/core#>
Construct {
_:role a core:Co-PrincipalInvestigatorRole .
_:role a core:CoPrincipalInvestigatorRole .
_:role core:roleIn ?grant .
?grant core:relatedRole _:role .
?person core:hasCo-PrincipalInvestigatorRole _:role .