[VIVO-1690] - Remove trailing whitespace throughout project (#126)

* Remove trailing whitespace throughout project

Resolves: https://jira.duraspace.org/browse/VIVO-1690
** Along with: https://github.com/vivo-project/Vitro/pull/117
This commit is contained in:
Ben 2019-05-03 10:51:00 -06:00 committed by Andrew Woods
parent 48dcf87199
commit 87092cec9c
685 changed files with 26805 additions and 26805 deletions

View file

@ -1,4 +1,4 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@ -7,8 +7,8 @@
@prefix core: <http://vivoweb.org/ontology/core#> .
@prefix vivoweb: <http://vivoweb.org/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
# academic departments datagetter
# academic departments datagetter
<freemarker:lib-home-page.ftl> display:hasDataGetter display:academicDeptsDataGetter .
@ -23,8 +23,8 @@ display:academicDeptsDataGetter
WHERE
{
?theURI a vivo:AcademicDepartment .
?theURI rdfs:label ?label
?theURI rdfs:label ?label
}
""" .

View file

@ -1,12 +1,12 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
#
# Associate the LocaleSelectionDataGetter with the languageSelector.ftl Freemarker template.
#
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
<freemarker:languageSelector.ftl> display:hasDataGetter display:localeSelectorDataGetter .
display:localeSelectorDataGetter
a <java:edu.cornell.mannlib.vitro.webapp.i18n.selection.LocaleSelectionDataGetter> .

View file

@ -1,5 +1,5 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@ -7,12 +7,12 @@
## The example below demonstrates how you can associate particular ModelChangePreprocessors
## with the application as a whole. These preprocessors will be run with
## every edit/addition in N3EditUtils.preprocessModels(changes, configuration, vreq);
## every edit/addition in N3EditUtils.preprocessModels(changes, configuration, vreq);
## Defines the preprocessor class
## Defines the preprocessor class
## Can extend this to define what the constructor arguments should be if required, and then N3EditUtils.java should be modified
## to know it can pull out parameters based on what is defined in the display model
# Testing to see if this will be read in BECAUSE this has changed and should be read in
# <java:edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.TestModelChangePreprocessor>
# a <java:edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.ModelChangePreprocessor> .
# <java:edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.TestModelChangePreprocessor>
# a <java:edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.ModelChangePreprocessor> .

View file

@ -1,10 +1,10 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
#
# datagetter to fetch ORCID info for the person.
#
# datagetter to fetch ORCID info for the person.
#
<freemarker:individual-orcidInterface.ftl> display:hasDataGetter display:orcidIdDataGetter .

View file

@ -1,10 +1,10 @@
@prefix : <http://vitro.mannlib.cornell.edu/ns/vitro/ApplicationSetup#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix searchIndex: <java:edu.cornell.mannlib.vitro.webapp.searchindex#> .
#
# Specify the SearchIndexExcluders, DocumentModifiers and IndexingUriFinders for VIVO.
# Specify the SearchIndexExcluders, DocumentModifiers and IndexingUriFinders for VIVO.
# These are in addition to the ones specified for VIVO.
#
@ -28,7 +28,7 @@
:hasOutgoingProperty "http://vivoweb.org/ontology/core#relates" .
# Some roles look like this: bearerOf ==> role ==> roleContributesTo
# inheresIn <== role <== contributingRole
# inheresIn <== role <== contributingRole
:extension_forContextNodes_role_contributes_1
a searchIndex:indexing.IndexingUriFinder ,
searchIndex:documentBuilding.DocumentModifier ,
@ -36,7 +36,7 @@
rdfs:label "Labels across bearerOf/contributesTo" ;
:hasIncomingProperty "http://purl.obolibrary.org/obo/RO_0000053" ;
:hasOutgoingProperty "http://vivoweb.org/ontology/core#roleContributesTo" .
:extension_forContextNodes_role_contributes_2
a searchIndex:indexing.IndexingUriFinder ,
searchIndex:documentBuilding.DocumentModifier ,
@ -44,9 +44,9 @@
rdfs:label "Labels across contributor/inheresIn" ;
:hasIncomingProperty "http://vivoweb.org/ontology/core#contributingRole" ;
:hasOutgoingProperty "http://purl.obolibrary.org/obo/RO_0000052" .
# Other roles look like this: bearerOf ==> role ==> realizedIn
# inheresIn <== role <== realizes
# inheresIn <== role <== realizes
:extension_forContextNodes_role_realizedIn_1
a searchIndex:indexing.IndexingUriFinder ,
searchIndex:documentBuilding.DocumentModifier ,
@ -54,7 +54,7 @@
rdfs:label "Labels across bearerOf/realizedIn" ;
:hasIncomingProperty "http://purl.obolibrary.org/obo/RO_0000053" ;
:hasOutgoingProperty "http://purl.obolibrary.org/obo/BFO_0000054" .
:extension_forContextNodes_role_realizedIn_2
a searchIndex:indexing.IndexingUriFinder ,
searchIndex:documentBuilding.DocumentModifier ,
@ -62,7 +62,7 @@
rdfs:label "Labels across realizes/inheresIn" ;
:hasIncomingProperty "http://purl.obolibrary.org/obo/BFO_0000055" ;
:hasOutgoingProperty "http://purl.obolibrary.org/obo/RO_0000052" .
# Roles on grants look like this: bearerOf ==> role ==> relatedBy
# inheresIn <== role <== relates
:extension_forContextNodes_roles_on_grants_1
@ -72,7 +72,7 @@
rdfs:label "Labels across bearerOf/relates" ;
:hasIncomingProperty "http://purl.obolibrary.org/obo/RO_0000053" ;
:hasOutgoingProperty "http://vivoweb.org/ontology/core#relatedBy" .
:extension_forContextNodes_roles_on_grants_2
a searchIndex:indexing.IndexingUriFinder ,
searchIndex:documentBuilding.DocumentModifier ,
@ -80,7 +80,7 @@
rdfs:label "Labels across contributor/relatedBy" ;
:hasIncomingProperty "http://vivoweb.org/ontology/core#relates" ;
:hasOutgoingProperty "http://purl.obolibrary.org/obo/RO_0000052" .
# ------------------------------------
@ -127,7 +127,7 @@
:hasSelectQuery """
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
SELECT ?title
SELECT ?title
WHERE {
?uri obo:ARG_2000028 ?card .
?card a vcard:Individual .
@ -135,7 +135,7 @@
?titleHolder vcard:title ?title .
}
""" .
:vivodocumentModifier_EmailAddress
a searchIndex:documentBuilding.SelectQueryDocumentModifier ,
searchIndex:documentBuilding.DocumentModifier ;
@ -143,7 +143,7 @@
:hasSelectQuery """
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
SELECT ?email
SELECT ?email
WHERE {
?uri obo:ARG_2000028 ?card .
?card a vcard:Individual .

View file

@ -1,4 +1,4 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@ -7,7 +7,7 @@
@prefix core: <http://vivoweb.org/ontology/core#> .
@prefix vivoweb: <http://vivoweb.org/ontology#> .
#### n3 for research areas ####
## associate the classes with the datagetter ##
@ -20,7 +20,7 @@
display:getDepartmentDataGetter
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>;
display:saveToVar "departmentsResults";
display:query
display:query
"""
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
@ -33,12 +33,12 @@ display:getDepartmentDataGetter
?posn vivo:relates ?dept .
?dept a foaf:Organization .
?dept rdfs:label ?departmentLabel
OPTIONAL { ?posn vivo:dateTimeInterval ?dti
OPTIONAL { ?posn vivo:dateTimeInterval ?dti
OPTIONAL { ?dti vivo:end ?end .
?end vivo:dateTime ?endDate
}
}
FILTER ( !bound(?endDate) ||
FILTER ( !bound(?endDate) ||
substr(str(?endDate), 1, 4) >= substr(str(now()), 1, 4) )
}
ORDER BY ?deptLabel
@ -47,11 +47,11 @@ display:getDepartmentDataGetter
display:getVocabServiceDataGetter
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>;
display:saveToVar "vocabularyService";
display:query
display:query
"""
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
SELECT DISTINCT (str(?vocabularySourceName) AS ?vocabService)
SELECT DISTINCT (str(?vocabularySourceName) AS ?vocabService)
WHERE {
?individualURI rdfs:isDefinedBy ?vocabularySource .
?vocabularySource rdfs:label ?vocabularySourceName .
@ -74,10 +74,10 @@ display:getDepartmentDataGetter
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT DISTINCT (str (?prsnLabel) AS ?personLabel)
?person
(Str(?researchAreaLabel) AS ?raLabel)
(str(?departmentLabel) AS ?orgLabel)
SELECT DISTINCT (str (?prsnLabel) AS ?personLabel)
?person
(Str(?researchAreaLabel) AS ?raLabel)
(str(?departmentLabel) AS ?orgLabel)
?ra
?org
WHERE {

View file

@ -53,23 +53,23 @@
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#end">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-dateTimeValue.xml</display:listViewConfigFile>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#webpage">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-webpage.xml</display:listViewConfigFile>
</rdf:Description>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasAssociatedConcept">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasAssociatedConcept.xml</display:listViewConfigFile>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasSubjectArea">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasAssociatedConcept.xml</display:listViewConfigFile>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasResearchArea">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasAssociatedConcept.xml</display:listViewConfigFile>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#publisherOf">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-publisherOf.xml</display:listViewConfigFile>
</rdf:Description>
@ -119,9 +119,9 @@
<!--
******************************************************************
data property custom list views
******************************************************************
******************************************************************
-->
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#scopusId">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-scopusId.xml</display:listViewConfigFile>
</rdf:Description>
@ -129,5 +129,5 @@
<rdf:Description rdf:about="http://purl.org/ontology/bibo/doi">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-doi.xml</display:listViewConfigFile>
</rdf:Description>
</rdf:RDF>

View file

@ -1,4 +1,4 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@ -7,7 +7,7 @@
@prefix core: <http://vivoweb.org/ontology/core#> .
@prefix vivoweb: <http://vivoweb.org/ontology#> .
#### n3 for research areas ####
## associate the classes with the datagetter ##
@ -19,14 +19,14 @@
<http://vivoweb.org/ontology/core#Laboratory> display:hasDataGetter display:getResearchAreaDataGetter .
<http://vivoweb.org/ontology/core#Library> display:hasDataGetter display:getResearchAreaDataGetter .
<http://vivoweb.org/ontology/core#ResearchOrganization> display:hasDataGetter display:getResearchAreaDataGetter .
## define the datagetter ##
display:getResearchAreaDataGetter
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>;
display:saveToVar "researchAreaResults";
display:query
display:query
"""
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
@ -39,12 +39,12 @@ display:getResearchAreaDataGetter
?person a foaf:Person .
?person vivo:hasResearchArea ?ra .
?ra rdfs:label ?researchAreaLabel
OPTIONAL { ?posn vivo:dateTimeInterval ?dti
OPTIONAL { ?posn vivo:dateTimeInterval ?dti
OPTIONAL { ?dti vivo:end ?end .
?end vivo:dateTime ?endDate
}
}
FILTER ( !bound(?endDate) ||
FILTER ( !bound(?endDate) ||
substr(str(?endDate), 1, 4) >= substr(str(now()), 1, 4) )
}
ORDER BY ?raLabel
@ -66,10 +66,10 @@ display:getResearchAreaDataGetter
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT DISTINCT (str (?prsnLabel) AS ?personLabel)
?person
(str(?researchAreaLabel) AS ?raLabel)
(str(?organizationLabel) AS ?orgLabel)
SELECT DISTINCT (str (?prsnLabel) AS ?personLabel)
?person
(str(?researchAreaLabel) AS ?raLabel)
(str(?organizationLabel) AS ?orgLabel)
?ra
?org
WHERE {
@ -104,10 +104,10 @@ display:getResearchAreaDataGetter
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT DISTINCT (str (?prsnLabel) AS ?personLabel)
?person
(Str(?researchAreaLabel) AS ?raLabel)
(str(?organizationLabel) AS ?orgLabel)
SELECT DISTINCT (str (?prsnLabel) AS ?personLabel)
?person
(Str(?researchAreaLabel) AS ?raLabel)
(str(?organizationLabel) AS ?orgLabel)
?ra
WHERE {
?orgURI vivo:relatedBy ?posn .
@ -138,7 +138,7 @@ display:getResearchAreaDataGetter
display:getGrantsDataGetter
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>;
display:saveToVar "getGrantResults";
display:query
display:query
"""
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX vivo: <http://vivoweb.org/ontology/core#>

View file

@ -1,4 +1,4 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@ -8,28 +8,28 @@
@prefix vivoweb: <http://vivoweb.org/ontology#> .
@prefix afn: <http://jena.apache.org/ARQ/function#> .
#### Check to see if the person being viewed has a first and last name. ####
#### If so, the page will display the QR code icon link. ####
## associate the classes with the datagetter (COUNT(?vIndividual) AS ?theCount)##
<http://xmlns.com/foaf/0.1/Person> display:hasDataGetter display:checkNamesForQrCodeDG .
## define the datagetter ##
display:checkNamesForQrCodeDG
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>;
display:saveToVar "checkNamesResult";
display:query
display:query
"""
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
SELECT DISTINCT ?vIndividual
WHERE {
?individualURI obo:ARG_2000028 ?vIndividual .
?vIndividual vcard:hasName ?vName .
?vIndividual vcard:hasName ?vName .
?vName vcard:givenName ?firstName .
?vName vcard:familyName ?lastName .
}

View file

@ -1,4 +1,4 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@ -11,17 +11,17 @@
# See vitroSearchProhibited.n3 for more information about files in this directory.
vitroDisplay:SearchIndex
rdf:type owl:Thing ;
vitroDisplay:SearchIndex
rdf:type owl:Thing ;
vitroDisplay:excludeClass obo:BFO_0000023 ;
vitroDisplay:excludeClass core:AdvisingRelationship ;
vitroDisplay:excludeClass core:Editorship ;
vitroDisplay:excludeClass core:Authorship ;
vitroDisplay:excludeClass core:Position ;
vitroDisplay:excludeClass core:Position ;
vitroDisplay:excludeClass core:AwardReceipt ;
vitroDisplay:excludeClass core:AwardedDegree ;
vitroDisplay:excludeClass core:ResearchActivity ;
vitroDisplay:excludeClass core:EducationalProcess ;
vitroDisplay:excludeClass core:EducationalProcess ;
vitroDisplay:excludeClass bibo:DocumentStatus ;
vitroDisplay:excludeClass core:DateTimeValue ;
vitroDisplay:excludeClass core:DateTimeValuePrecision ;

View file

@ -8,7 +8,7 @@
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
@prefix role: <http://vitro.mannlib.cornell.edu/ns/vitro/role#> .
@prefix local: <http://vitro.mannlib.cornell.edu/ns/vitro/siteConfig/> .
@prefix vivo: <http://vivoweb.org/ontology/core#> .
@prefix vivo: <http://vivoweb.org/ontology/core#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@base <http://vitro.mannlib.cornell.edu/ns/vitro/ApplicationConfiguration> .
@ -67,7 +67,7 @@ local:authorInAuthorshipConfig a :ObjectPropertyDisplayConfig ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddPublicationToPersonGenerator"^^xsd:string ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbibliographic> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbibliographic> .
local:orgInAuthorshipContext a :ConfigContext ;
:hasConfiguration local:orgInAuthorshipConfig ;
@ -85,7 +85,7 @@ local:orgInAuthorshipConfig a :ObjectPropertyDisplayConfig ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddPublicationToPersonGenerator"^^xsd:string ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbibliographic> .
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbibliographic> .
#### role contexts and configurations ###
@ -94,7 +94,7 @@ local:hasServiceProviderRoleContext a :ConfigContext ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0000053> ;
:qualifiedByDomain <http://xmlns.com/foaf/0.1/Person> ;
:qualifiedBy <http://purl.obolibrary.org/obo/ERO_0000012> .
local:hasServiceProviderRoleConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-roleContributesTo.xml"^^xsd:string ;
rdfs:label "hasServiceProviderRole"@en-US;
@ -105,7 +105,7 @@ local:hasServiceProviderRoleConfig a :ObjectPropertyDisplayConfig ;
vitro:stubObjectPropertyAnnot "true"^^xsd:boolean ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddServiceProviderRoleToPersonGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoutreach> .
local:hasClinicalRoleContext a :ConfigContext ;
:hasConfiguration local:hasClinicalRoleConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0000053> ;
@ -478,7 +478,7 @@ local:orgHasPresenterRoleConfig a :ObjectPropertyDisplayConfig ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddPresenterRoleToPersonGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupbibliographic> .
### awards and educational training ###
local:awardOrHonorContext a :ConfigContext ;
@ -744,11 +744,11 @@ local:orgAdministersGrantConfig a :ObjectPropertyDisplayConfig ;
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> .
### collaborator properties ###
# formerly defined in common for all Agents in initialTBoxAnnotations.n3 where allows cross-linking people and orgs
local:hasCollaboratorContext a :ConfigContext ; # persons
:hasConfiguration local:hasCollaboratorConfig ;
:configContextFor <http://vivoweb.org/ontology/core#hasCollaborator> ;
@ -775,7 +775,7 @@ local:hasCollaboratorConfig a :ObjectPropertyDisplayConfig ;
vitro:publicDescriptionAnnot
"Use for a simple assertion that another person is an ongoing collaborator; to describe the relationship in more detail enter a role for each collaborator in some common endeavor."^^xsd:string ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaffiliation> .
local:orgHasCollaboratorContext a :ConfigContext ;
:hasConfiguration local:orgHasCollaboratorConfig ;
:configContextFor <http://vivoweb.org/ontology/core#hasCollaborator> ;
@ -1013,7 +1013,7 @@ local:webpageInfoConfig a :ObjectPropertyDisplayConfig ;
local:webpageSoftwareContext a :ConfigContext ;
:hasConfiguration local:webpageSoftwareConfig ;
:configContextFor <http://purl.obolibrary.org/obo/ARG_2000028> ;
:qualifiedByDomain <http://purl.obolibrary.org/obo/ERO_0000071> ;
:qualifiedByDomain <http://purl.obolibrary.org/obo/ERO_0000071> ;
:qualifiedByRoot <http://www.w3.org/2006/vcard/ns#Kind> ;
:qualifiedBy <http://www.w3.org/2006/vcard/ns#URL> .
@ -1029,7 +1029,7 @@ local:webpageSoftwareConfig a :ObjectPropertyDisplayConfig ;
local:webpageFacilityContext a :ConfigContext ;
:hasConfiguration local:webpageFacilityConfig ;
:configContextFor <http://purl.obolibrary.org/obo/ARG_2000028> ;
:qualifiedByDomain <http://vivoweb.org/ontology/core#Facility> ;
:qualifiedByDomain <http://vivoweb.org/ontology/core#Facility> ;
:qualifiedByRoot <http://www.w3.org/2006/vcard/ns#Kind> ;
:qualifiedBy <http://www.w3.org/2006/vcard/ns#URL> .
@ -1045,7 +1045,7 @@ local:webpageFacilityConfig a :ObjectPropertyDisplayConfig ;
local:webpageProjectContext a :ConfigContext ;
:hasConfiguration local:webpageProjectConfig ;
:configContextFor <http://purl.obolibrary.org/obo/ARG_2000028> ;
:qualifiedByDomain <http://vivoweb.org/ontology/core#Project> ;
:qualifiedByDomain <http://vivoweb.org/ontology/core#Project> ;
:qualifiedByRoot <http://www.w3.org/2006/vcard/ns#Kind> ;
:qualifiedBy <http://www.w3.org/2006/vcard/ns#URL> .
@ -1143,7 +1143,7 @@ local:outputOfConfig a :ObjectPropertyDisplayConfig ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:hasOutputContext a :ConfigContext ;
:hasConfiguration local:hasOutputConfig ;
:configContextFor obo:RO_0002234 ;
@ -1210,7 +1210,7 @@ local:documentPartOfConfig a :ObjectPropertyDisplayConfig ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:geographicLocationContainsLocationContext a :ConfigContext ;
:hasConfiguration local:geographicLocationContainsLocationConfig ;
:configContextFor <http://purl.obolibrary.org/obo/BFO_0000051> ;
@ -1227,13 +1227,13 @@ local:geographicLocationContainsLocationConfig a :ObjectPropertyDisplayConfig ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:geographicLocationWithinLocationContext a :ConfigContext ;
:hasConfiguration local:geographicLocationWithinLocationConfig ;
:configContextFor <http://purl.obolibrary.org/obo/BFO_0000050> ;
:qualifiedByDomain vivo:GeographicLocation ;
:qualifiedBy vivo:GeographicLocation .
local:geographicLocationWithinLocationConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-fauxPropertyDefault.xml"^^xsd:string ;
rdfs:label "geographicLocationWithinLocation"@en-US;
@ -1329,13 +1329,13 @@ local:inEventSeriesConfig a :ObjectPropertyDisplayConfig ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
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:eventsForSeriesConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-fauxPropertyDefault.xml"^^xsd:string ;
rdfs:label "eventsForSeries"@en-US;
@ -1363,7 +1363,7 @@ local:eventLocationConfig a :ObjectPropertyDisplayConfig ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupaddress> .
local:eventInFacilityContext a :ConfigContext ;
:hasConfiguration local:eventInFacilityConfig ;
:configContextFor <http://purl.obolibrary.org/obo/RO_0001025> ; ## located in
@ -1448,7 +1448,7 @@ local:hasRoomConfig a :ObjectPropertyDisplayConfig ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
local:roomWithinBuildingContext a :ConfigContext ;
:hasConfiguration local:roomWithinBuildingConfig ;
:configContextFor <http://purl.obolibrary.org/obo/BFO_0000050> ;
@ -1517,7 +1517,7 @@ local:facilitySiteOfEventConfig a :ObjectPropertyDisplayConfig ;
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
@ -1535,10 +1535,10 @@ local:facilitySiteOfAgentConfig a :ObjectPropertyDisplayConfig ;
vitro:selectFromExistingAnnot "true"^^xsd:boolean ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupoverview> .
# uses and used by need work -- apply to continuants and occurrents, and material entities as well as information content entities
# uses and used by need work -- apply to continuants and occurrents, and material entities as well as information content entities
#local:projectUsesMaterialEntityContext a :ConfigContext ;
# :hasConfiguration local:projectUsesMaterialEntityConfig ;
# :configContextFor <http://purl.obolibrary.org/obo/ERO_0000031> ;
# :configContextFor <http://purl.obolibrary.org/obo/ERO_0000031> ;
# :qualifiedByDomain vivo:Project ;
# :qualifiedBy <http://purl.obolibrary.org/obo/BFO_0000040> . ## Material Entity
@ -1552,10 +1552,10 @@ local:facilitySiteOfAgentConfig a :ObjectPropertyDisplayConfig ;
# 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> ;
# :configContextFor <http://purl.obolibrary.org/obo/ERO_0000070> ;
# :qualifiedByDomain <http://purl.obolibrary.org/obo/BFO_0000040> ; ## Material Entity
# :qualifiedBy vivo:Project .

View file

@ -8,7 +8,7 @@
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
@prefix role: <http://vitro.mannlib.cornell.edu/ns/vitro/role#> .
@prefix local: <http://vitro.mannlib.cornell.edu/ns/vitro/siteConfig/> .
@prefix vivo: <http://vivoweb.org/ontology/core#> .
@prefix vivo: <http://vivoweb.org/ontology/core#> .
@base <http://vitro.mannlib.cornell.edu/ns/vitro/ApplicationConfiguration> .

View file

@ -1,4 +1,4 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix about: <http://vitro.mannlib.cornell.edu/ns/default/about#> .

View file

@ -1,4 +1,4 @@
# $This file is distributed under the terms of the license in LICENSE$
# $This file is distributed under the terms of the license in LICENSE$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
@ -12,7 +12,7 @@
#### Default Menu ####
display:DefaultMenu
display:DefaultMenu
a display:MainMenu ;
rdfs:label "Default Menu" ;
display:hasElement display:EventsMenuItem ;
@ -24,36 +24,36 @@ display:DefaultMenu
#### Menu Items for Default Menu ####
display:HomeMenuItem
display:HomeMenuItem
a display:NavigationElement ;
display:menuPosition 1;
display:linkText "Home";
display:toPage display:Home .
display:PeopleMenuItem
display:PeopleMenuItem
a display:NavigationElement ;
display:menuPosition 2;
display:linkText "People";
display:toPage display:People .
display:OrganizationsMenuItem
display:OrganizationsMenuItem
a display:NavigationElement ;
display:menuPosition 3;
display:linkText "Organizations";
display:toPage display:Organizations .
display:ResearchMenuItem
display:ResearchMenuItem
a display:NavigationElement ;
display:menuPosition 4;
display:linkText "Research";
display:toPage display:Research .
display:EventsMenuItem
display:EventsMenuItem
a display:NavigationElement ;
display:menuPosition 5;
display:linkText "Events";
display:toPage display:Events .
display:toPage display:Events .
display:CapabilityMapMenuItem
a display:NavigationElement ;
display:menuPosition 6;
@ -61,22 +61,22 @@ display:CapabilityMapMenuItem
display:toPage display:CapabilityMap .
display:Home
a display:HomePage ;
a display:HomePage ;
a display:Page ;
display:title "Home" ;
display:title "Home" ;
display:urlMapping "/" ;
display:hasDataGetter display:homeDataGetter;
display:cannotDeletePage "true" .
display:Events
a display:Page ;
display:Events
a display:Page ;
a display:ClassGroupPage;
display:forClassGroup vivoweb:vitroClassGroupevents ;
display:title "Events" ;
display:urlMapping "/events" ;
display:urlMapping "/events" ;
display:hasDataGetter display:eventsDataGetter .
display:Organizations
display:Organizations
a display:Page ;
a display:ClassGroupPage;
display:forClassGroup vivoweb:vitroClassGrouporganizations ;
@ -84,16 +84,16 @@ display:Organizations
display:urlMapping "/organizations";
display:hasDataGetter display:organizationsDataGetter .
display:People
a display:Page ;
display:People
a display:Page ;
a display:ClassGroupPage;
display:forClassGroup vivoweb:vitroClassGrouppeople ;
display:title "People" ;
display:urlMapping "/people" ;
display:hasDataGetter display:peopleDataGetter .
display:Research
a display:Page ;
display:Research
a display:Page ;
a display:ClassGroupPage;
display:forClassGroup vivoweb:vitroClassGrouppublications ;
display:title "Research" ;
@ -121,12 +121,12 @@ display:organizationsDataGetter
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.ClassGroupPageData>;
display:forClassGroup
vivoweb:vitroClassGrouporganizations .
display:eventsDataGetter
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.ClassGroupPageData>;
display:forClassGroup
vivoweb:vitroClassGroupevents .
display:homeDataGetter
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter> .