@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix ns0: <http://w3.org/ns/locn#> .
@prefix ns1: <http://www.w3.org/2011/content#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns2: <http://data.europa.eu/930/> .
@prefix ns3: <http://data.europa.eu/r5r/> .
@prefix ns4: <http://www.opengis.net/ont/geosparql#> .
@prefix ns5: <http://www.w3.org/ns/earl#> .
@prefix ns6: <http://www.w3.org/ns/adms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://geoportal.gov.cz/php/micka/record/turtle/5b18f90c-8e88-4bc0-bf72-4b02c0a80138>
  foaf:isPrimaryTopicOf [
    a dcat:CatalogRecord ;
    dc:conformsTo <http://data.europa.eu/930/> ;
    dc:language <http://publications.europa.eu/resource/authority/language/CES> ;
    dc:modified "2018-07-04"^^xsd:date ;
    dcat:contactPoint [
      a prov:Agent, vcard:Organization ;
      vcard:fn "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
      vcard:hasTelephone <tel:323649235> ;
      vcard:hasEmail <mailto:jakub.kostelecky@pecny.cz> ;
      vcard:hasURL <http://www.pecny.cz> ;
      vcard:hasAddress [
        a vcard:Address ;
        vcard:street-address "Pecný 244" ;
        vcard:locality "Ondřejov" ;
        vcard:postal-code "251 65"
      ]
    ] ;
    prov:qualifiedAttribution [
      a prov:Attribution ;
      prov:agent [
        a prov:Agent, foaf:Organization ;
        foaf:name "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
        foaf:mbox <mailto:jakub.kostelecky@pecny.cz> ;
        foaf:phone <tel:323649235> ;
        foaf:workplaceHomepage <http://www.pecny.cz> ;
        ns0:address [
          a ns0:Address ;
          ns0:thoroughfare "Pecný 244" ;
          ns0:postName "Ondřejov" ;
          ns0:postCode "251 65"
        ]
      ] ;
      dc:type <http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/pointOfContact> ;
      dcat:hadRole <http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/pointOfContact>
    ] ;
    dc:identifier "5b18f90c-8e88-4bc0-bf72-4b02c0a80138"^^xsd:string ;
    dc:source [
      dc:modified "2018-07-04"^^xsd:date ;
      ns1:characterEncoding "UTF-8"^^xsd:string ;
      dc:conformsTo [
        a dc:Standard ;
        dc:title "ISO 19115/INSPIRE_TG2/CZ4"@cs ;
        owl:versionInfo "2003/cor.1/2006"
      ]
    ]
  ] ;
  a dcat:Dataset ;
  ns2:resourceType <http://inspire.ec.europa.eu/metadata-codelist/ResourceType/dataset> ;
  dc:title "GNSS měření PPGNET"@cs, "GNSS observations PPGNET"@en ;
  dc:description """Síť permanentních GNSS stanic v Řecku provozovaná Výzkumným ústavem geodetickým, topografickým a kartografickým - Geodetickou observatoří Pecný a Karlovou univerzitou v Praze, Matematicko-fyzikální fakultou, katedrou geofyziky v úzké spolupráci se Seismologickou laboratoří Univerzity v Patrasu. Sběr dat pro sledování změn polohy - geokinematiky."""@cs, """Network of Permanent GNSS Stations in Greece operated by the Research Institute of Geodesy, Topography and Cartography, Geodetic Observatory Pecny and the Charles University in Prague, Faculty of Mathematics and Physics, Department of Geophysics, in close cooperation with the Seismological Laboratory of University of Patras Data collection for monitoring of changes of position - geokinematic."""@en ;
  ns2:topicCategory <http://inspire.ec.europa.eu/metadata-codelist/TopicCategory/location> ;
  ns3:applicableLegislation <http://data.europa.eu/eli/dir/2007/2/2019-06-26> ;
  dcat:theme <http://inspire.ec.europa.eu/theme/ef>, <http://publications.europa.eu/resource/authority/data-theme/ENVI> ;
  dcat:keyword "Zařízení pro sledování životního prostředí"@cs, "Environmental monitoring facilities"@en, "GNSS"@cs, "GNSS"@en, "Geodézie"@cs, "Geodesy"@en, "CzechGeo"@cs, "CzechGeo"@en ;
  dc:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/CONT> ;
  dcat:spatialResolutionInMeters 20000.0 ;
  dc:identifier "CZ-00025615-GNSSppgnet"^^xsd:string ;
  dc:language <http://publications.europa.eu/resource/authority/language/ENG> ;
  dc:spatial [
    a dc:Location ;
    dcat:bbox "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/OGC/1.3/CRS84\"><gml:lowerCorner>21.11 37.04</gml:lowerCorner><gml:upperCorner>22.1 38.63</gml:upperCorner></gml:Envelope>"^^ns4:gmlLiteral, """
                        {"type":"Polygon","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},
                        "coordinates":[[
                            [21.11,37.04], [21.11,38.63], [22.1,38.63], [22.1,37.04], [21.11,37.04]
                            ]]}"""^^ns4:geoJSONLiteral, """
                    POLYGON((21.11 37.04,
                            21.11 38.63,
                            22.1 38.63,
                            22.1 37.04,
                            21.11 37.04))"""^^ns4:wktLiteral
  ] ;
  dc:temporal [
    a dc:PeriodOfTime ;
    dcat:startDate "2011-12-07"^^xsd:date
  ] ;
  dc:created "2018-06-07"^^xsd:date ;
  dc:provenance [
    a dc:ProvenanceStatement ;
    dc:description """Měřené fáze a pseudovzdálenosti ze signálů GNSS systémů GPS NAVSTAR, GLONASS, Galileo a SBAS na 6 stanicích s intervalem záznamu 10 Hz nebo 
1 sekunda uložené v souborech o délce 1 hodina nebo 1 den. Data z vybraných stanic zasílána do EPOS (Observační systém evropské desky) a do datového centra HELPOS v NOA (Národní observatoř v Aténách)."""@cs, """Observed phases and pseudoranges from signals of GNSS systems GPS NAVSTAR, GLONASS, Galileo and SBAS at 6 stations with recording interval 10 Hz or 1 second saved in files with recording length 1 hour or 1 day. Data from selected stations are distributed to EPOS (European Plate Observing 
System) and to data center HELPOS in NOA (National Observatory of Athens)."""@en
  ] ;
  prov:wasUsedBy [
    a prov:Activity ;
    prov:generated [
      a prov:Entity ;
      ns5:outcome <http://inspire.ec.europa.eu/metadata-codelist/DegreeOfConformity/notEvaluated> ;
      dc:description "Viz odkazovanou specifikaci"@cs, "See the referenced specification"@en ;
      prov:qualifiedAssociation [ prov:hadPlan [
          a prov:Plan ;
          prov:wasDerivedFrom <http://data.europa.eu/eli/reg/2010/1089>
        ] ]
    ]
  ] ;
  dcat:distribution <https://geoportal.gov.cz/php/micka/record/turtle/5b18f90c-8e88-4bc0-bf72-4b02c0a80138-distribution1> ;
  prov:qualifiedAttribution [
    a prov:Attribution ;
    prov:agent [
      a prov:Agent, foaf:Organization ;
      foaf:name "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
      foaf:mbox <mailto:jakub.kostelecky@pecny.cz> ;
      foaf:phone <tel:323649235> ;
      foaf:workplaceHomepage <http://www.pecny.cz> ;
      ns0:address [
        a ns0:Address ;
        ns0:thoroughfare "Pecný 244" ;
        ns0:postName "Ondřejov" ;
        ns0:postCode "251 65"
      ]
    ] ;
    dc:type <http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/custodian> ;
    dcat:hadRole <http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/custodian>
  ] ;
  dc:publisher [
    a foaf:Organization ;
    vcard:organization-name "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
    vcard:hasEmail "jakub.kostelecky@pecny.cz" ;
    vcard:hasTelephone [
      vcard:hasValue <tel:323649235> ;
      a vcard:Voice
    ] ;
    vcard:adr [
      vcard:street-address "Pecný 244" ;
      vcard:locality "Ondřejov" ;
      vcard:postal-code "251 65"
    ]
  ] ;
  dc:conformsTo <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  foaf:page <https://geoportal.gov.cz/php/micka/record/basic/5b18f90c-8e88-4bc0-bf72-4b02c0a80138> .

