IRI: http://visualartsdna.org/thesaurus/Entity
@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:Entity a owl:Class ;
rdfs:label "Entity" ;
rdfs:comment "a thing with distinct and independent existence." ;
rdfs:subClassOf skos:Concept .
<?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/Entity">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment>a thing with distinct and independent existence.</rdfs:comment>
<rdfs:label>Entity</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/Entity",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "a thing with distinct and independent existence."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
]
}
]<http://visualartsdna.org/thesaurus/Entity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/thesaurus/Entity> <http://www.w3.org/2000/01/rdf-schema#comment> "a thing with distinct and independent existence." .
<http://visualartsdna.org/thesaurus/Entity> <http://www.w3.org/2000/01/rdf-schema#label> "Entity" .
<http://visualartsdna.org/thesaurus/Entity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .