@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

gitz:hnq.work.paint.1985.0002
  a rdf:Description, schema:VisualArtwork, aat:300033799 ;
  schema:url <https://gitzw.art/henk-van-den-berg/work/painting/1985/0002> ;
  schema:image gitz:#hnq.1985.aardbeien_01.jpg ;
  rdfs:label "aardbeien paars"@nl ;
  schema:artMedium aat:300015050 ;
  schema:artworkSurface aat:300014078 ;
  dc:created "1985"^^xsd:dateTime ;
  dc:creator gitz:hnq ;
  schema:copyrightHolder gitz:hnq ;
  schema:license <https://creativecommons.org/licenses/by-nc-nd/4.0/> .

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

