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

tpl-library.p.docttr.0.1.Parameter.ttl Maven / Gradle / Ivy

Go to download

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 dc:        .
@prefix o-docttr:  .
@prefix ottr:      .
@prefix rdf:       .
@prefix skos:      .
@prefix xsd:       .

o-docttr:Parameter  rdf:type  ottr:Template ;
        ottr:annotation  [ ottr:of      o-docttr:Signature ;
                           ottr:values  ( o-docttr:Parameter ottr:none "Use for documenting each parameter of a published template, providing descriptions and examples." ottr:none ( "The template should be used in combination with other templates in the same package." ) ( o-docttr: ) ( "Use of this template depends on parameters represented by IRIs, which they are usually not, but we expect this to change soon." ) )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Provenance ;
                           ottr:values  ( o-docttr:Parameter "2020-08-21T00:00:00Z"^^xsd:dateTime ottr:none (  ) ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Version ;
                           ottr:values  ( o-docttr:Parameter ottr:draft "0.1.1" ottr:none ottr:none )
                         ] ;
        ottr:parameters  ( [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:nonBlank , ottr:optional ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:nonBlank , ottr:optional ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b3
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          skos:example
                                          _:b2
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          skos:note
                                          _:b3
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          dc:description
                                          _:b1
                                        )
                         ] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy