tpl-library.owl.axiom.0.1.NegativeDataPropertyAssertion.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lutra-api Show documentation
Show all versions of lutra-api Show documentation
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-ax: .
@prefix o-rdf: .
@prefix ottr: .
@prefix owl: .
@prefix rdf: .
@prefix xsd: .
o-owl-ax:NegativeDataPropertyAssertion
rdf:type ottr:Template ;
ottr:parameters ( [ ottr:type owl:NamedIndividual ;
ottr:variable _:b0
]
[ ottr:type owl:DatatypeProperty ;
ottr:variable _:b1
]
[ ottr:type xsd:string ;
ottr:variable _:b2
]
) ;
ottr:pattern [ ottr:of ottr:Triple ;
ottr:values ( _:b3
owl:targetValue
_:b2
)
] ;
ottr:pattern [ ottr:of ottr:Triple ;
ottr:values ( _:b3
owl:assertionProperty
_:b1
)
] ;
ottr:pattern [ ottr:of o-rdf:Type ;
ottr:values ( _:b3
owl:NegativePropertyAssertion
)
] ;
ottr:pattern [ ottr:of ottr:Triple ;
ottr:values ( _:b3
owl:sourceIndividual
_:b0
)
] .