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

tpl-library.owl.util.0.1.Cardinality.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-rdf:  .
@prefix o-owl-ut:  .
@prefix owl:    .
@prefix rdf:    .
@prefix ottr:   .
@prefix xsd:    .

o-owl-ut:Cardinality  a  ottr:Template ;
        ottr:parameters  ( [ ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:type      xsd:nonNegativeInteger ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:type      ottr:IRI ;
                             ottr:variable  _:b3
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b0
                                          owl:Restriction
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          _:b1
                                          _:b2
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          owl:onProperty
                                          _:b3
                                        )
                         ] .




© 2015 - 2025 Weber Informatics LLC | Privacy Policy