IRI: http://visualartsdna.org/thesaurus/Study
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:Study a owl:Class ;
rdfs:label "Study" ;
rdfs:comment "a preliminary work or practice piece that an artist creates to help them plan their final piece." ;
rdfs:subClassOf the:Entity .
<?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/thesaurus/Study">
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:comment>a preliminary work or practice piece that an artist creates to help them plan their final piece.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Study</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Study",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a preliminary work or practice piece that an artist creates to help them plan their final piece."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Study"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Study> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/Study> <http://www.w3.org/2000/01/rdf-schema#comment> "a preliminary work or practice piece that an artist creates to help them plan their final piece." .
<http://visualartsdna.org/thesaurus/Study> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Study> <http://www.w3.org/2000/01/rdf-schema#label> "Study" .