@base <http://purl.org/dita/ns#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dgfr: <http://colin.maudry.com/ontologies/dgfr#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix ns1: <http://xmlns.com/foaf/0.1/> .
@prefix ns3: <http://www.w3.org/2002/07/owl#> .
@prefix ns4: <http://creativecommons.org/ns#> .
@prefix ns5: <../dc/terms/> .
@prefix ns10: <../vocab/vann/> .
@prefix ns12: <http://www.w3.org/2000/01/rdf-schema#> .

<http://colin.maudry/rdf/colin-maudry#me>
    ns1:mbox <mailto:colin@maudry.com> ;
    ns1:name "Colin Maudry" .

<>
    ns4:license <http://unlicense.org> ;
    ns5:created "2013-01-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    ns5:creator <http://colin.maudry/rdf/colin-maudry#me> ;
    ns5:description "The DITA RDF ontology translates the semantics of a subset of the vocabulary described in the DITA 1.2 specification in a format that can be understood in the semantic Web of data. By Colin Maudry, licensed under the terms of the Unlicense (public domain)." ;
    ns5:modified "2014-08-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
    ns5:title "DITA RDF ontology" ;
    ns10:preferredNamespacePrefix "dita" ;
    ns10:preferredNamespaceUri <> ;
    a ns3:Ontology ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/DITA1.2-spec.html> ;
    ns1:depiction <http://bit.ly/DitaRdfLucidChart> .

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

<#Bookmap>
    ns12:comment "The DITA bookmap specialization represents the key markup requirements for managing DITA content through book-oriented publication processes, including book metadata and book structures for organizing content."@en-us ;
    ns12:label "Bookmap" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/dita_concept_topic.html> ;
    ns12:subClassOf <#Map> .

<#Coderef>
    ns12:comment "The coderef element references an external file that contains literal code."@en-us ;
    ns12:label "Coderef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/coderef.html> ;
    ns12:subClassOf <#ReferenceObject> .

<#Concept>
    ns12:comment "The DITA concept document type uses the concept information type."@en-us ;
    ns12:label "Concept" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/dita_concept_topic.html> ;
    ns12:subClassOf <#Topic> .

<#Conkeyref>
    ns12:comment "The conkeyref attribute provides an indirect content reference to topic elements, map elements, or elements within maps or topics."@en-us ;
    ns12:label "Conkeyref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/theconkeyrefattribute.html> ;
    ns12:subClassOf <#ReferenceObject> .

<#Conref>
    ns12:comment "This attribute is used to reference content that can be reused."@en-us ;
    ns12:label "Conref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/theconrefattribute.html> ;
    ns12:subClassOf <#ReferenceObject> .

<#Doctype>
    a ns12:Class ;
    ns12:comment "All the DITA document types."@en-us ;
    ns12:label "Doctype" .

<#Image>
    ns12:comment "Include artwork or images in a DITA topic by using the image element."@en-us ;
    ns12:label "Image" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/image.html> ;
    ns12:subClassOf <#ReferenceObject> .

<#Key>
    a ns12:Class ;
    ns12:comment "The DITA key-reference mechanism provides a layer of abstraction so that the resources addressed by references can be defined globally at the DITA map level instead of locally in each topic."@en-us ;
    ns12:label "Key" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/key-based_addressing.html> .

<#Keydef>
    ns12:comment "The keydef element is a convenience element that is used to define keys without any of the other effects that occur when using a topicref element: no content is included in output, no title is included in the table of contents, and no linking or other relationships are defined."@en-us ;
    ns12:label "Keydef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/keydef.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#Keyref>
    ns12:comment "The keyref attribute provides an indirect, late-bound reference to topics, to collections of topics (ditabase), to maps, to referenceable portions of maps, to non-DITA documents, to external URIs, or to XML content contained within a key definition topic reference."@en-us ;
    ns12:label "Keyref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/thekeyrefattribute.html> ;
    ns12:subClassOf <#ReferenceObject> .

<#Keyword>
    a ns12:Class ;
    ns12:comment "The keyword element identifies a keyword or token, such as a single value from an enumerated list, the name of a command or parameter, product name, or a lookup key for a message."@en-us ;
    ns12:label "Keyword" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/keyword.html> .

