Merge branch 'maint-rel-1.6' into develop

This commit is contained in:
brianjlowe 2013-12-04 10:37:59 -05:00
commit d861f17d0c
21 changed files with 888 additions and 254 deletions

View file

@ -1119,6 +1119,16 @@
<url-pattern>/admin/sparqlquery</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>SparqlUpdateApi</servlet-name>
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.api.SparqlUpdateApiController</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>SparqlUpdateApi</servlet-name>
<url-pattern>/api/sparqlUpdate</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>StandardVisualizationController</servlet-name>
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.visualization.StandardVisualizationController</servlet-class>

View file

@ -83,7 +83,7 @@ var adviseeRelUtils = {
// we don't want the user to see the label getting built, so hide the acSelector
// field and display a bogus field that just has the last name in it.
this.fauxLabel.val(lastName);
this.advisee.hide();
this.advisor.hide();
this.fauxLabel.show();
this.advisor.val(name);
this.lastName.val(lastName);

View file

@ -11,7 +11,6 @@
<#assign deleteWebpageUrl=editConfiguration.pageData.deleteWebpageUrl!"deleteWebpageUrl is undefined">
<#assign showAddFormUrl=editConfiguration.pageData.showAddFormUrl!"showAddFormUrl is undefined">
<#assign predicateUri=editConfiguration.predicateUri!"undefined">
<#assign domainUri = editConfiguration.predicateProperty.domainVClassURI!"">
<#if (editConfiguration.pageData.subjectName??) >
<h2><em>${editConfiguration.pageData.subjectName}</em></h2>
@ -57,7 +56,7 @@
<#-- There is no editConfig at this stage, so we don't need to go through postEditCleanup.jsp on cancel.
These can just be ordinary links, rather than a v:input element, as in
addAuthorsToInformationResource.jsp. -->
<a href="${showAddFormUrl}<#if (domainUri?length > 0)>&domainUri=${domainUri}</#if>" id="showAddForm" class="button green" title="${i18n().add_new_web_page}">${i18n().add_new_web_page}</a>
<a href="${showAddFormUrl}" id="showAddForm" class="button green" title="${i18n().add_new_web_page}">${i18n().add_new_web_page}</a>
<a href="${cancelUrl}" id="returnToIndividual" class="return" title="${i18n().return_to_profile}">${i18n().return_to_profile}</a>
<img id="indicator" class="indicator hidden" src="${urls.base}/images/indicatorWhite.gif" alt="${i18n().processing_indicator}"/>

View file

@ -71,7 +71,7 @@
<#if !firstPopulatedClassGroup??>
<#assign firstPopulatedClassGroup = group />
</#if>
<#if group.displayName != "equipment" && group.displayName != "courses" >
<#if !group.uri?contains("equipment") && !group.uri?contains("course") >
<li>
<a href="${urls.base}/browse">
<p class="stats-count">
@ -91,7 +91,6 @@
<#assign groupCount = groupCount + 1>
</#if>
</#if>
</#list>
</ul>
</section>

View file

@ -8,4 +8,4 @@ geo:Australia_and_New_Zealand rdf:type core:Continent .
geo:Europe rdf:type core:Continent .
geo:South_America rdf:type core:Continent .
geo:northern_America rdf:type core:Continent .
geo:Oceania rdf:type core:Continent .
geo:Antarctica rdf:type core:Continent .

View file

@ -513,7 +513,7 @@ local:organizationForTrainingConfig a :ObjectPropertyDisplayConfig ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:nobody ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:nobody ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.OrganizationForTrainingGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupother> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaffiliation> .
local:adviseeRoleContext a :ConfigContext ;
:hasConfiguration local:adviseeRoleConfig ;
@ -634,6 +634,8 @@ local:orgAdministersGrantConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 62;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.OrganizationAdministersGrantGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupresearch> .
@ -722,7 +724,7 @@ local:mailingAddressOrgContext a :ConfigContext ;
local:mailingAddressOrgConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-mailingAddress.xml"^^xsd:string ;
:displayName "mailing address" ;
vitro:displayRankAnnot 80;
vitro:displayRankAnnot 29;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.SubjectHasMailingAddressGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
@ -870,7 +872,7 @@ local:webpageOrgConfig a :ObjectPropertyDisplayConfig ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManageWebpagesForIndividualGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupother> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:webpageInfoContext a :ConfigContext ;
:hasConfiguration local:webpageInfoConfig ;
@ -886,7 +888,7 @@ local:webpageInfoConfig a :ObjectPropertyDisplayConfig ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManageWebpagesForIndividualGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupother> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:webpageEventContext a :ConfigContext ;
:hasConfiguration local:webpageEventConfig ;
@ -902,7 +904,7 @@ local:webpageEventConfig a :ObjectPropertyDisplayConfig ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManageWebpagesForIndividualGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupother> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:fullNameContext a :ConfigContext ;
:hasConfiguration local:fullNameConfig ;
@ -950,6 +952,8 @@ local:outputOfConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 80 ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:hasOutputContext a :ConfigContext ;
@ -964,6 +968,8 @@ local:hasOutputConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 80 ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbibliographic> .
@ -1009,6 +1015,8 @@ local:documentPartOfConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 52;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:geographicLocationContainsLocationContext a :ConfigContext ;
@ -1023,6 +1031,8 @@ local:geographicLocationContainsLocationConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 81;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:geographicLocationWithinLocationContext a :ConfigContext ;
@ -1035,6 +1045,8 @@ local:geographicLocationWithinLocationConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "part of" ;
vitro:displayRankAnnot 82;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
@ -1049,6 +1061,8 @@ local:hasSubOrganizationConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "has sub-organization" ;
vitro:displayRankAnnot 15;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaffiliation> .
@ -1063,6 +1077,8 @@ local:subOrganizationWithinConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "organization within" ;
vitro:displayRankAnnot 20;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaffiliation> .
@ -1076,7 +1092,9 @@ local:eventWithinContext a :ConfigContext ;
local:eventWithinConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "occurs within event" ;
vitro:displayRankAnnot 13;
vitro:displayRankAnnot 15;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
@ -1090,7 +1108,9 @@ local:includesEventContext a :ConfigContext ;
local:includesEventConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "includes event" ;
vitro:displayRankAnnot 15;
vitro:displayRankAnnot 16;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
@ -1105,20 +1125,22 @@ local:inEventSeriesConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "in event series" ;
vitro:displayRankAnnot 17;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:seriesForEventContext a :ConfigContext ;
:hasConfiguration local:seriesForEventConfig ;
local:eventsForSeriesContext a :ConfigContext ;
:hasConfiguration local:eventsForSeriesConfig ;
:configContextFor <http://purl.obolibrary.org/obo/BFO_0000051> ;
:qualifiedByDomain <http://vivoweb.org/ontology/core#EventSeries> ;
:qualifiedBy <http://purl.org/NET/c4dm/event.owl#Event> .
local:seriesForEventConfig a :ObjectPropertyDisplayConfig ;
local:eventsForSeriesConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "events in this series" ;
vitro:displayRankAnnot 17;
vitro:displayRankAnnot 18;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
@ -1127,45 +1149,83 @@ local:seriesForEventConfig a :ObjectPropertyDisplayConfig ;
local:eventLocationContext a :ConfigContext ;
:hasConfiguration local:eventLocationConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ; ## located in
:qualifiedByDomain <http://purl.org/NET/c4dm/event.owl#Event> ;
:qualifiedBy vivo:GeographicLocation .
local:eventLocationConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "has geographic location" ;
:displayName "held in geographic location" ;
vitro:displayRankAnnot 30;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaddress> .
local:organizationLocationContext a :ConfigContext ;
:hasConfiguration local:organizationLocationConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ;
:qualifiedByDomain <http://xmlns.com/foaf/0.1/Organization> ;
local:eventInFacilityContext a :ConfigContext ;
:hasConfiguration local:eventInFacilityConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ; ## located in
:qualifiedByDomain <http://purl.org/NET/c4dm/event.owl#Event> ;
:qualifiedBy vivo:Facility .
local:eventInFacilityConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "held in facility" ;
vitro:displayRankAnnot 29;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaddress> .
local:agentInGeoLocationContext a :ConfigContext ;
:hasConfiguration local:agentInGeoLocationConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ; ## located in
:qualifiedByDomain <http://xmlns.com/foaf/0.1/Agent> ;
:qualifiedBy vivo:GeographicLocation .
local:organizationLocationConfig a :ObjectPropertyDisplayConfig ;
local:agentInGeoLocationConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "geographic location" ;
vitro:displayRankAnnot 30;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaddress> .
local:equipmentInFacilityContext a :ConfigContext ;
:hasConfiguration local:equipmentInFacilityConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ;
:qualifiedByDomain vivo:Equipment ;
local:agentInFacilityContext a :ConfigContext ;
:hasConfiguration local:agentInFacilityConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ; ## located in
:qualifiedByDomain <http://xmlns.com/foaf/0.1/Agent> ;
:qualifiedBy vivo:Facility .
local:equipmentInFacilityConfig a :ObjectPropertyDisplayConfig ;
local:agentInFacilityConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "in facility" ;
:displayName "located in facility" ;
vitro:displayRankAnnot 32;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaddress> .
local:materialEntityInFacilityContext a :ConfigContext ;
:hasConfiguration local:materialEntityInFacilityConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ; ## located in
:qualifiedByDomain <http://purl.obolibrary.org/obo/BFO_0000040> ;
:qualifiedBy vivo:Facility .
local:materialEntityInFacilityConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "housed in facility" ;
vitro:displayRankAnnot 2;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGrouplocation> .
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaddress> .
local:hasRoomContext a :ConfigContext ;
:hasConfiguration local:hasRoomConfig ;
@ -1176,7 +1236,7 @@ local:hasRoomContext a :ConfigContext ;
local:hasRoomConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "rooms" ;
vitro:displayRankAnnot 22;
vitro:displayRankAnnot 30;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
@ -1195,63 +1255,139 @@ local:roomWithinBuildingConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 23;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:geographicLocationContainsBuildingContext a :ConfigContext ;
:hasConfiguration local:geographicalLocationContainsBuildingConfig ;
:hasConfiguration local:geographicLocationContainsBuildingConfig ;
:configContextFor <http://purl.obolibrary.org/obo/BFO_0000051> ;
:qualifiedByDomain vivo:GeographicLocation ;
:qualifiedBy vivo:Building .
local:geographicLocationContainsBuildingConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "location of building" ;
vitro:displayRankAnnot 26;
:displayName "location of facility" ;
vitro:displayRankAnnot 85;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:bldgGeographicallyWithinContext a :ConfigContext ;
:hasConfiguration local:bldgGeographicallyWithinConfig ;
local:siteGeographicallyWithinGeoLocationContext a :ConfigContext ;
:hasConfiguration local:siteGeographicallyWithinGeoLocationConfig ;
:configContextFor <http://purl.obolibrary.org/obo/BFO_0000050> ;
:qualifiedByDomain vivo:Building ;
:qualifiedByDomain <http://purl.obolibrary.org/obo/BFO_0000029> ; ## Site
:qualifiedBy vivo:GeographicLocation .
local:bldgGeographicallyWithinConfig a :ObjectPropertyDisplayConfig ;
local:siteGeographicallyWithinGeoLocationConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "geographically within" ;
vitro:displayRankAnnot 40;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:facilitySiteOfEventContext a :ConfigContext ;
:hasConfiguration local:facilitySiteOfEventConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001015> ; ## location of
:qualifiedByDomain vivo:Facility ; ## was <http://purl.obolibrary.org/obo/BFO_0000029> ## Site
:qualifiedBy <http://purl.org/NET/c4dm/event.owl#Event> . ## was <http://purl.obolibrary.org/obo/BFO_0000004> ## Independent Continuant
local:facilitySiteOfEventConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "facility for event" ;
vitro:displayRankAnnot 22;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:facilitySiteOfAgentContext a :ConfigContext ;
:hasConfiguration local:facilitySiteOfAgentConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001015> ; ## location of
:qualifiedByDomain vivo:Facility ; ## was <http://purl.obolibrary.org/obo/BFO_0000029> ## Site
:qualifiedBy <http://xmlns.com/foaf/0.1/Agent> . ## was <http://purl.obolibrary.org/obo/BFO_0000004> ## Independent Continuant
local:facilitySiteOfAgentConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "facility for person, group, or organization" ;
vitro:displayRankAnnot 20;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:bldgEquipmentLocationContext a :ConfigContext ;
:hasConfiguration local:bldgEquipmentLocationConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001015> ;
:qualifiedByDomain vivo:Facility ;
:qualifiedBy vivo:Equipment .
local:projectUsesMaterialEntityContext a :ConfigContext ;
:hasConfiguration local:projectUsesMaterialEntityConfig ;
:configContextFor <http://purl.obolibrary.org/obo/ERO_0000031> ;
:qualifiedByDomain vivo:Project ;
:qualifiedBy <http://purl.obolibrary.org/obo/BFO_0000040> . ## Material Entity
local:bldgEquipmentLocationConfig a :ObjectPropertyDisplayConfig ;
local:projectUsesMaterialEntityConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "location of equipment" ;
:displayName "uses equipment or instrument" ;
vitro:displayRankAnnot 85;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:materialEntityUsedByProjectContext a :ConfigContext ;
:hasConfiguration local:MaterialEntityUsedByProjectConfig ;
:configContextFor <http://purl.obolibrary.org/obo/ERO_0000070> ;
:qualifiedByDomain <http://purl.obolibrary.org/obo/BFO_0000040> ; ## Material Entity
:qualifiedBy vivo:Project .
local:materialEntityUsedByProjectConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "used by project" ;
vitro:displayRankAnnot 85;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:facilityLocationOfEquipmentContext a :ConfigContext ;
:hasConfiguration local:facilityLocationOfEquipmentConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001015> ; ## location of
:qualifiedByDomain <http://purl.obolibrary.org/obo/BFO_0000029> ; ## Site
:qualifiedBy <http://purl.obolibrary.org/obo/BFO_0000040> . ## Material Entity
local:facilityLocationOfEquipmentConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "location of equipment or instrument" ;
vitro:displayRankAnnot 14;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupother> .
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:bldgGeographicLocationOfContext a :ConfigContext ;
:hasConfiguration local:bldgGeographicLocationOfConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001015> ;
local:facilityLocationOfServiceContext a :ConfigContext ;
:hasConfiguration local:facilityLocationOfServiceConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001015> ; ## location of
:qualifiedByDomain vivo:Facility ;
:qualifiedBy vivo:GeographicLocation .
:qualifiedBy <http://purl.obolibrary.org/obo/ERO_0000005> .
local:bldgGeographicLocationOfConfig a :ObjectPropertyDisplayConfig ;
local:facilityLocationOfServiceConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "geographic location of" ;
:displayName "facility for service" ;
vitro:displayRankAnnot 18;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupother> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:publicDescriptionAnnot "This relates a facility as being used for a particular service."^^xsd:string ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean .
local:courseOfferedByContext a :ConfigContext ;
:hasConfiguration local:courseOfferedByConfig ;
@ -1265,6 +1401,8 @@ local:courseOfferedByConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 2;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:orgOffersCourseContext a :ConfigContext ;
@ -1281,7 +1419,7 @@ local:orgOffersCourseConfig a :ObjectPropertyDisplayConfig ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaffiliation> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoutreach> .
local:collegeOffersDegreeContext a :ConfigContext ;
:hasConfiguration local:collegeOffersDegreeConfig ;
@ -1381,6 +1519,8 @@ local:grantHasSubgrantConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 30;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:grantIsSubgrantOfContext a :ConfigContext ;
@ -1395,6 +1535,8 @@ local:grantIsSubgrantOfConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 32;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:grantGeographicFocusContext a :ConfigContext ;
@ -1409,6 +1551,8 @@ local:grantGeographicFocusConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 20;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:awardOrHonorReceiptsContext a :ConfigContext ;
@ -1421,9 +1565,9 @@ local:awardOrHonorReceiptsConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "receipts" ;
vitro:displayRankAnnot 3;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:nobody ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:nobody ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupother> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:awardReceiptsContext a :ConfigContext ;
:hasConfiguration local:awardReceiptsConfig ;
@ -1498,7 +1642,7 @@ local:orgAwardsGrantConfig a :ObjectPropertyDisplayConfig ;
local:addressLocationContext a :ConfigContext ;
:hasConfiguration local:addressLocationConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ; ## located in
:qualifiedByDomain <http://www.w3.org/2006/vcard/ns#Address> ;
:qualifiedBy vivo:GeographicLocation .
@ -1508,6 +1652,7 @@ local:addressLocationConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 2;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGrouplocation> .
### roles using the BFO_0000055 property ###
@ -1569,4 +1714,4 @@ local:yearAwardedConfig a :ObjectPropertyDisplayConfig ;
vitro:displayRankAnnot 10;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGrouptime> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .

View file

@ -904,6 +904,36 @@
<!-- http://vivoweb.org/ontology/core#Contract -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#Contract">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#supportedInformationResource"/>
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/ontology/bibo/abstract"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#assignedBy"/>
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000030 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000030">

View file

@ -33,7 +33,14 @@
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Article"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#localAwardId">
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Grant"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Contract"/>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Grant"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#eRACommonsId">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
@ -48,7 +55,14 @@
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#grantDirectCosts">
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Grant"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Contract"/>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Grant"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#majorField">
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#EducationalProcess"/>
@ -69,7 +83,14 @@
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Report"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#sponsorAwardId">
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Grant"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Contract"/>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Grant"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#licenseNumber">
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Licensure"/>
@ -90,7 +111,14 @@
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Patent"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#totalAwardAmount">
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Grant"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Contract"/>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Grant"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#outreachOverview">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>

View file

@ -738,7 +738,7 @@
<owl:Class rdf:about="http://aims.fao.org/aos/geopolitical.owl#geographical_region">
<rdfs:subClassOf rdf:resource="http://aims.fao.org/aos/geopolitical.owl#group"/>
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#TransnationalRegion"/>
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<terms:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">United Nations statistics department http://unstats.un.org/unsd/methods/m49/m49regin.htm</terms:source>
</owl:Class>
@ -1081,8 +1081,7 @@
<!-- http://vivoweb.org/ontology/core#Continent -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#Continent">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#TransnationalRegion"/>
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A large contiguous landmass that is at least partially surrounded by water, together with any islands on its continental shelf.</obo:IAO_0000115>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Short Definition take from http://en.wiktionary.org/wiki/continent.</obo:IAO_0000112>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The seven commonly recognized continents are Africa; Antarctica; Asia; Australia; Europe; North America; South America</obo:IAO_0000112>
@ -1155,21 +1154,7 @@
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Smaller administrative division into which a country may be divided.</obo:IAO_0000115>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#TransnationalRegion -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#TransnationalRegion">
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Any region that goes beyond national boundaries and does not fit into any subclass of core:TransnationalRegion.</obo:IAO_0000115>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">None as yet.</obo:IAO_0000112>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not sure how to access the &quot;Editor&apos;s Comments&quot;. But as North America is a continent, it would be placed directly into the continent subclass and viewable through this class along with any other subclass entities.</obo:IAO_0000112>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sub-Saharan Africa, North America</rdfs:comment>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->

View file

@ -1580,6 +1580,7 @@ there is a measurement process p that has specified output m, a measurement datu
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Public Definition source (http://www.answers.com/topic/publisher).</obo:IAO_0000112>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
</owl:ObjectProperty>

View file

@ -387,6 +387,7 @@
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#features">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</owl:ObjectProperty>
@ -613,7 +614,7 @@
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#translatorOf">
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
</owl:ObjectProperty>

View file

@ -36,7 +36,14 @@
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Review"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasFundingVehicle">
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Grant"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Contract"/>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Grant"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasFacility">
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Facility"/>

View file

@ -66,12 +66,10 @@ vivo:dateTimeValue
"5"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGrouptime> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:selectFromExistingAnnot
"false"^^xsd:boolean .
@ -267,16 +265,8 @@ bibo:sici
"The Serial Item and Contribution Identifier (SICI) is a code (ANSI/NISO standard Z39.56) used to uniquely identify specific volumes, articles or other identifiable parts of a periodical."^^xsd:string .
vivo:Licensure
rdfs:label "Licensure"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
vitro:displayRankAnnot
"5"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
rdfs:label "Licensure"@en-US .
vivo:inPress
rdfs:label "in press"@en-US .
@ -409,7 +399,8 @@ obo:OBI_0000643
rdfs:label "has grain"@en-US .
obo:OBI_0000272
rdfs:label "Protocol"@en-US .
rdfs:label "Protocol"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupresearch> .
vcard:Identification
rdfs:label "Identification"@en-US .
@ -486,22 +477,26 @@ owl:sameAs
rdfs:subPropertyOf owl:topObjectProperty ;
vitro:displayLimitAnnot
"5" ;
vitro:displayRankAnnot
"1"^^xsd:int ;
vitro:forceStubDeletionAnnot
"false"^^xsd:boolean ;
vitro:fullPropertyNameAnnot
"sameAs" ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupmapping> ;
<http://vivoweb.org/ontology#vitroPropertyGroupidentifiers> ;
vitro:offerCreateNewOptionAnnot
"false"^^xsd:boolean ;
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:publicDescriptionAnnot
"This is the OWL property to link two indivdiuals with the same 'identity'. see http://www.w3.org/TR/owl-ref/#sameAs-def"@en-US ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:stubObjectPropertyAnnot
"true"^^xsd:boolean .
"false"^^xsd:boolean .
vcard:hasTimeZone
rdfs:label "has time zone"@en-US .
@ -786,7 +781,8 @@ vcard:locality
rdfs:label "locality"@en-US .
obo:ERO_0000005
rdfs:label "Service"@en-US .
rdfs:label "Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vitro:moniker
rdfs:label "moniker (deprecated)"@en-US ;
@ -1023,7 +1019,8 @@ geo:nameOfficialRU
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:ERO_0001255
rdfs:label "Support Service"@en-US .
rdfs:label "Support Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vivo:features
rdfs:label "features"@en-US ;
@ -1037,6 +1034,8 @@ vivo:features
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:publicDescriptionAnnot
@ -1068,16 +1067,7 @@ vivo:featuredIn
"true"^^xsd:boolean .
vivo:Certification
rdfs:label "Certification"@en-US ;
vitro:displayLimitAnnot
"2"^^xsd:int ;
vitro:displayRankAnnot
"2"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
rdfs:label "Certification"@en-US .
vivo:ClinicalRole
rdfs:label "Clinical Role"@en-US ;
@ -1182,7 +1172,8 @@ geo:nameCurrencyRU
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:ERO_0001254
rdfs:label "Transport Service"@en-US .
rdfs:label "Transport Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vcard:Child
rdfs:label "Child"@en-US .
@ -1208,7 +1199,17 @@ vcard:Organizational
rdfs:label "Organizational"@en-US .
obo:ERO_0000774
rdfs:label "has eligibility requirment"@en-US .
rdfs:label "has eligibility requirement"@en-US ;
vitro:displayLimitAnnot
"2"^^xsd:int ;
vitro:displayRankAnnot
"20"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
vivo:ServiceProvidingLaboratory
rdfs:label "Service Providing Lab"@en-US ;
@ -1243,13 +1244,13 @@ obo:IAO_0000007
vivo:expirationDate
rdfs:label "expiration date"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
"1"^^xsd:int ;
vitro:displayRankAnnot
"6"^^xsd:int ;
"19"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGrouptime> ;
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
@ -1309,7 +1310,8 @@ owl:DeprecatedProperty
rdfs:label "deprecated property"@en-US .
obo:ERO_0001257
rdfs:label "Data Storage Service"@en-US .
rdfs:label "Data Storage Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vcard:Kind
rdfs:label "VCard Kind"@en-US .
@ -1323,7 +1325,7 @@ bibo:presents
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupbibobscure> ;
<http://vivoweb.org/ontology#vitroPropertyGroupbibliographic> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
@ -1442,7 +1444,8 @@ vivo:Position
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:ERO_0001256
rdfs:label "Material Storage Service"@en-US .
rdfs:label "Material Storage Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
geo:GDPYear
rdfs:label "GDPYear"@en-US ;
@ -1496,18 +1499,8 @@ vivo:localAwardId
"An institution's local identifier assigned to a grant awarded."^^xsd:string .
vivo:IssuedCredential
rdfs:label "Issued Credential"@en-US ;
vitro:displayLimitAnnot
"2"^^xsd:int ;
vitro:displayRankAnnot
"2"^^xsd:int ;
vitro:extendedLinkedData
"true"^^xsd:boolean ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
rdfs:label "Issued Credential"@en-US .
obo:ARG_0000197
rdfs:label "health care provider ID"@en-US ;
@ -1591,7 +1584,8 @@ vivo:publisherOf
"true"^^xsd:boolean .
obo:ERO_0001259
rdfs:label "Material Maintenance Service"@en-US .
rdfs:label "Material Maintenance Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vcard:Home
rdfs:label "Home"@en-US .
@ -1654,7 +1648,7 @@ vivo:Contract
"-1"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupresearch> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
@ -1671,7 +1665,8 @@ bibo:Hearing
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:ERO_0001258
rdfs:label "Maintenance Service"@en-US .
rdfs:label "Maintenance Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
obo:UO_0000280
rdfs:label "Rate Unit"@en-US .
@ -2260,11 +2255,11 @@ vivo:contactInformation
vitro:displayLimitAnnot
"1"^^xsd:int ;
vitro:displayRankAnnot
"50"^^xsd:int ;
"25"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
<http://vivoweb.org/ontology#vitroPropertyGroupaddress> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:publicDescriptionAnnot
@ -2297,7 +2292,7 @@ vivo:description
vitro:displayLimitAnnot
"3"^^xsd:int ;
vitro:displayRankAnnot
"15"^^xsd:int ;
"1"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
@ -2375,7 +2370,8 @@ vivo:grantSubcontractedThrough
"true"^^xsd:boolean .
obo:ERO_0001260
rdfs:label "Data Maintenance Service"@en-US .
rdfs:label "Data Maintenance Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vcard:hasNickname
rdfs:label "has nickname"@en-US .
@ -2477,7 +2473,7 @@ vivo:freetextKeyword
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
<http://vivoweb.org/ontology#vitroPropertyGroupresearch> ;
vitro:publicDescriptionAnnot
"Intended for a word or short phrase only where no instance of a controlled vocabulary can be identified. Can also be used to help in highlighting subtle difference in work."^^xsd:string .
@ -2524,13 +2520,24 @@ obo:ERO_0000044
rdfs:label "has inventory number"@en-US .
obo:ERO_0001261
rdfs:label "Analysis Service"@en-US .
rdfs:label "Analysis Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
obo:ARG_2000065
rdfs:label "American Board of Allergy and Immunology"@en-US .
obo:ERO_0000775
rdfs:label "has residency requirement"@en-US .
rdfs:label "has residency requirement"@en-US ;
vitro:displayLimitAnnot
"2"^^xsd:int ;
vitro:displayRankAnnot
"21"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
bibo:reviewOf
rdfs:label "review of"@en-US ;
@ -2554,7 +2561,8 @@ bibo:reviewOf
"true"^^xsd:boolean .
obo:ERO_0001263
rdfs:label "Material Modification Service"@en-US .
rdfs:label "Material Modification Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vivo:informationResourceSupportedBy
rdfs:label "supported by"@en-US , "supported by"@en-US ;
@ -2685,8 +2693,12 @@ obo:ERO_0000045
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupbibobscure> .
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
vivo:Division
rdfs:label "Division"@en-US ;
@ -2713,13 +2725,15 @@ vivo:Newsletter
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:ERO_0001262
rdfs:label "Data Analysis Service"@en-US .
rdfs:label "Data Analysis Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vcard:hasKey
rdfs:label "has key"@en-US .
obo:ERO_0000396
rdfs:label "Material Production Service"@en-US .
rdfs:label "Material Production Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vcard:TimeZone
rdfs:label "Time Zone"@en-US .
@ -2867,7 +2881,11 @@ obo:RO_0000052
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> .
obo:OBI_0000299
rdfs:label "has specified output"@en-US .
rdfs:label "has specified output"@en-US ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> .
vivo:proceedingsOf
rdfs:label "proceedings of"@en-US ;
@ -2909,13 +2927,29 @@ bibo:Thesis
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:ERO_0000046
rdfs:label "has geographic restriction"@en-US .
rdfs:label "has geographic restriction"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
vitro:displayRankAnnot
"32"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
obo:ARG_2000088
rdfs:label "American Board of Thoracic Surgery"@en-US .
obo:ERO_0000395
rdfs:label "Material Analysis Service"@en-US .
rdfs:label "Material Analysis Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
geo:isSuccessorOf
rdfs:label "is successor of"@en-US ;
@ -3017,19 +3051,21 @@ vivo:validIn
"2"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean .
"true"^^xsd:boolean ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
obo:IAO_0000221
rdfs:label "is quality measurement of"@en-US ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> .
bibo:Conference
rdfs:label "Conference"@en-US ;
@ -3131,6 +3167,7 @@ obo:ERO_0001520
"90"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
@ -3291,7 +3328,7 @@ vcard:honorificSuffix
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
<http://vivoweb.org/ontology#vitroPropertyGroupbibobscure> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
@ -3582,7 +3619,21 @@ bibo:Proceedings
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:OBI_0000293
rdfs:label "has specified input"@en-US .
rdfs:label "has specified input"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
vitro:displayRankAnnot
"105"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean .
vivo:publisher
rdfs:label "publisher"@en-US ;
@ -3671,7 +3722,7 @@ vivo:seatingCapacity
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGrouplocation> ;
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:publicDescriptionAnnot
@ -4191,10 +4242,6 @@ vivo:hasFacility
"90"^^xsd:int ;
vitro:fullPropertyNameAnnot
"has facility"^^xsd:string ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupaffiliation> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
@ -4273,6 +4320,7 @@ vivo:equipmentFor
vitro:selectFromExistingAnnot
"true"^^xsd:boolean .
geo:codeGAUL
rdfs:label "codeGAUL"@en-US ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
@ -4545,12 +4593,20 @@ vivo:hideFromDisplay
obo:ERO_0000481
rdfs:label "realizes protocol"@en-US ;
vitro:displayLimitAnnot
"3"^^xsd:int ;
vitro:displayRankAnnot
"85"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean .
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupresearch> .
obo:ERO_0000016
rdfs:label "Clinical Trial"@en-US ;
@ -4608,7 +4664,21 @@ vcard:hasURL
rdfs:label "has URL"@en-US .
obo:ERO_0000482
rdfs:label "uses software"@en-US .
rdfs:label "uses software"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
vitro:displayRankAnnot
"92"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
vivo:ResearchProposal
rdfs:label "Research Proposal"@en-US ;
@ -4704,14 +4774,20 @@ vcard:RelatedType
obo:ERO_0000460
rdfs:label "has documentation"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
vitro:displayRankAnnot
"90"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean .
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
vivo:EditorRole
rdfs:label "Editor Role"@en-US ;
@ -5167,17 +5243,6 @@ obo:ERO_0000783
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
vivo:TransnationalRegion
rdfs:label "Transnational Region"@en-US ;
vitro:displayLimitAnnot
"-1"^^xsd:int ;
vitro:displayRankAnnot
"-1"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
vivo:termLabel
rdfs:label "term label"@en-US ;
vitro:displayRankAnnot
@ -5425,7 +5490,21 @@ vivo:researchOverview
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:ERO_0000390
rdfs:label "service provided by"@en-US .
rdfs:label "service provided by"@en-US ;
vitro:displayLimitAnnot
"3"^^xsd:int ;
vitro:displayRankAnnot
"5"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
skos:Concept
rdfs:label "Concept"@en-US ;
@ -5472,21 +5551,10 @@ bibo:transcriptOf
"true"^^xsd:boolean .
vivo:facilityFor
rdfs:label "facility for"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
vitro:fullPropertyNameAnnot
"facility for"^^xsd:string ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupaffiliation> ;
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:publicDescriptionAnnot
"This relates a facility as being used for something, e.g. for a particular service."^^xsd:string ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean .
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> .
bibo:issuer
rdfs:label "issuer"@en-US ;
@ -5636,15 +5704,7 @@ vcard:TextPhone
obo:ERO_0000391
rdfs:label "Access Service"@en-US ;
vitro:displayLimitAnnot
"-1"^^xsd:int ;
vitro:displayRankAnnot
"20"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vcard:Crush
rdfs:label "Crush"@en-US .
@ -5807,15 +5867,8 @@ vcard:Agent
obo:ERO_0000392
rdfs:label "Storage Service"@en-US ;
vitro:displayLimitAnnot
"-1"^^xsd:int ;
vitro:displayRankAnnot
"20"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vivo:translatorOf
rdfs:label "translator of"@en-US ;
@ -5849,15 +5902,7 @@ bibo:Document
obo:ERO_0000394
rdfs:label "Material Processing Service"@en-US ;
vitro:displayLimitAnnot
"-1"^^xsd:int ;
vitro:displayRankAnnot
"20"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
obo:ARG_2000011
rdfs:label "Expertise Measurement Process"@en-US .
@ -5955,7 +6000,8 @@ vivo:GeopoliticalEntity
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
obo:ERO_0000393
rdfs:label "Training Service"@en-US .
rdfs:label "Training Service"@en-US ;
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGroupactivities> .
vivo:sponsors
rdfs:label "sponsors award or honor"@en-US ;
@ -6055,7 +6101,12 @@ vcard:Coresident
rdfs:label "Coresident"@en-US .
obo:BFO_0000054
rdfs:label "realized in"@en-US .
rdfs:label "realized in"@en-US ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> .
vivo:College
rdfs:label "College"@en-US ;
@ -6082,13 +6133,13 @@ geo:nameShortES
vivo:dateIssued
rdfs:label "date issued"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
"1"^^xsd:int ;
vitro:displayRankAnnot
"4"^^xsd:int ;
"19"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGrouptime> ;
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
@ -6745,7 +6796,7 @@ vivo:dateTimeInterval
vitro:displayLimitAnnot
"1"^^xsd:int ;
vitro:displayRankAnnot
"19"^^xsd:int ;
"9"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
@ -6906,13 +6957,13 @@ vcard:hasSound
vivo:dateFiled
rdfs:label "date filed"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
"1"^^xsd:int ;
vitro:displayRankAnnot
"4"^^xsd:int ;
"19"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGrouptime> ;
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:individualSortDirectionAnnot
"desc"^^xsd:string ;
vitro:offerCreateNewOptionAnnot
@ -7193,7 +7244,21 @@ obo:ERO_0000918
rdfs:label "related research project"@en-US .
obo:OBI_0000417
rdfs:label "achieves planned objective"@en-US .
rdfs:label "achieves planned objective"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
vitro:displayRankAnnot
"95"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean .
vivo:preferredDisplayOrder
rdfs:label "preferred display order"@en-US ;
@ -7439,7 +7504,21 @@ obo:OBI_0000011
rdfs:label "Planned Process"@en-US .
obo:ERO_0000919
rdfs:label "related biological specimen"@en-US .
rdfs:label "related biological specimen"@en-US ;
vitro:displayLimitAnnot
"5"^^xsd:int ;
vitro:displayRankAnnot
"95"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupresearch> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean .
bibo:status
rdfs:label "status"@en-US ;
@ -7513,31 +7592,20 @@ geo:validUntil
<http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> .
vivo:equipmentFor
rdfs:label "equipment for"@en-US ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean .
vivo:hasEquipment
rdfs:label "has equipment"@en-US ;
vitro:displayRankAnnot
"80"^^xsd:int ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupservice> ;
<http://vivoweb.org/ontology#vitroPropertyGroupoutreach> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
rdfs:label "has equipment"@en-US .
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean .
<http://purl.org/spar/cito/isCitedAsDataSourceBy>
rdfs:label "is cited as data source by"@en-US ;

View file

@ -61,11 +61,20 @@ public class ManageWebpagesForIndividualGenerator extends BaseEditConfigurationG
config.addFormSpecificData("baseEditWebpageUrl", path);
//Also add domainUri and rangeUri if they exist, adding here instead of template
String domainUri = (String) vreq.getParameter("domainUri");
String rangeUri = (String) vreq.getParameter("rangeUri");
paramMap = new ParamMap();
paramMap.put("subjectUri", config.getSubjectUri());
paramMap.put("predicateUri", config.getPredicateUri());
paramMap.put("editForm" , this.getEditForm() );
paramMap.put("cancelTo", "manage");
if(domainUri != null && !domainUri.isEmpty()) {
paramMap.put("domainUri", domainUri);
}
if(rangeUri != null && !rangeUri.isEmpty()) {
paramMap.put("rangeUri", rangeUri);
}
path = UrlBuilder.getUrl( UrlBuilder.Route.EDIT_REQUEST_DISPATCH ,paramMap);
config.addFormSpecificData("showAddFormUrl", path);

View file

@ -50,9 +50,14 @@ public class NewIndividualFormGenerator extends BaseEditConfigurationGenerator i
+ " ?newVcardInd vcard:hasName ?newVcardName . \n"
+ " ?newVcardName a vcard:Name . \n"
+ " ?newVcardName vcard:givenName ?firstName . \n"
+ " ?newVcardName vcard:familyName ?lastName . \n"
+ " ?newVcardName <http://vivoweb.org/ontology/core#middleName> ?middleName .",
N3_PREFIX + " ?newInd <" + RDFS.label.getURI() + "> ?label ."
+ " ?newVcardName vcard:familyName ?lastName . \n",
N3_PREFIX + " ?newInd <" + RDFS.label.getURI() + "> ?label .",
N3_PREFIX + "@prefix vcard:<http://www.w3.org/2006/vcard/ns#> .\n"
+ " ?newInd <http://purl.obolibrary.org/obo/ARG_2000028> ?newVcardInd . \n"
+ " ?newVcardInd a vcard:Individual . \n"
+ " ?newVcardInd vcard:hasName ?newVcardName . \n"
+ " ?newVcardName a vcard:Name . \n"
+ " ?newVcardName <http://vivoweb.org/ontology/core#middleName> ?middleName ."
));
config.addNewResource("newInd", vreq.getWebappDaoFactory().getDefaultNamespace());

View file

@ -103,6 +103,7 @@ public class ModelUtils {
List<String> properties = new ArrayList<String>();
properties.add(processPropertyURI);
properties.add(nonProcessPropertyURI);
properties.add(grantPropertyURI);
return properties;
}
@ -110,6 +111,7 @@ public class ModelUtils {
List<String> properties = new ArrayList<String>();
properties.add(processPropertyInverseURI);
properties.add(nonProcessPropertyInverseURI);
properties.add(grantPropertyInverseURI);
return properties;
}
}

View file

@ -1069,6 +1069,9 @@ div#adjImgHeight {
text-align:center;
margin-top:100px;
}
#noContentMsg {
clear: both;
}
/* FOOTER------> */
footer {
clear: both;

View file

@ -0,0 +1,115 @@
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<script src="js/jquery.js"></script>
<script>
function TestLOD() {
self = this;
this.setup = setupButtons;
this.uri = "lodFacultyMember";
function setupButtons() {
document.getElementById("RDFXML_button").onclick = function() {
requestWithAcceptHeader(self.uri, "application/rdf+xml");
}
document.getElementById("N3_button").onclick = function() {
requestWithAcceptHeader(self.uri, "text/n3");
}
document.getElementById("TTL_button").onclick = function() {
requestWithAcceptHeader(self.uri, "text/turtle");
}
document.getElementById("JSONLD_button").onclick = function() {
requestWithAcceptHeader(self.uri, "application/json");
}
document.getElementById("BOGUS_URI_button").onclick = function() {
requestWithAcceptHeader(self.uri + "XX", "application/rdf+xml");
}
document.getElementById("BOGUS_ACCEPT_button").onclick = function() {
requestWithAcceptHeader(self.uri, "image/png");
}
document.getElementById("BOGUS_FORMAT_button").onclick = function() {
requestWithFormat(self.uri, "bogus");
}
document.getElementById("BOGUS_EXTENSION_button").onclick = function() {
requestWithExtension(self.uri, "bogus");
}
document.getElementById("CLEAR_button").onclick = clearResult
}
function requestWithAcceptHeader(uri, mimetype) {
$.ajax({
url: "individual/" + uri,
headers: {Accept: mimetype},
dataType: "text",
complete: displayResult
});
}
function requestWithFormat(uri, format) {
$.ajax({
url: "individual/" + uri + "?format=" + format,
dataType: "text",
complete: displayResult
});
}
function requestWithExtension(uri, extension) {
$.ajax({
url: "individual/" + uri + "/" + uri + "." + extension,
dataType: "text",
complete: displayResult
});
}
function displayResult(xhr, status) {
$("#responseCode").text(xhr.status);
$("#mimeType").text(getMimeType(xhr));
$("#responseText").text(xhr.responseText);
}
function clearResult() {
$("#responseCode").text("000");
$("#mimeType").text("No type");
$("#responseText").text("No text");
}
function getMimeType(xhr) {
var header = xhr.getResponseHeader("Content-Type");
var where = header.indexOf(";");
if (where == -1) {
return header;
} else {
return header.substring(0, where);
}
}
}
$(document).ready(function() {
new TestLOD().setup();
});
</script>
<h1>Test the Linked Open Data requests</h1>
<h3>Try various accept headers</h3>
<input type="submit" value="get RDFXML" id="RDFXML_button">
<input type="submit" value="get N3" id="N3_button">
<input type="submit" value="get TTL" id="TTL_button">
<input type="submit" value="get JSONLD" id="JSONLD_button">
<h3>Try non-existent URI with RDFXML accept header</h3>
<input type="submit" value="get BOGUS Individual" id="BOGUS_URI_button">
<input type="submit" value="use BOGUS Accept header" id="BOGUS_ACCEPT_button">
<input type="submit" value="use BOGUS format" id="BOGUS_FORMAT_button">
<input type="submit" value="use BOGUS extension" id="BOGUS_EXTENSION_button">
<h3>Response data</h3>
<input type="submit" value="CLEAR response" id="CLEAR_button">
<div>Response code is <b><span id="responseCode">000</span></b></div>
<div>MIME type is <b><span id="mimeType">No type</span></b></div>
<div>Text is:</div>
<div id="responseText" style="font-size:small;">No text</div>

View file

@ -0,0 +1,56 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xmls: <http://www.w3.org/2001/XMLSchema#> .
@prefix local: <http://vivo.mydomain.edu/individual/> .
@prefix vivo: <http://vivoweb.org/ontology/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
local:lodFacultyMember
a vivo:FacultyMember ;
rdfs:label "Example, Bad "^^xmls:string ;
obo:ARG_2000028 local:lodVcard ;
obo:RO_0000053 local:lodMembership ;
vivo:overview "Not someone on whom you should base your actions." ;
vivo:scopusId "10982375409" ;
vivo:eRACommonsId "My_eRA_ID" .
local:lodVcard
a vcard:Kind , vcard:Individual ;
obo:ARG_2000029 local:lodFacultyMember ;
vcard:hasName local:lodName ;
vcard:hasURL local:lodWebsite .
local:lodName
a vcard:Name ;
vcard:familyName "Example"^^xmls:string ;
vcard:givenName "Bad"^^xmls:string ;
vcard:honorificPrefix "Mr."^^xmls:string .
local:lodWebsite
a vcard:URL ;
rdfs:label "Slashdot" ;
vivo:rank "1"^^xmls:int ;
vcard:url "http://www.slashdot.org"^^xmls:anyURI .
local:lodMembership
a vivo:MemberRole ;
rdfs:label "Bozo"^^xmls:string ;
obo:RO_0000052 local:lodFacultyMember ;
vivo:dateTimeInterval local:lodInterval ;
vivo:roleContributesTo local:lodDepartment .
local:lodInterval
a vivo:DateTimeInterval ;
vivo:start local:lodStartDate .
local:lodStartDate
a vivo:DateTimeValue ;
vivo:dateTime "1992-01-01T00:00:00"^^xmls:dateTime ;
vivo:dateTimePrecision vivo:yearPrecision .
local:lodDepartment
a vivo:AcademicDepartment ;
rdfs:label "Department of Redundancy Department"^^xmls:string ;
vivo:contributingRole local:lodMembership .

View file

@ -0,0 +1,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix auth: <http://vitro.mannlib.cornell.edu/ns/vitro/authorization#> .
@prefix simplePermission: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#> .
@prefix displayByRole: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.DisplayByRolePermission#> .
@prefix editByRole: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.EditByRolePermission#> .
auth:ADMIN
auth:hasPermission simplePermission:UseSparqlUpdateApi ;

View file

@ -0,0 +1,163 @@
<style>
form {
border: 2 solid black;
background-color: #E0E0E0;
}
input, textarea {
margin: 6px;
}
form a {
float: right;
}
</style>
<h1>Test the SPARQL API</h1>
<form action="api/sparqlUpdate" method="POST">
<a href="individual?uri=http%3A%2F%2Ftest.domain%2Fns%23book1&format=rdfxml">Get RDF</a>
<input type="text" name="email" value="testAdmin@cornell.edu" />
<input type="text" name="password" value="Password" />
<br/>
<textarea name="update" rows="6" cols="70" wrap="soft">
INSERT DATA {
GRAPH <http://vitro.mannlib.cornell.edu/default/vitro-kb-2> {
<http://test.domain/ns#book1>
<http://purl.org/dc/elements/1.1/title>
"Fundamentals of Compiler Design" .
}
}
</textarea>
<br/>
<input type="submit" value="Successful INSERT">
</form>
<form action="api/sparqlUpdate" method="POST">
<a href="individual?uri=http%3A%2F%2Ftest.domain%2Fns%23book1&format=rdfxml">Get RDF</a>
<input type="text" name="email" value="testAdmin@cornell.edu" />
<input type="text" name="password" value="Password" />
<br/>
<textarea name="update" rows="7" cols="70" wrap="soft">
DELETE DATA {
GRAPH <http://vitro.mannlib.cornell.edu/default/vitro-kb-2> {
<http://test.domain/ns#book1>
<http://purl.org/dc/elements/1.1/title>
"Fundamentals of Compiler Design" .
}
}
</textarea>
<br/>
<input type="submit" value="Successful DELETE">
</form>
<form action="api/sparqlUpdate" method="GET">
<input type="text" name="email" value="testAdmin@cornell.edu" />
<input type="text" name="password" value="Password" />
<br/>
<textarea name="update" rows="4" cols="70" wrap="soft">
INSERT DATA {
GRAPH <bogus> {
}
}
</textarea>
<br/>
<input type="submit" value="GET method not allowed">
</form>
<form action="api/sparqlUpdate" method="POST">
<textarea name="update" rows="4" cols="70" wrap="soft">
INSERT DATA {
GRAPH <bogus> {
}
}
</textarea>
<br/>
<input type="submit" value="Email and password missing">
</form>
<form action="api/sparqlUpdate" method="POST">
<input type="text" name="email" value="bogus@cornell.edu" />
<input type="text" name="password" value="Password" />
<br/>
<textarea name="update" rows="4" cols="70" wrap="soft">
INSERT DATA {
GRAPH <bogus> {
}
}
</textarea>
<br/>
<input type="submit" value="No such user">
</form>
<form action="api/sparqlUpdate" method="POST">
<input type="text" name="email" value="testAdmin@cornell.edu" />
<input type="text" name="password" value="BOGUS" />
<br/>
<textarea name="update" rows="4" cols="70" wrap="soft">
INSERT DATA {
GRAPH <bogus> {
}
}
</textarea>
<br/>
<input type="submit" value="Wrong password">
</form>
<form action="api/sparqlUpdate" method="POST">
<input type="text" name="email" value="joeUser@cornell.edu" />
<input type="text" name="password" value="Password" />
<br/>
<textarea name="update" rows="4" cols="70" wrap="soft">
INSERT DATA {
GRAPH <bogus> {
}
}
</textarea>
<br/>
<input type="submit" value="Account not authorized">
</form>
<form action="api/sparqlUpdate" method="POST">
<input type="text" name="email" value="testAdmin@cornell.edu" />
<input type="text" name="password" value="Password" />
<input type="submit" value="SPARQL is missing">
</form>
<form action="api/sparqlUpdate" method="POST">
<input type="text" name="email" value="testAdmin@cornell.edu" />
<input type="text" name="password" value="Password" />
<br/>
<textarea name="update" rows="4" cols="70" wrap="soft">
INSERT DATA } {
GRAPH <bogus> {
}
}
</textarea>
<br/>
<input type="submit" value="SPARQL is invalid">
</form>
<form action="api/sparqlUpdate" method="POST">
<input type="text" name="email" value="testAdmin@cornell.edu" />
<input type="text" name="password" value="Password" />
<br/>
<textarea name="update" rows="5" cols="70" wrap="soft">
INSERT DATA {
<http://test.domain/ns#book1>
<http://purl.org/dc/elements/1.1/title>
"Fundamentals of Compiler Design" .
}
</textarea>
<br/>
<input type="submit" value="SPARQL doesn't specify a GRAPH">
</form>
<pre>
200 Success
400 Failed to parse SPARQL update
400 SPARQL update must specify a GRAPH URI.
403 username/password combination is not valid
403 Account is not authorized
405 Method not allowed
500 Unknown error
</pre>