{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\\n\\nSee also [blog post](http://blog.schema.org/2014/06/introducing-role.html).",
"rdfs:label" : "Role",
"rdfs:subClassOf" : "schema:Intangible"
},
"properties" : {
"schema:endDate" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).",
"rdfs:label" : "endDate",
"schema:domainIncludes" : [
"schema:EducationalOccupationalProgram",
"schema:Schedule",
"schema:MerchantReturnPolicySeasonalOverride",
"schema:DatedMoneySpecification",
"schema:CreativeWorkSeries",
"schema:Role",
"schema:CreativeWorkSeason",
"schema:Event"
],
"schema:rangeIncludes" : [
"schema:DateTime",
"schema:Date"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2486"
},
"schema:namedPosition" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.",
"rdfs:label" : "namedPosition",
"schema:domainIncludes" : "schema:Role",
"schema:rangeIncludes" : [
"schema:URL",
"schema:Text"
],
"schema:supersededBy" : "schema:roleName"
},
"schema:roleName" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.",
"rdfs:label" : "roleName",
"schema:domainIncludes" : "schema:Role",
"schema:rangeIncludes" : [
"schema:Text",
"schema:URL"
]
},
"schema:startDate" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).",
"rdfs:label" : "startDate",
"schema:domainIncludes" : [
"schema:CreativeWorkSeries",
"schema:Role",
"schema:CreativeWorkSeason",
"schema:Event",
"schema:EducationalOccupationalProgram",
"schema:Schedule",
"schema:MerchantReturnPolicySeasonalOverride",
"schema:DatedMoneySpecification"
],
"schema:rangeIncludes" : [
"schema:Date",
"schema:DateTime"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2486"
}
}
}