@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema:<http://schema.org/> .

# Dataset 2, Van Abbe collectie
<https://data.mediakunst.net/dataset/van-abbe-single-channel-artworks>
    a schema:Dataset ;
    schema:identifier "https://data.mediakunst.net/dataset/van-abbe-single-channel-artworks"^^xsd:string ;
    schema:name "Dataset of single channel video artworks from the Van Abbe collection"@en, "Dataset van eenkanaalse videokunstwerken uit de Vaan Abbe collectie"@nl ;
    schema:description "A dataset consisting of all single channel video artworks that exist in the collection of the Van Abbemuseum."@en, "Een dataset bestaande uit alle eenkanaalse videokunstwerken die zich bevinden in de collectie van het Van Abbemuseum."@nl ;
    schema:creator <https://li-ma.nl/> ;
    schema:publisher <https://li-ma.nl/> ;
    schema:about <http://vocab.getty.edu/aat/300102067> ;
    schema:temporalCoverage "1960/.." ;
    schema:dateCreated "2026-03-19"^^schema:Date ;
    schema:dateModified "2026-05-23"^^schema:Date ;
    schema:datePublished "2026-03-19"^^schema:Date ;
    schema:inLanguage "nl-NL"^^xsd:string, "en-US"^^xsd:string ;
    schema:version "1.0"^^xsd:string ;
    schema:keywords "mediakunst"@nl, "digitale kunst"@nl, "digital art"@en, "media art"@en ;
    schema:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    schema:includedInDataCatalog <https://data.mediakunst.net/datacatalog> ;
    schema:distribution [
        a schema:DataDownload ;
        schema:name "Datadump in RDF"^^xsd:string ;
        schema:description "Datadump in turtle formaat van de single channel videowerken uit de LI-Ma collectie."@nl, "Datadump in RDF turtle format of the single channel artworks in the LI-MA-collection." ;
        schema:encodingFormat "text/turtle"^^xsd:string ;
        schema:dateCreated "2026-03-19"^^schema:Date ;
        schema:dateModified "2026-05-23"^^schema:Date ;
        schema:datePublished "2026-03-19"^^schema:Date ;
        schema:inLanguage "nl-NL"^^xsd:string, "en-US"^^xsd:string ;
        schema:contentUrl <https://data.mediakunst.net/dataset/van-abbe-single-channel-artworks.ttl> ;
        schema:license <https://creativecommons.org/publicdomain/zero/1.0/>
    ]
.

# Data catalog
<https://data.mediakunst.net/datacatalog>
    a schema:DataCatalog  ;
    schema:name "Open Data collectie van LI-MA"@nl, "Open Data collection of LI-MA"@en ;
    schema:description "Alle open data beschikbaar gesteld door LI-MA"@nl, "All open datasets ad published by LI-MA."@en ;
    schema:publisher <https://li-ma.nl/> ;
    schema:dataset <https://data.mediakunst.net/dataset/van-abbe-single-channel-artworks> ; # minimaal 1 dataset
.

# Organisatie, gebruikt als creator en publisher
<https://li-ma.nl/>
    a schema:Organization ;
    schema:name "LI-MA Mediakunst"@nl, "LI-MA Digital art"@en ;
    schema:identifier "NL-lima"^^xsd:string ;
    schema:contactPoint [
        a schema:ContactPoint ;
        schema:email "contact@li-ma.nl"^^xsd:string ;
        schema:name "Joost Dofferhoff"^^xsd:string
    ] .
