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

tpl-library.owl.declaration.0.1.Class.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-rdfs:  .
@prefix owl:    .
@prefix rdf:    .
@prefix o-owl-dec:  .
@prefix ottr:   .
@prefix xsd:    .
@prefix rdfs:   .

o-owl-dec:Class  a       ottr:Template ;
        ottr:parameters  ( [ ottr:type      owl:Class ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:nonBlank , ottr:optional ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:nonBlank , ottr:optional ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List rdfs:Resource ) ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b4
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-rdfs:TypedResourceDescription ;
                           ottr:values  ( _:b0
                                          owl:Class
                                          _:b1
                                          _:b2
                                          _:b3
                                          _:b4
                                        )
                         ] .




© 2015 - 2025 Weber Informatics LLC | Privacy Policy