http://scigraph.springernature.com/ontologies/core/hasTechnicalArticleType
The :hasTechnicalArticleType relates an article to a technical-article-type.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:Article | ns1:hasTechnicalArticleType | ns1:TechnicalArticleType |
@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 .