IRI: http://visualartsdna.org/model/ArtsPersonRole
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cwva:ArtsPersonRole a owl:Class ;
rdfs:label "Role of the person in the arts" ;
rdfs:comment "Role as applied to the arts",
"The various functions of individuals within the art world." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://www.dictionary.com/browse/role> ;
rdfs:subClassOf cwva:Art .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtsPersonRole">
<rdfs:comment>Role as applied to the arts</rdfs:comment>
<rdfs:comment>The various functions of individuals within the art world.</rdfs:comment>
<rdfs:label>Role of the person in the arts</rdfs:label>
<rdfs:seeAlso rdf:resource="https://www.dictionary.com/browse/role"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/Art"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtsPersonRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Role as applied to the arts"
},
{
"@value": "The various functions of individuals within the art world."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Role of the person in the arts"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.dictionary.com/browse/role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/Art"
}
]
}
]<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#label> "Role of the person in the arts" .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#comment> "Role as applied to the arts" .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#comment> "The various functions of individuals within the art world." .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.dictionary.com/browse/role> .
<http://visualartsdna.org/model/ArtsPersonRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/Art> .