Remove trailing whitespace throughout project

This commit is contained in:
gneissone 2019-04-25 14:51:38 -07:00 committed by Andrew Woods
parent 74b8f16aa2
commit bd6140a8cc
1753 changed files with 24077 additions and 24077 deletions

View file

@ -1,3 +1,3 @@
# Tell Apache Commons Logging that we want to use Log4J for the unit tests,
# Tell Apache Commons Logging that we want to use Log4J for the unit tests,
# even if other logging systems are available.
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@ -9,7 +9,7 @@
### This file is for the test UserAccountsSelectorTest.java.
#
# Note: each optional field (everything except URI and emailAddress) is missing
# Note: each optional field (everything except URI and emailAddress) is missing
# from some user account.
#
# Note: user accounts have 0, 1, or 2 permission sets.
@ -27,7 +27,7 @@ mydomain:user01
auth:status "ACTIVE" ;
auth:hasPermissionSet mydomain:role1 ;
.
mydomain:user02
a auth:UserAccount ;
auth:emailAddress "email@bob.edu" ;
@ -40,7 +40,7 @@ mydomain:user02
auth:status "INACTIVE" ;
auth:hasPermissionSet mydomain:role1 ;
.
mydomain:user03
a auth:UserAccount ;
auth:emailAddress "email@charlie.edu" ;
@ -54,7 +54,7 @@ mydomain:user03
auth:hasPermissionSet mydomain:role1 ;
auth:hasPermissionSet mydomain:role2 ;
.
mydomain:user04
a auth:UserAccount ;
auth:emailAddress "email@delta.edu" ;
@ -66,7 +66,7 @@ mydomain:user04
auth:lastLoginTime 3 ;
auth:status "ACTIVE" ;
.
mydomain:user05
a auth:UserAccount ;
auth:emailAddress "email@echo.edu" ;
@ -79,7 +79,7 @@ mydomain:user05
auth:status "ACTIVE" ;
auth:hasPermissionSet mydomain:role1 ;
.
mydomain:user06
a auth:UserAccount ;
auth:emailAddress "email@foxtrot.edu" ;
@ -92,7 +92,7 @@ mydomain:user06
auth:status "INACTIVE" ;
auth:hasPermissionSet mydomain:role1 ;
.
mydomain:user07
a auth:UserAccount ;
auth:emailAddress "email@golf.edu" ;
@ -105,7 +105,7 @@ mydomain:user07
# auth:status NONE ;
auth:hasPermissionSet mydomain:role22 ;
.
mydomain:user08
a auth:UserAccount ;
a auth:RootUserAccount ;
@ -119,7 +119,7 @@ mydomain:user08
auth:lastLoginTime 1122334455667788 ;
auth:status "ACTIVE" ;
.
mydomain:user09
a auth:UserAccount ;
auth:emailAddress "email@indigo.edu" ;
@ -132,7 +132,7 @@ mydomain:user09
auth:status "ACTIVE" ;
auth:hasPermissionSet mydomain:role1 ;
.
mydomain:user10
a auth:UserAccount ;
auth:emailAddress "email@jones.edu" ;
@ -146,21 +146,21 @@ mydomain:user10
auth:status "ACTIVE" ;
auth:hasPermissionSet mydomain:role2 ;
.
mydomain:role1
a auth:PermissionSet ;
rdfs:label "Role 1" ;
.
mydomain:role2
a auth:PermissionSet ;
rdfs:label "Role 2" ;
.
# this is intentionally a typographical extension of mydomain:role2
# this is intentionally a typographical extension of mydomain:role2
# to test that our reg-exp filters correctly.
mydomain:role22
a auth:PermissionSet ;
rdfs:label "Role 22" ;
.

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
@ -21,7 +21,7 @@ mydomain:firstProfile
.
mydomain:firstSelf
a foaf:Person ;
vitro:mostSpecificType mydomain:selfType ;
vitro:mostSpecificType mydomain:selfType ;
public:mainImage mydomain:selfImage ;
mydomain:matching "firstSelf" ;
.
@ -33,7 +33,7 @@ mydomain:firstSelf
mydomain:bozo
a foaf:Person ;
rdfs:label "Bozo, Not Just Any" ;
vitro:mostSpecificType mydomain:profileType;
vitro:mostSpecificType mydomain:profileType;
.
@ -43,8 +43,8 @@ mydomain:bozo
mydomain:popularProfile
a foaf:Person ;
rdfs:label "Profile, Popular" ;
vitro:mostSpecificType mydomain:profileType;
public:mainImage mydomain:profileImage;
vitro:mostSpecificType mydomain:profileType;
public:mainImage mydomain:profileImage;
.
@ -55,13 +55,13 @@ mydomain:popularProfile
mydomain:profileWithNoClassLabel
a foaf:Person ;
rdfs:label "NoClassLabel, Profile with" ;
public:mainImage mydomain:profileImage;
public:mainImage mydomain:profileImage;
.
mydomain:profileWithNoImageUrl
a foaf:Person ;
rdfs:label "NoImageUrl, Profile with" ;
vitro:mostSpecificType mydomain:profileType;
vitro:mostSpecificType mydomain:profileType;
.
mydomain:profileWithNeither
@ -72,11 +72,11 @@ mydomain:profileWithNeither
mydomain:profileWithBoth
a foaf:Person ;
rdfs:label "Both, Profile with" ;
vitro:mostSpecificType mydomain:profileType;
public:mainImage mydomain:profileImage;
vitro:mostSpecificType mydomain:profileType;
public:mainImage mydomain:profileImage;
.
#
# These Individiauls are each the "self" for a different proxy.
# Each profile has a different combination of attributes.
@ -84,14 +84,14 @@ mydomain:profileWithBoth
mydomain:individualWithNoClassLabel
a foaf:Person ;
rdfs:label "Person, Bozo" ;
public:mainImage mydomain:selfImage;
public:mainImage mydomain:selfImage;
mydomain:matching "individualWithNoClassLabel" ;
.
mydomain:individualWithNoImageUrl
a foaf:Person ;
rdfs:label "Person, Bozo" ;
vitro:mostSpecificType mydomain:selfType;
vitro:mostSpecificType mydomain:selfType;
mydomain:matching "individualWithNoImageUrl" ;
.
@ -105,21 +105,21 @@ mydomain:individualWithBoth
a foaf:Person ;
rdfs:label "Person, Bozo" ;
vitro:mostSpecificType mydomain:selfType;
public:mainImage mydomain:selfImage;
public:mainImage mydomain:selfImage;
mydomain:matching "individualWithBoth" ;
.
#
# Use this as a "most specific type" for Profiles.
#
mydomain:profileType
mydomain:profileType
rdfs:label "Profile";
.
#
# Use this as a "most specific type" for "selves".
#
mydomain:selfType
mydomain:selfType
rdfs:label "Self";
.

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 auth: <http://vitro.mannlib.cornell.edu/ns/vitro/authorization#> .
@prefix mydomain: <http://vivo.mydomain.edu/individual/> .
@ -29,7 +29,7 @@ mydomain:userProxyForNone
.
#
# This user account is proxy for a bunch of profiles.
# This user account is proxy for a bunch of profiles.
# This user account has no self
#
mydomain:userPopularProxy

