IRI: http://visualartsdna.org/model/ArtForm
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
cwva:ArtForm a owl:Class ;
rdfs:label "Art Form" ;
rdfs:comment "Category or channel of artistic expression. Replaces the ambiguous 'Medium' class." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/List_of_art_media> ;
rdfs:subClassOf cwva:ArtRealization ;
skos:altLabel "Art Category",
"Art Media (broad sense)" .
<?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#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/ArtForm">
<rdfs:comment>Category or channel of artistic expression. Replaces the ambiguous 'Medium' class.</rdfs:comment>
<rdfs:label>Art Form</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtRealization"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/List_of_art_media"/>
<skos:altLabel>Art Media (broad sense)</skos:altLabel>
<skos:altLabel>Art Category</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/ArtForm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Category or channel of artistic expression. Replaces the ambiguous 'Medium' class."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Art Form"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/List_of_art_media"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtRealization"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Art Media (broad sense)"
},
{
"@value": "Art Category"
}
]
}
]<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#comment> "Category or channel of artistic expression. Replaces the ambiguous 'Medium' class." .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#label> "Art Form" .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtRealization> .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2004/02/skos/core#altLabel> "Art Category" .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/List_of_art_media> .
<http://visualartsdna.org/model/ArtForm> <http://www.w3.org/2004/02/skos/core#altLabel> "Art Media (broad sense)" .