@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix : <http://purl.org/dita/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix vann: <http://purl.org/vocab/vann/> .

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

<http://purl.org/dita/ns#>
    cc:license <http://unlicense.org> ;
    dcterms:created "2013-01-04"^^xsd:date ;
    dcterms:creator <http://colin.maudry/rdf/colin-maudry#me> ;
    dcterms: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)." ;
    dcterms:modified "2014-08-03"^^xsd:date ;
    dcterms:title "DITA RDF ontology" ;
    vann:preferredNamespacePrefix "dita" ;
    vann:preferredNamespaceUri <http://purl.org/dita/ns#> ;
    a owl:Ontology ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/DITA1.2-spec.html> ;
    foaf:depiction <http://bit.ly/DitaRdfLucidChart> .

:Audience
    a rdfs: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> .

:Bookmap
    rdfs: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 ;
    rdfs:label "Bookmap" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/dita_concept_topic.html> ;
    rdfs:subClassOf :Map .

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

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

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

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

:Doctype
    a rdfs:Class ;
    rdfs:comment "All the DITA document types."@en-US ;
    rdfs:label "Doctype" .

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

:Key
    a rdfs:Class ;
    rdfs: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 ;
    rdfs:label "Key" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/key-based_addressing.html> .

:Keydef
    rdfs: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 ;
    rdfs:label "Keydef" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/keydef.html> ;
    rdfs:subClassOf :ReferenceObject, :Topicref .

:Keyref
    rdfs: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 ;
    rdfs:label "Keyref" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/thekeyrefattribute.html> ;
    rdfs:subClassOf :ReferenceObject .

:Keyword
    a rdfs:Class ;
    rdfs: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 ;
    rdfs:label "Keyword" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/keyword.html> .

:LearningAssessment
    rdfs: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 ;
    rdfs:label "LearningAssessment" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningAssessment.html> ;
    rdfs:subClassOf :LearningBase .

:LearningBase
    rdfs: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 ;
    rdfs:label "LearningBase" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningBase.html> ;
    rdfs:subClassOf :Topic .

:LearningContent
    rdfs: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 ;
    rdfs:label "LearningContent" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningContent.html> ;
    rdfs:subClassOf :LearningBase .

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

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

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

:LearningOverview
    rdfs: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 ;
    rdfs:label "LearningOverview" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningOverview.html> ;
    rdfs:subClassOf :LearningBase .

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

:LearningPlan
    rdfs: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 ;
    rdfs:label "LearningPlan" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningPlan.html> ;
    rdfs:subClassOf :LearningBase .

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

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

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

:LearningSummary
    rdfs: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 ;
    rdfs:label "LearningSummary" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/learningSummary.html> ;
    rdfs:subClassOf :LearningBase .

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

:Link
    rdfs: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 ;
    rdfs:label "Link" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/link.html> ;
    rdfs:subClassOf :ReferenceObject .

:Map
    rdfs: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 ;
    rdfs:label "Map" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/definition-of-ditamaps.html> ;
    rdfs:subClassOf :Doctype .

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

:Parmname
    rdfs: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 ;
    rdfs:label "Parmname" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/parmname.html> ;
    rdfs:subClassOf :Keyword .

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

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

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

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

:Topic
    rdfs: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 ;
    rdfs:label "Topic" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/topicdefined.html> ;
    rdfs:subClassOf :Doctype .

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

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

:Xref
    rdfs: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 ;
    rdfs:label "Xref" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/xref.html> ;
    rdfs:subClassOf :ReferenceObject .

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

:audienceType
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :Audience ;
    rdfs:label "type" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/audience.html> .

:author
    a rdf:Property ;
    rdfs:comment "The author metadata element contains the name of the topic's author."@en-US ;
    rdfs:domain :Doctype ;
    rdfs:label "author" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/author.html> ;
    rdfs:subPropertyOf dcterms:author .

:backmatter
    rdfs: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 ;
    rdfs:label "backmatter" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/backmatter.html> ;
    rdfs:subPropertyOf :referenceObject, :topicref .

:booklibrary
    a rdf:Property ;
    rdfs: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 ;
    rdfs:label "booklibrary" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/booklibrary.html> .

:booktitlealt
    a rdf:Property ;
    rdfs: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 ;
    rdfs:label "booktitlealt" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/booktitlealt.html> .

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

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

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

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

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

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

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

:createdExpiry
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :Doctype ;
    rdfs:label "created (expiry)" ;
    rdfs:range dcterms:W3CDTF ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/created.html> .

:createdGolive
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :Doctype ;
    rdfs:label "created (golive)" ;
    rdfs:range dcterms:W3CDTF ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/created.html> .

:element
    a rdf:Property ;
    rdfs:comment "Indicates that the file contains the target element."@en-US ;
    rdfs:domain :Doctype ;
    rdfs:label "element" ;
    rdfs:range rdfs:Resource .

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

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

:frontmatter
    rdfs: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 ;
    rdfs:label "frontmatter" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/frontmatter.html> ;
    rdfs:subPropertyOf :referenceObject, :topicref .

:href
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :ReferenceObject ;
    rdfs:label "href" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/thehrefattribute.html> .

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

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

:keydef
    rdfs: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 ;
    rdfs:domain :Map ;
    rdfs:label "keydef" ;
    rdfs:range :Key ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/keydef> ;
    rdfs:subPropertyOf :referenceObject, :topicref .

:keyname
    a rdf:Property ;
    rdfs:comment "The name of the key." ;
    rdfs:domain :Key ;
    rdfs:label "keyname" ;
    rdfs:range xsd:string .

:keyref
    a rdf:Property ;
    rdfs: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 ;
    rdfs:label "keyref" ;
    rdfs:range :Key ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/thekeyrefattribute.html> .

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

:keyword
    a rdf:Property ;
    rdfs: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 ;
    rdfs:label "keyword" ;
    rdfs:range :Keyword, xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/keyword.html> ;
    rdfs:subPropertyOf :element .

:lang
    a rdf:Property ;
    rdfs:comment "The language of the file as specified in @xml:lang, and supposed to conform to RFC 1766." ;
    rdfs:label "language" ;
    rdfs:range xsd:language .

:link
    rdfs: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 ;
    rdfs:label "link" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/link.html> ;
    rdfs:subPropertyOf :referenceObject .

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

:mapref
    rdfs: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 ;
    rdfs:label "mapref" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/mapref.html> ;
    rdfs:subPropertyOf :referenceObject, :topicref .

:notices
    rdfs: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 ;
    rdfs:label "notices" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/notices.html> ;
    rdfs:subPropertyOf :referenceObject, :topicref .

:othermeta
    a rdf:Property ;
    rdfs: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 ;
    rdfs:label "othermeta" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/othermeta.html> .

:part
    rdfs: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 ;
    rdfs:label "part" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/part.html> ;
    rdfs:subPropertyOf :referenceObject, :topicref .

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

:platform
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :Prodinfo ;
    rdfs:label "platform" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/platform.html> .

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

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

:publisher
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :Doctype ;
    rdfs:label "publisher" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/publisher.html> .

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

:revised
    rdfs: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 ;
    rdfs:domain :Doctype ;
    rdfs:label "revised" ;
    rdfs:range dcterms:W3CDTF ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/revised.html> ;
    rdfs:subPropertyOf dcterms:revised .

:revisedExpiry
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :Doctype ;
    rdfs:label "revised (expiry)" ;
    rdfs:range dcterms:W3CDTF ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/revised.html> .

:revisedGolive
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :Doctype ;
    rdfs:label "revised (golive)" ;
    rdfs:range dcterms:W3CDTF ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/revised.html> .

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

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

:shortdesc
    a rdf:Property ;
    rdfs: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 ;
    rdfs:domain :Doctype ;
    rdfs:label "shortdesc" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/shortdesc.html> .

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

:subtopic
    a rdf:Property ;
    rdfs:comment "Topics can be nested."@en-US ;
    rdfs:domain :Topic ;
    rdfs:label "subtopic" ;
    rdfs:range :Topic .

:text
    a rdf:Property ;
    rdfs:comment "The text contained in the element"@en-US ;
    rdfs:domain rdfs:Resource ;
    rdfs:range xsd:string .

:title
    a rdf:Property ;
    rdfs: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 ;
    rdfs:label "title" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/title.html> ;
    rdfs:subPropertyOf dcterms:title .

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

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

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

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

:xref
    rdfs: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 ;
    rdfs:label "xref" ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/langref/xref.html> ;
    rdfs:subPropertyOf :referenceObject .

:xtrf
    a rdf:Property ;
    rdfs:comment "xml-trace-filename, the original filename"@en-US ;
    rdfs:label "xtrf" ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <http://docs.oasis-open.org/dita/v1.2/os/spec/common/global-atts.html> .