View file

@ -20,16 +20,16 @@
@prefix vivo: <http://vivoweb.org/ontology/core#> .
<http://vivo.mydomain.edu/individual/n3639>
a vivo:FacultyMember ,
foaf:Person ,
owl:Thing ,
foaf:Agent ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a vivo:FacultyMember ,
foaf:Person ,
owl:Thing ,
foaf:Agent ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
obo:BFO_0000004 ;
rdfs:label "Baker, Able "^^xsd:string ;
obo:ARG_2000028 <http://vivo.mydomain.edu/individual/n3972> ;
obo:RO_0000053 <http://vivo.mydomain.edu/individual/n475> ,
obo:RO_0000053 <http://vivo.mydomain.edu/individual/n475> ,
<http://vivo.mydomain.edu/individual/n7850> ;
vitro:mostSpecificType
vivo:FacultyMember ;
@ -37,88 +37,88 @@
"Potrezebie, Chattanooga" ;
vivo:hasCollaborator
<http://vivo.mydomain.edu/individual/n7429> ;
vivo:relatedBy <http://vivo.mydomain.edu/individual/n3401> ,
<http://vivo.mydomain.edu/individual/n5855> ,
vivo:relatedBy <http://vivo.mydomain.edu/individual/n3401> ,
<http://vivo.mydomain.edu/individual/n5855> ,
<http://vivo.mydomain.edu/individual/n2421> ;
vivo:researchOverview
"Whatever strikes my fancy." ;
vivo:scopusId "abaker" .
<http://vivo.mydomain.edu/individual/n3972>
a vcard:Kind ,
obo:BFO_0000031 ,
owl:Thing ,
obo:ARG_2000379 ,
obo:IAO_0000030 ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a vcard:Kind ,
obo:BFO_0000031 ,
owl:Thing ,
obo:ARG_2000379 ,
obo:IAO_0000030 ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
vcard:Individual ;
obo:ARG_2000029 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n475>
a owl:Thing ,
obo:BFO_0000023 ,
vivo:InvestigatorRole ,
obo:BFO_0000002 ,
obo:BFO_0000017 ,
vivo:PrincipalInvestigatorRole ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
obo:BFO_0000023 ,
vivo:InvestigatorRole ,
obo:BFO_0000002 ,
obo:BFO_0000017 ,
vivo:PrincipalInvestigatorRole ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:ResearcherRole ;
obo:RO_0000052 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n7850>
a owl:Thing ,
obo:BFO_0000023 ,
obo:BFO_0000017 ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
obo:BFO_0000023 ,
obo:BFO_0000017 ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:LeaderRole ;
rdfs:label "Lead Guitarist"^^xsd:string ;
obo:RO_0000052 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n7429>
a foaf:Person ,
vivo:FacultyMember ,
foaf:Agent ,
owl:Thing ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a foaf:Person ,
vivo:FacultyMember ,
foaf:Agent ,
owl:Thing ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
obo:BFO_0000004 ;
rdfs:label "Yum, Yum " .
<http://vivo.mydomain.edu/individual/n3401>
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Authorship ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n5855>
a vivo:FacultyPosition ,
owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a vivo:FacultyPosition ,
owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Position ;
rdfs:label "Functionary"^^xsd:string ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n2421>
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Grant ;
rdfs:label "Cosmogenic Lassitude in Plegmatic Axolotls" ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
obo:BFO_0000001
obo:BFO_0000001
a owl:Class ;
rdfs:label "Entity" .

View file

@ -20,16 +20,16 @@
@prefix vivo: <http://vivoweb.org/ontology/core#> .
<http://vivo.mydomain.edu/individual/n3639>
a vivo:FacultyMember ,
foaf:Person ,
owl:Thing ,
foaf:Agent ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a vivo:FacultyMember ,
foaf:Person ,
owl:Thing ,
foaf:Agent ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
obo:BFO_0000004 ;
rdfs:label "Baker, Able "^^xsd:string ;
obo:ARG_2000028 <http://vivo.mydomain.edu/individual/n3972> ;
obo:RO_0000053 <http://vivo.mydomain.edu/individual/n475> ,
obo:RO_0000053 <http://vivo.mydomain.edu/individual/n475> ,
<http://vivo.mydomain.edu/individual/n7850> ;
vitro:mostSpecificType
vivo:FacultyMember ;
@ -38,104 +38,104 @@
vivo:hasCollaborator
<http://vivo.mydomain.edu/individual/n7429> ;
vivo:hasResearchArea
<http://www.eionet.europa.eu/gemet/concept/971> ,
<http://www.eionet.europa.eu/gemet/concept/971> ,
<http://vivo.mydomain.edu/individual/n2158> ;
vivo:overview "Just an ordinary chap of simple means and simple desires." ;
vivo:relatedBy <http://vivo.mydomain.edu/individual/n3401> ,
<http://vivo.mydomain.edu/individual/n5855> ,
vivo:relatedBy <http://vivo.mydomain.edu/individual/n3401> ,
<http://vivo.mydomain.edu/individual/n5855> ,
<http://vivo.mydomain.edu/individual/n2421> ;
vivo:researchOverview
"Whatever strikes my fancy." ;
vivo:scopusId "abaker" .
<http://vivo.mydomain.edu/individual/n3972>
a vcard:Kind ,
obo:BFO_0000031 ,
owl:Thing ,
obo:ARG_2000379 ,
obo:IAO_0000030 ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a vcard:Kind ,
obo:BFO_0000031 ,
owl:Thing ,
obo:ARG_2000379 ,
obo:IAO_0000030 ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
vcard:Individual ;
obo:ARG_2000029 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n475>
a owl:Thing ,
obo:BFO_0000023 ,
vivo:InvestigatorRole ,
obo:BFO_0000002 ,
obo:BFO_0000017 ,
vivo:PrincipalInvestigatorRole ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
obo:BFO_0000023 ,
vivo:InvestigatorRole ,
obo:BFO_0000002 ,
obo:BFO_0000017 ,
vivo:PrincipalInvestigatorRole ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:ResearcherRole ;
obo:RO_0000052 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n7850>
a owl:Thing ,
obo:BFO_0000023 ,
obo:BFO_0000017 ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
obo:BFO_0000023 ,
obo:BFO_0000017 ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:LeaderRole ;
rdfs:label "Lead Guitarist"^^xsd:string ;
obo:RO_0000052 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n7429>
a foaf:Person ,
vivo:FacultyMember ,
foaf:Agent ,
owl:Thing ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a foaf:Person ,
vivo:FacultyMember ,
foaf:Agent ,
owl:Thing ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
obo:BFO_0000004 ;
rdfs:label "Yum, Yum " .
<http://www.eionet.europa.eu/gemet/concept/971>
a owl:Thing ,
<http://vivo.mydomain.edu/individual/n7793> ,
a owl:Thing ,
<http://vivo.mydomain.edu/individual/n7793> ,
skos:Concept ;
rdfs:label "botany"^^xsd:string ;
vivo:researchAreaOf <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n2158>
a owl:Thing ,
a owl:Thing ,
skos:Concept ;
rdfs:label "What a concept!"^^xsd:string ;
vivo:researchAreaOf <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n3401>
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Authorship ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n5855>
a vivo:FacultyPosition ,
owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a vivo:FacultyPosition ,
owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Position ;
rdfs:label "Functionary"^^xsd:string ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n2421>
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Grant ;
rdfs:label "Cosmogenic Lassitude in Plegmatic Axolotls" ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
obo:BFO_0000001
obo:BFO_0000001
a owl:Class ;
rdfs:label "Entity" .

