IRI: http://visualartsdna.org/model/BindingAgent
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
cwva:BindingAgent a owl:Class ;
rdfs:label "Binding Agent" ;
rdfs:comment "Substance holding pigment particles together and adhering them to support." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Binder_(material)> ;
rdfs:subClassOf cwva:ArtMaterial ;
skos:altLabel "Binder",
"Vehicle" .
<?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#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://visualartsdna.org/model/BindingAgent">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Binder_(material)"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Binding Agent</rdfs:label>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ArtMaterial"/>
<rdfs:comment>Substance holding pigment particles together and adhering them to support.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<skos:altLabel>Binder</skos:altLabel>
<skos:altLabel>Vehicle</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/BindingAgent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Substance holding pigment particles together and adhering them to support."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Binding Agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Binder_(material)"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ArtMaterial"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "Binder"
},
{
"@value": "Vehicle"
}
]
}
]<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2004/02/skos/core#altLabel> "Binder" .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Binder_(material)> .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2004/02/skos/core#altLabel> "Vehicle" .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#label> "Binding Agent" .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ArtMaterial> .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#comment> "Substance holding pigment particles together and adhering them to support." .
<http://visualartsdna.org/model/BindingAgent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .