@prefix : <http://purl.org/www.umr-lastig.fr/geodata#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://purl.org/www.umr-lastig.fr/geodata#> .

<http://purl.org/www.umr-lastig.fr/geodata> rdf:type owl:Ontology ;
                                             owl:imports <http://www.w3.org/2004/02/skos/core> ,
                                                         <http://www.w3.org/ns/dcat3> ,
                                                         <http://www.w3.org/ns/prov#> ,
                                                         <http://www.w3.org/ns/sosa/> ,
                                                         <http://www.w3.org/ns/ssn/> ;
                                             <http://purl.org/dc/elements/1.1/creator> "Ana-Maria Raimond" ,
                                                                                       "Bénédicte Bucher" ,
                                                                                       "Marie-Dominique Van Damme" ;
                                             <http://purl.org/dc/terms/title> "Ontologie des jeux de données géographiques pour la science ouverte"@fr ,
                                                                              "Ontology of Geospatial Datasets for Open Science"@en ;
                                             <http://purl.org/vocab/vann/preferredNamespacePrefix> "geodata" ;
                                             <http://purl.org/vocab/vann/preferredNamespaceUri> <https://intforout.github.io/geodata#> ;
                                             rdfs:comment "A knowledge graph, including a vocabulary and instances, that represents datasets, papers, storymaps, pedagogic material and processes, altogether referred to as catalogued resources, that need to be shared, discovered or reused in order to produce new knowledge or to produce pedagogic material to disseminate knowledge. The object property \"represents\" connects a catalogued resource with a concept. Specific concepts are introduced in projects that use Geodata to describe more precisely the knowledge at stake." .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/subject
<http://purl.org/dc/elements/1.1/subject> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/identifier
<http://purl.org/dc/terms/identifier> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/language
<http://purl.org/dc/terms/language> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/type
<http://purl.org/dc/terms/type> rdf:type owl:AnnotationProperty .


###  http://schema.org/alternateName
<http://schema.org/alternateName> rdf:type owl:AnnotationProperty .


###  http://schema.org/creator
<http://schema.org/creator> rdf:type owl:AnnotationProperty .


###  http://schema.org/dateCreated
<http://schema.org/dateCreated> rdf:type owl:AnnotationProperty .


###  http://schema.org/datePublished
<http://schema.org/datePublished> rdf:type owl:AnnotationProperty .


###  http://schema.org/description
<http://schema.org/description> rdf:type owl:AnnotationProperty .


###  http://schema.org/encodingFormat
<http://schema.org/encodingFormat> rdf:type owl:AnnotationProperty .


###  http://schema.org/keywords
<http://schema.org/keywords> rdf:type owl:AnnotationProperty .


###  http://schema.org/name
<http://schema.org/name> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/1999/02/22-rdf-syntax-ns#comment
rdf:comment rdf:type owl:AnnotationProperty .


###  http://www.w3.org/1999/02/22-rdf-syntax-ns#title
rdf:title rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#description
rdfs:description rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/dcat#format
<http://www.w3.org/ns/dcat#format> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/dcat#language
<http://www.w3.org/ns/dcat#language> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/dcat#servesDataset
<http://www.w3.org/ns/dcat#servesDataset> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/dcat#spatialResolutionInMeters
<http://www.w3.org/ns/dcat#spatialResolutionInMeters> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/dcat#temporalResolution
<http://www.w3.org/ns/dcat#temporalResolution> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/dcat#title
<http://www.w3.org/ns/dcat#title> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/family_name
<http://xmlns.com/foaf/0.1/family_name> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/givenname
<http://xmlns.com/foaf/0.1/givenname> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/homepage
<http://xmlns.com/foaf/0.1/homepage> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/member
<http://xmlns.com/foaf/0.1/member> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/title
<http://xmlns.com/foaf/0.1/title> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/workInfoHomepage
<http://xmlns.com/foaf/0.1/workInfoHomepage> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://schema.org/Date
<http://schema.org/Date> rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


###  xsd:date
<xsd:date> rdf:type rdfs:Datatype .


