Custom short view for Service Activity, minus good date formatting.
This commit is contained in:
parent
4cfa05d9ec
commit
7ba91a1698
2 changed files with 108 additions and 0 deletions
18
productMods/WEB-INF/ontologies/user/activity.rdf
Normal file
18
productMods/WEB-INF/ontologies/user/activity.rdf
Normal file
|
@ -0,0 +1,18 @@
|
|||
<rdf:RDF
|
||||
xmlns:core="http://vivoweb.org/ontology/core#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:j.0="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#" >
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#ServiceActivity">
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#ActivityDescription"/>
|
||||
<j.0:customShortViewAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">professionalServiceActivityShortView.jsp</j.0:customShortViewAnnot>
|
||||
</rdf:Description>
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#professionalServiceActivity">
|
||||
<j.0:customEntryFormAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">personHasServiceActivity.jsp</j.0:customEntryFormAnnot>
|
||||
</rdf:Description>
|
||||
|
||||
</rdf:RDF>
|
Loading…
Add table
Add a link
Reference in a new issue