<#LearningAssessment>
    ns12:comment "A Learning Assessment presents questions or interactions that measure progress, encourage recollection, and stimulate reinforcement of the learning content, and can be presented before the content as a pre-assessment or as a post-assessment test."@en-us ;
    ns12:label "LearningAssessment" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningAssessment.html> ;
    ns12:subClassOf <#LearningBase> .

<#LearningBase>
    ns12:comment "The learningBase topic type is not used to deliver any actual learning content, but instead provides a set of common elements for use in the other more specific learning content types."@en-us ;
    ns12:label "LearningBase" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningBase.html> ;
    ns12:subClassOf <#Topic> .

<#LearningContent>
    ns12:comment "A Learning Content topic provides the learning content itself, and enables direct use of content from DITA task, concept, and reference topics, as well as additional content of any topic type that supports specific objectives declared in the Learning Overview topic type."@en-us ;
    ns12:label "LearningContent" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningContent.html> ;
    ns12:subClassOf <#LearningBase> .

<#LearningContentComponentRef>
    ns12:comment "Use a learningContentComponentRef element to include a topic reference to a topic that acts as a subtopic of a learningContent topic."@en-us ;
    ns12:label "LearningContentComponentRef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningContentComponentRef.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#LearningContentRef>
    ns12:comment "Use a learningContentRef element to include a topic reference to a learning content topic as part of a DITA learningObject."@en-us ;
    ns12:label "LearningContentRef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningContentRef.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#LearningObject>
    ns12:comment "learningObject organizes topic references to DITA learning topics as a learning object. "@en-us ;
    ns12:label "LearningObject" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningObject.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#LearningOverview>
    ns12:comment "A Learning Overview topic identifies the learning objectives, includes other information helpful to the learner, such as prerequisites, duration, intended audience, and can include information and strategies that seeks to gain attention and stimulate recall of prior learning."@en-us ;
    ns12:label "LearningOverview" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningOverview.html> ;
    ns12:subClassOf <#LearningBase> .

<#LearningOverviewRef>
    ns12:comment "Use a learningOverviewRef element to include a topic reference to a learning overview topic as part of a learningObject."@en-us ;
    ns12:label "LearningOverviewRef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningOverviewRef.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#LearningPlan>
    ns12:comment "A Learning Plan topic describes learning needs and goals, instructional design models, task analyses, learning taxonomies, and other information necessary to the lesson planning process."@en-us ;
    ns12:label "LearningPlan" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningPlan.html> ;
    ns12:subClassOf <#LearningBase> .

<#LearningPlanRef>
    ns12:comment "Use a learningPlanRef element to include a topic reference to a learning plan topic as part of a learningObject."@en-us ;
    ns12:label "LearningPlanRef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningPlanRef.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#LearningPostAssessmentRef>
    ns12:comment "Use a learningPostAssessmentRef element to include a topic reference to a learning assessment topic as part of a DITA learningObject."@en-us ;
    ns12:label "LearningPostAssessmentRef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningPostAssessmentRef.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#LearningPreAssessmentRef>
    ns12:comment "Use a learningPreAssessmentRef element to include a topic reference to a learning assessment topic as part of a DITA learningObject."@en-us ;
    ns12:label "LearningPreAssessmentRef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningPreAssessmentRef.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#LearningSummary>
    ns12:comment "A Learning Summary recaps and provides context for the achievement or accomplishment of learning objectives, provides guidance to reinforce learning and long-term memory, and may pose questions to enhance encoding and verification of the learning content."@en-us ;
    ns12:label "LearningSummary" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningSummary.html> ;
    ns12:subClassOf <#LearningBase> .

<#LearningSummaryRef>
    ns12:comment "Use a <learningSummaryRef> to include topic reference to a learning summary topic in a DITA learning object."@en-us ;
    ns12:label "LearningSummaryRef" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningSummaryRef.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#Link>
    ns12:comment "The link element defines a relationship to another topic. Links are typically sorted when displayed based on their attributes, which define the type or role of the link's target in relation to the current topic."@en-us ;
    ns12:label "Link" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/link.html> ;
    ns12:subClassOf <#ReferenceObject> .

<#Map>
    ns12:comment "DITA maps are documents that organize topics and other resources into structured collections of information. DITA maps specify hierarchy and the relationships among the topics; they also provide the context in which keys are defined and resolved."@en-us ;
    ns12:label "Map" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/definition-of-ditamaps.html> ;
    ns12:subClassOf <#Doctype> .

