IRI: http://visualartsdna.org/thesaurus/Organization
@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:Organization a owl:Class ;
rdfs:label "Organization" ;
rdfs:comment "an organized body of people with a particular purpose, especially a business, society, association, etc." ;
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/Organization">
<rdfs:label>Organization</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:comment>an organized body of people with a particular purpose, especially a business, society, association, etc.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Organization",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "an organized body of people with a particular purpose, especially a business, society, association, etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Organization"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
]
}
]<http://visualartsdna.org/thesaurus/Organization> <http://www.w3.org/2000/01/rdf-schema#label> "Organization" .
<http://visualartsdna.org/thesaurus/Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/thesaurus/Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "an organized body of people with a particular purpose, especially a business, society, association, etc." .
<http://visualartsdna.org/thesaurus/Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/thesaurus/Entity> .