###  xsd:decimal
<xsd:decimal> rdf:type rdfs:Datatype .


###  xsd:duration
<xsd:duration> rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://purl.org/www.umr-lastig.fr/geodata#annotates
:annotates rdf:type owl:ObjectProperty ;
           rdfs:domain <http://www.w3.org/ns/dcat#Dataset> ;
           rdfs:range <http://www.w3.org/ns/dcat#Dataset> ;
           rdfs:comment "Relation between a dataset that is a set of annotations for another dataset, e.g. an annotation layer in a QGIS project." ;
           rdfs:label "annotates"@en .


###  http://purl.org/www.umr-lastig.fr/geodata#hasMethodOfInstruction
:hasMethodOfInstruction rdf:type owl:ObjectProperty ;
                        rdfs:domain :Collection ;
                        rdfs:range <http://purl.org/dc/terms/MethodOfInstruction> .


###  http://purl.org/www.umr-lastig.fr/geodata#has_member
:has_member rdf:type owl:ObjectProperty ;
            rdfs:domain :Collection ;
            rdfs:range :CollectionItem .


###  http://purl.org/www.umr-lastig.fr/geodata#isRepresentedBy
:isRepresentedBy rdf:type owl:ObjectProperty ;
                 owl:inverseOf :represents ;
                 rdfs:domain owl:Thing ;
                 rdfs:range <http://www.w3.org/ns/dcat#Resource> .


###  http://purl.org/www.umr-lastig.fr/geodata#represents
:represents rdf:type owl:ObjectProperty ;
            rdfs:domain <http://www.w3.org/ns/dcat#Resource> ;
            rdfs:range owl:Thing ;
            rdfs:comment "Connect digital assets that are useful to derive meaningful representations of interests expressed with non digital concepts. It is a generic property that is inferred from the following : either a concept is present in the topicCategories, keywords, themes, application schema of a given asset."@en .


###  http://purl.org/www.umr-lastig.fr/geodata#target
:target rdf:type owl:ObjectProperty ;
        rdfs:domain :UserFeedback ;
        rdfs:range <http://www.w3.org/ns/dcat#Resource> .


#################################################################
#    Classes
#################################################################

###  http://purl.org/dc/terms/MethodOfInstruction
<http://purl.org/dc/terms/MethodOfInstruction> rdf:type owl:Class .


###  http://purl.org/spar/datacite/Resource
<http://purl.org/spar/datacite/Resource> rdf:type owl:Class .


###  http://purl.org/www.umr-lastig.fr/geodata#ActiveMobilityCounter
:ActiveMobilityCounter rdf:type owl:Class ;
                       rdfs:subClassOf :DataCollectionInstrument ;
                       rdfs:comment "Pedestrian and cyclist flows are measured using an active mobility counting system (automatic bicycle and pedestrian counter) installed along the study area."@en ;
                       rdfs:label "Bicycle and pedestrian counter"@en .


###  http://purl.org/www.umr-lastig.fr/geodata#CameraTrap
:CameraTrap rdf:type owl:Class ;
            rdfs:subClassOf :DataCollectionInstrument ;
            rdfs:comment "photographic device with any type of trigger causing a photo to be taken when activity is present"@en ;
            rdfs:label "Camera trap"@en ;
            rdfs:seeAlso "http://www.wikidata.org/entity/Q1723004" .


###  http://purl.org/www.umr-lastig.fr/geodata#Collection
:Collection rdf:type owl:Class ;
            rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ;
            rdfs:comment "Collection of items that supports the usage of geodata for a pedagogic or learning purpose, in relationship with given concepts"@en .


###  http://purl.org/www.umr-lastig.fr/geodata#CollectionItem
:CollectionItem rdf:type owl:Class ;
                rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ;
                rdfs:comment "A collection item is composed of different pieces of data, usually selections from bigger datasets, associated with a proposed visualisation, and narratives that connect the visual items to the concepts of the collection. It has a spatial and temporal extent."@en ;
                rdfs:label "Collection item"@en .


###  http://purl.org/www.umr-lastig.fr/geodata#Data
:Data rdf:type owl:Class ;
      rdfs:comment "Any data"@en ;
      rdfs:label "Data"@en .


###  http://purl.org/www.umr-lastig.fr/geodata#DataCollectionInstrument
:DataCollectionInstrument rdf:type owl:Class ;
                          owl:equivalentClass <http://www.w3.org/ns/sosa/Sensor> ;
                          rdfs:subClassOf owl:Thing ;
                          rdfs:comment "tool used to facilitate the collection of qualitative or quantitative data"@en ;
                          rdfs:label "Data collection instrument"@en ;
                          rdfs:seeAlso "http://www.wikidata.org/entity/Q130941907" .


###  http://purl.org/www.umr-lastig.fr/geodata#DataWarehouse
:DataWarehouse rdf:type owl:Class ;
               rdfs:subClassOf <http://www.w3.org/ns/dcat#Dataset> ;
               rdfs:comment "System used for reporting and data analysis, as a core component of business intelligence"@en ;
               rdfs:description "Un data warehouse permet de stocker des datasets, d’y accéder via requêtes et expose parfois une API."@fr ;
               rdfs:label "Data warehouse"@en ;
               rdfs:seeAlso "https://www.wikidata.org/wiki/Q193351" .


###  http://purl.org/www.umr-lastig.fr/geodata#GPSDevice
:GPSDevice rdf:type owl:Class ;
           rdfs:subClassOf :DataCollectionInstrument ;
           rdfs:comment "navigation device that uses the Global Positioning System to track the device's movements and determine its geographic position"@en ;
           rdfs:label "GPS sensor"@en ;
           rdfs:seeAlso "https://www.wikidata.org/wiki/Q253677" .


###  http://purl.org/www.umr-lastig.fr/geodata#PedagogicMaterial
:PedagogicMaterial rdf:type owl:Class ;
                   rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ;
                   rdfs:comment "Ready to use material to teach a given competence, in relationship with concepts, to a given audience. For example a wikipedia page, a storymap, a GIS exercise, an outdoor educational activity."@en ;
                   rdfs:label "Pedagogic material"@en .


###  http://purl.org/www.umr-lastig.fr/geodata#Process
:Process rdf:type owl:Class ;
         rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ,
                         <http://www.w3.org/ns/prov#Activity> ;
         rdfs:comment "Set of operations in a technical environment to yield an output based on input"@en ;
         rdfs:label "Technical process"@en ;
         rdfs:seeAlso "http://eurovoc.europa.eu/3640" ,
                      "https://www.wikidata.org/wiki/Q500669" .


###  http://purl.org/www.umr-lastig.fr/geodata#ScientificPaper
:ScientificPaper rdf:type owl:Class ;
                 rdfs:subClassOf <http://purl.org/spar/datacite/Resource> ,
                                 <http://www.w3.org/ns/dcat#Resource> ;
                 rdfs:comment "Scientific papers are for sharing your own original research work with other scientists or for reviewing the research conducted by others."@en ;
                 rdfs:label "Papier scientifique"@fr ,
                            "Scientific Paper"@en .


###  http://purl.org/www.umr-lastig.fr/geodata#ScientificSurvey
:ScientificSurvey rdf:type owl:Class ;
                  rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ,
                                  <http://www.w3.org/ns/prov#Activity> ;
                  rdfs:comment "An organized data acquisition activity carried out according to a defined methodology, using appropriate instruments or protocols, in order to observe, measure, or document phenomena for scientific analysis"@en ;
                  rdfs:label "Scientific survey"@en .


###  http://purl.org/www.umr-lastig.fr/geodata#TotalStation
:TotalStation rdf:type owl:Class ;
              rdfs:subClassOf :DataCollectionInstrument ;
              rdfs:comment "A total station is a theodolite coupled with a distance meter. It is used to measure vertical and horizontal angles and distances."@en ;
              rdfs:label "Tachéomètre"@fr ,
                         "Total station"@en ;
              rdfs:seeAlso "https://www.wikidata.org/wiki/Q641296" .


