Normalize line endings VIVO-101
This commit is contained in:
parent
b097a4d754
commit
54f79f2ea7
587 changed files with 91501 additions and 91501 deletions
|
@ -1,74 +1,74 @@
|
|||
<?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:DatatypeProperty rdf:about="#directDownloadUrl">
|
||||
<rdfs:domain><owl:Class rdf:about="#FileByteStream"/></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>
|
||||
|
||||
<?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:DatatypeProperty rdf:about="#directDownloadUrl">
|
||||
<rdfs:domain><owl:Class rdf:about="#FileByteStream"/></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>
|
|
@ -1,17 +1,17 @@
|
|||
@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#> .
|
||||
|
||||
rdf:type
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:label "RDF Type"@en-US ;
|
||||
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 ;
|
||||
<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 ;
|
||||
|
||||
@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#> .
|
||||
|
||||
rdf:type
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:label "RDF Type"@en-US ;
|
||||
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 ;
|
||||
<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 ;
|
||||
|
||||
|
|
@ -1,218 +1,218 @@
|
|||
# $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 .
|
||||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>
|
||||
a owl:Class .
|
||||
|
||||
##Adding a data getter type that is Solr Class search, i.e. get individuals for VClass
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SolrIndividualsDataGetter>
|
||||
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#isSelfContainedTemplate>
|
||||
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 .
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#query>
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#queryModel>
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#cannotDeletePage>
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
######### Object Properties#########
|
||||
###Basic
|
||||
rdfs:range
|
||||
a owl:ObjectProperty .
|
||||
rdfs:domain
|
||||
a owl:ObjectProperty .
|
||||
owl:topObjectProperty
|
||||
a owl:ObjectProperty .
|
||||
|
||||
##Adding object property defining class for solr data getter
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasVClassId>
|
||||
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 .
|
||||
|
||||
rdf:type
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:label "RDF Type"@en-US ;
|
||||
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 ;
|
||||
<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 .
|
||||
|
||||
|
||||
<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
|
||||
|
||||
###Adding menu management customform annotation
|
||||
<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 .
|
||||
|
||||
# $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 .
|
||||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter>
|
||||
a owl:Class .
|
||||
|
||||
##Adding a data getter type that is Solr Class search, i.e. get individuals for VClass
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SolrIndividualsDataGetter>
|
||||
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#isSelfContainedTemplate>
|
||||
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 .
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#query>
|
||||
a owl:DatatypeProperty .
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#saveToVar>
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#queryModel>
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#htmlValue>
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#cannotDeletePage>
|
||||
a owl:DatatypeProperty.
|
||||
|
||||
######### Object Properties#########
|
||||
###Basic
|
||||
rdfs:range
|
||||
a owl:ObjectProperty .
|
||||
rdfs:domain
|
||||
a owl:ObjectProperty .
|
||||
owl:topObjectProperty
|
||||
a owl:ObjectProperty .
|
||||
|
||||
##Adding object property defining class for solr data getter
|
||||
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasVClassId>
|
||||
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 .
|
||||
|
||||
rdf:type
|
||||
a owl:ObjectProperty ;
|
||||
rdfs:label "RDF Type"@en-US ;
|
||||
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 ;
|
||||
<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 .
|
||||
|
||||
|
||||
<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
|
||||
|
||||
###Adding menu management customform annotation
|
||||
<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,77 +1,77 @@
|
|||
#
|
||||
# ServletContextListeners for Vitro, to be instantiated and run by the StartupManager.
|
||||
#
|
||||
# For more information,
|
||||
# https://sourceforge.net/apps/mediawiki/vivo/index.php?title=The_StartupManager
|
||||
#
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.JvmSmokeTests
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSmokeTests
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup
|
||||
|
||||
### this listener must be run before SDBSetup, all models setups and WebappDaoSetup ###
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.JenaPersistentDataSourceSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.RDFServiceSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ApplicationModelSetup
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.UserModelSetup
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ContentModelSetup
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ModelMakerSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorageSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.web.images.PlaceholderUtil$Setup
|
||||
|
||||
# Update the URIs on Permission Sets on UserAccounts from model (1.4) to 1.5.
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdatePermissionSetUris
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup
|
||||
|
||||
# Must run after JenaDataSourceSetup
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ThemeInfoSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.permissions.PermissionRegistry$Setup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.permissions.PermissionSetsLoader
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.policy.bean.PropertyRestrictionPolicyHelper$Setup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.policy.setup.CommonPolicyFamilySetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.policy.RootUserPolicy$Setup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.services.shortview.ShortViewServiceSetup
|
||||
|
||||
edu.ucsf.vitro.opensocial.OpenSocialSmokeTests
|
||||
|
||||
# For multiple language support
|
||||
edu.cornell.mannlib.vitro.webapp.i18n.selection.LocaleSelectionSetup
|
||||
|
||||
# The Solr index uses a "public" permission, so the PropertyRestrictionPolicyHelper
|
||||
# and the PermissionRegistry must already be set up.
|
||||
edu.cornell.mannlib.vitro.webapp.search.solr.SolrSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreemarkerSetup
|
||||
|
||||
# On shutdown, this will kill the background thread started by Apache Commons File Upload
|
||||
org.apache.commons.fileupload.servlet.FileCleanerCleanup
|
||||
|
||||
# The VClassGroupCache index uses a "public" permission, so the PropertyRestrictionPolicyHelper
|
||||
# and the PermissionRegistry must already be set up.
|
||||
edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup
|
||||
|
||||
# This should be near the end, because it will issue a warning if the connection to Solr times out.
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.SolrSmokeTest
|
||||
#
|
||||
# ServletContextListeners for Vitro, to be instantiated and run by the StartupManager.
|
||||
#
|
||||
# For more information,
|
||||
# https://sourceforge.net/apps/mediawiki/vivo/index.php?title=The_StartupManager
|
||||
#
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.JvmSmokeTests
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSmokeTests
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup
|
||||
|
||||
### this listener must be run before SDBSetup, all models setups and WebappDaoSetup ###
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.JenaPersistentDataSourceSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.RDFServiceSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ApplicationModelSetup
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.UserModelSetup
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ContentModelSetup
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ModelMakerSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorageSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.web.images.PlaceholderUtil$Setup
|
||||
|
||||
# Update the URIs on Permission Sets on UserAccounts from model (1.4) to 1.5.
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdatePermissionSetUris
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup
|
||||
|
||||
# Must run after JenaDataSourceSetup
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ThemeInfoSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.permissions.PermissionRegistry$Setup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.permissions.PermissionSetsLoader
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.policy.bean.PropertyRestrictionPolicyHelper$Setup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.policy.setup.CommonPolicyFamilySetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.policy.RootUserPolicy$Setup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.services.shortview.ShortViewServiceSetup
|
||||
|
||||
edu.ucsf.vitro.opensocial.OpenSocialSmokeTests
|
||||
|
||||
# For multiple language support
|
||||
edu.cornell.mannlib.vitro.webapp.i18n.selection.LocaleSelectionSetup
|
||||
|
||||
# The Solr index uses a "public" permission, so the PropertyRestrictionPolicyHelper
|
||||
# and the PermissionRegistry must already be set up.
|
||||
edu.cornell.mannlib.vitro.webapp.search.solr.SolrSetup
|
||||
|
||||
edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreemarkerSetup
|
||||
|
||||
# On shutdown, this will kill the background thread started by Apache Commons File Upload
|
||||
org.apache.commons.fileupload.servlet.FileCleanerCleanup
|
||||
|
||||
# The VClassGroupCache index uses a "public" permission, so the PropertyRestrictionPolicyHelper
|
||||
# and the PermissionRegistry must already be set up.
|
||||
edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup
|
||||
|
||||
# This should be near the end, because it will issue a warning if the connection to Solr times out.
|
||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.SolrSmokeTest
|
||||
|
|
|
@ -1,66 +1,66 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
|
||||
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
|
||||
<taglib>
|
||||
<tlibversion>1.0</tlibversion>
|
||||
<jspversion>1.1</jspversion>
|
||||
<shortname>Vitro Editing Form Library</shortname>
|
||||
<info>
|
||||
This tag library contains tags for constructing vitro
|
||||
editing forms. The tag names shadow html elements
|
||||
but provide additional attributes for specifying
|
||||
how dynamic content should be retrieved from persistent
|
||||
storage.
|
||||
</info>
|
||||
|
||||
<tag>
|
||||
<name>option</name>
|
||||
<tagclass>edu.cornell.mannlib.vedit.tags.OptionTag</tagclass>
|
||||
<bodycontent>empty</bodycontent>
|
||||
<attribute>
|
||||
<name>name</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<name>value</name>
|
||||
<tagclass>edu.cornell.mannlib.vedit.tags.ValueTag</tagclass>
|
||||
<bodycontent>empty</bodycontent>
|
||||
<attribute>
|
||||
<name>name</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<name>dynamicFields</name>
|
||||
<tagclass>edu.cornell.mannlib.vedit.tags.DynamicFieldsTag</tagclass>
|
||||
<bodycontent>empty</bodycontent>
|
||||
<attribute>
|
||||
<name>type</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>usePage</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<name>error</name>
|
||||
<tagclass>edu.cornell.mannlib.vedit.tags.ErrorTag</tagclass>
|
||||
<bodycontent>empty</bodycontent>
|
||||
<attribute>
|
||||
<name>name</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
</taglib>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
|
||||
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
|
||||
<taglib>
|
||||
<tlibversion>1.0</tlibversion>
|
||||
<jspversion>1.1</jspversion>
|
||||
<shortname>Vitro Editing Form Library</shortname>
|
||||
<info>
|
||||
This tag library contains tags for constructing vitro
|
||||
editing forms. The tag names shadow html elements
|
||||
but provide additional attributes for specifying
|
||||
how dynamic content should be retrieved from persistent
|
||||
storage.
|
||||
</info>
|
||||
|
||||
<tag>
|
||||
<name>option</name>
|
||||
<tagclass>edu.cornell.mannlib.vedit.tags.OptionTag</tagclass>
|
||||
<bodycontent>empty</bodycontent>
|
||||
<attribute>
|
||||
<name>name</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<name>value</name>
|
||||
<tagclass>edu.cornell.mannlib.vedit.tags.ValueTag</tagclass>
|
||||
<bodycontent>empty</bodycontent>
|
||||
<attribute>
|
||||
<name>name</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<name>dynamicFields</name>
|
||||
<tagclass>edu.cornell.mannlib.vedit.tags.DynamicFieldsTag</tagclass>
|
||||
<bodycontent>empty</bodycontent>
|
||||
<attribute>
|
||||
<name>type</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<name>usePage</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<name>error</name>
|
||||
<tagclass>edu.cornell.mannlib.vedit.tags.ErrorTag</tagclass>
|
||||
<bodycontent>empty</bodycontent>
|
||||
<attribute>
|
||||
<name>name</name>
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
</tag>
|
||||
|
||||
</taglib>
|
||||
|
|
|
@ -1,279 +1,279 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $Id: sparql.tld,v 1.2 2006/08/06 19:50:30 Dave Exp $ -->
|
||||
|
||||
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0">
|
||||
<description></description>
|
||||
<display-name>SPARQL JSP taglib</display-name>
|
||||
<tlib-version>1.0</tlib-version>
|
||||
<short-name>sparql</short-name>
|
||||
<uri>http://djpowell.net/tmp/sparql-tag/0.1/</uri>
|
||||
|
||||
<!-- <sparql:sparql> -->
|
||||
|
||||
<tag>
|
||||
<description>
|
||||
<![CDATA[
|
||||
<p><b>SPARQL container tag.</b></p>
|
||||
<p>This tag must be placed around sparql:select tags to
|
||||
ensure that the live ResultSet's gets closed,
|
||||
when this tag goes out of scope.
|
||||
]]>
|
||||
</description>
|
||||
<display-name>SPARQL container tag</display-name>
|
||||
<name>sparql</name>
|
||||
<tag-class>net.djpowell.sparqltag.SparqlTag</tag-class>
|
||||
<body-content>scriptless</body-content>
|
||||
</tag>
|
||||
|
||||
<!-- <sparql:lock> -->
|
||||
|
||||
<tag>
|
||||
<description>
|
||||
Obtains a lock or transaction on a model until the tag is closed.
|
||||
</description>
|
||||
<display-name>SPARQL lock tag</display-name>
|
||||
<name>lock</name>
|
||||
<tag-class>net.djpowell.sparqltag.LockTag</tag-class>
|
||||
<tei-class>net.djpowell.sparqltag.LockTagInfo</tei-class>
|
||||
<body-content>scriptless</body-content>
|
||||
|
||||
<attribute>
|
||||
<description>The model to lock, or execute in a transaction</description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description>
|
||||
Indicates whether transactions should be used instead of
|
||||
critical sections.
|
||||
</description>
|
||||
<name>transactions</name>
|
||||
<!-- default is false -->
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description>
|
||||
If critical sections are being used, indicates whether a
|
||||
read lock is sufficient, or whether a write-lock is required.
|
||||
The default is true, meaning a read-lock.
|
||||
</description>
|
||||
<name>readonly</name>
|
||||
<!-- default is true-->
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
</tag>
|
||||
|
||||
<!-- <sparql:load> -->
|
||||
|
||||
<tag>
|
||||
<description>SPARQL load tag. Convenience tag for creating a new model from an RDF/XML URI.</description>
|
||||
<display-name>SPARQL load tag</display-name>
|
||||
<name>load</name>
|
||||
<tag-class>net.djpowell.sparqltag.LoadTag</tag-class>
|
||||
<tei-class>net.djpowell.sparqltag.LoadTagInfo</tei-class>
|
||||
<body-content>empty</body-content>
|
||||
|
||||
<variable>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>com.hp.hpl.jena.rdf.model.Model</variable-class>
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>uri</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
</tag>
|
||||
|
||||
<!-- <sparql:ask> -->
|
||||
|
||||
<tag>
|
||||
<description>SPARQL ask tag. (Must be nested inside sparql:sparql)</description>
|
||||
<display-name>SPARQL ask tag</display-name>
|
||||
<name>ask</name>
|
||||
<tag-class>net.djpowell.sparqltag.AskTag</tag-class>
|
||||
<body-content>tagdependent</body-content>
|
||||
|
||||
<variable>
|
||||
<description></description>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>java.lang.Boolean</variable-class>
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>false</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<dynamic-attributes>true</dynamic-attributes>
|
||||
|
||||
<example>
|
||||
|
||||
</example>
|
||||
|
||||
</tag>
|
||||
|
||||
|
||||
<!-- <sparql:construct> -->
|
||||
|
||||
<tag>
|
||||
<description>SPARQL construct tag. (Must be nested inside sparql:sparql)</description>
|
||||
<display-name>SPARQL construct tag</display-name>
|
||||
<name>construct</name>
|
||||
<tag-class>net.djpowell.sparqltag.ConstructTag</tag-class>
|
||||
<body-content>tagdependent</body-content>
|
||||
|
||||
<variable>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>com.hp.hpl.jena.rdf.model.Model</variable-class>
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>false</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<dynamic-attributes>true</dynamic-attributes>
|
||||
|
||||
<example>
|
||||
|
||||
</example>
|
||||
|
||||
</tag>
|
||||
|
||||
|
||||
<!-- <sparql:describe> -->
|
||||
<tag>
|
||||
<description>SPARQL describe tag. (Must be nested inside sparql:sparql)</description>
|
||||
<display-name>SPARQL describe tag</display-name>
|
||||
<name>describe</name>
|
||||
<tag-class>net.djpowell.sparqltag.DescribeTag</tag-class>
|
||||
<body-content>tagdependent</body-content>
|
||||
|
||||
<variable>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>com.hp.hpl.jena.rdf.model.Model</variable-class>
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>false</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<dynamic-attributes>true</dynamic-attributes>
|
||||
|
||||
<example>
|
||||
|
||||
</example>
|
||||
|
||||
</tag>
|
||||
|
||||
|
||||
<!-- <sparql:select> -->
|
||||
|
||||
<tag>
|
||||
<description>SPARQL select tag. (Must be nested inside sparql:sparql)</description>
|
||||
<display-name>SPARQL select tag</display-name>
|
||||
<name>select</name>
|
||||
<tag-class>net.djpowell.sparqltag.SelectTag</tag-class>
|
||||
<body-content>tagdependent</body-content>
|
||||
|
||||
<variable>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>net.djpowell.sparqltag.SelectTag.RSWrapper</variable-class>
|
||||
<!-- .rows = is an Iterator of QuerySolution -->
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<dynamic-attributes>true</dynamic-attributes>
|
||||
|
||||
<example>
|
||||
|
||||
</example>
|
||||
|
||||
</tag>
|
||||
|
||||
</taglib>
|
||||
|
||||
<!--
|
||||
Revision history
|
||||
$Log: sparql.tld,v $
|
||||
Revision 1.2 2006/08/06 19:50:30 Dave
|
||||
Tidied up build
|
||||
|
||||
|
||||
-->
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $Id: sparql.tld,v 1.2 2006/08/06 19:50:30 Dave Exp $ -->
|
||||
|
||||
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0">
|
||||
<description></description>
|
||||
<display-name>SPARQL JSP taglib</display-name>
|
||||
<tlib-version>1.0</tlib-version>
|
||||
<short-name>sparql</short-name>
|
||||
<uri>http://djpowell.net/tmp/sparql-tag/0.1/</uri>
|
||||
|
||||
<!-- <sparql:sparql> -->
|
||||
|
||||
<tag>
|
||||
<description>
|
||||
<![CDATA[
|
||||
<p><b>SPARQL container tag.</b></p>
|
||||
<p>This tag must be placed around sparql:select tags to
|
||||
ensure that the live ResultSet's gets closed,
|
||||
when this tag goes out of scope.
|
||||
]]>
|
||||
</description>
|
||||
<display-name>SPARQL container tag</display-name>
|
||||
<name>sparql</name>
|
||||
<tag-class>net.djpowell.sparqltag.SparqlTag</tag-class>
|
||||
<body-content>scriptless</body-content>
|
||||
</tag>
|
||||
|
||||
<!-- <sparql:lock> -->
|
||||
|
||||
<tag>
|
||||
<description>
|
||||
Obtains a lock or transaction on a model until the tag is closed.
|
||||
</description>
|
||||
<display-name>SPARQL lock tag</display-name>
|
||||
<name>lock</name>
|
||||
<tag-class>net.djpowell.sparqltag.LockTag</tag-class>
|
||||
<tei-class>net.djpowell.sparqltag.LockTagInfo</tei-class>
|
||||
<body-content>scriptless</body-content>
|
||||
|
||||
<attribute>
|
||||
<description>The model to lock, or execute in a transaction</description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description>
|
||||
Indicates whether transactions should be used instead of
|
||||
critical sections.
|
||||
</description>
|
||||
<name>transactions</name>
|
||||
<!-- default is false -->
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description>
|
||||
If critical sections are being used, indicates whether a
|
||||
read lock is sufficient, or whether a write-lock is required.
|
||||
The default is true, meaning a read-lock.
|
||||
</description>
|
||||
<name>readonly</name>
|
||||
<!-- default is true-->
|
||||
<required>false</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
</tag>
|
||||
|
||||
<!-- <sparql:load> -->
|
||||
|
||||
<tag>
|
||||
<description>SPARQL load tag. Convenience tag for creating a new model from an RDF/XML URI.</description>
|
||||
<display-name>SPARQL load tag</display-name>
|
||||
<name>load</name>
|
||||
<tag-class>net.djpowell.sparqltag.LoadTag</tag-class>
|
||||
<tei-class>net.djpowell.sparqltag.LoadTagInfo</tei-class>
|
||||
<body-content>empty</body-content>
|
||||
|
||||
<variable>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>com.hp.hpl.jena.rdf.model.Model</variable-class>
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>uri</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
</tag>
|
||||
|
||||
<!-- <sparql:ask> -->
|
||||
|
||||
<tag>
|
||||
<description>SPARQL ask tag. (Must be nested inside sparql:sparql)</description>
|
||||
<display-name>SPARQL ask tag</display-name>
|
||||
<name>ask</name>
|
||||
<tag-class>net.djpowell.sparqltag.AskTag</tag-class>
|
||||
<body-content>tagdependent</body-content>
|
||||
|
||||
<variable>
|
||||
<description></description>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>java.lang.Boolean</variable-class>
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>false</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<dynamic-attributes>true</dynamic-attributes>
|
||||
|
||||
<example>
|
||||
|
||||
</example>
|
||||
|
||||
</tag>
|
||||
|
||||
|
||||
<!-- <sparql:construct> -->
|
||||
|
||||
<tag>
|
||||
<description>SPARQL construct tag. (Must be nested inside sparql:sparql)</description>
|
||||
<display-name>SPARQL construct tag</display-name>
|
||||
<name>construct</name>
|
||||
<tag-class>net.djpowell.sparqltag.ConstructTag</tag-class>
|
||||
<body-content>tagdependent</body-content>
|
||||
|
||||
<variable>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>com.hp.hpl.jena.rdf.model.Model</variable-class>
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>false</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<dynamic-attributes>true</dynamic-attributes>
|
||||
|
||||
<example>
|
||||
|
||||
</example>
|
||||
|
||||
</tag>
|
||||
|
||||
|
||||
<!-- <sparql:describe> -->
|
||||
<tag>
|
||||
<description>SPARQL describe tag. (Must be nested inside sparql:sparql)</description>
|
||||
<display-name>SPARQL describe tag</display-name>
|
||||
<name>describe</name>
|
||||
<tag-class>net.djpowell.sparqltag.DescribeTag</tag-class>
|
||||
<body-content>tagdependent</body-content>
|
||||
|
||||
<variable>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>com.hp.hpl.jena.rdf.model.Model</variable-class>
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>false</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<dynamic-attributes>true</dynamic-attributes>
|
||||
|
||||
<example>
|
||||
|
||||
</example>
|
||||
|
||||
</tag>
|
||||
|
||||
|
||||
<!-- <sparql:select> -->
|
||||
|
||||
<tag>
|
||||
<description>SPARQL select tag. (Must be nested inside sparql:sparql)</description>
|
||||
<display-name>SPARQL select tag</display-name>
|
||||
<name>select</name>
|
||||
<tag-class>net.djpowell.sparqltag.SelectTag</tag-class>
|
||||
<body-content>tagdependent</body-content>
|
||||
|
||||
<variable>
|
||||
<name-from-attribute>var</name-from-attribute>
|
||||
<variable-class>net.djpowell.sparqltag.SelectTag.RSWrapper</variable-class>
|
||||
<!-- .rows = is an Iterator of QuerySolution -->
|
||||
<scope>AT_END</scope>
|
||||
</variable>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>model</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>com.hp.hpl.jena.rdf.model.Model</type>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<description></description>
|
||||
<name>var</name>
|
||||
<required>true</required>
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
<type>java.lang.String</type>
|
||||
</attribute>
|
||||
|
||||
<dynamic-attributes>true</dynamic-attributes>
|
||||
|
||||
<example>
|
||||
|
||||
</example>
|
||||
|
||||
</tag>
|
||||
|
||||
</taglib>
|
||||
|
||||
<!--
|
||||
Revision history
|
||||
$Log: sparql.tld,v $
|
||||
Revision 1.2 2006/08/06 19:50:30 Dave
|
||||
Tidied up build
|
||||
|
||||
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue