http://scigraph.springernature.com/ontologies/core/hasProductMarketCode
The :hasProductMarketCode property relates a product-market-code to a publication.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:Publication | ns1:hasProductMarketCode | ns1:ProductMarketCode |
@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 .