<#Mapref>
    ns12:comment "The mapref element is a convenience element that is equivalent to a topicref element with the format attribute set to 'ditamap'."@en-us ;
    ns12:label "Mapref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/mapref.html> ;
    ns12:subClassOf <#ReferenceObject>, <#Topicref> .

<#Parmname>
    ns12:comment "When referencing the name of an application programming interface parameter within the text flow of your topic, use the parameter name (<parmname>) element to mark up the parameter."@en-us ;
    ns12:label "Parmname" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/parmname.html> ;
    ns12:subClassOf <#Keyword> .

<#Prodinfo>
    a ns12:Class ;
    ns12:comment "The prodinfo metadata element contains information about the product or products that are the subject matter of the current topic."@en-us ;
    ns12:label "Prodinfo" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/prodinfo.html> .

<#Reference>
    ns12:comment "The DITA reference document type uses the reference information type."@en-us ;
    ns12:label "Reference" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/dita_reference_topic.html> ;
    ns12:subClassOf <#Topic> .

<#ReferenceObject>
    a ns12:Class ;
    ns12:comment "The DITA reference object is used to link, fetch or push content in relation with another file or object."@en-us ;
    ns12:label "DITA base reference object"@en-us .

<#Task>
    ns12:comment "The strict task document type supports the development of instructions for the completion of a procedure."@en-us ;
    ns12:label "Task" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/dita_task_topic.html> ;
    ns12:subClassOf <#Topic> .

<#Topic>
    ns12:comment "DITA topics are the basic units of DITA content and the basic units of reuse. Each topic contains a single subject. Topics may be of specific specialized information types, such as task, concept, or reference, or may be generic, that is, without a specified information type."@en-us ;
    ns12:label "Topic" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/topicdefined.html> ;
    ns12:subClassOf <#Doctype> .

<#Topicref>
    ns12:comment "The topicref element identifies a topic (such as a concept, task, or reference) or other resource."@en-us ;
    ns12:label "Topicref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/topicref.html> ;
    ns12:subClassOf <#ReferenceObject> .

<#Varname>
    ns12:comment "The variable name (varname) element defines a variable that must be supplied to a software application."@en-us ;
    ns12:label "Varname" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/varname.html> ;
    ns12:subClassOf <#Keyword> .

<#Xref>
    ns12:comment "Use the cross-reference (xref) element to link to a different location within the current topic, or a different topic within the same help system, or to external sources, such as Web pages, or to a location in another topic."@en-us ;
    ns12:label "Xref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/xref.html> ;
    ns12:subClassOf <#ReferenceObject> .

<#audience>
    a rdf:Property ;
    ns12:comment "The audience metadata element indicates, through the value of its type attribute, the intended audience for a topic."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "audience" ;
    ns12:range <#Audience> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/audience.html> ;
    ns12:subPropertyOf <#element> .

<#audienceType>
    a rdf:Property ;
    ns12:comment "Indicates the kind of person for whom the content of the topic is intended. Note that this differs from the type attribute on many other DITA elements."@en-us ;
    ns12:domain <#Audience> ;
    ns12:label "type" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/audience.html> .

<#author>
    a rdf:Property ;
    ns12:comment "The author metadata element contains the name of the topic's author."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "author" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/author.html> ;
    ns12:subPropertyOf ns5:author .

<#backmatter>
    ns12:comment "The backmatter element contains the material that follows the main body of a document and any appendices. It may include items such as a colophon, legal notices, and various types of book lists such as a glossary or an index."@en-us ;
    ns12:label "backmatter" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/backmatter.html> ;
    ns12:subPropertyOf <#referenceObject>, <#topicref> .

<#booklibrary>
    a rdf:Property ;
    ns12:comment "The booklibrary element contains the library information for a book. Library entries contain information about the series, library, or collection of documents to which the book belongs. "@en-us ;
    ns12:label "booklibrary" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/booklibrary.html> .

<#booktitlealt>
    a rdf:Property ;
    ns12:comment "The booktitlealt element contains the alternative title, subtitle, or short title for a book. It may be specialized into a specific element for those or other purposes."@en-us ;
    ns12:label "booktitlealt" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/booktitlealt.html> .

<#category>
    a rdf:Property ;
    ns12:comment "The category element represents any category by which a topic might be classified for retrieval or navigation."@en-us ;
    ns12:label "category" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/category.html> ;
    ns12:subPropertyOf <#element> .

