@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:SciArt a owl:Class ;
rdfs:label "SciArt" ;
rdfs:comment "Art blending artistic and scientific practices." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://www.emergingcreativesofscience.com/post/what-is-sciart> ;
rdfs:subClassOf cwva:VisualArtForm .
<?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/SciArt">
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>SciArt</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/VisualArtForm"/>
<rdfs:seeAlso rdf:resource="https://www.emergingcreativesofscience.com/post/what-is-sciart"/>
<rdfs:comment>Art blending artistic and scientific practices.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/SciArt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Art blending artistic and scientific practices."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "SciArt"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://www.emergingcreativesofscience.com/post/what-is-sciart"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/VisualArtForm"
}
]
}
]<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#label> "SciArt" .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/VisualArtForm> .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://www.emergingcreativesofscience.com/post/what-is-sciart> .
<http://visualartsdna.org/model/SciArt> <http://www.w3.org/2000/01/rdf-schema#comment> "Art blending artistic and scientific practices." .