ns1:hasJournalBrand leaf node


URI

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

Label

Property: has journal brand

Description

The :hasJournalBrand property relates a publication to a journal brand.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ns1:hasJournalBrand ns1:JournalBrand

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