<#chapter>
    ns12:comment "The chapter element references a topic or map as a chapter within a book."@en-us ;
    ns12:label "chapter" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/chapter.html> ;
    ns12:subPropertyOf <#referenceObject>, <#topicref> .

<#class>
    a rdf:Property ;
    ns12:comment "Attribute used to store the class attribute and identify the nature of the Conref/Conkeyref."@en-us ;
    ns12:domain <#Conkeyref>, <#Conref> ;
    ns12:label "class" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/classatt.html> .

<#conkeyref>
    a rdf:Property ;
    ns12:comment "The conkeyref attribute provides an indirect content reference to topic elements, map elements, or elements within maps or topics."@en-us ;
    ns12:domain <#Conkeyref> ;
    ns12:label "conkeyref" ;
    ns12:range <#Key> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/theconkeyrefattribute.html> .

<#conref>
    a rdf:Property ;
    ns12:comment "This attribute is used to reference content that can be reused."@en-us ;
    ns12:domain <#Conref> ;
    ns12:label "conref" ;
    ns12:range <#Doctype> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/theconrefattribute.html> .

<#copyright>
    a rdf:Property ;
    ns12:comment "The copyright element specifies legal ownership of the content."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "copyright" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/copyright.html> .

<#created>
    ns12:comment "The created element specifies the document creation date using the date attribute."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "created" ;
    ns12:range ns5:W3CDTF ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/created.html> ;
    ns12:subPropertyOf ns5:created .

<#createdExpiry>
    a rdf:Property ;
    ns12:comment "The date when the information should be retired or refreshed, entered as YYYY-MM-DD, where YYYY is the year, MM is the month from 01 to 12, and DD is the day from 01-31."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "created (expiry)" ;
    ns12:range ns5:W3CDTF ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/created.html> .

<#createdGolive>
    a rdf:Property ;
    ns12:comment "The publication or general availability (GA) date, entered as YYYY-MM-DD, where YYYY is the year, MM is the month from 01 to 12, and DD is the day from 01-31."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "created (golive)" ;
    ns12:range ns5:W3CDTF ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/created.html> .

<#element>
    a rdf:Property ;
    ns12:comment "Indicates that the file contains the target element."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "element" ;
    ns12:range ns12:Resource .

<#experiencelevel>
    a rdf:Property ;
    ns12:comment "Indicates the level of experience the audience is assumed to possess."@en-us ;
    ns12:domain <#Audience> ;
    ns12:label "experiencelevel" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/audience.html> .

<#format>
    a rdf:Property ;
    ns12:comment "The format attribute identifies the format of the resource being cross referenced."@en-us ;
    ns12:domain <#ReferenceObject> ;
    ns12:label "format" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/theformatattribute.html> .

<#frontmatter>
    ns12:comment "The frontmatter element contains the material that precedes the main body of a document. It may include items such as an abstract, a preface, and various types of book lists such as a toc, tablelist, or figurelist. "@en-us ;
    ns12:label "frontmatter" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/frontmatter.html> ;
    ns12:subPropertyOf <#referenceObject>, <#topicref> .

<#href>
    a rdf:Property ;
    ns12:comment "The href attribute is used by many elements to provide a reference to another DITA topic or map, to a specific element inside a DITA topic or map, or to an external Web page or other non-DITA resource."@en-us ;
    ns12:domain <#ReferenceObject> ;
    ns12:label "href" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/thehrefattribute.html> .

<#id>
    a rdf:Property ;
    ns12:comment "The DITA identity attribute provides a mechanism for identifying content for linking. "@en-us ;
    ns12:label "id" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/id.html> .

<#job>
    a rdf:Property ;
    ns12:comment "Indicates the high-level task the audience for the topic is trying to accomplish."@en-us ;
    ns12:domain <#Audience> ;
    ns12:label "job" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/audience.html> .

<#keydef>
    ns12:comment "The keydef element is a convenience element that is used to define keys without any of the other effects that occur when using a topicref element: no content is included in output, no title is included in the table of contents, and no linking or other relationships are defined."@en-us ;
    ns12:domain <#Map> ;
    ns12:label "keydef" ;
    ns12:range <#Key> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/keydef> ;
    ns12:subPropertyOf <#referenceObject>, <#topicref> .

<#keyname>
    a rdf:Property ;
    ns12:comment "The name of the key." ;
    ns12:domain <#Key> ;
    ns12:label "keyname" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> .