View file

@ -20,16 +20,16 @@
@prefix vivo: <http://vivoweb.org/ontology/core#> .
<http://vivo.mydomain.edu/individual/n3639>
a vivo:FacultyMember ,
foaf:Person ,
owl:Thing ,
foaf:Agent ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a vivo:FacultyMember ,
foaf:Person ,
owl:Thing ,
foaf:Agent ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
obo:BFO_0000004 ;
rdfs:label "Baker, Able "^^xsd:string ;
obo:ARG_2000028 <http://vivo.mydomain.edu/individual/n3972> ;
obo:RO_0000053 <http://vivo.mydomain.edu/individual/n475> ,
obo:RO_0000053 <http://vivo.mydomain.edu/individual/n475> ,
<http://vivo.mydomain.edu/individual/n7850> ;
vitro:mostSpecificType
vivo:FacultyMember ;
@ -38,104 +38,104 @@
vivo:hasCollaborator
<http://vivo.mydomain.edu/individual/n7429> ;
vivo:hasResearchArea
<http://www.eionet.europa.eu/gemet/concept/971> ,
<http://www.eionet.europa.eu/gemet/concept/971> ,
<http://vivo.mydomain.edu/individual/n2158> ;
vivo:overview "Just an ordinary chap of simple means and simple desires." ;
vivo:relatedBy <http://vivo.mydomain.edu/individual/n3401> ,
<http://vivo.mydomain.edu/individual/n5855> ,
vivo:relatedBy <http://vivo.mydomain.edu/individual/n3401> ,
<http://vivo.mydomain.edu/individual/n5855> ,
<http://vivo.mydomain.edu/individual/n2421> ;
vivo:researchOverview
"Whatever strikes my fancy." ;
vivo:scopusId "abaker" .
<http://vivo.mydomain.edu/individual/n3972>
a vcard:Kind ,
obo:BFO_0000031 ,
owl:Thing ,
obo:ARG_2000379 ,
obo:IAO_0000030 ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a vcard:Kind ,
obo:BFO_0000031 ,
owl:Thing ,
obo:ARG_2000379 ,
obo:IAO_0000030 ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
vcard:Individual ;
obo:ARG_2000029 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n475>
a owl:Thing ,
obo:BFO_0000023 ,
vivo:InvestigatorRole ,
obo:BFO_0000002 ,
obo:BFO_0000017 ,
vivo:PrincipalInvestigatorRole ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
obo:BFO_0000023 ,
vivo:InvestigatorRole ,
obo:BFO_0000002 ,
obo:BFO_0000017 ,
vivo:PrincipalInvestigatorRole ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:ResearcherRole ;
obo:RO_0000052 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n7850>
a owl:Thing ,
obo:BFO_0000023 ,
obo:BFO_0000017 ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
obo:BFO_0000023 ,
obo:BFO_0000017 ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:LeaderRole ;
rdfs:label "Lead Guitarist"^^xsd:string ;
obo:RO_0000052 <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n7429>
a foaf:Person ,
vivo:FacultyMember ,
foaf:Agent ,
owl:Thing ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
a foaf:Person ,
vivo:FacultyMember ,
foaf:Agent ,
owl:Thing ,
obo:BFO_0000002 ,
obo:BFO_0000001 ,
obo:BFO_0000004 ;
rdfs:label "Yum, Yum " .
<http://www.eionet.europa.eu/gemet/concept/971>
a owl:Thing ,
<http://vivo.mydomain.edu/individual/n7793> ,
a owl:Thing ,
<http://vivo.mydomain.edu/individual/n7793> ,
skos:Concept ;
rdfs:label "botany"^^xsd:string ;
vivo:researchAreaOf <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n2158>
a owl:Thing ,
a owl:Thing ,
skos:Concept ;
rdfs:label "What a concept!"^^xsd:string ;
vivo:researchAreaOf <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n3401>
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Authorship ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n5855>
a vivo:FacultyPosition ,
owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a vivo:FacultyPosition ,
owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Position ;
rdfs:label "Functionary"^^xsd:string ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
<http://vivo.mydomain.edu/individual/n2421>
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
a owl:Thing ,
vivo:Relationship ,
obo:BFO_0000002 ,
obo:BFO_0000020 ,
obo:BFO_0000001 ,
vivo:Grant ;
rdfs:label "Cosmogenic Lassitude in Plegmatic Axolotls" ;
vivo:relates <http://vivo.mydomain.edu/individual/n3639> .
obo:BFO_0000001
obo:BFO_0000001
a owl:Class ;
rdfs:label "Entity" .

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@ -22,27 +22,27 @@ mydomain:user01
auth:externalAuthId "user1";
auth:hasPermissionSet mydomain:role1 ;
.
mydomain:role1
a auth:PermissionSet ;
rdfs:label "Role 1" ;
auth:hasPermission mydomain:permissionA ;
.
mydomain:role2
a auth:PermissionSet ;
a auth:PermissionSetForNewUsers ;
rdfs:label "Role 2" ;
.
mydomain:role3
a auth:PermissionSet ;
a auth:PermissionSetForPublic ;
rdfs:label "Role 3" ;
.
mydomain:permissionA
a auth:Permission ;
rdfs:label "Permission A" ;
.

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#> .
@ -10,7 +10,7 @@
#### Default Menu ####
display:DefaultMenu
display:DefaultMenu
a display:MainMenu ;
display:hasElement display:EventsMenuItem ;
display:hasElement display:HomeMenuItem ;
@ -21,63 +21,63 @@ 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:PublicationsMenuItem
display:PublicationsMenuItem
a display:NavigationElement ;
display:menuPosition "3";
display:linkText "Publications";
display:toPage display:Publications .
display:EventsMenuItem
display:EventsMenuItem
a display:NavigationElement ;
display:menuPosition "4";
display:linkText "Events";
display:toPage display:Events .
display:OrganizationsMenuItem
display:OrganizationsMenuItem
a display:NavigationElement ;
display:menuPosition "5";
display:linkText "Organizations";
display:toPage display:Organizations .
display:toPage display:Organizations .
########## Pages ############
display:Home
display:Home
a display:Page ;
display:requiresBodyTemplate "home.ftl" ;
display:title "Home" ;
display:urlMapping "/home" .
display:Events
display:Events
a display:Page ;
display:requiresBodyTemplate "Events.ftl" ;
display:title "Events" ;
display:urlMapping "/events" .
display:Organizations
display:Organizations
a display:Page ;
display:requiresBodyTemplate "organizations.ftl" ;
display:title "Organizations" ;
display:urlMapping "/organizations" .
display:People
display:People
a display:Page ;
display:requiresBodyTemplate "people.ftl" ;
display:title "People" ;
display:urlMapping "/people" .
display:Publications
display:Publications
a display:Page ;
display:requiresBodyTemplate "publications.ftl" ;
display:title "Publications" ;

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#> .
@ -9,16 +9,16 @@
### This file is for the test DataGetterUtilsTest.java
display:SPARQLPage
a display:Page ;
a display:Page ;
display:title "TestQuery" ;
display:urlMapping "/query1" ;
display:hasDataGetter display:query1data .
display:query1data
display:query1data
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>;
display:query "SELECT * WHERE { ?uri a <http://xmlns.com/foaf/0.1/Person> } " ;
display:saveToVar "people" .
display:saveToVar "people" .

