@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/dita/ns#> . @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 ns1: <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/> . ns0:Audience metadata_def:mappingLoom "audience" ; metadata_def:mappingSameURI ns0:Audience ; metadata_def:prefLabel "Audience" ; a owl:Class ; rdfs:comment "The audience metadata element indicates, through the value of its type attribute, the intended audience for a topic."@en-us ; rdfs:label "Audience" ; rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/audience.html> ; rdfs:subClassOf owl:Thing . ns0:audience rdfs:range ns0:Audience . ns0:audienceType rdfs:domain ns0:Audience . ns0:experiencelevel rdfs:domain ns0:Audience . ns0:job rdfs:domain ns0:Audience .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/dita/ns#> .
@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 ns1: <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/> .

ns0:Audience
    metadata_def:mappingLoom "audience" ;
    metadata_def:mappingSameURI ns0:Audience ;
    metadata_def:prefLabel "Audience" ;
    a owl:Class ;
    rdfs:comment "The audience metadata element indicates, through the value of its type attribute, the intended audience for a topic."@en-us ;
    rdfs:label "Audience" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/audience.html> ;
    rdfs:subClassOf owl:Thing .

ns0:audience
    rdfs:range ns0:Audience .

ns0:audienceType
    rdfs:domain ns0:Audience .

ns0:experiencelevel
    rdfs:domain ns0:Audience .

ns0:job
    rdfs:domain ns0:Audience .