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

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

#* @vtlvariable name="triple" type="org.apache.jena.sparql.core.Quad" *#
#* @vtlvariable name="rdf" type="org.apache.jena.graph.Graph" *#
#* @vtlvariable name="model" type="org.apache.jena.rdf.model.Model" *#

#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")
## output triples for the topic node

Properties

#triples($topic)
## output triples for fixity #set($hasFixity = $helpers.createURI("http://www.loc.gov/premis/rdf/v1#hasFixity")) #set($fixities = $rdf.find($topic, $hasFixity, $nodeany)) #if ($fixities.hasNext()) #set($triple = $fixities.next()) #set($sub = $helpers.createURI($triple.getObject().getURI()))
#triples($sub)
#end
#parse("views/common-footer.vsl")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy