0.1:guarantee leaf node


URI

http://purl.org/LiMo/0.1#guarantee

Label

guarantee

Usage

DOMAINPROPERTYRANGE
0.1:LicenseModel 0.1:guarantee 0.1:Rights

Implementation

@prefix : <http://purl.org/LiMo/0.1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:guarantee a owl:ObjectProperty ;
    rdfs:domain :LicenseModel ;
    rdfs:range :Rights ;
    owl:inverseOf :areGuaranteedBy .