ns2: a dc:Standard .
<http://publications.europa.eu/resource/authority/language/CES> a dc:LinguisticSystem .
<http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/pointOfContact> a dcat:Role .
<https://geoportal.gov.cz/php/micka/record/turtle/5b18f90c-8e88-4bc0-bf72-4b02c0a80138-distribution1>
  a dcat:Distribution ;
  dcat:accessURL <http://www.pecny.cz/CzechGeo/ppgnet/> ;
  dcat:landingPage <http://www.pecny.cz/CzechGeo/ppgnet/> ;
  dc:license <http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply> ;
  dc:accessRights <http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations> ;
  ns6:representationTechnique <http://inspire.ec.europa.eu/metadata-codelist/SpatialRepresentationTypeCode/textTable> ;
  ns1:characterEncoding "US-ASCII"^^xsd:string ;
  dc:conformsTo <https://geoportal.gov.cz/php/micka/record/xml/5b18f90c-8e88-4bc0-bf72-4b02c0a80138> ;
  dc:format [ rdfs:label "ASCII file" ] ;
  dcat:contactPoint <https://geoportal.gov.cz/php/micka/record/turtle/5b18f90c-8e88-4bc0-bf72-4b02c0a80138-cp1-1> .

<https://geoportal.gov.cz/php/micka/record/turtle/5b18f90c-8e88-4bc0-bf72-4b02c0a80138-cp1-1>
  a vcard:Organization ;
  vcard:organization-name "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
  vcard:hasEmail "jakub.kostelecky@pecny.cz" .

<http://www.opengis.net/def/crs/EPSG/0/4326> dc:type <http://inspire.ec.europa.eu/glossary/SpatialReferenceSystem> .
