NIHVIVO-2811 Make the webapp directory more closely resemble the product base directory - move tlds, filegraph, ontologies, dwr.xml and web.xml into web/WEB-INF. Adjust the build script accordingly.
This commit is contained in:
parent
ffe163c59c
commit
d7f361c418
8 changed files with 0 additions and 715 deletions
|
@ -1,134 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE rdf:RDF [
|
|
||||||
<!ENTITY display "http://vitro.mannlib.cornell.edu/ontologies/display/1.1#">
|
|
||||||
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
|
|
||||||
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
||||||
<!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;"
|
|
||||||
xmlns:owl="&owl;"
|
|
||||||
xmlns:rdf="&rdf;"
|
|
||||||
xmlns:rdfs="&rdfs;"
|
|
||||||
xmlns:vitro="&vitro;">
|
|
||||||
|
|
||||||
<!-- Ontology Information -->
|
|
||||||
<owl:Ontology rdf:about=""
|
|
||||||
rdfs:label="Vitro display ontology"
|
|
||||||
owl:versionInfo="1.1"/>
|
|
||||||
|
|
||||||
<!-- Classes -->
|
|
||||||
<owl:Class rdf:about="#Menu"/>
|
|
||||||
<owl:Class rdf:about="#parameter"/>
|
|
||||||
<owl:Class rdf:about="&display;ExternallyLinkedNamespace"
|
|
||||||
rdfs:label="Externally Linked Namespace"/>
|
|
||||||
<owl:Class rdf:about="&display;NavigationElement"
|
|
||||||
rdfs:label="Navigation Element">
|
|
||||||
<rdfs:comment>This represents a menu item or other general navigation item.</rdfs:comment>
|
|
||||||
</owl:Class>
|
|
||||||
|
|
||||||
<owl:Class rdf:about="&display;Page"
|
|
||||||
rdfs:comment="Class of pages."
|
|
||||||
rdfs:label="Page"/>
|
|
||||||
<owl:Class rdf:about="&rdfs;subPropertyOf"/>
|
|
||||||
<owl:Class rdf:about="&owl;NamedIndividual"/>
|
|
||||||
<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">
|
|
||||||
<vitro:customDisplayViewAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
|
|
||||||
individual-menu.ftl
|
|
||||||
</vitro:customDisplayViewAnnot>
|
|
||||||
</owl:Class>
|
|
||||||
<owl:Class rdf:about="&owl;Ontology"/>
|
|
||||||
|
|
||||||
<!-- types of pages -->
|
|
||||||
<owl:Class rdf:about="&display;HomePage"/>
|
|
||||||
<owl:Class rdf:about="&display;ClassGroupPage"/>
|
|
||||||
<owl:Class rdf:about="&display;IndividualsForClassesPage"/>
|
|
||||||
<owl:Class rdf:about="&display;InternalClassesPage"/>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Annotation Properties -->
|
|
||||||
<owl:AnnotationProperty rdf:about="&rdfs;comment"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&rdfs;label"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
|
|
||||||
|
|
||||||
<!-- Datatype Properties -->
|
|
||||||
<owl:DatatypeProperty rdf:about="&owl;DatatypeProperty"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&owl;topDataProperty"/>
|
|
||||||
<!--Originall generated - check if need these-->
|
|
||||||
<owl:DatatypeProperty rdf:about="&rdfs;comment"/>
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="&display;menuPosition"
|
|
||||||
rdfs:label="menu position">
|
|
||||||
</owl:DatatypeProperty>
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="&display;parameterName"
|
|
||||||
rdfs:label="parameter name"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&display;parameterValue"
|
|
||||||
rdfs:label="parameter value"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&display;requiresBodyTemplate"
|
|
||||||
rdfs:label="Body Template">
|
|
||||||
<rdfs:comment>Indicates that a page requires a body template.</rdfs:comment>
|
|
||||||
<rdfs:domain rdf:resource="&display;Page"/>
|
|
||||||
</owl:DatatypeProperty>
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="&display;title"
|
|
||||||
rdfs:comment="Value for HTML title element."
|
|
||||||
rdfs:label="title">
|
|
||||||
<rdfs:domain rdf:resource="&display;Page"/>
|
|
||||||
</owl:DatatypeProperty>
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="&display;urlMapping">
|
|
||||||
<rdfs:comment>Values from HttpRequest.getPathInfo() will be mapped to values from urlMapping.</rdfs:comment>
|
|
||||||
</owl:DatatypeProperty>
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="&display;listViewConfigFile"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&display;restrictResultsByInternalClass"/>
|
|
||||||
|
|
||||||
<!-- Object Properties -->
|
|
||||||
<owl:ObjectProperty rdf:about="&owl;topObjectProperty"/>
|
|
||||||
<owl:ObjectProperty rdf:about="&rdfs;domain"/>
|
|
||||||
<owl:ObjectProperty rdf:about="&rdfs;range"/>
|
|
||||||
<owl:ObjectProperty rdf:about="&display;hasElement">
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="#hasParameter">
|
|
||||||
<rdfs:domain rdf:resource="&display;Page"/>
|
|
||||||
<rdfs:range rdf:resource="#parameter"/>
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="excludeClass">
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="includeClass">
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="&display;toPage">
|
|
||||||
<rdfs:domain rdf:resource="&display;NavigationElement"/>
|
|
||||||
<rdfs:range rdf:resource="&display;Page"/>
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
<owl:ObjectProperty rdf:about="&display;forClassGroup"/>
|
|
||||||
<owl:ObjectProperty rdf:about="&display;excludeClass"/>
|
|
||||||
<owl:ObjectProperty rdf:about="&display;restrictResultsByClass"/>
|
|
||||||
<owl:ObjectProperty rdf:about="&display;getIndividualsForClass"/>
|
|
||||||
<owl:ObjectProperty rdf:about="&display;hasDataGetter"/>
|
|
||||||
|
|
||||||
<!--Custom properties-->
|
|
||||||
|
|
||||||
|
|
||||||
</rdf:RDF>
|
|
|
@ -1,23 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE rdf:RDF [
|
|
||||||
<!ENTITY display "http://vitro.mannlib.cornell.edu/ontologies/display/1.1#">
|
|
||||||
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
|
|
||||||
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
||||||
<!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;"
|
|
||||||
xmlns:owl="&owl;"
|
|
||||||
xmlns:rdf="&rdf;"
|
|
||||||
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>
|
|
|
@ -1,35 +0,0 @@
|
||||||
# $This file is distributed under the terms of the license in /doc/license.txt$
|
|
||||||
|
|
||||||
@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#> .
|
|
||||||
|
|
||||||
### This file defines the default menu for vitro. ###
|
|
||||||
|
|
||||||
#### Default Menu ####
|
|
||||||
|
|
||||||
display:DefaultMenu
|
|
||||||
a display:MainMenu ;
|
|
||||||
display:hasElement display:HomeMenuItem .
|
|
||||||
|
|
||||||
#### Menu Items for Default Menu ####
|
|
||||||
|
|
||||||
display:HomeMenuItem
|
|
||||||
a display:NavigationElement ;
|
|
||||||
display:menuPosition 1;
|
|
||||||
display:linkText "Home";
|
|
||||||
display:toPage display:Home .
|
|
||||||
|
|
||||||
########## Pages ############
|
|
||||||
|
|
||||||
display:Home
|
|
||||||
a display:HomePage ;
|
|
||||||
a display:Page ;
|
|
||||||
display:title "Home" ;
|
|
||||||
display:urlMapping "/" ;
|
|
||||||
display:hasDataGetter display:homeDataGetter .
|
|
||||||
|
|
||||||
########## Data Getter ############
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#homeDataGetter>
|
|
||||||
a <java:edu.cornell.mannlib.vitro.webapp.utils.pageDataGetter.BrowseDataGetter> .
|
|
|
@ -1,96 +0,0 @@
|
||||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
||||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
||||||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
||||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#MenuText>
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasMenuText>
|
|
||||||
"""# $This file is distributed under the terms of the license in /doc/license.txt$
|
|
||||||
|
|
||||||
@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#> .
|
|
||||||
@prefix core: <http://vivoweb.org/ontology/core#> .
|
|
||||||
@prefix vivoweb: <http://vivoweb.org/ontology#> .
|
|
||||||
|
|
||||||
### This file defines the default menu for vivo. ###
|
|
||||||
|
|
||||||
#### Default Menu ####
|
|
||||||
|
|
||||||
display:DefaultMenu
|
|
||||||
a display:MainMenu ;
|
|
||||||
display:hasElement display:EventsMenuItem ;
|
|
||||||
display:hasElement display:HomeMenuItem ;
|
|
||||||
display:hasElement display:OrganizationsMenuItem ;
|
|
||||||
display:hasElement display:PeopleMenuItem ;
|
|
||||||
display:hasElement display:ResearchMenuItem .
|
|
||||||
|
|
||||||
#### Menu Items for Default Menu ####
|
|
||||||
|
|
||||||
display:HomeMenuItem
|
|
||||||
a display:NavigationElement ;
|
|
||||||
display:menuPosition 1;
|
|
||||||
display:linkText \"Home\";
|
|
||||||
display:toPage display:Home .
|
|
||||||
|
|
||||||
display:PeopleMenuItem
|
|
||||||
a display:NavigationElement ;
|
|
||||||
display:menuPosition 2;
|
|
||||||
display:linkText \"People\";
|
|
||||||
display:toPage display:People .
|
|
||||||
|
|
||||||
display:OrganizationsMenuItem
|
|
||||||
a display:NavigationElement ;
|
|
||||||
display:menuPosition 3;
|
|
||||||
display:linkText \"Organizations\";
|
|
||||||
display:toPage display:Organizations .
|
|
||||||
|
|
||||||
display:ResearchMenuItem
|
|
||||||
a display:NavigationElement ;
|
|
||||||
display:menuPosition 4;
|
|
||||||
display:linkText \"Research\";
|
|
||||||
display:toPage display:Research .
|
|
||||||
|
|
||||||
display:EventsMenuItem
|
|
||||||
a display:NavigationElement ;
|
|
||||||
display:menuPosition 5;
|
|
||||||
display:linkText \"Events\";
|
|
||||||
display:toPage display:Events .
|
|
||||||
|
|
||||||
########## Pages ############
|
|
||||||
|
|
||||||
display:Home
|
|
||||||
a display:HomePage ;
|
|
||||||
a display:Page ;
|
|
||||||
display:title \"Home\" ;
|
|
||||||
display:urlMapping \"/\" .
|
|
||||||
|
|
||||||
display:Events
|
|
||||||
a display:Page ;
|
|
||||||
a display:ClassGroupPage;
|
|
||||||
display:forClassGroup vivoweb:vitroClassGroupevents ;
|
|
||||||
display:title \"Events\" ;
|
|
||||||
display:urlMapping \"/events\" .
|
|
||||||
|
|
||||||
display:Organizations
|
|
||||||
a display:Page ;
|
|
||||||
a display:ClassGroupPage;
|
|
||||||
display:forClassGroup vivoweb:vitroClassGrouporganizations ;
|
|
||||||
display:title \"Organizations\" ;
|
|
||||||
display:urlMapping \"/organizations\" .
|
|
||||||
|
|
||||||
display:People
|
|
||||||
a display:Page ;
|
|
||||||
a display:ClassGroupPage;
|
|
||||||
display:forClassGroup vivoweb:vitroClassGrouppeople ;
|
|
||||||
display:requiresBodyTemplate \"menupage--classgroup-people.ftl\" ;
|
|
||||||
display:title \"People\" ;
|
|
||||||
display:urlMapping \"/people\" .
|
|
||||||
|
|
||||||
display:Research
|
|
||||||
a display:Page ;
|
|
||||||
a display:ClassGroupPage;
|
|
||||||
display:forClassGroup vivoweb:vitroClassGrouppublications ;
|
|
||||||
display:title \"Research\" ;
|
|
||||||
display:urlMapping \"/research\" .
|
|
||||||
""" .
|
|
|
@ -1,176 +0,0 @@
|
||||||
# $This file is distributed under the terms of the license in /doc/license.txt$
|
|
||||||
|
|
||||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
||||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
||||||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
||||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
||||||
|
|
||||||
|
|
||||||
#########Classes#########
|
|
||||||
###Basic
|
|
||||||
owl:Class
|
|
||||||
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
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#MainMenu>
|
|
||||||
a owl:Class ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customDisplayViewAnnot>
|
|
||||||
"individual-menu.ftl"^^xsd:string .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#NavigationElement>
|
|
||||||
a owl:Class .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#Page>
|
|
||||||
a owl:Class .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#HomePage>
|
|
||||||
a owl:Class .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#ClassGroupPage>
|
|
||||||
a owl:Class .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#IndividualsForClassesPage>
|
|
||||||
a owl:Class .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#InternalClassesPage>
|
|
||||||
a owl:Class .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#DataGetter>
|
|
||||||
a owl:Class .
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
########Data Properties#########
|
|
||||||
|
|
||||||
###Basic
|
|
||||||
|
|
||||||
rdfs:comment
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
rdfs:label
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
owl:versionInfo
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
###Vitro model
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#modTime>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#displayRank>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customDisplayViewAnnot>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
###Display model
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#listViewConfigFile>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#title>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#urlMapping>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#requiresBodyTemplate>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#menuPosition>
|
|
||||||
a owl:DatatypeProperty ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#displayLimitAnnot>
|
|
||||||
"1"^^xsd:int .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#linkText>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasMenuText>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#usesDataGetterClass>
|
|
||||||
a owl:DatatypeProperty .
|
|
||||||
|
|
||||||
|
|
||||||
######### Object Properties#########
|
|
||||||
###Basic
|
|
||||||
rdfs:range
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
rdfs:domain
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
owl:topObjectProperty
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
|
|
||||||
###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 .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#primaryLink>
|
|
||||||
a owl:ObjectProperty ;
|
|
||||||
rdfs:label "Primary Link"@en-US ;
|
|
||||||
rdfs:range <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Link> ;
|
|
||||||
rdfs:subPropertyOf <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#primaryLink> , owl:topObjectProperty ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customEntryFormAnnot>
|
|
||||||
"defaultLinkForm.jsp"^^xsd:string ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#forceStubDeletionAnnot>
|
|
||||||
"true"^^xsd:boolean ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#offerCreateNewOptionAnnot>
|
|
||||||
"true"^^xsd:boolean ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#selectFromExistingAnnot>
|
|
||||||
"false"^^xsd:boolean ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#stubObjectPropertyAnnot>
|
|
||||||
"true"^^xsd:boolean .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#additionalLink>
|
|
||||||
a owl:ObjectProperty ;
|
|
||||||
rdfs:label "Additional Link"@en-US ;
|
|
||||||
rdfs:range <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Link> ;
|
|
||||||
rdfs:subPropertyOf <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#additionalLink> , owl:topObjectProperty ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customEntryFormAnnot>
|
|
||||||
"defaultLinkForm.jsp"^^xsd:string ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#forceStubDeletionAnnot>
|
|
||||||
"true"^^xsd:boolean ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#offerCreateNewOptionAnnot>
|
|
||||||
"true"^^xsd:boolean ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#selectFromExistingAnnot>
|
|
||||||
"false"^^xsd:boolean ;
|
|
||||||
<http://vitro.mannlib.cornell.edu/ns/vitro/0.7#stubObjectPropertyAnnot>
|
|
||||||
"true"^^xsd:boolean .
|
|
||||||
|
|
||||||
###Display model
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasElement>
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#excludeClass>
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#toPage>
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#forClassGroup>
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasDataGetter>
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#getIndividualsForClass>
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
|
|
||||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#restrictResultsByClass>
|
|
||||||
a owl:ObjectProperty .
|
|
||||||
|
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
# $This file is distributed under the terms of the license in /doc/license.txt$
|
|
||||||
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
# All .n3 or .rdf files in this directory will be used 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 directory ending in .n3 with
|
|
||||||
# N3 statements similar to this example.
|
|
||||||
|
|
||||||
#
|
|
||||||
# @prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
||||||
# @prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
|
||||||
# @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 ;
|
|
|
@ -1,155 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<!DOCTYPE rdf [
|
|
||||||
<!ENTITY vitro "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#">
|
|
||||||
<!ENTITY list "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"> ]>
|
|
||||||
|
|
||||||
<rdf:RDF
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
|
||||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
|
||||||
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 -->
|
|
||||||
|
|
||||||
<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>
|
|
||||||
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.7</owl:versionInfo>
|
|
||||||
</owl:Ontology>
|
|
||||||
|
|
||||||
<!-- general Vitro constructs -->
|
|
||||||
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;descriptionAnnot"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;displayLimit"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;displayLimitAnnot"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;displayRank"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;displayRankAnnot"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;exampleAnnot"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;hidden"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;hiddenAnnot"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;modTimeAnnot"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;shortDefAnnot"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;oldId"/>
|
|
||||||
|
|
||||||
<!-- VClassGroup-related constructs -->
|
|
||||||
|
|
||||||
<owl:Class rdf:about="&vitro;ClassGroup"/>
|
|
||||||
|
|
||||||
<!-- VClass-related constructs -->
|
|
||||||
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;harvestId"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;inClassGroup"/>
|
|
||||||
|
|
||||||
<!-- ObjectProperty-related constructs -->
|
|
||||||
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;fullPropertyNameAnnot"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;individualSortFieldAnnot"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;individualSortDirectionAnnot"/>
|
|
||||||
|
|
||||||
<!-- externalID-related constructs -->
|
|
||||||
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;isExternalId"/>
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;originalId"/>
|
|
||||||
|
|
||||||
<!-- other Individual-related -->
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;modTime"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;moniker"/>
|
|
||||||
|
|
||||||
<!-- Portal-related constructs -->
|
|
||||||
|
|
||||||
<owl:Class rdf:about="&vitro;Portal"/>
|
|
||||||
<owl:ObjectProperty rdf:about="&vitro;rootTab"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;themeDir"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;bannerImage"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;contactMail"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;shortHand"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;aboutText"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;acknowledgeText"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;bannerWidth"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;bannerHeight"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;copyrightURL"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;copyrightAnchor"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;rootBreadCrumbURL"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;rootBreadCrumbAnchor"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;logotypeImage"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;logotypeHeight"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;logotypeWidth"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;imageThumbWidth"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;urlPrefix"/>
|
|
||||||
|
|
||||||
<!-- Application-related constructs -->
|
|
||||||
|
|
||||||
<owl:Class rdf:about="&vitro;Application"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="&vitro;rootLogotypeImage"/>
|
|
||||||
|
|
||||||
<!-- User-related constructs -->
|
|
||||||
|
|
||||||
<owl:Class rdf:about="&vitro;User"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#username"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#md5password"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#oldpassword"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#modTime"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#firstTime"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#loginCount"/>
|
|
||||||
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#roleURI"/>
|
|
||||||
|
|
||||||
<!-- Namespace metadata -->
|
|
||||||
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#namespaceURI"/>
|
|
||||||
<owl:Class rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Namespace"/>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- additions -->
|
|
||||||
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#hiddenFromDisplayBelowRoleLevelAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#forceStubDeletionAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#offerCreateNewOptionAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customShortViewAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#objectIndividualSortProperty">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#PropertyGroup">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customEntryFormAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#inPropertyGroupAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#shortDef">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#publicDescriptionAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#prohibitedFromUpdateBelowRoleLevelAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#selectFromExistingAnnot">
|
|
||||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
|
|
||||||
</rdf:Description>
|
|
||||||
<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 -->
|
|
||||||
<owl:AnnotationProperty rdf:about="&vitro;isMenuPageIntersectionClass"/>
|
|
||||||
|
|
||||||
</rdf:RDF>
|
|
|
@ -1,69 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<!DOCTYPE rdf [
|
|
||||||
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
|
|
||||||
]>
|
|
||||||
|
|
||||||
<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="http://vitro.mannlib.cornell.edu/ns/vitro/public#"
|
|
||||||
xml:base="http://vitro.mannlib.cornell.edu/ns/vitro/public"
|
|
||||||
>
|
|
||||||
|
|
||||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
||||||
Vitro Application Public Ontology
|
|
||||||
|
|
||||||
This ontology is used by the Vitro application.
|
|
||||||
It contains constructs that are available for public export and use.
|
|
||||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
||||||
|
|
||||||
<owl:Ontology rdf:about="">
|
|
||||||
<rdfs:label rdf:datatype="&xsd;string">Vitro public constructs</rdfs:label>
|
|
||||||
<owl:versionInfo rdf:datatype="&xsd;decimal">0.1</owl:versionInfo>
|
|
||||||
</owl:Ontology>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
||||||
File-related constructs
|
|
||||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
||||||
|
|
||||||
<owl:Class rdf:about="#File"/>
|
|
||||||
<owl:Class rdf:about="#FileByteStream"/>
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="#filename">
|
|
||||||
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
|
|
||||||
<rdfs:range rdf:resource="&xsd;string"/>
|
|
||||||
</owl:DatatypeProperty>
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="#mimeType">
|
|
||||||
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
|
|
||||||
<rdfs:range rdf:resource="&xsd;string"/>
|
|
||||||
</owl:DatatypeProperty>
|
|
||||||
|
|
||||||
<owl:DatatypeProperty rdf:about="#attribution">
|
|
||||||
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
|
|
||||||
<rdfs:range rdf:resource="&xsd;string"/>
|
|
||||||
</owl:DatatypeProperty>
|
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="#downloadLocation">
|
|
||||||
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
|
|
||||||
<rdfs:range><owl:Class rdf:about="#FileByteStream"/></rdfs:range>
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="#thumbnailImage">
|
|
||||||
<rdfs:domain><owl:Class rdf:about="#File"/></rdfs:domain>
|
|
||||||
<rdfs:range><owl:Class rdf:about="#File"/></rdfs:range>
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="#mainImage">
|
|
||||||
<rdfs:range><owl:Class rdf:about="#File"/></rdfs:range>
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="#image">
|
|
||||||
<rdfs:range><owl:Class rdf:about="#File"/></rdfs:range>
|
|
||||||
</owl:ObjectProperty>
|
|
||||||
|
|
||||||
</rdf:RDF>
|
|
Loading…
Add table
Reference in a new issue