IRI: http://visualartsdna.org/thesaurus/ARGB
@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:ARGB a owl:DatatypeProperty ;
rdfs:label "ARGB" ;
rdfs:comment "Hexadecimal representation of ARGB image color identifier" ;
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/ARGB">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/Paint"/>
<rdfs:label>ARGB</rdfs:label>
<rdfs:comment>Hexadecimal representation of ARGB image color identifier</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/ARGB",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Hexadecimal representation of ARGB image color identifier"
}
],
"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": "ARGB"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/Paint> .
<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/2000/01/rdf-schema#label> "ARGB" .
<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/2000/01/rdf-schema#comment> "Hexadecimal representation of ARGB image color identifier" .
<http://visualartsdna.org/thesaurus/ARGB> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .