@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns0: <http://dublincore.org/usage/terms/history/#> . dct:MethodOfInstruction metadata_def:mappingLoom "methodofinstruction" ; metadata_def:mappingSameURI dct:MethodOfInstruction ; metadata_def:prefLabel "Method of Instruction" ; metadata:prefixIRI "terms:MethodOfInstruction" ; dct:hasVersion ns0:MethodOfInstruction-001 ; dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:Class, owl:NamedIndividual ; rdfs:comment "A process that is used to engender knowledge, attitudes, and skills."@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:label "Method of Instruction"@en ; rdfs:subClassOf owl:Thing . dct:instructionalMethod rdfs:range dct:MethodOfInstruction .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns0: <http://dublincore.org/usage/terms/history/#> .

dct:MethodOfInstruction
    metadata_def:mappingLoom "methodofinstruction" ;
    metadata_def:mappingSameURI dct:MethodOfInstruction ;
    metadata_def:prefLabel "Method of Instruction" ;
    metadata:prefixIRI "terms:MethodOfInstruction" ;
    dct:hasVersion ns0:MethodOfInstruction-001 ;
    dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "A process that is used to engender knowledge, attitudes, and skills."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Method of Instruction"@en ;
    rdfs:subClassOf owl:Thing .

dct:instructionalMethod
    rdfs:range dct:MethodOfInstruction .