<#keyref>
    a rdf:Property ;
    ns12:comment "The keyref attribute provides an indirect, late-bound reference to topics, to collections of topics (ditabase), to maps, to referenceable portions of maps, to non-DITA documents, to external URIs, or to XML content contained within a key definition topic reference."@en-us ;
    ns12:label "keyref" ;
    ns12:range <#Key> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/thekeyrefattribute.html> .

<#keys>
    a rdf:Property ;
    ns12:comment "This attribute is used to reference content that can be reused."@en-us ;
    ns12:domain <#Keydef>, <#Topicref> ;
    ns12:label "keys" ;
    ns12:range <#Key> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/thekeysattribute.html> .

<#keyword>
    a rdf:Property ;
    ns12:comment "The keyword element identifies a keyword or token, such as a single value from an enumerated list, the name of a command or parameter, product name, or a lookup key for a message."@en-us ;
    ns12:label "keyword" ;
    ns12:range <#Keyword>, <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/keyword.html> ;
    ns12:subPropertyOf <#element> .

<#lang>
    a rdf:Property ;
    ns12:comment "The language of the file as specified in @xml:lang, and supposed to conform to RFC 1766." ;
    ns12:label "language" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#language> .

<#link>
    ns12:comment "The link element defines a relationship to another topic. Links are typically sorted when displayed based on their attributes, which define the type or role of the link's target in relation to the current topic."@en-us ;
    ns12:label "link" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/link.html> ;
    ns12:subPropertyOf <#referenceObject> .

<#mainbooktitle>
    a rdf:Property ;
    ns12:comment "The mainbooktitle element contains the primary title information for a book."@en-us ;
    ns12:label "mainbooktitle" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/mainbooktitle.html> .

<#mapref>
    ns12:comment "The mapref element is a convenience element that is equivalent to a <topicref> element with the format attribute set to 'ditamap'. The hierarchy of the referenced map is merged into the container map at the position of the reference, and the relationship tables of the child map are added to the parent map."@en-us ;
    ns12:label "mapref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/mapref.html> ;
    ns12:subPropertyOf <#referenceObject>, <#topicref> .

<#notices>
    ns12:comment "The notices element references a topic containing special notice information, for example, legal notices about supplementary copyrights and trademarks associated with the book."@en-us ;
    ns12:label "notices" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/notices.html> ;
    ns12:subPropertyOf <#referenceObject>, <#topicref> .

<#othermeta>
    a rdf:Property ;
    ns12:comment "The othermeta element can be used to identify properties not otherwise included in <metadata> and to assign name/content values to those properties."@en-us ;
    ns12:label "othermeta" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/othermeta.html> .

<#part>
    ns12:comment "The part element references a part topic or a map that references part topics for the book. A new part is started. Use <part> to divide a document's chapters into logical groupings. For example, in a document that contains both guide and reference information, you can define two parts, one containing the guide information and the other containing the reference information."@en-us ;
    ns12:label "part" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/part.html> ;
    ns12:subPropertyOf <#referenceObject>, <#topicref> .

<#permissions>
    a rdf:Property ;
    ns12:comment "The permissions prolog element specifies the level of entitlement needed to access the content."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "permissions	" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/permissions.html> .

<#platform>
    a rdf:Property ;
    ns12:comment "The platform metadata element contains a description of the operating system and/or hardware related to the product being described by the prodinfo element."@en-us ;
    ns12:domain <#Prodinfo> ;
    ns12:label "platform" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/platform.html> .

<#prodinfo>
    a rdf:Property ;
    ns12:comment "Connects a DITA file with the product information that it is related to."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "prodinfo" ;
    ns12:range <#Prodinfo> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/prodinfo.html> ;
    ns12:subPropertyOf <#element> .

<#prodname>
    a rdf:Property ;
    ns12:comment "The prodname metadata element contains the name of the product that is supported by the information in this topic."@en-us ;
    ns12:domain <#Prodinfo> ;
    ns12:label "prodname" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/prodname.html> .

<#publisher>
    a rdf:Property ;
    ns12:comment "The publisher metadata element contains the name of the person, company, or organization responsible for making the content or subject of the topic available."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "publisher" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/publisher.html> .

<#referenceObject>
    a rdf:Property ;
    ns12:comment "Describes a reference object that is part of a DITA file."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "referenceObject" ;
    ns12:range <#ReferenceObject> ;
    ns12:subPropertyOf <#element> .