View file

@ -10,4 +10,4 @@
ns:duckCode "3" ;
ns:d "cake" ;
] ;
] .
] .

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
No construct query. Should throw an error.
No construct query. Should throw an error.
-->
<list-view-config>
@ -15,7 +15,7 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<template>propStatement-default.ftl</template>

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
More than one construct query.
More than one construct query.
-->
<list-view-config>
@ -15,12 +15,12 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>ONE</query-construct>
<query-construct>TWO</query-construct>
<query-construct>THREE</query-construct>
<template>propStatement-default.ftl</template>
</list-view-config>

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
Default list view configuration for unit tests in this directory.
Default list view configuration for unit tests in this directory.
-->
<list-view-config>
@ -15,16 +15,16 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?object .
} WHERE {
?subject ?property ?object
?subject ?property ?object
}
</query-construct>
<template>propStatement-default.ftl</template>
</list-view-config>

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
postprocessor tag refers to a non-existent class.
postprocessor tag refers to a non-existent class.
-->
<list-view-config>
@ -15,18 +15,18 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?object .
} WHERE {
?subject ?property ?object
?subject ?property ?object
}
</query-construct>
<template>propStatement-default.ftl</template>
<postprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.ObjectPropertyTemplateModel_PropertyListConfigTest$NoSuchClass</postprocessor>
</list-view-config>

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
postprocessor tag refers to a class that does not implement the required interface.
postprocessor tag refers to a class that does not implement the required interface.
-->
<list-view-config>
@ -15,18 +15,18 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?object .
} WHERE {
?subject ?property ?object
?subject ?property ?object
}
</query-construct>
<template>propStatement-default.ftl</template>
<postprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.ObjectPropertyTemplateModel_PropertyListConfigTest$ClassNotSuitable</postprocessor>
</list-view-config>

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
postprocessor tag refers to a class that does not implement the required interface.
postprocessor tag refers to a class that does not implement the required interface.
-->
<list-view-config>
@ -15,18 +15,18 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?object .
} WHERE {
?subject ?property ?object
?subject ?property ?object
}
</query-construct>
<template>propStatement-default.ftl</template>
<postprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.ObjectPropertyTemplateModel_PropertyListConfigTest$PostProcessorThrowsException</postprocessor>
</list-view-config>

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
Has a postprocessor tag with no contents. Should use the default.
Has a postprocessor tag with no contents. Should use the default.
-->
<list-view-config>
@ -15,18 +15,18 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?object .
} WHERE {
?subject ?property ?object
?subject ?property ?object
}
</query-construct>
<template>propStatement-default.ftl</template>
<postprocessor></postprocessor>
</list-view-config>

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
postprocessor tag references an acceptable class.
postprocessor tag references an acceptable class.
-->
<list-view-config>
@ -15,18 +15,18 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?object .
} WHERE {
?subject ?property ?object
?subject ?property ?object
}
</query-construct>
<template>propStatement-default.ftl</template>
<postprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.ObjectPropertyTemplateModel_PropertyListConfigTest$PostProcessorOK</postprocessor>
</list-view-config>

