ns1:hasConferenceSeries leaf node


URI

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

Label

Property: has conference series

Description

The :hasConferenceSeries property relates a conference to its series.

Usage

DOMAINPROPERTYRANGE
ns1:Conference ns1:hasConferenceSeries ns1:ConferenceSeries

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:hasConferenceSeries a owl:ObjectProperty ;
    rdfs:label "Property: has conference series"@en ;
    rdfs:comment "The :hasConferenceSeries property relates a conference to its series."@en ;
    rdfs:domain ns1:Conference ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range ns1:ConferenceSeries .