0.1:areGuaranteedBy leaf node


URI

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

Label

areGuaranteedBy

Usage

DOMAINPROPERTYRANGE
0.1:Rights 0.1:areGuaranteedBy 0.1:LicenseModel

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#> .

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