0.1:coverDatasets leaf node


URI

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

Label

coverDatasets

Usage

DOMAINPROPERTYRANGE
0.1:LicenseModel 0.1:coverDatasets 0.1:Dataset

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

:coverDatasets a owl:ObjectProperty ;
    rdfs:domain :LicenseModel ;
    rdfs:range :Dataset .