IRI: http://visualartsdna.org/thesaurus/symbol
@prefix cwva: <http://visualartsdna.org/model/> .
@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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
the:symbol a owl:DatatypeProperty ;
rdfs:label "symbol" ;
rdfs:comment "A symbol derived from the pigment name and source. This enables an interface to the very physical world of the artist selecting paints, where entering complete pigment names, especially with mixed paints, is not expedient." ;
rdfs:domain cwva:Paint ;
rdfs:range xsd:string .
<?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/symbol">
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdfs:label>symbol</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment>A symbol derived from the pigment name and source. This enables an interface to the very physical world of the artist selecting paints, where entering complete pigment names, especially with mixed paints, is not expedient.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/symbol",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A symbol derived from the pigment name and source. This enables an interface to the very physical world of the artist selecting paints, where entering complete pigment names, especially with mixed paints, is not expedient."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/Paint"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "symbol"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Paint> .
<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/2000/01/rdf-schema#label> "symbol" .
<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/2000/01/rdf-schema#comment> "A symbol derived from the pigment name and source. This enables an interface to the very physical world of the artist selecting paints, where entering complete pigment names, especially with mixed paints, is not expedient." .
<http://visualartsdna.org/thesaurus/symbol> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .