IRI: http://visualartsdna.org/model/DigitalSculptureTerm
@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:DigitalSculptureTerm a owl:Class ;
rdfs:label "Digital Sculpture Term" ;
rdfs:comment "Terminology applied to the creation or appreciation of digital sculpture." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Digital_sculpting> ;
rdfs:subClassOf cwva:SculptureTerm ;
skos:altLabel "3D sculpting",
"sculpt modeling" .
<?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/DigitalSculptureTerm">
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Digital_sculpting"/>
<rdfs:label>Digital Sculpture Term</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Terminology applied to the creation or appreciation of digital sculpture.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/SculptureTerm"/>
<skos:altLabel>sculpt modeling</skos:altLabel>
<skos:altLabel>3D sculpting</skos:altLabel>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/DigitalSculptureTerm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Terminology applied to the creation or appreciation of digital sculpture."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Digital Sculpture Term"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Digital_sculpting"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/SculptureTerm"
}
],
"http://www.w3.org/2004/02/skos/core#altLabel": [
{
"@value": "sculpt modeling"
},
{
"@value": "3D sculpting"
}
]
}
]<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Digital_sculpting> .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Sculpture Term" .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2004/02/skos/core#altLabel> "sculpt modeling" .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2004/02/skos/core#altLabel> "3D sculpting" .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "Terminology applied to the creation or appreciation of digital sculpture." .
<http://visualartsdna.org/model/DigitalSculptureTerm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/SculptureTerm> .