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
|
@ -18,7 +18,7 @@
|
|||
http://vivoweb.org/ontology/core#researchOverview No Add not set
|
||||
http://vivoweb.org/ontology/core#outreachOverview No Add not set
|
||||
http://vivoweb.org/ontology/core#contributingAdvising No Add not set
|
||||
http://vivoweb.org/ontology/core#http://vivoweb.org/ontology/core#advisingContributionTo No Add not set
|
||||
http://vivoweb.org/ontology/core#advisingContributionTo No Add not set
|
||||
http://vivoweb.org/ontology/core#clinicalRoleOf No Add not set
|
||||
http://vivoweb.org/ontology/core#hasClinicalRole No Add not set
|
||||
http://vivoweb.org/ontology/core#fundedByAgent No Add not set
|
||||
|
@ -60,7 +60,7 @@ http://purl.org/NET/c4dm/event.owl#time No Delete not set
|
|||
http://purl.org/ontology/bibo/argued No Delete not set
|
||||
http://vivoweb.org/ontology/core#degreeStatus No Delete not set
|
||||
http://vivoweb.org/ontology/core#type No Delete not set
|
||||
vitro:citation No Delete not set
|
||||
http://vitro.mannlib.cornell.edu/ns/vitro/0.7#citation No Delete not set
|
||||
http://vivoweb.org/ontology/core#referencedPublicationCityName No Delete not set
|
||||
http://vivoweb.org/ontology/core#referencedPublisherName No Delete not set
|
||||
http://vivoweb.org/ontology/core#referencedAuthorOrEditor No Delete not set
|
||||
|
@ -137,7 +137,5 @@ http://vivoweb.org/ontology/core#educationalBackground http://vivoweb.org/ontolo
|
|||
http://vivoweb.org/ontology/core#educationalBackgroundOf http://vivoweb.org/ontology/core#educationalTrainingOf Yes Map Directly-changed
|
||||
http://vivoweb.org/ontology/core#memberOf http://vivoweb.org/ontology/core#currentMemberOf Yes Map Directly-changed
|
||||
http://vivoweb.org/ontology/core#hasMember http://vivoweb.org/ontology/core#hasCurrentMember Yes Map Directly-changed
|
||||
http://www.vivoweb.org/ontology/v0.9/vivo-on-vivo/hasMember http://vivoweb.org/ontology/core#hasCurrentMember Yes Map Directly-changed
|
||||
http://www.vivoweb.org/ontology/v0.9/vivo-on-vivo/memberOf http://vivoweb.org/ontology/core#currentMemberOf Yes Map Directly-changed
|
||||
http://vivoweb.org/ontology/core#role http://vivoweb.org/ontology/core#description Yes Map Directly-changed
|
||||
http://vitro.mannlib.cornell.edu/ns/vitro/0.7#description http://vivoweb.org/ontology/core#description Yes Map Special mapping for VIVO 1.0 application (not a real ontology change)
|
|
@ -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
Reference in a new issue