# 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/hawkeye360-rf> a tf:DataProductCollection ;
    dct:identifier "hawkeye360-rf" ;
    dct:title "HawkEye 360 RF Geolocation" ;
    dct:description "Detection and geolocation of radio-frequency emitters (VHF/UHF radio, maritime radar, L-band, GNSS interference) from formation-flying satellites." ;
    tf:providedBy <https://terrafabric.world/id/provider/hawkeye360> ;
    tf:dataTier tf:tier-product ;
    tf:processingLevel tf:level-L3 ;
    tf:accessClass "commercial" ;
    tf:hasModality tf:modality-rf ;
    tf:hasPlatform <https://terrafabric.world/id/platform/hawkeye-360-clusters> ;
    tf:hasInstrument <https://terrafabric.world/id/instrument/sdr-payload> ;
    tf:revisitHours "1"^^xsd:decimal ;
    tf:latencyHours "4"^^xsd:decimal ;
    tf:allWeather true ;
    tf:nightCapable true ;
    tf:taskable true ;
    tf:license <https://terrafabric.world/id/license/commercial-eula> ;
    tf:releasability tf:marking-licensed ;
    dcat:keyword "RF" ;
    dcat:keyword "signals" ;
    dcat:keyword "GNSS interference" ;
    dcat:keyword "dark vessels" ;
    dcat:keyword "emitter geolocation" ;
    tf:spatialExtent <https://terrafabric.world/id/collection/hawkeye360-rf/extent/spatial> ;
    tf:temporalExtent <https://terrafabric.world/id/collection/hawkeye360-rf/extent/temporal> ;
    tf:format <https://terrafabric.world/id/format/geojson> ;
    tf:format <https://terrafabric.world/id/format/csv> ;
    tf:format <https://terrafabric.world/id/format/api> ;
    tf:accessibleVia <https://terrafabric.world/id/collection/hawkeye360-rf/access/0> ;
    tf:hasOffer <https://terrafabric.world/id/collection/hawkeye360-rf/offer> .

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

<https://terrafabric.world/id/collection/hawkeye360-rf/extent/temporal> a tf:TemporalExtent ;
    tf:startDate "2019-04-01"^^xsd:date .

<https://terrafabric.world/id/collection/hawkeye360-rf/access/0> a tf:AccessMethod ;
    tf:accessKind "broker" ;
    tf:endpointURL "/v1/orders"^^xsd:anyURI .

<https://terrafabric.world/id/collection/hawkeye360-rf/offer> a tf:Offer ;
    tf:pricingModel tf:pricing-subscription ;
    schema:priceCurrency "USD" ;
    tf:subscriptionUsdPerMonth "12000"^^xsd:decimal .

