@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:hasPaperFinish a owl:DatatypeProperty ;
rdfs:label "has paper finish" ;
rdfs:comment "The finish of the paper." ;
rdfs:domain cwva:PaperSupport ;
rdfs:isDefinedBy cwva: ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Art_Papers> .
<?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/hasPaperFinish">
<rdfs:comment>The finish of the paper.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Art_Papers"/>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:label>has paper finish</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/PaperSupport"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/hasPaperFinish",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The finish of the paper."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/PaperSupport"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has paper finish"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Art_Papers"
}
]
}
]<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#comment> "The finish of the paper." .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Art_Papers> .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#label> "has paper finish" .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/model/hasPaperFinish> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/PaperSupport> .