instrucionalobjects.owl:hasTypicalLearningTime leaf node


URI

http://www.dfki.de/~cullrich/instrucionalobjects.owl#hasTypicalLearningTime

Label

hasTypicalLearningTime

Description

Approximate or typical time it takes to work with the resource.

Usage

DOMAINPROPERTYRANGE
instrucionalobjects.owl:InstructionalObject instrucionalobjects.owl:hasTypicalLearningTime xsd:duration

Implementation

@prefix : <http://www.dfki.de/~cullrich/instrucionalobjects.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasTypicalLearningTime a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:comment "Approximate or typical time it takes to work with the resource."^^xsd:string ;
    rdfs:domain :InstructionalObject ;
    rdfs:range xsd:duration .