IRI: http://visualartsdna.org/thesaurus/tag
@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:tag a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "tag" ;
rdfs:comment "A symmetric semantic relation between a resource and a resource." ;
rdfs:domain rdfs:Resource .
<?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/tag">
<rdfs:comment>A symmetric semantic relation between a resource and a resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:label>tag</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/tag",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A symmetric semantic relation between a resource and a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "tag"
}
]
}
]<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/2000/01/rdf-schema#label> "tag" .
<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/2000/01/rdf-schema#comment> "A symmetric semantic relation between a resource and a resource." .
<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://visualartsdna.org/thesaurus/tag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Resource> .