IRI: http://visualartsdna.org/thesaurus/Topic
@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#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:Topic a owl:Class ;
rdfs:label "Topic" ;
rdfs:comment "Supports document outlining",
"the main subject, theme, or area of focus of a discussion, text, artwork, or field of study." ;
rdfs:subClassOf skos:OrderedCollection .
<?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/Topic">
<rdfs:label>Topic</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>the main subject, theme, or area of focus of a discussion, text, artwork, or field of study.</rdfs:comment>
<rdfs:comment>Supports document outlining</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#OrderedCollection"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Topic",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "the main subject, theme, or area of focus of a discussion, text, artwork, or field of study."
},
{
"@value": "Supports document outlining"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Topic"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#OrderedCollection"
}
]
}
]<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/2000/01/rdf-schema#label> "Topic" .
<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/2000/01/rdf-schema#comment> "Supports document outlining" .
<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#OrderedCollection> .
<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Topic> <http://www.w3.org/2000/01/rdf-schema#comment> "the main subject, theme, or area of focus of a discussion, text, artwork, or field of study." .