ns1:hasJournal leaf node


URI

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

Label

Property: has journal

Description

The :hasJournal property relates a publication to a journal.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ns1:hasJournal ns1:Journal

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:hasJournal a owl:ObjectProperty ;
    rdfs:label "Property: has journal"@en ;
    rdfs:comment "The :hasJournal property relates a publication to a journal."@en ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range ns1:Journal .