###  http://purl.org/www.umr-lastig.fr/geodata#UserFeedback
:UserFeedback rdf:type owl:Class ;
              rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ;
              rdfs:comment "An explicit information shared by a participants relative to his own experience with one or more datasets, tools or paper."@en ;
              rdfs:label "User feedback"@en .


###  http://www.w3.org/ns/dcat#DataService
<http://www.w3.org/ns/dcat#DataService> rdf:type owl:Class ;
                                        rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ;
                                        rdfs:comment "A collection of operations that provides access to one or more datasets or data processing functions."@en ;
                                        rdfs:label "Data Service"@en .


###  http://www.w3.org/ns/dcat#Dataset
<http://www.w3.org/ns/dcat#Dataset> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ;
                                    rdfs:comment "A collection of data and available for access or download in one or more representations."@en ;
                                    rdfs:label "Dataset"@en ,
                                               "Jeu de données"@fr .


###  http://www.w3.org/ns/dcat#Resource
<http://www.w3.org/ns/dcat#Resource> rdf:type owl:Class .


###  http://www.w3.org/ns/prov#Agent
<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class .


###  http://www.w3.org/ns/prov#Organization
<http://www.w3.org/ns/prov#Organization> rdf:type owl:Class ;
                                         rdfs:subClassOf <http://purl.org/dc/terms/Agent> ,
                                                         <http://www.w3.org/ns/prov#Agent> .


###  http://www.w3.org/ns/prov#Person
<http://www.w3.org/ns/prov#Person> rdf:type owl:Class ;
                                   rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> .


###  http://www.w3.org/ns/prov#SoftwareAgent
<http://www.w3.org/ns/prov#SoftwareAgent> rdf:type owl:Class ;
                                          rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> .


#################################################################
#    Individuals
#################################################################

###  http://purl.org/www.umr-lastig.fr/geodata#LASTIG
:LASTIG rdf:type owl:NamedIndividual ,
                 <http://www.w3.org/ns/prov#Organization> ;
        rdfs:comment "The LASTIG lab research domain is Geographic Information sciences"@en ;
        rdfs:label "LASTIG"@en ;
        <http://xmlns.com/foaf/0.1/name> "LAboratoire en Sciences et Technologies de l'Information Géographique pour la ville intelligente et les territoires durables" .


###  http://purl.org/www.umr-lastig.fr/geodata#LidarHDFrance
:LidarHDFrance rdf:type owl:NamedIndividual ,
                        <http://www.w3.org/ns/dcat#Dataset> ;
               <http://xmlns.com/foaf/0.1/homepage> "https://cartes.gouv.fr/rechercher-une-donnee/dataset/IGNF_NUAGES-DE-POINTS-LIDAR-HD" .


###  http://purl.org/www.umr-lastig.fr/geodata#Tracklib
:Tracklib rdf:type owl:NamedIndividual ,
                   <http://www.w3.org/ns/prov#SoftwareAgent> ;
          <http://purl.org/dc/terms/contributor> :mdvandamme ,
                                                 :ymeneroux ;
          <http://purl.org/dc/terms/creator> :LASTIG ;
          <http://purl.org/dc/terms/identifier> "https://doi.org/10.5281/zenodo.13899752"^^xsd:anyURI ,
                                                "Tracklib" ;
          <http://purl.org/dc/terms/issued> "2023-12-20"^^<xsd:date> ;
          rdf:comment "A Python library for processing and manipulating GPS trajectories, designed for preprocessing and multi-scale operations."@en ,
                      "Librairie Python de traitement et manipulations de trajectoires GPS, orienté pré-traitements et « multi-échelles »"@fr ;
          rdfs:label "Tracklib" .


###  http://purl.org/www.umr-lastig.fr/geodata#aleguicher
:aleguicher rdf:type owl:NamedIndividual ,
                     <http://www.w3.org/ns/prov#Person> ;
            <http://www.w3.org/ns/prov#actedOnBehalfOf> :geodata-paris ;
            <http://xmlns.com/foaf/0.1/family_name> "Le Guilcher" ;
            <http://xmlns.com/foaf/0.1/givenname> "Arnaud" ;
            <http://xmlns.com/foaf/0.1/name> "Arnaud Le Guilcher" .


