@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dataportal.senckenberg.de/dataset/c4144dbe-5c12-4f37-a1ab-ecd6ee37b2bd> a dcat:Dataset ;
    dct:contributor [ a foaf:Person ;
            foaf:familyName "Pstrokoński" ;
            foaf:givenName "Paweł" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Warsaw University of Life Sciences" ] ] ;
    dct:creator [ a foaf:Person ;
            foaf:familyName "Päckert" ;
            foaf:givenName "Martin" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Senckenberg Natural History Collections Dresden" ] ] ;
    dct:description "This data set is part of a project in cooperation with the University of Warsaw, Poland, dedicated to the development of an AI-based identification method (using Convolutional Neural Networks; CNNs) for bird eggs. Of the target taxon (Western Palearctic species of shrikes, genus Lanius) digital photographs were taken from 1056 eggs (of 175 clutches) from the ornithological collection SNSD (mainly collection W. Makatsch) and size parameters were measured (and if available transcribed from Makatsch’s original catalogue data)." ;
    dct:identifier "c4144dbe-5c12-4f37-a1ab-ecd6ee37b2bd" ;
    dct:isReferencedBy <https://doi.org/10.1371/journal.pone.0321532> ;
    dct:issued "2026-04-28T09:31:04.487688"^^xsd:dateTime ;
    dct:modified "2026-04-28T09:31:09.981890"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/a55b88d5-f152-4029-a00d-5f32a03312df> ;
    dct:spatial [ a dct:location ;
            dct:locality "Western Palearctic" ;
            locn:geometry "POLYGON ((-14.0000 54.6900, -14.0000 28.4300, 34.9500 28.4300, 34.9500 54.6900, -14.0000 54.6900))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[-14.0, 54.69], [-14.0, 28.43], [34.95, 28.43], [34.95, 54.69], [-14.0, 54.69]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "1897-01-01T00:00:00"^^xsd:dateTime,
                "1995-12-31T00:00:00"^^xsd:dateTime ] ;
    dct:title "Application of Explainable AI methods for taxonomic classification in bird egg collections" ;
    dcat:keyword "artificial intelligence",
        "bird eggs",
        "species identification" .

<https://dataportal.senckenberg.de/organization/a55b88d5-f152-4029-a00d-5f32a03312df> a foaf:Organization ;
    foaf:name "SNSD - Ornithology (MTK)" .

<https://doi.org/10.1371/journal.pone.0321532> a schema1:PublicationEvent ;
    schema1:identifier "doi:10.1371/journal.pone.0321532" ;
    schema1:url "https://doi.org/10.1371/journal.pone.0321532" .

[] a schema1:Taxon ;
    schema1:name "Lanius" ;
    schema1:taxonRank "Genus",
        "http://rs.gbif.org/vocabulary/gbif/rank/genus" .

