@prefix gitz: <http://gitzw.art/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix aat: <http://vocab.getty.edu/aat/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

gitz:hnq.work.paint.2023.0004
  a rdf:Description, schema:VisualArtwork, aat:300181918 ;
  schema:url <https://gitzw.art/henk-van-den-berg/work/painting/2023/0004> ;
  schema:image gitz:#hnq.2023._DSC0333.JPG ;
  rdfs:label "wit water"@nl, "white waters"@en ;
  qudt:width [
    rdf:value 200.0 ;
    qudt:unit unit:CentiM
  ] ;
  qudt:height [
    rdf:value 120.0 ;
    qudt:unit unit:CentiM
  ] ;
  schema:artMedium aat:300015058, aat:300022414 ;
  schema:artworkSurface aat:300014078 ;
  dc:created "2023-08"^^xsd:dateTime ;
  dc:creator gitz:hnq ;
  schema:copyrightHolder gitz:hnq ;
  schema:license <https://creativecommons.org/licenses/by-nc-nd/4.0/> .

gitz:#hnq.2023._DSC0333.JPG
  a rdf:Description, schema:ImageObject ;
  schema:url <https://gitzw.art/img/resized/3000x3000/hnq/2023/_DSC0333.JPG> ;
  schema:copyrightHolder gitz:hnq .

