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

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

o-owl-dec:Ontology  rdf:type  ottr:Template ;
        ottr:parameters  ( [ ottr:type      ottr:IRI ;
                             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:nonBlank , ottr:optional ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List rdfs:Resource ) ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( ottr:NEList ottr:IRI ) ;
                             ottr:variable  _:b5
                           ]
                         ) ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  owl:imports ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b5
                                             ]
                                           ) ;
                           ottr:modifier   ottr:cross ;
                           ottr:of         ottr:Triple
                         ] ;
        ottr:pattern     [ ottr:of       ;
                           ottr:values  ( _:b0
                                          owl:Ontology
                                          _:b2
                                          _:b3
                                          _:b4
                                          ottr:none
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          owl:versionInfo
                                          _:b1
                                        )
                         ] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy