All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.fcr-versions.vsl Maven / Gradle / Ivy

Go to download

The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.

There is a newer version: 6.5.1
Show newest version

    #set( $title = $helpers.getObjectTitle($rdf, $topic) )

    #parse("views/common.vsl")


    $title
    
    #parse("views/common-head.vsl")




  
#parse("views/common-node-header.vsl")
#parse("views/common-breadcrumb.vsl")

Historic Versions

#foreach($subject in $helpers.getVersions($rdf, $topic))
#set($label = $helpers.getVersionLabel($rdf, $subject).orElse("Unlabeled Version"))
#triples($subject)
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy