https://schema.org/roleName
A role played, performed or filled by a person or organization. For example, the standardised roles associated with concerts, like 'music arranger', 'composer', or 'conductor'.
DOMAIN | PROPERTY | RANGE |
---|---|---|
sdo:Role | sdo:roleName | xsd:string |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdo: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sdo:roleName a rdf:Property ;
rdfs:label "roleName"@en,
"rol naam"@nl ;
rdfs:comment "A role played, performed or filled by a person or organization. For example, the standardised roles associated with concerts, like 'music arranger', 'composer', or 'conductor'."@en,
"Een rol die wordt gespeeld, uitgevoerd of vervuld door een persoon of organisatie. Bijvoorbeeld de gestandaardiseerde rollen die bij concerten horen, zoals 'arrangeur', 'componist' of 'dirigent'."@nl ;
rdfs:domain sdo:Role ;
rdfs:range xsd:string .