instrucionalobjects.owl:hasLearningContext leaf node


URI

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

Label

hasLearningContext

Description

Describes the educational context of the intended target audience of a resource.

Usage

DOMAINPROPERTYRANGE
instrucionalobjects.owl:InstructionalObject instrucionalobjects.owl:hasLearningContext xsd:string

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

:hasLearningContext a owl:DatatypeProperty ;
    rdfs:comment "Describes the educational context of the intended target audience of a resource."^^xsd:string ;
    rdfs:domain :InstructionalObject ;
    rdfs:range xsd:string .