ns1:hasTechnicalArticleType leaf node


URI

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

Label

Property: has techincal-article-type

Description

The :hasTechnicalArticleType relates an article to a technical-article-type.

Usage

DOMAINPROPERTYRANGE
ns1:Article ns1:hasTechnicalArticleType ns1:TechnicalArticleType

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:hasTechnicalArticleType a owl:ObjectProperty ;
    rdfs:label "Property: has techincal-article-type"@en ;
    rdfs:comment "The :hasTechnicalArticleType relates an article to a technical-article-type."@en ;
    rdfs:domain ns1:Article ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range ns1:TechnicalArticleType .