@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix fibo-be-fct-pub: <https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/> .
@prefix fibo-fnd-arr-doc: <https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/> .
@prefix fibo-fnd-pty-pty: <https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/> .
@prefix fibo-fnd-pty-rl: <https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/> .
@prefix fibo-fnd-utl-av: <https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/> .
@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/BE/FunctionalEntities/Publishers/>
    dct:abstract "This ontology defines the fundamental concepts for publishers of information, including entities whose primary function is to publish, and entities (whether or not they are publishers in that sense) which are in the role of the publisher of some information. This ontology also includes the published information itself, i.e. the publication." ;
    dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ;
    sm:contentLanguage "https://www.w3.org/TR/owl2-quick-reference/"^^xsd:anyURI ;
    sm:copyright "Copyright (c) 2013-2022 EDM Council, Inc.", "Copyright (c) 2013-2022 Object Management Group, Inc." ;
    sm:dependsOn "https://spec.edmcouncil.org/fibo/ontology/FND/"^^xsd:anyURI ;
    sm:fileAbbreviation "fibo-be-fct-pub" ;
    sm:filename "Publishers.rdf" ;
    a owl:Ontology ;
    rdfs:label "Publishers Ontology" ;
    owl:imports <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Arrangements/Documents/>, <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Parties/Parties/>, <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Parties/Roles/>, <https://spec.edmcouncil.org/fibo/ontology/master/latest/FND/Utilities/AnnotationVocabulary/> ;
    owl:versionIRI <https://spec.edmcouncil.org/fibo/ontology/master/latest/BE/FunctionalEntities/Publishers/> ;
    skos:changeNote "The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers.rdf version of this ontology was modified per the FIBO 2.0 RFC.", "The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report.", "The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers.rdf version of this ontology was modified to deprecate publishing house rather than having two disconnected concepts, clean up the related restrictions, and add market data provider (originally in IND).", "The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers.rdf version of this ontology was modified to eliminate references to external dictionary sites that no longer resolve." ;
    fibo-fnd-utl-av:hasMaturityLevel fibo-fnd-utl-av:Release .

fibo-be-fct-pub:MarketDataProvider
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/> ;
    rdfs:label "market data provider" ;
    rdfs:subClassOf fibo-be-fct-pub:Publisher ;
    skos:definition "publisher of data relevant to financial markets" ;
    fibo-fnd-utl-av:explanatoryNote "Market data providers include exchanges and independent data vendors, among others. Market valuation and related control and risk processes typically require explicit documentation of the source for a given market rate, such as an interest rate benchmark, exchange rate, stock prices, and so forth." .

fibo-be-fct-pub:Publication
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/> ;
    rdfs:label "publication" ;
    rdfs:subClassOf fibo-fnd-arr-doc:Document ;
    skos:definition "anything made public by print (such as a newspaper, magazine, pamphlet, letter, telegram, via computer modem or program, or in a poster, brochure or pamphlet), orally, or by broadcast (radio, television)" .

fibo-be-fct-pub:Publisher
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/> ;
    rdfs:label "publisher" ;
    rdfs:subClassOf fibo-fnd-pty-pty:PartyInRole, [
        a owl:Restriction ;
        owl:onClass fibo-fnd-pty-pty:IndependentParty ;
        owl:onProperty fibo-fnd-pty-rl:isPlayedBy ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] ;
    skos:definition "party responsible for the printing or distribution of digital or printed information" ;
    fibo-fnd-utl-av:explanatoryNote "Publishers may also include banks, government agencies and the like." .

fibo-be-fct-pub:PublishingHouse
    a owl:Class ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/> ;
    owl:deprecated true ;
    owl:equivalentClass fibo-be-fct-pub:Publisher .

fibo-be-fct-pub:hasPublisher
    a owl:ObjectProperty ;
    rdfs:domain fibo-be-fct-pub:Publication ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/> ;
    rdfs:label "has publisher" ;
    rdfs:range fibo-be-fct-pub:Publisher ;
    owl:inverseOf fibo-be-fct-pub:publishes ;
    skos:definition "indicates the party in the role of issuing the information" .

fibo-be-fct-pub:isPublishedBy
    a owl:ObjectProperty ;
    rdfs:domain fibo-be-fct-pub:Publication ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/> ;
    rdfs:label "is published by" ;
    rdfs:range fibo-fnd-pty-pty:IndependentParty ;
    skos:definition "identifies the independent party (i.e., the individual or organization) that disseminates the material" .

fibo-be-fct-pub:publishes
    a owl:ObjectProperty ;
    rdfs:domain fibo-be-fct-pub:Publisher ;
    rdfs:isDefinedBy <https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/> ;
    rdfs:label "publishes" ;
    rdfs:range fibo-be-fct-pub:Publication ;
    skos:definition "prepares and issues material for public consumption" .

