Merge branch 'maint-rel-1.6' into develop

This commit is contained in:
tworrall 2013-12-02 16:49:09 -05:00
commit b6545d65dc
6 changed files with 205 additions and 96 deletions

View file

@ -1023,6 +1023,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 +1037,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 +1053,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 +1069,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> .
@ -1077,6 +1085,8 @@ local:eventWithinConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "occurs within event" ;
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> .
@ -1091,6 +1101,8 @@ local:includesEventConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-default.xml"^^xsd:string ;
:displayName "includes event" ;
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,17 +1117,19 @@ 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 18;

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

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

@ -267,16 +267,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 .
@ -786,7 +778,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 +1016,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 ;
@ -1068,16 +1062,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 +1167,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 .
@ -1319,7 +1305,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 .
@ -1452,7 +1439,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 ;
@ -1506,18 +1494,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 ;
@ -1601,7 +1579,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 .
@ -1664,7 +1643,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> .
@ -1681,7 +1660,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 .
@ -2385,7 +2365,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 .
@ -2534,7 +2515,8 @@ 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 .
@ -2574,7 +2556,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 ;
@ -2705,7 +2688,11 @@ obo:ERO_0000045
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
vitro:inPropertyGroupAnnot
vitro:selectFromExistingAnnot
"true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot
"true"^^xsd:boolean ;
vitro:inPropertyGroupAnnot
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
vivo:Division
@ -2733,13 +2720,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 .
@ -2929,13 +2918,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 ;
@ -3037,19 +3042,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 ;
@ -4562,12 +4569,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 ;
@ -4625,7 +4640,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 ;
@ -4721,14 +4750,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 ;
@ -5442,7 +5477,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 ;
@ -5642,15 +5691,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 .
@ -5813,15 +5854,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 ;
@ -5855,15 +5889,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 .
@ -5961,7 +5987,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 ;

View file

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