IRI: http://visualartsdna.org/model/SculpturalMaterial
@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#> .
cwva:SculpturalMaterial a owl:Class ;
rdfs:label "Sculptural Material" ;
rdfs:comment "Materials for sculptures: clay, stone, metal, wood, plastic." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Sculpture> ;
rdfs:subClassOf cwva:PrimaryMaterial .
<?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/model/SculpturalMaterial">
<rdfs:comment>Materials for sculptures: clay, stone, metal, wood, plastic.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Sculpture"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/PrimaryMaterial"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Sculptural Material</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SculpturalMaterial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Materials for sculptures: clay, stone, metal, wood, plastic."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sculptural Material"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Sculpture"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/PrimaryMaterial"
}
]
}
]<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#comment> "Materials for sculptures: clay, stone, metal, wood, plastic." .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Sculpture> .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/PrimaryMaterial> .
<http://visualartsdna.org/model/SculpturalMaterial> <http://www.w3.org/2000/01/rdf-schema#label> "Sculptural Material" .