IRI: http://visualartsdna.org/model/TechnologyEngineering
@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:TechnologyEngineering a owl:Class ;
rdfs:label "Technology and Engineering" ;
rdfs:comment "Technology is the application of knowledge to solve problems, while engineering is the profession that uses scientific, mathematical, and empirical methods to design and build those technological solutions." ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Engineering#:~:text=Engineering%20is%20the%20practice%20of%20using%20natural,design%20process%20to%20solve%20problems%20within%20technology%2C>,
<https://en.wikipedia.org/wiki/Technology#:~:text=Technology%20is%20the%20application%20of%20conceptual%20knowledge,practical%20goals%2C%20especially%20in%20a%20reproducible%20way.> ;
rdfs:subClassOf cwva:ContextualAnalysis .
<?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/TechnologyEngineering">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Technology and Engineering</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Technology#:~:text=Technology%20is%20the%20application%20of%20conceptual%20knowledge,practical%20goals%2C%20especially%20in%20a%20reproducible%20way."/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Engineering#:~:text=Engineering%20is%20the%20practice%20of%20using%20natural,design%20process%20to%20solve%20problems%20within%20technology%2C"/>
<rdfs:subClassOf rdf:resource="http://visualartsdna.org/model/ContextualAnalysis"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Technology is the application of knowledge to solve problems, while engineering is the profession that uses scientific, mathematical, and empirical methods to design and build those technological solutions.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/TechnologyEngineering",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Technology is the application of knowledge to solve problems, while engineering is the profession that uses scientific, mathematical, and empirical methods to design and build those technological solutions."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Technology and Engineering"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Technology#:~:text=Technology%20is%20the%20application%20of%20conceptual%20knowledge,practical%20goals%2C%20especially%20in%20a%20reproducible%20way."
},
{
"@id": "https://en.wikipedia.org/wiki/Engineering#:~:text=Engineering%20is%20the%20practice%20of%20using%20natural,design%20process%20to%20solve%20problems%20within%20technology%2C"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://visualartsdna.org/model/ContextualAnalysis"
}
]
}
]<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#label> "Technology and Engineering" .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Technology#:~:text=Technology%20is%20the%20application%20of%20conceptual%20knowledge,practical%20goals%2C%20especially%20in%20a%20reproducible%20way.> .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#comment> "Technology is the application of knowledge to solve problems, while engineering is the profession that uses scientific, mathematical, and empirical methods to design and build those technological solutions." .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Engineering#:~:text=Engineering%20is%20the%20practice%20of%20using%20natural,design%20process%20to%20solve%20problems%20within%20technology%2C> .
<http://visualartsdna.org/model/TechnologyEngineering> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://visualartsdna.org/model/ContextualAnalysis> .