http://scigraph.springernature.com/ontologies/core/hasAffiliation
The :hasAffiliation property specifies the affiliation details of an agent, as it appears in the context of a publication contribution. Note that in most cases this information is non disambiguated or incomplete e.g. we may have an affiliation name but not an identifier.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:Contribution | ns1:hasAffiliation | ns1:Affiliation |
@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:hasAffiliation a owl:ObjectProperty ;
rdfs:label "Property: has affiliation" ;
rdfs:comment "The :hasAffiliation property specifies the affiliation details of an agent, as it appears in the context of a publication contribution. Note that in most cases this information is non disambiguated or incomplete e.g. we may have an affiliation name but not an identifier."@en ;
rdfs:domain ns1:Contribution ;
rdfs:isDefinedBy ns1: ;
rdfs:range ns1:Affiliation .