Remove trailing whitespace throughout project
This commit is contained in:
parent
74b8f16aa2
commit
bd6140a8cc
1753 changed files with 24077 additions and 24077 deletions
|
@ -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 auth: <http://vitro.mannlib.cornell.edu/ns/vitro/authorization#> .
|
||||
|
@ -7,13 +7,13 @@
|
|||
@prefix editByRole: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.EditByRolePermission#> .
|
||||
@prefix publishByRole: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.PublishByRolePermission#> .
|
||||
|
||||
auth:ADMIN
|
||||
auth:ADMIN
|
||||
a auth:PermissionSet ;
|
||||
rdfs:label "Site Admin" ;
|
||||
|
||||
|
||||
# ADMIN-only permissions
|
||||
auth:hasPermission simplePermission:AccessSpecialDataModels ;
|
||||
auth:hasPermission simplePermission:EnableDeveloperPanel ;
|
||||
auth:hasPermission simplePermission:EnableDeveloperPanel ;
|
||||
auth:hasPermission simplePermission:LoginDuringMaintenance ;
|
||||
auth:hasPermission simplePermission:ManageMenus ;
|
||||
auth:hasPermission simplePermission:ManageProxies ;
|
||||
|
@ -25,20 +25,20 @@ auth:ADMIN
|
|||
auth:hasPermission simplePermission:UseAdvancedDataToolsPages ;
|
||||
auth:hasPermission simplePermission:UseMiscellaneousAdminPages ;
|
||||
auth:hasPermission simplePermission:UseSparqlQueryPage ;
|
||||
auth:hasPermission simplePermission:PageViewableAdmin ;
|
||||
|
||||
# Uncomment the following permission line to enable the SPARQL update API.
|
||||
# Before enabling, be sure that the URL api/sparqlUpdate is secured by HTTPS,
|
||||
# so passwords will not be sent in clear text.
|
||||
#auth:hasPermission simplePermission:UseSparqlUpdateApi ;
|
||||
|
||||
auth:hasPermission simplePermission:PageViewableAdmin ;
|
||||
|
||||
# Uncomment the following permission line to enable the SPARQL update API.
|
||||
# Before enabling, be sure that the URL api/sparqlUpdate is secured by HTTPS,
|
||||
# so passwords will not be sent in clear text.
|
||||
#auth:hasPermission simplePermission:UseSparqlUpdateApi ;
|
||||
|
||||
# permissions for CURATOR and above.
|
||||
auth:hasPermission simplePermission:EditOntology ;
|
||||
auth:hasPermission simplePermission:EditSiteInformation ;
|
||||
auth:hasPermission simplePermission:SeeVerbosePropertyInformation ;
|
||||
auth:hasPermission simplePermission:UseMiscellaneousCuratorPages ;
|
||||
auth:hasPermission simplePermission:PageViewableCurator ;
|
||||
|
||||
|
||||
# permissions for EDITOR and above.
|
||||
auth:hasPermission simplePermission:DoBackEndEditing ;
|
||||
auth:hasPermission simplePermission:SeeIndividualEditingPanel ;
|
||||
|
@ -55,28 +55,28 @@ auth:ADMIN
|
|||
auth:hasPermission simplePermission:UseBasicAjaxControllers ;
|
||||
auth:hasPermission simplePermission:UseMiscellaneousPages ;
|
||||
auth:hasPermission simplePermission:PageViewableLoggedIn ;
|
||||
|
||||
|
||||
# permissions for ANY user, even if they are not logged in.
|
||||
auth:hasPermission simplePermission:QueryFullModel ;
|
||||
auth:hasPermission simplePermission:PageViewablePublic ;
|
||||
|
||||
|
||||
# role-based permissions for ADMIN
|
||||
auth:hasPermission displayByRole:Admin ;
|
||||
auth:hasPermission editByRole:Admin ;
|
||||
auth:hasPermission publishByRole:Admin ;
|
||||
.
|
||||
|
||||
auth:CURATOR
|
||||
auth:CURATOR
|
||||
a auth:PermissionSet ;
|
||||
rdfs:label "Curator" ;
|
||||
|
||||
|
||||
# permissions for CURATOR and above.
|
||||
auth:hasPermission simplePermission:EditOntology ;
|
||||
auth:hasPermission simplePermission:EditSiteInformation ;
|
||||
auth:hasPermission simplePermission:SeeVerbosePropertyInformation ;
|
||||
auth:hasPermission simplePermission:UseMiscellaneousCuratorPages ;
|
||||
auth:hasPermission simplePermission:PageViewableCurator ;
|
||||
|
||||
|
||||
# permissions for EDITOR and above.
|
||||
auth:hasPermission simplePermission:DoBackEndEditing ;
|
||||
auth:hasPermission simplePermission:SeeIndividualEditingPanel ;
|
||||
|
@ -93,21 +93,21 @@ auth:CURATOR
|
|||
auth:hasPermission simplePermission:UseBasicAjaxControllers ;
|
||||
auth:hasPermission simplePermission:UseMiscellaneousPages ;
|
||||
auth:hasPermission simplePermission:PageViewableLoggedIn ;
|
||||
|
||||
|
||||
# permissions for ANY user, even if they are not logged in.
|
||||
auth:hasPermission simplePermission:QueryFullModel ;
|
||||
auth:hasPermission simplePermission:PageViewablePublic ;
|
||||
|
||||
|
||||
# role-based permissions for CURATOR
|
||||
auth:hasPermission displayByRole:Curator ;
|
||||
auth:hasPermission editByRole:Curator ;
|
||||
auth:hasPermission publishByRole:Curator ;
|
||||
.
|
||||
|
||||
auth:EDITOR
|
||||
auth:EDITOR
|
||||
a auth:PermissionSet ;
|
||||
rdfs:label "Editor" ;
|
||||
|
||||
|
||||
# permissions for EDITOR and above.
|
||||
auth:hasPermission simplePermission:DoBackEndEditing ;
|
||||
auth:hasPermission simplePermission:SeeIndividualEditingPanel ;
|
||||
|
@ -124,11 +124,11 @@ auth:EDITOR
|
|||
auth:hasPermission simplePermission:UseBasicAjaxControllers ;
|
||||
auth:hasPermission simplePermission:UseMiscellaneousPages ;
|
||||
auth:hasPermission simplePermission:PageViewableLoggedIn ;
|
||||
|
||||
|
||||
# permissions for ANY user, even if they are not logged in.
|
||||
auth:hasPermission simplePermission:QueryFullModel ;
|
||||
auth:hasPermission simplePermission:PageViewablePublic ;
|
||||
|
||||
|
||||
# role-based permissions for EDITOR
|
||||
auth:hasPermission displayByRole:Editor ;
|
||||
auth:hasPermission editByRole:Editor ;
|
||||
|
@ -148,23 +148,23 @@ auth:SELF_EDITOR
|
|||
auth:hasPermission simplePermission:UseBasicAjaxControllers ;
|
||||
auth:hasPermission simplePermission:UseMiscellaneousPages ;
|
||||
auth:hasPermission simplePermission:PageViewableLoggedIn ;
|
||||
|
||||
|
||||
# permissions for ANY user, even if they are not logged in.
|
||||
auth:hasPermission simplePermission:QueryFullModel ;
|
||||
auth:hasPermission simplePermission:PageViewablePublic ;
|
||||
|
||||
# role-based permissions for SELF_EDITOR
|
||||
# For role-based display and editing, SelfEditor is like Public.
|
||||
# For role-based display and editing, SelfEditor is like Public.
|
||||
# SelfEditor uses its special permissions to edit/display its own values.
|
||||
auth:hasPermission displayByRole:Public ;
|
||||
auth:hasPermission publishByRole:Public ;
|
||||
auth:hasPermission displayByRole:Public ;
|
||||
auth:hasPermission publishByRole:Public ;
|
||||
.
|
||||
|
||||
auth:PUBLIC
|
||||
a auth:PermissionSet ;
|
||||
a auth:PermissionSetForPublic ;
|
||||
rdfs:label "Public" ;
|
||||
|
||||
|
||||
# permissions for ANY user, even if they are not logged in.
|
||||
auth:hasPermission simplePermission:QueryFullModel ;
|
||||
auth:hasPermission simplePermission:PageViewablePublic ;
|
||||
|
|
|
@ -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#> .
|
||||
|
||||
#Data getter type labels
|
||||
|
@ -6,9 +6,9 @@
|
|||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.ClassGroupPageData> rdfs:label "Class Group Page" .
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter> rdfs:label "Browse Page" .
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter> rdfs:label "Browse Page" .
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.IndividualsForClassesDataGetter> rdfs:label "Class Group Page - Selected Classes" .
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter> rdfs:label "Sparql Query Results" .
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
xmlns:rdfs="&rdfs;"
|
||||
xmlns:vitro="&vitro;">
|
||||
|
||||
|
||||
|
||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasElement">
|
||||
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasElement.xml</display:listViewConfigFile>
|
||||
</rdf:Description>
|
||||
|
||||
</rdf:RDF>
|
||||
|
||||
</rdf:RDF>
|
||||
|
|
|
@ -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$
|
||||
|
||||
# This file is for the portions of the pageList that should not be editable, i.e.#
|
||||
# that it cannot be deleted and that it requires certain permissions #
|
||||
|
@ -13,4 +13,4 @@
|
|||
|
||||
display:pageListPage
|
||||
display:requiresAction <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#ManageMenus> ;
|
||||
display:cannotDeletePage "true" .
|
||||
display:cannotDeletePage "true" .
|
||||
|
|
|
@ -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#> .
|
||||
|
@ -143,15 +143,15 @@ action:UseMiscellaneousPages
|
|||
rdfs:label "USE_MISCELLANEOUS_PAGES" .
|
||||
|
||||
##Page specific permissions
|
||||
action:PageViewableAdmin
|
||||
action:PageViewableAdmin
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_ADMIN" .
|
||||
|
||||
|
||||
action:PageViewableCurator
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_CURATOR" .
|
||||
|
||||
action:PageViewableEditor
|
||||
action:PageViewableEditor
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_EDITOR" .
|
||||
|
||||
|
@ -159,6 +159,6 @@ action:PageViewableLoggedIn
|
|||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_LOGGEDIN" .
|
||||
|
||||
action:PageViewablePublic
|
||||
action:PageViewablePublic
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_PUBLIC" .
|
||||
rdfs:label "PAGE_VIEWABLE_PUBLIC" .
|
||||
|
|
|
@ -64,13 +64,13 @@
|
|||
rdfs:label "All labels are added to name fields." ;
|
||||
:hasTargetField "nameRaw" ;
|
||||
:hasSelectQuery """
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
SELECT ?label
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
SELECT ?label
|
||||
WHERE {
|
||||
?uri rdfs:label ?label .
|
||||
}
|
||||
""" .
|
||||
|
||||
|
||||
:documentModifier_NameFieldBooster
|
||||
a searchIndex:documentBuilding.FieldBooster ,
|
||||
searchIndex:documentBuilding.DocumentModifier ;
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# $This file is distributed under the terms of the license in LICENSE$
|
||||
# $This file is distributed under the terms of the license in LICENSE$
|
||||
|
||||
# All instances of a class can be excluded from the search index by adding a
|
||||
# vitroDisplay:excludeClass property between vitroDisplay:SearchIndex and the
|
||||
# All instances of a class can be excluded from the search index by adding a
|
||||
# vitroDisplay:excludeClass property between vitroDisplay:SearchIndex and the
|
||||
# URI of the class that you would like to exclude.
|
||||
|
||||
# .n3 or .rdf files can be created in this directory to configure the search
|
||||
# exclusions. Each file must be a valid file in the format specified by its
|
||||
# extension. Each file will be loaded individually and must be a complete
|
||||
# stand alone example of its format. Each file must contain all the necessary
|
||||
# prefixes, namespaces and preambles required by the format specified by its
|
||||
# extension.
|
||||
# .n3 or .rdf files can be created in this directory to configure the search
|
||||
# exclusions. Each file must be a valid file in the format specified by its
|
||||
# extension. Each file will be loaded individually and must be a complete
|
||||
# stand alone example of its format. Each file must contain all the necessary
|
||||
# prefixes, namespaces and preambles required by the format specified by its
|
||||
# extension.
|
||||
|
||||
# If you would like to add classes to the exclusions, add a file to this
|
||||
# If you would like to add classes to the exclusions, add a file to this
|
||||
# directory ending in .n3 with N3 statements similar to this example.
|
||||
|
||||
#
|
||||
|
@ -20,6 +20,6 @@
|
|||
# @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
# @prefix example: <http://example/ns/> .
|
||||
#
|
||||
# vitroDisplay:SearchIndex
|
||||
# rdf:type owl:Thing ;
|
||||
# vitroDisplay:excludeClass example:classToExclude ;
|
||||
# vitroDisplay:SearchIndex
|
||||
# rdf:type owl:Thing ;
|
||||
# vitroDisplay:excludeClass example:classToExclude ;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
|
||||
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
|
||||
<!ENTITY vitro "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#">
|
||||
|
||||
|
||||
]>
|
||||
<rdf:RDF xml:base="http://vitro.mannlib.cornell.edu/ontologies/display/1.1/"
|
||||
xmlns:display="&display;"
|
||||
|
@ -38,7 +38,7 @@
|
|||
<owl:Class rdf:about="&owl;DatatypeProperty"/>
|
||||
<owl:Class rdf:about="&owl;ObjectProperty"/>
|
||||
<owl:Class rdf:about="&owl;AnnotationProperty"/>
|
||||
|
||||
|
||||
|
||||
<owl:Class rdf:about="&owl;Class"/>
|
||||
<owl:Class rdf:about="&display;MainMenu">
|
||||
|
@ -53,7 +53,7 @@
|
|||
<owl:Class rdf:about="&display;ClassGroupPage"/>
|
||||
<owl:Class rdf:about="&display;IndividualsForClassesPage"/>
|
||||
<owl:Class rdf:about="&display;InternalClassesPage"/>
|
||||
|
||||
|
||||
<!-- For permissions -->
|
||||
<owl:Class rdf:about="&display;RequiredAction"/>
|
||||
<!-- Annotation Properties -->
|
||||
|
@ -69,7 +69,7 @@
|
|||
<owl:DatatypeProperty rdf:about="&rdfs;label"/>
|
||||
<owl:DatatypeProperty rdf:about="&owl;versionInfo"/>
|
||||
<!--end originally generated -->
|
||||
|
||||
|
||||
<owl:DatatypeProperty rdf:about="&display;linkText"
|
||||
rdfs:comment="Text to display to a link.">
|
||||
</owl:DatatypeProperty>
|
||||
|
@ -129,7 +129,7 @@
|
|||
<owl:ObjectProperty rdf:about="&display;getIndividualsForClass"/>
|
||||
<owl:ObjectProperty rdf:about="&display;hasDataGetter"/>
|
||||
<owl:ObjectProperty rdf:about="&display;requiresAction">
|
||||
|
||||
|
||||
</owl:ObjectProperty>
|
||||
<!--Custom properties-->
|
||||
|
||||
|
|
|
@ -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#> .
|
||||
|
@ -31,8 +31,8 @@ display:Home
|
|||
display:urlMapping "/" ;
|
||||
display:hasDataGetter display:homeDataGetter;
|
||||
display:cannotDeletePage "true" .
|
||||
|
||||
|
||||
########## Data Getter ############
|
||||
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#homeDataGetter>
|
||||
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter> .
|
||||
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter> .
|
||||
|
|
|
@ -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,28 +9,28 @@
|
|||
### This file defines the page list menu for vitro. These statements can be edited through the interface.###
|
||||
|
||||
display:pageListPage
|
||||
a display:Page ;
|
||||
a display:Page ;
|
||||
display:title "Pages" ;
|
||||
display:urlMapping "/pageList" ;
|
||||
display:requiresBodyTemplate "pageList.ftl" ;
|
||||
display:requiresBodyTemplate "pageList.ftl" ;
|
||||
display:hasDataGetter display:pageListData.
|
||||
|
||||
display:pageListData
|
||||
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>;
|
||||
a <java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>;
|
||||
display:saveToVar "pages" ;
|
||||
display:queryModel <vitro:requestDisplayModel> ;
|
||||
display:queryModel <vitro:requestDisplayModel> ;
|
||||
display:query """
|
||||
PREFIX display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#>
|
||||
PREFIX display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
SELECT ?listedPageUri ?listedPageTitle ?listedPageUrlMapping ?listedPageTemplate ?listedPageMenuItem ?listedPageCannotDeletePage
|
||||
WHERE {
|
||||
WHERE {
|
||||
?listedPageUri a display:Page .
|
||||
OPTIONAL{ ?listedPageUri display:urlMapping ?listedPageUrlMapping. }
|
||||
OPTIONAL{ ?listedPageUri display:title ?listedPageTitle. }
|
||||
OPTIONAL{ ?listedPageUri display:title ?listedPageTitle. }
|
||||
OPTIONAL {?listedPageUri display:requiresBodyTemplate ?listedPageTemplate .}
|
||||
OPTIONAL {?listedPageMenuItem display:toPage ?listedPageUri .}
|
||||
OPTIONAL {?listedPageUri display:cannotDeletePage ?listedPageCannotDeletePage .}
|
||||
} ORDER BY ?listedPageTitle """ .
|
||||
} ORDER BY ?listedPageTitle """ .
|
||||
###Page Management and Data Getters
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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 xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||
|
@ -8,18 +8,18 @@
|
|||
@base <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
||||
|
||||
display:ProfilePageType rdf:type owl:Class ;
|
||||
|
||||
|
||||
owl:equivalentClass [ rdf:type owl:Class ;
|
||||
owl:oneOf ( display:standard
|
||||
display:quickView
|
||||
)
|
||||
] .
|
||||
|
||||
display:quickView rdf:type display:ProfilePageType ,
|
||||
display:quickView rdf:type display:ProfilePageType ,
|
||||
owl:NamedIndividual .
|
||||
|
||||
display:standard rdf:type display:ProfilePageType ,
|
||||
owl:NamedIndividual .
|
||||
|
||||
display:hasDefaultProfilePageType rdf:type owl:ObjectProperty .
|
||||
display:hasDefaultProfilePageType rdfs:range display:ProfilePageType .
|
||||
display:hasDefaultProfilePageType rdf:type owl:ObjectProperty .
|
||||
display:hasDefaultProfilePageType rdfs:range display:ProfilePageType .
|
||||
|
|
|
@ -4,18 +4,18 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
||||
|
||||
rdf:type
|
||||
rdf:type
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:label "RDF Type"@en-US ;
|
||||
rdfs:range owl:Class;
|
||||
rdfs:range owl:Class;
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customEntryFormAnnot>
|
||||
"edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.RdfTypeGenerator"^^xsd:string ;
|
||||
"edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.RdfTypeGenerator"^^xsd:string ;
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#offerCreateNewOptionAnnot>
|
||||
"true"^^xsd:boolean ;
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#selectFromExistingAnnot>
|
||||
"true"^^xsd:boolean .
|
||||
|
||||
|
||||
"true"^^xsd:boolean .
|
||||
|
||||
|
||||
display:requiresAction
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:label "Required Action"@en-US ;
|
||||
|
@ -25,4 +25,4 @@ display:requiresAction
|
|||
"true"^^xsd:boolean ;
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#selectFromExistingAnnot>
|
||||
"true"^^xsd:boolean .
|
||||
|
||||
|
||||
|
|
|
@ -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 xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||
|
@ -7,32 +7,32 @@
|
|||
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
||||
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
|
||||
|
||||
#########Classes#########
|
||||
#########Classes#########
|
||||
###Basic
|
||||
owl:Class a owl:Class .
|
||||
owl:Ontology a owl:Class .
|
||||
owl:AnnotationProperty a owl:Class .
|
||||
owl:Ontology a owl:Class .
|
||||
owl:AnnotationProperty a owl:Class .
|
||||
owl:DatatypeProperty a owl:Class .
|
||||
owl:ObjectProperty a owl:Class .
|
||||
|
||||
###Display Model
|
||||
|
||||
###Display Model
|
||||
display:MainMenu
|
||||
a owl:Class ;
|
||||
vitro:customDisplayViewAnnot "individual-menu.ftl"^^xsd:string .
|
||||
|
||||
display:NavigationElement a owl:Class .
|
||||
|
||||
display:Page a owl:Class .
|
||||
display:Page a owl:Class .
|
||||
|
||||
display:HomePage a owl:Class .
|
||||
|
||||
display:ClassGroupPage a owl:Class .
|
||||
|
||||
display:IndividualsForClassesPage a owl:Class .
|
||||
|
||||
display:InternalClassesPage a owl:Class .
|
||||
|
||||
display:DataGetter a owl:Class .
|
||||
|
||||
display:IndividualsForClassesPage a owl:Class .
|
||||
|
||||
display:InternalClassesPage a owl:Class .
|
||||
|
||||
display:DataGetter a owl:Class .
|
||||
|
||||
display:RequiredAction a owl:Class ;
|
||||
rdfs:comment "Represents a action that may need authorization to perform." .
|
||||
|
@ -40,15 +40,15 @@ display:RequiredAction a owl:Class ;
|
|||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>
|
||||
a owl:Class ;
|
||||
rdfs:comment "Data getter for running a SPARQL query." .
|
||||
|
||||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SearchIndividualsDataGetter>
|
||||
a owl:Class ;
|
||||
rdfs:comment "A data getter for a Class search, i.e. get individuals for VClass" .
|
||||
|
||||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlUpdate>
|
||||
a owl:Class ;
|
||||
rdfs:comment "A data getter that runs a SPARQL Update" .
|
||||
|
||||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter>
|
||||
a owl:Class ;
|
||||
rdfs:comment "A data getter for a standard Vitro browse page" .
|
||||
|
@ -63,10 +63,10 @@ display:RequiredAction a owl:Class ;
|
|||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.IndividualsForClassesDataGetter>
|
||||
a owl:Class .
|
||||
|
||||
## Class defining what N3 editing model preprocessors are associated with the system
|
||||
|
||||
## Class defining what N3 editing model preprocessors are associated with the system
|
||||
## This is technically a JAVA interface but we can designate this as an owl:Class to indicate
|
||||
## which classes are model change preprocessors
|
||||
## which classes are model change preprocessors
|
||||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.ModelChangePreprocessor> a owl:Class .
|
||||
########Data Properties#########
|
||||
|
@ -74,67 +74,67 @@ display:RequiredAction a owl:Class ;
|
|||
###Basic
|
||||
|
||||
rdfs:comment
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
rdfs:label
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
owl:versionInfo
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
###Vitro model
|
||||
|
||||
###Vitro model
|
||||
|
||||
vitro:modTime
|
||||
a owl:DatatypeProperty .
|
||||
vitro:displayRank
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
vitro:customDisplayViewAnnot
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
###Display model
|
||||
|
||||
###Display model
|
||||
|
||||
display:listViewConfigFile
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:title
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:urlMapping
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:requiresBodyTemplate
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:isSelfContainedTemplate
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:menuPosition
|
||||
a owl:DatatypeProperty ;
|
||||
vitro:displayLimitAnnot
|
||||
"1"^^xsd:int .
|
||||
"1"^^xsd:int .
|
||||
|
||||
display:linkText
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:hasMenuText
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:usesDataGetterClass
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:query
|
||||
a owl:DatatypeProperty .
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
display:saveToVar
|
||||
a owl:DatatypeProperty.
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
display:queryModel
|
||||
a owl:DatatypeProperty.
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
display:htmlValue
|
||||
a owl:DatatypeProperty.
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
display:cannotDeletePage
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
######### Object Properties#########
|
||||
###Basic
|
||||
rdfs:range
|
||||
|
@ -147,14 +147,14 @@ owl:topObjectProperty
|
|||
display:hasVClassId
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:comment "Object property defining class for search data getter" .
|
||||
|
||||
|
||||
###Vitro properties without which individual templates throw errors as are required
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage>
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:range <http://vitro.mannlib.cornell.edu/ns/vitro/public#File> ;
|
||||
rdfs:subPropertyOf <http://vitro.mannlib.cornell.edu/ns/vitro/public#mainImage> , owl:topObjectProperty .
|
||||
|
||||
|
||||
vitro:primaryLink
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:label "Primary Link"@en-US ;
|
||||
|
@ -169,18 +169,18 @@ vitro:primaryLink
|
|||
vitro:selectFromExistingAnnot
|
||||
"false"^^xsd:boolean ;
|
||||
vitro:stubObjectPropertyAnnot
|
||||
"true"^^xsd:boolean .
|
||||
"true"^^xsd:boolean .
|
||||
|
||||
rdf:type
|
||||
rdf:type
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:label "RDF Type"@en-US ;
|
||||
rdfs:range owl:Class ;
|
||||
rdfs:range owl:Class ;
|
||||
vitro:customEntryFormAnnot
|
||||
"edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.RdfTypeGenerator"^^xsd:string ;
|
||||
"edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.RdfTypeGenerator"^^xsd:string ;
|
||||
vitro:offerCreateNewOptionAnnot
|
||||
"true"^^xsd:boolean ;
|
||||
vitro:selectFromExistingAnnot
|
||||
"true"^^xsd:boolean .
|
||||
"true"^^xsd:boolean .
|
||||
|
||||
|
||||
vitro:additionalLink
|
||||
|
@ -198,30 +198,30 @@ vitro:additionalLink
|
|||
"false"^^xsd:boolean ;
|
||||
vitro:stubObjectPropertyAnnot
|
||||
"true"^^xsd:boolean .
|
||||
|
||||
###Display model
|
||||
|
||||
###Display model
|
||||
|
||||
display:hasElement
|
||||
a owl:ObjectProperty .
|
||||
|
||||
|
||||
display:excludeClass
|
||||
a owl:ObjectProperty .
|
||||
|
||||
display:toPage
|
||||
a owl:ObjectProperty .
|
||||
|
||||
a owl:ObjectProperty .
|
||||
|
||||
display:forClassGroup
|
||||
a owl:ObjectProperty .
|
||||
|
||||
|
||||
display:hasDataGetter
|
||||
a owl:ObjectProperty .
|
||||
|
||||
|
||||
display:getIndividualsForClass
|
||||
a owl:ObjectProperty .
|
||||
|
||||
a owl:ObjectProperty .
|
||||
|
||||
display:restrictResultsByClass
|
||||
a owl:ObjectProperty .
|
||||
a owl:ObjectProperty .
|
||||
|
||||
display:requiresAction
|
||||
a owl:ObjectProperty .
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!DOCTYPE rdf [
|
||||
<!ENTITY vitro "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#">
|
||||
<!ENTITY vitro "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#">
|
||||
<!ENTITY list "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"> ]>
|
||||
|
||||
<rdf:RDF
|
||||
|
@ -16,7 +16,7 @@ xmlns:vitro="&vitro;"
|
|||
|
||||
<!-- Vitro Application Ontology version 0.7 -->
|
||||
|
||||
<!-- This ontology is used internally by the Vitro 0.7 Java application. It is not user viewable or editable: editing this file could have various unintended consequences -->
|
||||
<!-- This ontology is used internally by the Vitro 0.7 Java application. It is not user viewable or editable: editing this file could have various unintended consequences -->
|
||||
|
||||
<owl:Ontology rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7">
|
||||
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Vitro internals</rdfs:label>
|
||||
|
@ -149,7 +149,7 @@ xmlns:vitro="&vitro;"
|
|||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customDisplayViewAnnot">
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
||||
</rdf:Description>
|
||||
|
||||
|
||||
<owl:AnnotationProperty rdf:about="&vitro;mostSpecificType"/>
|
||||
<owl:AnnotationProperty rdf:about="&vitro;extendedLinkedData"/>
|
||||
<!--Institutional Internal class -->
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
Vitro Application Public Ontology
|
||||
|
||||
This ontology is used by the Vitro application.
|
||||
It contains constructs that are available for public export and use.
|
||||
This ontology is used by the Vitro application.
|
||||
It contains constructs that are available for public export and use.
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||
|
||||
<owl:Ontology rdf:about="">
|
||||
|
@ -71,4 +71,4 @@
|
|||
<rdfs:range><owl:Class rdf:about="#File"/></rdfs:range>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
</rdf:RDF>
|
||||
</rdf:RDF>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue