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

tpl-library.p.docttr.0.1.Deprecated.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.

There is a newer version: 0.6.19
Show newest version
@prefix o-docttr:  .
@prefix owl:    .
@prefix rdf:    .
@prefix ottr:   .
@prefix xsd:    .
@prefix skos:   .
@prefix rdfs:   .

o-docttr:Deprecated  a   ottr:Template ;
        ottr:annotation  [ ottr:of      o-docttr:Signature ;
                           ottr:values  ( o-docttr:Deprecated ottr:none "Use to indicate that a resource, e.g., template or OWL construct, is deprecated, providing an explanation for why, including provenance data. The explanation and provenance data is attached to a reified representation of the deprecation statement." "The template may be used for any resource." ottr:none ( o-docttr: ) ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Version ;
                           ottr:values  ( o-docttr:Deprecated ottr:draft "0.1.1" ottr:none ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Provenance ;
                           ottr:values  ( o-docttr:Deprecated "2020-08-21T00:00:00Z"^^xsd:dateTime 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:optional ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      xsd:dateTime ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:type      ( ottr:NEList rdfs:Resource ) ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List xsd:string ) ;
                             ottr:variable  _:b5
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-docttr:SaysWhoTriple ;
                           ottr:values  ( _:b6
                                          _:b0
                                          owl:deprecated true
                                          _:b3
                                          _:b4
                                          _:b5
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b6
                                          skos:changeNote
                                          _:b1
                                        )
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b6 ]
                                             [ ottr:value  rdfs:seeAlso ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b2
                                             ]
                                           ) ;
                           ottr:modifier   ottr:cross ;
                           ottr:of         ottr:Triple
                         ] .




© 2015 - 2025 Weber Informatics LLC | Privacy Policy