Merge branch 'maint-rel-1.6' into develop
This commit is contained in:
commit
b0e6f9ff98
3 changed files with 262 additions and 243 deletions
|
@ -230,7 +230,7 @@ proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf
|
|||
# installation to develop a web service that captures images of web pages or to use an existing
|
||||
# service outside of VIVO. For more information on implementing multiple profile pages, refer to
|
||||
# this wiki page: https://wiki.duraspace.org/display/VIVO/Multiple+foaf%3APerson+Profile+Pages.
|
||||
#MultiViews.profilePageTypes=enabled
|
||||
#multiViews.profilePageTypes=enabled
|
||||
|
||||
# Geo Focus Maps
|
||||
# When the following flag is set to enabled, the VIVO home page displays a global map highlighting the
|
||||
|
|
|
@ -55,6 +55,13 @@
|
|||
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/OBI_0000094"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<!-- added for VIVO -->
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/ERO_0000543"/>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/ERO_0000007"/> <!-- Technique -->
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A flow cytometer.</obo:IAO_0000112>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Material entity that is designed to have a function and play a role in scientific investigation.</obo:IAO_0000115>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Melissa Haendel</obo:IAO_0000117>
|
||||
|
|
|
@ -523,7 +523,8 @@ vivo:relates
|
|||
rdfs:label "relates"@en-US .
|
||||
|
||||
obo:ERO_0000007
|
||||
rdfs:label "Technique"@en-US .
|
||||
rdfs:label "Technique"@en-US ;
|
||||
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGrouppublications> .
|
||||
|
||||
vcard:hasCalendarLink
|
||||
rdfs:label "has calendar link"@en-US .
|
||||
|
@ -536,7 +537,8 @@ vivo:SubnationalRegion
|
|||
vitro:displayLimitAnnot
|
||||
"-1"^^xsd:int ;
|
||||
vitro:displayRankAnnot
|
||||
"-1"^^xsd:int ;
|
||||
"10"^^xsd:int ;
|
||||
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGrouplocations> ;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
|
||||
|
@ -2452,7 +2454,15 @@ obo:ARG_2000083
|
|||
rdfs:label "American Board of Plastic Surgery"@en-US .
|
||||
|
||||
obo:ERO_0000398
|
||||
rdfs:label "is performed by"@en-US .
|
||||
rdfs:label "is performed by"@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:selectFromExistingAnnot
|
||||
"true"^^xsd:boolean .
|
||||
|
||||
vcard:hasCalenderBusy
|
||||
rdfs:label "has calendar busy"@en-US .
|
||||
|
@ -4445,6 +4455,8 @@ geo:nameShortAR
|
|||
"5"^^xsd:int ;
|
||||
vitro:displayRankAnnot
|
||||
"5"^^xsd:int ;
|
||||
vitro:inClassGroup
|
||||
<http://vivoweb.org/ontology#vitroClassGrouppublications> ;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue