tpl-library.p.docttr.0.1.SaysWho.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lutra-api Show documentation
Show all versions of lutra-api Show documentation
This Lutra submodule is intended for use as a Java library. It has dependencies to all other modules in Lutra,
except those that are used for providing executable interfaces, such as command line and REST API interfaces.
Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.
The newest version!
@prefix o-docttr: .
@prefix ottr: .
@prefix pav: .
@prefix rdf: .
@prefix rdfs: .
@prefix skos: .
@prefix xsd: .
o-docttr:SaysWho rdf:type ottr:Template ;
ottr:parameters ( [ ottr:type ottr:IRI ;
ottr:variable _:b0
]
[ ottr:type xsd:dateTime ;
ottr:variable _:b1
]
[ ottr:type ( ottr:NEList rdfs:Resource ) ;
ottr:variable _:b2
]
[ ottr:modifier ottr:optional ;
ottr:type ( rdf:List xsd:string ) ;
ottr:variable _:b3
]
) ;
ottr:pattern [ ottr:arguments ( [ ottr:value _:b0 ]
[ ottr:value skos:note ]
[ ottr:modifier ottr:listExpand ;
ottr:value _:b3
]
) ;
ottr:modifier ottr:cross ;
ottr:of ottr:Triple
] ;
ottr:pattern [ ottr:arguments ( [ ottr:value _:b0 ]
[ ottr:value pav:createdBy ]
[ ottr:modifier ottr:listExpand ;
ottr:value _:b2
]
) ;
ottr:modifier ottr:cross ;
ottr:of ottr:Triple
] ;
ottr:pattern [ ottr:of ottr:Triple ;
ottr:values ( _:b0
pav:createdOn
_:b1
)
] .