View file

@ -15,18 +15,18 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?object .
} WHERE {
?subject ?property ?object
?subject ?property ?object
}
</query-construct>
<template>propStatement-default.ftl</template>
<postprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.ObjectPropertyTemplateModel_PropertyListConfigTest$PostProcessorWrongConstructor</postprocessor>
</list-view-config>

View file

@ -3,7 +3,7 @@
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
<!--
Template file does not exist. Should throw an exception.
Template file does not exist. Should throw an exception.
-->
<list-view-config>
@ -15,16 +15,16 @@
<collated>
?object a ?subclass.
</collated>
}
}
</query-select>
<query-construct>
CONSTRUCT {
?subject ?property ?object .
} WHERE {
?subject ?property ?object
?subject ?property ?object
}
</query-construct>
<template>propStatement-doesNotExist.ftl</template>
</list-view-config>

View file

@ -1,7 +1,7 @@
#
# A simple Log4J configuration for unit tests.
# A simple Log4J configuration for unit tests.
#
# It's not very important, because the tests themselves will override this
# It's not very important, because the tests themselves will override this
# configuration in AbstractTestClass.initializeLogging().
#
log4j.rootLogger=WARN, AllAppender

View file

@ -31,7 +31,7 @@
xmlns:mann="http://vivo.cornell.edu/ns/mannadditions/0.1#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
<rdfsyn:Description rdfsyn:about="http://vivo.cornell.edu/individual/n56282">
<rdfs:label rdfsyn:datatype="http://www.w3.org/2001/XMLSchema#string">AgriVIVO: an Ontology-based Store of URIs and Relations between Entities in Agricultural Research</rdfs:label>
</rdfsyn:Description>

View file

@ -42,4 +42,4 @@
owl:Thing,
foaf:Agent,
foaf:Person;
rdfs:label "Test individual for issue vivo15".
rdfs:label "Test individual for issue vivo15".

View file

@ -42,4 +42,4 @@
owl:Thing,
foaf:Agent,
foaf:Person;
rdfs:label "Test individual for issue vivo15".
rdfs:label "Test individual for issue vivo15".

View file

@ -2631,7 +2631,7 @@ report on the &lt;a target="_new" href="http://www.ifla.org/VII/s13/frbr/frbr.ht
&lt;li>Sentinel Node&lt;/li>
&lt;li>Skin Sparing Mastectomy&lt;/li>&lt;/ul>&lt;/p>
&lt;p>Dr. Alexander Swistel is one of the department's most well known breast surgeons. He specializes in all types of breast cancer, surgery and
&lt;p>Dr. Alexander Swistel is one of the department's most well known breast surgeons. He specializes in all types of breast cancer, surgery and
diseases.&lt;/p></vitro:description>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Swistel, Alexander J.</rdfs:label>
@ -5072,8 +5072,8 @@ Please use the &lt;a href="comments.jsp?home=6">Contact Us&lt;/a> link to submit
<vitro:imageThumb rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>people/talman_richard_thumb.gif</vitro:imageThumb>
</mann:CornellFaculty>
<mann:CornellFaculty rdf:about="http://vivo.library.cornell.edu/abox#entity11821">
<vitro:sunrise rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2007-07-17T14:55:12</vitro:sunrise>
@ -5104,6 +5104,6 @@ Please use the &lt;a href="comments.jsp?home=6">Contact Us&lt;/a> link to submit
<vitro:imageThumb rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>people/Suthanthiran_Manikkam_thumb.gif</vitro:imageThumb>
</mann:CornellFaculty>
</rdf:RDF>