<#revised>
    ns12:comment "The revised element in the prolog is used to maintain tracking dates that are important in a topic development cycle, such as the last modification date, the original availability date, and the expiration date."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "revised" ;
    ns12:range ns5:W3CDTF ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/revised.html> ;
    ns12:subPropertyOf ns5:revised .

<#revisedExpiry>
    a rdf:Property ;
    ns12:comment "The date when the information should be retired or refreshed, entered as YYYY-MM-DD, where YYYY is the year, MM is the month from 01 to 12, and DD is the day from 01-31."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "revised (expiry)" ;
    ns12:range ns5:W3CDTF ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/revised.html> .

<#revisedGolive>
    a rdf:Property ;
    ns12:comment "The publication or general availability (GA) date, entered as YYYY-MM-DD, where YYYY is the year, MM is the month from 01 to 12, and DD is the day from 01-31."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "revised (golive)" ;
    ns12:range ns5:W3CDTF ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/revised.html> .

<#scope>
    a rdf:Property ;
    ns12:comment "The scope attribute identifies the closeness of the relationship between the current document and the target resource."@en-us ;
    ns12:domain <#ReferenceObject> ;
    ns12:label "scope" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/thescopeattribute.html> .

<#searchtitle>
    a rdf:Property ;
    ns12:comment "The searchtitle element is used to specify a title that should be displayed by search tools that locate the topic."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "searchtitle" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/searchtitle.html> ;
    ns12:subPropertyOf <#metadata> .

<#shortdesc>
    a rdf:Property ;
    ns12:comment "The short description (shortdesc) element occurs between the topic title and the topic body, as the initial paragraph-like content of a topic, or it can be embedded in an abstract element."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "shortdesc" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/shortdesc.html> .

<#source>
    a rdf:Property ;
    ns12:comment "The source element identifies a resource from which the present topic is derived, either completely or in part."@en-us ;
    ns12:domain <#Doctype> ;
    ns12:label "source" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/source.html> ;
    ns12:subPropertyOf ns5:source .

<#subtopic>
    a rdf:Property ;
    ns12:comment "Topics can be nested."@en-us ;
    ns12:domain <#Topic> ;
    ns12:label "subtopic" ;
    ns12:range <#Topic> .

<#text>
    a rdf:Property ;
    ns12:comment "The text contained in the element"@en-us ;
    ns12:domain ns12:Resource ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> .

<#title>
    a rdf:Property ;
    ns12:comment "The title element contains a heading or label for the main parts of a topic, including the topic as a whole, its sections and examples, and its labelled content, such as figures and tables."@en-us ;
    ns12:label "title" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/title.html> ;
    ns12:subPropertyOf ns5:title .

<#topicref>
    ns12:comment "The topicref element identifies a topic (such as a concept, task, or reference) or other resource."@en-us ;
    ns12:label "topicref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/topicref.html> ;
    ns12:subPropertyOf <#referenceObject> .

<#vrmModification>
    a rdf:Property ;
    ns12:comment "The vrm element contains information about a single product's version, modification, and release, to which the current topic applies."@en-us ;
    ns12:domain <#Prodinfo> ;
    ns12:label "vrm Modification" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#integer> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/vrm.html> .

<#vrmRelease>
    a rdf:Property ;
    ns12:comment "The vrm element contains information about a single product's version, modification, and release, to which the current topic applies."@en-us ;
    ns12:domain <#Prodinfo> ;
    ns12:label "vrm Release" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#integer> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/vrm.html> .

<#vrmVersion>
    a rdf:Property ;
    ns12:comment "The vrm element contains information about a single product's version, modification, and release, to which the current topic applies."@en-us ;
    ns12:domain <#Prodinfo> ;
    ns12:label "vrm Version" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#integer> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/vrm.html> .

<#xref>
    ns12:comment "Use the cross-reference (xref) element to link to a different location within the current topic, or a different topic within the same help system, or to external sources, such as Web pages, or to a location in another topic."@en-us ;
    ns12:label "xref" ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/xref.html> ;
    ns12:subPropertyOf <#referenceObject> .

<#xtrf>
    a rdf:Property ;
    ns12:comment "xml-trace-filename, the original filename"@en-us ;
    ns12:label "xtrf" ;
    ns12:range <http://www.w3.org/2001/XMLSchema#string> ;
    ns12:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/global-atts.html> .

