@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/2b8a2b0f-a823-4f34-9fdb-c607f77fe706> a dcat:Dataset ;
    dct:creator [ a foaf:Person ;
            foaf:familyName "Vincze" ;
            foaf:givenName "Anna Katharina" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Senckenberg Institut für Pflanzenvielfalt" ] ] ;
    dct:description "This project addresses changes in plant phenology, nutrients, and vegetation across space and time within Mongolia. We use near-infrared spectroscopy (NIRS) to measure nutrient content in herbarium specimens (collected roughly between 1960-2025) to track changes in phosphorous, nitrogen and carbon content in dominant typical steppe species across space and time. Furthermore, we analyse changes in community composition and plant traits along a precipitation gradient using repeated vegetation surveys over 12-year time period. In addition, we study plant flowering phenology using both long-term field data and herbarium specimens to assess changes at local and national scales." ;
    dct:identifier "2b8a2b0f-a823-4f34-9fdb-c607f77fe706" ;
    dct:issued "2026-03-19T13:14:27.380084"^^xsd:dateTime ;
    dct:modified "2026-03-19T15:09:21.220734"^^xsd:dateTime ;
    dct:spatial [ a dct:location ;
            dct:locality "Mongolia" ;
            locn:geometry "POLYGON ((87.7300 52.1529, 87.7300 41.5762, 119.9377 41.5762, 119.9377 52.1529, 87.7300 52.1529))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[87.72995, 52.152872], [87.72995, 41.576159], [119.937744, 41.576159], [119.937744, 52.152872], [87.72995, 52.152872]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "1960-01-01T00:00:00"^^xsd:dateTime,
                "2025-12-31T00:00:00"^^xsd:dateTime ] ;
    dct:title "Mongolian vegetation in the past and present" ;
    dcat:keyword "herbarium specimens",
        "near infrared spectroscopy",
        "plant phenology",
        "plant traits" .

[] a schema1:Taxon ;
    schema1:name "Poaceae" ;
    schema1:taxonRank "Family",
        "http://rs.gbif.org/vocabulary/gbif/rank/family" .

[] a schema1:Taxon ;
    schema1:name "Chenopodiaceae" ;
    schema1:taxonRank "Family",
        "http://rs.gbif.org/vocabulary/gbif/rank/family" .

[] a schema1:Taxon ;
    schema1:name "Convolvulaceae" ;
    schema1:taxonRank "Family",
        "http://rs.gbif.org/vocabulary/gbif/rank/family" .

[] a schema1:Taxon ;
    schema1:name "Rosaceae" ;
    schema1:taxonRank "Family",
        "http://rs.gbif.org/vocabulary/gbif/rank/family" .

[] a schema1:Taxon ;
    schema1:name "Orobanchaceae" ;
    schema1:taxonRank "Family",
        "http://rs.gbif.org/vocabulary/gbif/rank/family" .

[] a schema1:Taxon ;
    schema1:name "Asteraceae" ;
    schema1:taxonRank "Family",
        "http://rs.gbif.org/vocabulary/gbif/rank/family" .

[] a schema1:Taxon ;
    schema1:name "Brassicaceae" ;
    schema1:taxonRank "Family",
        "http://rs.gbif.org/vocabulary/gbif/rank/family" .

[] a schema1:Taxon ;
    schema1:name "Fabaceae" ;
    schema1:taxonRank "Family",
        "http://rs.gbif.org/vocabulary/gbif/rank/family" .

