PREFIX irods:       <http://www.irods.org/ontologies/2013/2/iRODS.owl#> 
PREFIX skos:    <http://www.w3.org/2004/02/skos/core#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
SELECT ?x ?absPath ?size ?created ?type
WHERE { 

?x  irods:correspondingConcept <${term}> .
?x irods:absolutePath ?absPath .
?x owl:Class ?type .
OPTIONAL { 
?x irods:createDate ?created .
?x irods:hasSizeInBytes ?size
}
}