@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix fibo-fnd-aap-agt: <https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/> .
@prefix fibo-fnd-rel-rel: <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> .
@prefix fibo-fnd-utl-av: <https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/> .
@prefix lcc-cr: <https://www.omg.org/spec/LCC/Countries/CountryRepresentation/> .
@prefix lcc-lr: <https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sm: <http://www.omg.org/techprocess/ab/SpecificationMetadata/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/>
    dct:abstract "This ontology defines a set of general purpose relations for use in other FIBO ontology elements.  These include a number of properties required for reuse across the foundations and business entities models." ;
    dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ;
    sm:contentLanguage <https://www.w3.org/TR/owl2-quick-reference/> ;
    sm:copyright "Copyright (c) 2013-2021 EDM Council, Inc.", "Copyright (c) 2013-2021 Object Management Group, Inc." ;
    sm:dependsOn "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/"^^xsd:anyURI, "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"^^xsd:anyURI, "https://www.omg.org/spec/LCC/"^^xsd:anyURI ;
    sm:fileAbbreviation "fibo-fnd-rel-rel" ;
    sm:filename "Relations.rdf" ;
    a owl:Ontology ;
    rdfs:comment "QName: fibo-fnd-rel-rel:" ;
    rdfs:label "Relations Ontology" ;
    owl:imports <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/AgentsAndPeople/Agents/>, <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Utilities/AnnotationVocabulary/>, <https://www.omg.org/spec/LCC/Countries/CountryRepresentation/>, <https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/> ;
    owl:versionIRI <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Relations/Relations/> ;
    skos:changeNote "The http://www.omg.org/spec/EDMC-FIBO/FND/20170201/Relations/Relations.rdf version of this ontology was modified per the FIBO 2.0 RFC to include additional properties and the linkage to LCC.", """The http://www.omg.org/spec/FIBO/Foundations/20130601/Relations/Relations.owl version of the ontology submitted with 
the FIBO FND RFC, was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows:
   (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing 
   (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs
   (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools
   (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure
   (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations
   (6) to move the ontology from the Utilities module to an independent Relations module
   (7) to revise a number of definitions, per discussion with various stakeholders.
   (8) to augment the definitions to include entity names from Business Entities.""", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in FTF 2 resulting in https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.2 RTF report.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified to eliminate deprecated elements.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified to eliminate duplication with concepts in LCC and remove the unused hasDispositionDate property, whose semantics were unclear at best.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified to incorporate evaluates and isEvaluatedBy, and to loosen constraints on hasName properties to allow multi-lingual names.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified to loosen constraints on properties using xsd:dateTime in their range to allow for more flexible representation, and to add properties including produces, isProducedBy.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified to move hasAcquisitionDate to Financial Dates to improve usability and simplify reasoning, to eliminate circular definitions, to deprecate fibo-fnd-rel-rel;hasTag in favor of the simpler LCC property of the same name, to loosen domain restrictions on some properties which were too narrowly specified, and to add two new properties, describes and isDescribedBy, which are more appropriate for certain cases where we were using characterizes and isCharacterizedBy.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified to move the property 'exchanges' to FND given that it could be applied more generally than with respect to swaps only.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified to rename (migrate) the hasDefinition property to isDefinedIn.", "The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was revised to add the appliesTo object property in support of the IND RFC." ;
    fibo-fnd-utl-av:hasMaturityLevel fibo-fnd-utl-av:Release .

fibo-fnd-rel-rel:Reference
    a owl:Class ;
    rdfs:comment "QName: fibo-fnd-rel-rel:Reference" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "reference" ;
    skos:definition "concept that stands in for how something may be interpreted or understood in some context" ;
    fibo-fnd-utl-av:explanatoryNote "In linguistics, a reference characterizes, provides context for, or specifies the relationship of one linguistic expression to another, i.e., provides the information necessary to interpret the dependent expression." .

fibo-fnd-rel-rel:Referent
    a owl:Class ;
    rdfs:comment "QName: fibo-fnd-rel-rel:Referent" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "referent" ;
    skos:definition "something that another concept stands for, exemplifies, symbolizes, or otherwise mentions" .

fibo-fnd-rel-rel:appliesTo
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:appliesTo" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "applies to" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:refersTo ;
    skos:definition "is pertinent, suitable, or relevant to" .

fibo-fnd-rel-rel:causes
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:causes" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "causes" ;
    skos:definition "relationship between an event or set of events or factors (the cause) and a second event, phenomenon, situation, or result (the effect), where the second event or outcome is understood as a consequence of the first" .

fibo-fnd-rel-rel:characterizes
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:characterizes" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "characterizes" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:appliesTo ;
    skos:definition "specifies a discriminating feature or quality of" .

fibo-fnd-rel-rel:comprises
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:comprises" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "comprises" ;
    skos:definition "includes, especially within a particular scope, is made up of" ;
    fibo-fnd-utl-av:adaptedFrom "https://www.merriam-webster.com/dictionary/comprise"^^xsd:anyURI ;
    fibo-fnd-utl-av:usageNote "Note that something can be comprised of something(s) that may or may not be understood as separable parts, and thus is not defined as being explicitly transitive." .

fibo-fnd-rel-rel:confers
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:confers" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "confers" ;
    skos:definition "grants or bestows by virtue of some authority" ;
    fibo-fnd-utl-av:definitionOrigin "Merriam-Webster Online Dictionary" ;
    fibo-fnd-utl-av:explanatoryNote "This property should be read as describing the conferral of some legal power or duty, some commitment or some social construct, and is a property of some social construct such as an agreement or some legal authority. These concepts, which would describe the kind of thing of which this is a property, and the kinds of thing in terms of which this property is framed, are outside the scope of this mode land so are not shown." ;
    fibo-fnd-utl-av:synonym "invests with" .

fibo-fnd-rel-rel:controls
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:controls" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "controls" ;
    skos:definition "exercises authoritative or dominating influence over; directs" ;
    fibo-fnd-utl-av:adaptedFrom "The American Heritage(R) Dictionary of the English Language, Fourth Edition" .

fibo-fnd-rel-rel:defines
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:defines" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "defines" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:represents ;
    skos:definition "determines or identifies the essential qualities or meaning of, discovers and sets forth the meaning of, fixes or marks the limits of, demarcates" .

fibo-fnd-rel-rel:describes
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:describes" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "describes" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:appliesTo ;
    skos:definition "conveys the nature of" .

fibo-fnd-rel-rel:designates
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:designates" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "designates" ;
    skos:definition "appoints someone officially" ;
    fibo-fnd-utl-av:explanatoryNote "This property is intended to cover assigning a job or role to someone, selecting or designating someone to fill an office or a position, and fixing or setting by authority or by mutual agreement." .

fibo-fnd-rel-rel:embodies
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:embodies" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "embodies" ;
    skos:definition "is an expression of, or gives a tangible or visible form to (an idea, quality, or feeling), makes concrete and perceptible" .

fibo-fnd-rel-rel:evaluates
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:evaluates" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "evaluates" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:appliesTo ;
    skos:definition "assesses the nature, quality, or ability of someone or something" .

fibo-fnd-rel-rel:exchanges
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:exchanges" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "exchanges" ;
    skos:definition "gives something in return something else" .

fibo-fnd-rel-rel:generates
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:generates" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "generates" ;
    skos:definition "produces through the application of one or more mathematical or logical steps or rules" .

fibo-fnd-rel-rel:governs
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:governs" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "governs" ;
    skos:definition "prevails or has decisive influence over; exercises authority" ;
    fibo-fnd-utl-av:definitionOrigin "http://www.merriam-webster.com/dictionary/govern"^^xsd:anyURI ;
    fibo-fnd-utl-av:explanatoryNote "This property should be read as being the property of a logical union of social construct (in the informative abstractions ontology) and legal person, and as referring to 'thing'." .

fibo-fnd-rel-rel:hasAlias
    a owl:DatatypeProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasAlias" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has alias" ;
    rdfs:subPropertyOf lcc-lr:hasName ;
    skos:definition "Any other name by which an individual or organization is known" ;
    skos:editorialNote "Added at SME Review, to meet AML requirements" .

fibo-fnd-rel-rel:hasCommonName
    a owl:DatatypeProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasCommonName" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has common name" ;
    rdfs:subPropertyOf lcc-lr:hasName ;
    skos:definition "a name by which something is frequently referred, without reference to any formal usage or structure" .

fibo-fnd-rel-rel:hasContext
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasContext" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has context" ;
    rdfs:subPropertyOf lcc-lr:has ;
    skos:definition "provides a context in which something is defined, expressed, or represented" ;
    fibo-fnd-utl-av:explanatoryNote "This property should be read as referring to some context (known as 'mediating thing') in the informative upper ontology which is not included in this model. It should also be read as being the property of some contextually defined thing (known in the informative upper ontology as 'relative thing')." .

fibo-fnd-rel-rel:hasDesignation
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasDesignation" ;
    rdfs:domain fibo-fnd-aap-agt:AutonomousAgent ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has designation" ;
    skos:definition "relates an individual or organization to a position, role, or other designation" .

fibo-fnd-rel-rel:hasFormalName
    a owl:DatatypeProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasFormalName" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has formal name" ;
    rdfs:subPropertyOf lcc-lr:hasName ;
    skos:definition "a name by which something is known for some official purpose or context, or which is structured in some way such as to always follow the same format regardless of usage" .

fibo-fnd-rel-rel:hasIdentity
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasIdentity" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has identity" ;
    rdfs:subPropertyOf lcc-lr:has ;
    skos:definition "provides a means for identifying something that fills a particular role" ;
    fibo-fnd-utl-av:explanatoryNote "This property should be read as being a property of some kind of 'relative thing' as defined externality to this ontology. The property is usually but not exclusively framed with reference to some 'independent thing' but may take other forms and so should be regarded as having a target of 'thing'." .

fibo-fnd-rel-rel:hasLegalName
    a owl:DatatypeProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasLegalName" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has legal name" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:hasFormalName ;
    skos:definition "the name used to refer to an person or organization in legal communications" .

fibo-fnd-rel-rel:hasRepresentation
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasRepresentation" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has representation" ;
    rdfs:subPropertyOf lcc-lr:has ;
    skos:definition "relates a concept to some textual or other symbol which is intended to convey the sense of that concept or to some form of words which sets out the meaning of that concept" .

fibo-fnd-rel-rel:hasTag
    a owl:DatatypeProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:hasTag" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "has tag" ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:string
            xsd:base64Binary
            xsd:hexBinary
        )
    ] ;
    owl:deprecated true ;
    skos:definition "has a unique combination of alphanumeric characters or binary representation corresponding to the identifier, code, or other element to which it applies" .

fibo-fnd-rel-rel:holds
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:holds" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "holds" ;
    skos:definition "is the relationship between a party and something it possesses, or over which it exercises some ownership or control or has at its discretion the ability to dispose of it as it sees fit" .

fibo-fnd-rel-rel:involves
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:involves" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "involves" ;
    skos:definition "(of a situation or event) includes (something) as a necessary part or result" .

fibo-fnd-rel-rel:isCausedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isCausedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is caused by" ;
    owl:inverseOf fibo-fnd-rel-rel:causes ;
    skos:definition "is the relationship between an event (the effect) and a second event (the cause), where the first event is understood as a consequence of the second; also, the relationship between a set of factors (causes) and a phenomenon (the effect)" .

fibo-fnd-rel-rel:isCharacterizedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isCharacterizedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is characterized by" ;
    owl:inverseOf fibo-fnd-rel-rel:characterizes ;
    skos:definition "indicates a quality or feature of something, distinguishing it from something else" .

