# TerraFabric Ontology — generated by terrafabric-server
# version 1.0.0

@prefix tf: <https://terrafabric.world/ont#> .
@prefix tfr: <https://terrafabric.world/id/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix schema: <https://schema.org/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .

<https://terrafabric.world/id/collection/dynamic-world> a tf:DataProductCollection ;
    dct:identifier "dynamic-world" ;
    dct:title "Dynamic World Near-Real-Time Land Cover" ;
    dct:description "Per-pixel class probabilities for 9 land cover classes for every Sentinel-2 L1C scene, produced continuously." ;
    tf:providedBy <https://terrafabric.world/id/provider/google-wri> ;
    tf:dataTier tf:tier-product ;
    tf:processingLevel tf:level-L3 ;
    tf:accessClass "free" ;
    tf:hasModality tf:modality-landcover ;
    tf:hasPlatform <https://terrafabric.world/id/platform/sentinel-2a> ;
    tf:hasPlatform <https://terrafabric.world/id/platform/sentinel-2b> ;
    tf:hasPlatform <https://terrafabric.world/id/platform/sentinel-2c> ;
    tf:hasInstrument <https://terrafabric.world/id/instrument/msi> ;
    tf:gsdMeters "10"^^xsd:decimal ;
    tf:revisitHours "120"^^xsd:decimal ;
    tf:latencyHours "12"^^xsd:decimal ;
    tf:allWeather false ;
    tf:nightCapable false ;
    tf:taskable false ;
    tf:license <https://terrafabric.world/id/license/cc-by-4.0> ;
    tf:releasability tf:marking-public ;
    dcat:keyword "LULC" ;
    dcat:keyword "deep learning" ;
    dcat:keyword "near real time" ;
    dcat:keyword "probabilities" ;
    tf:spatialExtent <https://terrafabric.world/id/collection/dynamic-world/extent/spatial> ;
    tf:temporalExtent <https://terrafabric.world/id/collection/dynamic-world/extent/temporal> ;
    tf:format <https://terrafabric.world/id/format/geotiff> ;
    tf:format <https://terrafabric.world/id/format/earth-engine> ;
    tf:accessibleVia <https://terrafabric.world/id/collection/dynamic-world/access/0> ;
    tf:derivedFrom <https://terrafabric.world/id/collection/sentinel-2-l1c> .

<https://terrafabric.world/id/collection/dynamic-world/extent/spatial> a tf:SpatialExtent ;
    tf:bbox "-180,-56,180,84" ;
    tf:asWKT "POLYGON((-180 -56,180 -56,180 84,-180 84,-180 -56))"^^geo:wktLiteral .

<https://terrafabric.world/id/collection/dynamic-world/extent/temporal> a tf:TemporalExtent ;
    tf:startDate "2015-06-27"^^xsd:date .

<https://terrafabric.world/id/collection/dynamic-world/access/0> a tf:AccessMethod ;
    tf:accessKind "earth-engine" ;
    tf:endpointURL "https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_DYNAMICWORLD_V1"^^xsd:anyURI .

