ns1:hasProductMarketCode leaf node


URI

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

Label

Property: has product-market-code

Description

The :hasProductMarketCode property relates a product-market-code to a publication.

Inherits from

Usage

DOMAINPROPERTYRANGE
ns1:Publication ns1:hasProductMarketCode ns1:ProductMarketCode

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:hasProductMarketCode a owl:ObjectProperty ;
    rdfs:label "Property: has product-market-code"@en ;
    rdfs:comment "The :hasProductMarketCode property relates a product-market-code to a publication."@en ;
    rdfs:domain ns1:Publication ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range ns1:ProductMarketCode ;
    rdfs:subPropertyOf ns1:hasCategory .