View file

@ -22,12 +22,12 @@ xmlns:vivo="http://vivo.library.cornell.edu/ns/0.1#"
<!-- externalIDs -->
<owl:DatatypeProperty rdf:about="http://lowe.mannlib.cornell.edu/ns/vitro/0.1/vitro.owl#externalID"/>
<owl:DatatypeProperty rdf:about="http://lowe.mannlib.cornell.edu/ns/vitro/0.1/vitro.owl#externalID"/>
<!-- begin BJL afterthoughts -->
<owl:AnnotationProperty rdf:about="http://lowe.mannlib.cornell.edu/ns/vitro/0.1/vitro.owl#descriptionAnnot"/>
<owl:AnnotationProperty rdf:about="http://lowe.mannlib.cornell.edu/ns/vitro/0.1/vitro.owl#descriptionAnnot"/>
<owl:AnnotationProperty rdf:about="http://lowe.mannlib.cornell.edu/ns/vitro/0.1/vitro.owl#shortDef"/>
<owl:AnnotationProperty rdf:about="http://lowe.mannlib.cornell.edu/ns/vitro/0.1/vitro.owl#example"/>
<owl:AnnotationProperty rdf:about="http://lowe.mannlib.cornell.edu/ns/vitro/0.1/vitro.owl#displayLimit"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:vitro="http://lowe.mannlib.cornell.edu/ns/vitro/0.1/vitro.owl#"
@ -20,7 +20,7 @@
<vitro:modTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2007-07-17T14:54:14</vitro:modTime>
<vitro:firstTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2004-11-16T16:05:07</vitro:firstTime>
<vitro:loginCount rdf:datatype="http://www.w3.org/2001/XMLSchema#int">410</vitro:loginCount>
<vitro:roleURI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">role:/50</vitro:roleURI>
<vitro:roleURI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">role:/50</vitro:roleURI>
</vitro:User>
<vitro:User rdf:about="#bdc34">