###  http://purl.org/www.umr-lastig.fr/geodata#amraimond
:amraimond rdf:type owl:NamedIndividual ,
                    <http://www.w3.org/ns/prov#Person> ;
           <http://www.w3.org/ns/prov#actedOnBehalfOf> :geodata-paris ;
           <http://xmlns.com/foaf/0.1/family_name> "Olteanu-Raimond" ;
           <http://xmlns.com/foaf/0.1/givenname> "Ana-Maria" ;
           <http://xmlns.com/foaf/0.1/name> "Ana-Maria Olteanu-Raimond" .


###  http://purl.org/www.umr-lastig.fr/geodata#bbucher
:bbucher rdf:type owl:NamedIndividual ,
                  <http://www.w3.org/ns/prov#Person> ;
         <http://www.w3.org/ns/prov#actedOnBehalfOf> :geodata-paris ;
         <http://xmlns.com/foaf/0.1/family_name> "Bucher" ;
         <http://xmlns.com/foaf/0.1/givenname> "Bénédicte" ;
         <http://xmlns.com/foaf/0.1/name> "Bénédicte Bucher" .


###  http://purl.org/www.umr-lastig.fr/geodata#geodata-paris
:geodata-paris rdf:type owl:NamedIndividual ,
                        <http://www.w3.org/ns/prov#Organization> ;
               <http://xmlns.com/foaf/0.1/homepage> <https://geodata-paris.fr> ;
               rdfs:label "Géodata Paris" ;
               <http://xmlns.com/foaf/0.1/name> "Géodata Paris" .


###  http://purl.org/www.umr-lastig.fr/geodata#ign
:ign rdf:type owl:NamedIndividual ,
              <http://www.w3.org/ns/prov#Organization> ;
     <http://xmlns.com/foaf/0.1/homepage> <https://www.ign.fr> ;
     rdfs:comment "Institut national de l'information géographique et forestière"@en ;
     rdfs:label "IGN"@en ;
     <http://xmlns.com/foaf/0.1/name> "Institut national de l'information géographique et forestière" .


###  http://purl.org/www.umr-lastig.fr/geodata#jadawson
:jadawson rdf:type owl:NamedIndividual ,
                   <http://www.w3.org/ns/prov#Person> ;
          <http://www.w3.org/ns/prov#actedOnBehalfOf> :geodata-paris ;
          <http://xmlns.com/foaf/0.1/family_name> "Dawson" ;
          <http://xmlns.com/foaf/0.1/givenname> "John-Andrew" ;
          <http://xmlns.com/foaf/0.1/name> "John-Andrew Dawson" .


###  http://purl.org/www.umr-lastig.fr/geodata#ljolivet
:ljolivet rdf:type owl:NamedIndividual ,
                   <http://www.w3.org/ns/prov#Person> ;
          <http://www.w3.org/ns/prov#actedOnBehalfOf> :geodata-paris ;
          <http://xmlns.com/foaf/0.1/family_name> "Jolivet" ;
          <http://xmlns.com/foaf/0.1/givenname> "Laurence" ;
          <http://xmlns.com/foaf/0.1/name> "Laurence Jolivet" .


###  http://purl.org/www.umr-lastig.fr/geodata#mdvandamme
:mdvandamme rdf:type owl:NamedIndividual ,
                     <http://www.w3.org/ns/prov#Person> ;
            <http://www.w3.org/ns/prov#actedOnBehalfOf> :geodata-paris ;
            <http://xmlns.com/foaf/0.1/family_name> "Van Damme" ;
            <http://xmlns.com/foaf/0.1/givenname> "Marie-Dominique" ;
            <http://xmlns.com/foaf/0.1/name> "Marie-Dominique Van Damme" ;
            <http://xmlns.com/foaf/0.1/workInfoHomepage> "https://www.umr-lastig.fr/mdvandamme/" .


