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

tpl-library.p.docttr.0.1.Example.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 o-docttr:  .
@prefix ottr:      .
@prefix rdf:       .
@prefix rdfs:      .
@prefix skos:      .
@prefix xsd:       .

o-docttr:Example  rdf:type  ottr:Template ;
        ottr:annotation  [ ottr:of      o-docttr:Signature ;
                           ottr:values  ( o-docttr:Example ottr:none "Provide examples for any resource." "Use to explain resources by giving examples, including provenance data for the example" ottr:none ( o-docttr: ) ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Version ;
                           ottr:values  ( o-docttr:Example ottr:draft "0.1.1" ottr:none ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Provenance ;
                           ottr:values  ( o-docttr:Example "2020-08-21T00:00:00Z"^^xsd:dateTime ottr:none (  ) ottr:none )
                         ] ;
        ottr:parameters  ( [ ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:type      xsd:string ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:type      xsd:dateTime ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:type      ( ottr:NEList rdfs:Resource ) ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List xsd:string ) ;
                             ottr:variable  _:b4
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-docttr:SaysWhoTriple ;
                           ottr:values  ( [] 
                                          _:b0
                                          skos:example
                                          _:b1
                                          _:b2
                                          _:b3
                                          _:b4
                                        )
                         ] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy