<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE rdf:RDF [
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY dct "http://purl.org/dc/terms/" >
    <!ENTITY skos "http://www.w3.org/2004/02/skos/core#" >
    <!ENTITY sm "http://www.omg.org/techprocess/ab/SpecificationMetadata/" >
    <!ENTITY fibo-fnd-utl-av "http://www.omg.org/spec/EDMC-FIBO/FND/Utilities/AnnotationVocabulary/" >
    <!ENTITY fibo-fnd-arr-doc "http://www.omg.org/spec/EDMC-FIBO/FND/Arrangements/Documents/" >
]>

<rdf:RDF xml:base="http://www.omg.org/spec/EDMC-FIBO/FND/Arrangements/Documents/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:dct="http://purl.org/dc/terms/"
     xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sm="http://www.omg.org/techprocess/ab/SpecificationMetadata/"
     xmlns:fibo-fnd-utl-av="http://www.omg.org/spec/EDMC-FIBO/FND/Utilities/AnnotationVocabulary/"
     xmlns:fibo-fnd-arr-doc="http://www.omg.org/spec/EDMC-FIBO/FND/Arrangements/Documents/">


   <owl:Ontology rdf:about="http://www.omg.org/spec/EDMC-FIBO/FND/Arrangements/Documents/">
        <rdfs:label>Documents Ontology</rdfs:label>


    <!-- Curation and Rights Metadata for the FIBO FND Documents Ontology -->

        <sm:copyright rdf:datatype="&xsd;string">Copyright (c) 2014 EDM Council, Inc.
Copyright (c) 2014 Object Management Group, Inc.</sm:copyright>
        <dct:license rdf:datatype="&xsd;anyURI">http://www.omg.org/techprocess/ab/SpecificationMetadata/MITLicense</dct:license>


    <!-- Ontology/File-Level Metadata for the FIBO FND Documents Ontology -->

        <sm:filename rdf:datatype="&xsd;string">Documents.rdf</sm:filename>
        <sm:fileAbbreviation rdf:datatype="&xsd;string">fibo-fnd-arr-doc</sm:fileAbbreviation>
        <owl:versionIRI rdf:resource="http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Arrangements/Documents/"/>
        <sm:fileAbstract rdf:datatype="&xsd;string">This ontology defines abstract concepts for representation documents for use in other FIBO ontology elements.</sm:fileAbstract>

        <skos:changeNote rdf:datatype="&xsd;string">The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Arrangements/Documents.rdf version of this ontology was introduced as a part of the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/ in advance of the Long Beach meeting in December 2014.</skos:changeNote>

        <sm:dependsOn rdf:datatype="&xsd;anyURI">http://www.omg.org/spec/EDMC-FIBO/FND/Utilities/AnnotationVocabulary/</sm:dependsOn>

        <sm:contentLanguage rdf:datatype="&xsd;anyURI">http://www.omg.org/spec/ODM/</sm:contentLanguage>
        <sm:contentLanguage rdf:datatype="&xsd;anyURI">http://www.w3.org/standards/techs/owl#w3c_all</sm:contentLanguage>

         <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.omg.org/spec/EDMC-FIBO/AboutTheEDMC-FIBOFamily/</rdfs:seeAlso>
        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.omg.org/spec/EDMC-FIBO/FND/AboutFND/</rdfs:seeAlso>
        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.omg.org/spec/EDMC-FIBO/FND/Arrangements/AboutArrangements/</rdfs:seeAlso>

        <owl:imports rdf:resource="http://www.omg.org/spec/EDMC-FIBO/FND/Utilities/AnnotationVocabulary/"/>

    </owl:Ontology>


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <owl:Class rdf:about="&fibo-fnd-arr-doc;Document">
        <rdfs:label rdf:datatype="&xsd;string">document</rdfs:label>
        <skos:definition rdf:datatype="&xsd;string">something, such as a recording or a photograph, or a writing that can be used to furnish evidence or information</skos:definition>
    </owl:Class>

    <owl:Class rdf:about="&fibo-fnd-arr-doc;LegalDocument">
        <rdfs:label rdf:datatype="&xsd;string">legal document</rdfs:label>
        <skos:definition rdf:datatype="&xsd;string">a written or printed paper that bears the original, official, or legal form of something and can be used to furnish decisive evidence or information</skos:definition>
        <rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;Document"/>
    </owl:Class>

    <owl:Class rdf:about="&fibo-fnd-arr-doc;ReferenceDocument">
        <rdfs:label rdf:datatype="&xsd;string">reference document</rdfs:label>
        <skos:definition rdf:datatype="&xsd;string">a document that provides pertinent details for consultation about a subject</skos:definition>
        <rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;Document"/>
        <fibo-fnd-utl-av:adaptedFrom rdf:datatype="&xsd;string">ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15</fibo-fnd-utl-av:adaptedFrom>
    </owl:Class>

</rdf:RDF>