http://scigraph.springernature.com/ontologies/core/isGroup
The :isGroup property marks whether a :Contribution name refers to a collective agent, i.e. a group of people or an institution.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ns1:Contribution | ns1:isGroup | xsd:boolean |
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ns1:isGroup a owl:DatatypeProperty ;
rdfs:label "Property: is group"@en ;
rdfs:comment "The :isGroup property marks whether a :Contribution name refers to a collective agent, i.e. a group of people or an institution."@en ;
rdfs:domain ns1:Contribution ;
rdfs:isDefinedBy ns1: ;
rdfs:range xsd:boolean .