0.1:compatibleWith leaf node


URI

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

Label

compatibleWith

Usage

DOMAINPROPERTYRANGE
0.1:LicenseModel 0.1:compatibleWith 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#> .

:compatibleWith a owl:ObjectProperty ;
    rdfs:domain :licenseModel ;
    rdfs:range :licenseModel .