http://scigraph.springernature.com/ontologies/core/hasConferenceSeries
The :hasConferenceSeries property relates a conference to its series.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:Conference | ns1:hasConferenceSeries | ns1:ConferenceSeries |
@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 .