fibo-fnd-rel-rel:isConferredBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isConferredBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is conferred by" ;
    owl:inverseOf fibo-fnd-rel-rel:confers ;
    skos:definition "a relationship between a right or obligation and the vehicle, such as an agreement or contract, that vests (or confers) said right or obligation" ;
    fibo-fnd-utl-av:explanatoryNote "This property should be read as describing some legal power or duty, some commitment or some social construct being conferred as a result of some social construct such as an agreement or some legal authority. These concepts, which would describe the kind of thing of which this is a property, and the kinds of thing in terms of which this property is framed, are outside the scope of this model and so are not shown." .

fibo-fnd-rel-rel:isConferredOn
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isConferredOn" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is conferred on" ;
    rdfs:range fibo-fnd-aap-agt:AutonomousAgent ;
    skos:definition "that on which the conferred thing is conferred" .

fibo-fnd-rel-rel:isControlledBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isControlledBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is controlled by" ;
    owl:inverseOf fibo-fnd-rel-rel:controls ;
    skos:definition "is influenced, managed, or directed by" .

fibo-fnd-rel-rel:isDefinedIn
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isDefinedIn" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is defined in" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:hasRepresentation ;
    owl:inverseOf fibo-fnd-rel-rel:defines ;
    skos:definition "indicates something that specifies the meaning associated with the subject" ;
    fibo-fnd-utl-av:explanatoryNote "Typically, a concept, such as a classifier or identifier, will be defined in terms of a scheme, contract, specification, standard, or other reference." .

fibo-fnd-rel-rel:isDescribedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isDescribedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is described by" ;
    owl:inverseOf fibo-fnd-rel-rel:describes ;
    skos:definition "has general nature or description" .

fibo-fnd-rel-rel:isDesignatedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isDesignatedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is designated by" ;
    owl:inverseOf fibo-fnd-rel-rel:designates ;
    skos:definition "indicates the party that has assigned or appointed someone to an office or position" .

fibo-fnd-rel-rel:isEvaluatedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isEvaluatedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is evaluated by" ;
    owl:inverseOf fibo-fnd-rel-rel:evaluates ;
    skos:definition "is ascertained or determined by" .

fibo-fnd-rel-rel:isGeneratedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isGeneratedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is generated by" ;
    owl:inverseOf fibo-fnd-rel-rel:generates ;
    skos:definition "identifies some party or something that produces something via some equation, logic, or rules" .

fibo-fnd-rel-rel:isGovernedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isGovernedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is governed by" ;
    owl:inverseOf fibo-fnd-rel-rel:governs ;
    skos:definition "a relationship between a contract, agreement, jurisdiction, or other legal construct and the regulation, policy, procedure, or legal person that regulates or oversees (governs) it" ;
    fibo-fnd-utl-av:explanatoryNote "This property should be read as being the property of some thing and as referring to a logical union of social construct (in the informative abstractions ontology) and legal person." .

fibo-fnd-rel-rel:isHeldBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isHeldBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is held by" ;
    owl:inverseOf fibo-fnd-rel-rel:holds ;
    skos:definition "indicates the party that possesses and has at least partial control of something, regardless of ownership" .

fibo-fnd-rel-rel:isIncludedIn
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isIncludedIn" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is included in" ;
    owl:inverseOf fibo-fnd-rel-rel:comprises ;
    skos:definition "relates something to something that contains it" .

fibo-fnd-rel-rel:isIssuedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isIssuedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is issued by" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:isProvidedBy ;
    skos:definition "indicates a functional entity or party responsible for circulating, distributing, or publishing something" ;
    fibo-fnd-utl-av:adaptedFrom "http://www.thefreedictionary.com/issue"^^xsd:anyURI .

fibo-fnd-rel-rel:isManagedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isManagedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is managed by" ;
    skos:definition "relates something to another thing that has some role in directing its affairs" ;
    fibo-fnd-utl-av:explanatoryNote "The target or range of this property should be read as always being some kind of 'relative thing', that is a thing defined in some context. Generally this will be a 'party in role'. This property is not intended to be used to relate a thing to some independent thing which it is managed by, only to something in the role of being that which manages it." .

