ns1:hasPublisher leaf node


URI

http://scigraph.springernature.com/ontologies/core/hasPublisher

Label

Property: has publisher

Description

The :hasPublisher property relates a publication to the organization that publishes it.

Usage

DOMAINPROPERTYRANGE
ns1:Publication ns1:hasPublisher ns1:Publisher

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:hasPublisher a owl:ObjectProperty ;
    rdfs:label "Property: has publisher"@en ;
    rdfs:comment "The :hasPublisher property relates a publication to the organization that publishes it."@en ;
    rdfs:domain ns1:Publication ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range ns1:Publisher .