###  http://purl.org/www.umr-lastig.fr/geodata#ymeneroux
:ymeneroux rdf:type owl:NamedIndividual ,
                    <http://www.w3.org/ns/prov#Person> ;
           <http://www.w3.org/ns/prov#actedOnBehalfOf> :ign ;
           <http://xmlns.com/foaf/0.1/family_name> "Méneroux" ;
           <http://xmlns.com/foaf/0.1/givenname> "Yann" ;
           <http://xmlns.com/foaf/0.1/name> "Yann Méneroux" .


###  https://geodata-paris.fr
<https://geodata-paris.fr> rdf:type owl:NamedIndividual .


###  https://www.ign.fr
<https://www.ign.fr> rdf:type owl:NamedIndividual .


###  ttp://purl.org/www.umr-lastig.fr/geodata#GarminWatch
<ttp://purl.org/www.umr-lastig.fr/geodata#GarminWatch> rdf:type owl:NamedIndividual ,
                                                                :GPSDevice ;
                                                       rdfs:label "Garmin Watch"@en ;
                                                       <http://www.w3.org/ns/dcat#spatialResolutionInMeters> "10.0"^^<xsd:decimal> ;
                                                       <http://www.w3.org/ns/dcat#temporalResolution> "PT6s"^^<xsd:duration> .


###  ttp://purl.org/www.umr-lastig.fr/geodata#KeymazaGPS
<ttp://purl.org/www.umr-lastig.fr/geodata#KeymazaGPS> rdf:type owl:NamedIndividual ,
                                                               :GPSDevice ;
                                                      rdfs:label "Keymaza GPS"@en ;
                                                      <http://www.w3.org/ns/dcat#spatialResolutionInMeters> "1.5"^^<xsd:decimal> ;
                                                      <http://www.w3.org/ns/dcat#temporalResolution> "PT1s"^^<xsd:duration> .


###  ttp://purl.org/www.umr-lastig.fr/geodata#LeicaTS16
<ttp://purl.org/www.umr-lastig.fr/geodata#LeicaTS16> rdf:type owl:NamedIndividual ,
                                                              :TotalStation ;
                                                     rdfs:label "LeicaTS16"@en .


###  ttp://purl.org/www.umr-lastig.fr/geodata#PolarWatch
<ttp://purl.org/www.umr-lastig.fr/geodata#PolarWatch> rdf:type owl:NamedIndividual ,
                                                               :GPSDevice ;
                                                      rdfs:label "Polar Watch"@en ;
                                                      <http://www.w3.org/ns/dcat#spatialResolutionInMeters> "1.5"^^<xsd:decimal> ;
                                                      <http://www.w3.org/ns/dcat#temporalResolution> "PT1s"^^<xsd:duration> .


###  ttp://purl.org/www.umr-lastig.fr/geodata#PyroEvo
<ttp://purl.org/www.umr-lastig.fr/geodata#PyroEvo> rdf:type owl:NamedIndividual ,
                                                            :CameraTrap ;
                                                   rdfs:label "Pyro-Evo"@en .


###  ttp://purl.org/www.umr-lastig.fr/geodata#SmartphoneGNSS
<ttp://purl.org/www.umr-lastig.fr/geodata#SmartphoneGNSS> rdf:type owl:NamedIndividual ,
                                                                   :GPSDevice ;
                                                          rdfs:label "Smartphone GNSS"@en ;
                                                          <http://www.w3.org/ns/dcat#spatialResolutionInMeters> "15.0"^^<xsd:decimal> ;
                                                          <http://www.w3.org/ns/dcat#temporalResolution> "PT10s"^^<xsd:duration> .


###  ttp://purl.org/www.umr-lastig.fr/geodata#UbloxGPS
<ttp://purl.org/www.umr-lastig.fr/geodata#UbloxGPS> rdf:type owl:NamedIndividual ,
                                                             :GPSDevice ;
                                                    rdfs:label "Ublox GPS"@en ;
                                                    <http://www.w3.org/ns/dcat#spatialResolutionInMeters> "1.5"^^<xsd:decimal> ;
                                                    <http://www.w3.org/ns/dcat#temporalResolution> "PT1s"^^<xsd:duration> .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