fibo-fnd-rel-rel:isMandatedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isMandatedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is mandated by" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:isConferredBy ;
    skos:definition "relates a responsibility, capacity, or action to that which requires it" .

fibo-fnd-rel-rel:isProducedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isProducedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is produced by" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:isProvidedBy ;
    owl:inverseOf fibo-fnd-rel-rel:produces ;
    skos:definition "identifies the producer that fabricates, manufactures or otherwise creates something through some production process" .

fibo-fnd-rel-rel:isProvidedBy
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:isProvidedBy" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "is provided by" ;
    owl:inverseOf fibo-fnd-rel-rel:provides ;
    skos:definition "is made available by" ;
    fibo-fnd-utl-av:explanatoryNote "The target or range of this property should be read as always being some kind of 'relative thing', that is a thing defined in some context. Generally this will be a 'party in role'. This property is not intended to be used to relate a thing to some independent thing which it is provided by, only to something in the role of being that which provides it." .

fibo-fnd-rel-rel:issues
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:issues" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "issues" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:provides ;
    owl:inverseOf fibo-fnd-rel-rel:isIssuedBy ;
    skos:definition "officially makes something available" ;
    fibo-fnd-utl-av:adaptedFrom "http://www.merriam-webster.com/dictionary/issue"^^xsd:anyURI .

fibo-fnd-rel-rel:manages
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:manages" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "manages" ;
    owl:inverseOf fibo-fnd-rel-rel:isManagedBy ;
    skos:definition "relates an autonomous agent to something that it directs in some way" ;
    fibo-fnd-utl-av:explanatoryNote "This property should be read as always being a property of some kind of 'relative thing', that is a thing defined in some context. Generally this will be a 'party in role'. This property is not intended to be used to relate some independent thing to that which it manages, instead it must only be a property of something in the role of being that which manages some thing." .

fibo-fnd-rel-rel:mandates
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:mandates" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "mandates" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:confers ;
    owl:inverseOf fibo-fnd-rel-rel:isMandatedBy ;
    skos:definition "relates something to a commitment, contract, law, obligation, requirement, regulation, or similar concept that requires it" .

fibo-fnd-rel-rel:produces
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:produces" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "produces" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:provides ;
    skos:definition "identifies something that is fabricated, manufactured or created via some production process" .

fibo-fnd-rel-rel:provides
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:provides" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "provides" ;
    skos:definition "makes something available" ;
    fibo-fnd-utl-av:explanatoryNote "This property should be read as always being a property of some kind of 'relative thing', that is a thing defined in some context. Generally this will be a 'party in role'. This property is not intended to be used to relate some independent thing to that which it provides, instead it must only be a property of something in the role of being that which provides some thing." .

fibo-fnd-rel-rel:refersTo
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:refersTo" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "refers to" ;
    skos:definition "classifies, provides context for, or indicates" .

fibo-fnd-rel-rel:represents
    a owl:ObjectProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:represents" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "represents" ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:refersTo ;
    owl:inverseOf fibo-fnd-rel-rel:hasRepresentation ;
    skos:definition "illustrates, symbolizes, exemplifies, stands for, or means" .

fibo-fnd-rel-rel:wasFormerlyKnownAs
    a owl:DatatypeProperty ;
    rdfs:comment "QName: fibo-fnd-rel-rel:wasFormerlyKnownAs" ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/> ;
    rdfs:label "was formerly known as" ;
    rdfs:subPropertyOf lcc-lr:hasName ;
    skos:definition "a name by which something was known in the past" .

lcc-cr:classifies
    a owl:ObjectProperty ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:refersTo .

lcc-lr:denotes
    a owl:ObjectProperty ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:represents .

lcc-lr:hasDenotation
    a owl:ObjectProperty ;
    rdfs:subPropertyOf fibo-fnd-rel-rel:hasRepresentation .

