diff --git a/.gitignore b/.gitignore index 5291bcbf6d5e27616dd30e81200cbe47409bb534..1a3ebd4a2b301ae5f8be45ecc9ab7c7107475198 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,5 @@ -logs/nginx/log/access.log -logs/nginx/log/error.log -logs/opensilex/opensilex.log -logs/opensilex/** -docker_logs/debug.log -.gitignore + +config/opensilex-template-custom.yml config/opensilex.yml debug.log -dump_scripts/** -config/opensilex-template.yml -opensilex.env +config/opensilex.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d6b8db6fbd7985ace89206078780ad31dc0b1d..b5ec62785f2fdf3cb3723bde6250b0bd5a9c3238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.0-rc+7] - 2023-03-28 + +### Changed + +- Add parameter for publicURL +- Update opensilex version to 1.0.0-rc+7 +- Add first version of extra module management +- Add theme and custom configuration + ## [1.0.0-rc+6] - 2022-12-19 ### Changed diff --git a/README.md b/README.md index 69f1446566a17fea25232b71293fef8aed789d6d..81178483e062b538ca15ac04bc092de247b67579 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Docker compose environnent to deploy opensilex stack based on a previous work <a - [From previous version 1.0.0-rc+5.1 (compose v1)](#from-previous-version-100-rc51-compose-v1) - [From previous version before 1.0.0-rc+5.1 (compose v1)](#from-previous-version-before-100-rc51-compose-v1) - [Customize docker configuration](#customize-docker-configuration) + - [Modular extensions](#modular-extensions) + - [Explanation of modules directory](#explanation-of-modules-directory) + - [Configuration for inrae sixtine vigne](#configuration-for-inrae-sixtine-vigne) - [Manage data](#manage-data) - [Export (Experimental)](#export-experimental) - [Import (Experimental)](#import-experimental) @@ -35,12 +38,16 @@ Docker compose environnent to deploy opensilex stack based on a previous work <a ## Pre-requesite softwares -Tested Operating system : +**Tested Operating system :** [](https://releases.ubuntu.com/22.04/) [](https://www.debian.org/releases/bullseye/releasenotes) +_Not working operating system :_ + + + First you need to have these software installed, you can check if they are [installed](#check-your-installed-softwares) : - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) @@ -63,7 +70,7 @@ Following commands should work from everywhere in your system without errors: - RDF4J - 3.7.7 - MongoDB - 5.0.14 - - OpenSILEX - 1.0.0-rc+6 + - OpenSILEX - 1.0.0-rc+7 - Other managements softwares : - mongo-express (A web based gui for mongo) - 1.0.0-alpha.4 @@ -71,14 +78,14 @@ Following commands should work from everywhere in your system without errors: ## Installation steps -This docker version is related to <a href="https://github.com/OpenSILEX/opensilex/releases/tag/1.0.0-rc%2B5.2" target="_blank">1.0.0-rc+6 OpenSILEX version</a> +This docker version is related to <a href="https://github.com/OpenSILEX/opensilex/releases/tag/1.0.0-rc%2B6.5" target="_blank">1.0.0-rc+7 OpenSILEX version</a> ### Fresh new install (compose v2) Clone the repository to in order to get the project. ```bash -git clone --branch 1.0.0-rc+6 https://github.com/OpenSILEX/opensilex-docker-compose +git clone --branch 1.0.0-rc+7 https://github.com/OpenSILEX/opensilex-docker-compose cd opensilex-docker-compose ``` @@ -86,11 +93,11 @@ For migration steps from previous versions, take a look to the [Migration steps ## Run minimal opensilex docker stack compose -- With a terminal go to the project directory (where this readme is located). +- With a bash terminal go to the project directory (where this readme is located). - You must run docker compose up command to start your installation: ```bash -docker compose --env-file opensilex.env build --build-arg UID=$(id -u) --build-arg GID=$(id -g) +docker compose --env-file opensilex.env build --build-arg UID=$(id -u) --build-arg GID=$(id -g) docker compose --env-file opensilex.env run --rm start_opensilex_stack ``` @@ -186,7 +193,7 @@ First, go to the previous directory and get the actual version of the repository ```bash # Go inside opensilex-docker-compose directory -git checkout 1.0.0-rc+6 +git checkout 1.0.0-rc+7 ``` #### From previous version 1.0.0-rc+5.2 (compose v2) @@ -237,16 +244,17 @@ Configure `opensilex.env` file to configure opensilex sparql config, application # CAN BE MODIFIED BY USER ## START COMMAND can had debug option by uncommenting the following statment -#OPENSILEX_START_CMD_DEBUG=--DEBUG +# OPENSILEX_START_CMD_DEBUG=--DEBUG # SPARQL BASEURI=http://opensilex.test/ -BASEURIALIAS=opensilex-test +BASEURIALIAS=opensilex-sandbox # customize path prefix Ex : localhost:8081/opensilex or localhost:8081/phenotyping_si -OPENSILEX_PATH_PREFIX=opensilex +OPENSILEX_PATH_PREFIX=sandbox +VERSION_LABEL=test-version # FILE SYSTEM -# Default value is "gridfs" - Only gridfs or local are supported +# Default value is "gridfs" - Only "gridfs" or "local" are supported OPENSILEX_FILESYSTEM=gridfs DATAFILE_OPENSILEX_FILESYSTEM=gridfs DOCUMENTS_OPENSILEX_FILESYSTEM=gridfs @@ -257,23 +265,70 @@ OPENSILEX_LOCAL_FILE_SYSTEM_DIRECTORY=./opensilex_data #OPENSILEX_LOCAL_FILE_SYSTEM_DIRECTORY=/home/charlero/GIT/GITLAB/opensilex-docker-compose/dump_scripts/demo_dump/publictest # PORTS -HAPROXY_EXPOSED_PORT=80 -OPENSILEX_EXPOSED_PORT=8081 +HAPROXY_EXPOSED_PORT=8087 +OPENSILEX_EXPOSED_PORT=28081 RDF4J_EXPOSED_PORT=28887 MONGO_EXPOSED_PORT=28888 MONGO_EXPRESS_EXPOSED_PORT=28889 +## START COMMAND can had debug option : --DEBUG +OPENSILEX_START_CMD=./bin/opensilex.sh server start --host=localhost --port=8081 --adminPort=4081 --CONFIG_FILE=/home/opensilex/config/opensilex.yml + # VERSIONS HAPROXY_IMAGE_VERSION=2.6.6 -OPENSILEX_RELEASE_TAG=1.0.0-rc+6 +OPENSILEX_RELEASE_TAG=1.0.0-rc+7 RDF4J_IMAGE_VERSION=3.7.7 MONGO_IMAGE_VERSION=5.0.14 MONGO_EXPRESS_IMAGE_VERSION=1.0.0-alpha.4 + +# # THEME +OPENSILEX_CONFIG_THEME=opensilex-front#opensilex +OPENSILEX_CONFIG_HOMECOMPONENT=opensilex-HomeView +OPENSILEX_CONFIG_LOGINCOMPONENT=opensilex-DefaultLoginComponent +OPENSILEX_CONFIG_FOOTERCOMPONENT=opensilex-DefaultFooterComponent +OPENSILEX_CONFIG_MENUCOMPONENT=opensilex-DefaultMenuComponent +OPENSILEX_CONFIG_HEADERCOMPONENT=opensilex-DefaultHeaderComponent + +# Example of modification +#OPENSILEX_CONFIG_THEME=inrae-sixtine-vigne#vigne +#OPENSILEX_CONFIG_HOMECOMPONENT=inrae-sixtine-vigne-SixtineHomeComponent +#OPENSILEX_CONFIG_LOGINCOMPONENT=inrae-sixtine-vigne-SixtineLoginComponent +#OPENSILEX_CONFIG_FOOTERCOMPONENT=inrae-sixtine-vigne-SixtineFooterComponent +#OPENSILEX_CONFIG_MENUCOMPONENT=inrae-sixtine-vigne-SixtineMenuComponent +#OPENSILEX_CONFIG_HEADERCOMPONENT=inrae-sixtine-vigne-SixtineHeaderComponent +``` + +## Modular extensions + +### Explanation of modules directory + +Module (opensilex jar) can be added to *"modules"* directory (opensilex-docker-compose/modules) in order to be deployed in opensilex stack. + +There is a module example directory working with *"inrae-sixtine-vigne"* module (inrae-sixtine-vigne-1.1.0.jar) that allow you to change ontology and instance front style. +It is localised in opensilex-docker-compose/modules_examples/1.0.0-rc+7/inrae-sixtine-vigne-1.1.0.jar. + +**How to do it ?** + +- To activate your module you must copy a module example that have been compiled for a specified opensilex version in *modules* directory. (Ex : the module located in 1.0.0-rc+7/inrae-sixtine-vigne-1.1.0.jar has been compiled for opensilex version 1.0.0-rc+7). It's all. + +### Configuration for inrae sixtine vigne + +By modifying *opensilex.env* file with this following configuration you will be able to change the theme. + +```bash +# Example of modification for sixtine vigne module +OPENSILEX_CONFIG_THEME=inrae-sixtine-vigne#vigne +OPENSILEX_CONFIG_HOMECOMPONENT=inrae-sixtine-vigne-SixtineHomeComponent +OPENSILEX_CONFIG_LOGINCOMPONENT=inrae-sixtine-vigne-SixtineLoginComponent +OPENSILEX_CONFIG_FOOTERCOMPONENT=inrae-sixtine-vigne-SixtineFooterComponent +OPENSILEX_CONFIG_MENUCOMPONENT=inrae-sixtine-vigne-SixtineMenuComponent +OPENSILEX_CONFIG_HEADERCOMPONENT=inrae-sixtine-vigne-SixtineHeaderComponent ``` + ## Manage data -File system management are not shown in the the following steps because local files are manage with bind volumes or with gridfs. Other file systems are not managed in this version of opensilex docker. +File system management are not shown in the the following steps because local files are manage with bind volumes or with gridfs. Other file systems are not managed in this version of opensilex docker. ### Export (Experimental) @@ -288,7 +343,7 @@ cd <opensilex-docker-compose-dir>/dump_scripts # │ └── opensilex-docker-db-2022-11-21 # └── rdf4j # └── opensilex-docker-db-2022-11-21 -sh export_data.sh <path_to_data> +sh export_data.sh <path_to_data> ``` ### Import (Experimental) @@ -303,7 +358,7 @@ cd <opensilex-docker-compose-dir>/dump_scripts # │ └── opensilex-dump-db-2022-11-21 # └── rdf4j # └── opensilex-dump-db-2022-11-21 -sh import_data.sh <path_to_data> +sh import_data.sh <path_to_data> ``` ## Manage docker @@ -317,7 +372,7 @@ In order to manage your docker stack via an web interface, we suggest you to use This command will give you stack trace of the docker build. ```bash -docker compose --env-file opensilex.env build > docker_logs/debug.log +docker compose --env-file opensilex.env build --build-arg UID=$(id -u) --build-arg GID=$(id -g) > docker_logs/debug.log ``` ## Danger Zone @@ -329,7 +384,7 @@ $\color{red}{The\ following\ commands\ may\ produce\ a\ loss\ of\ data}$ This command will give you stack trace of the docker build. ```bash -docker compose --env-file opensilex.env down --volumes +docker compose --env-file opensilex.env down --volumes # this command will erase all the data ``` diff --git a/config/opensilex-custom-config.yml b/config/opensilex-custom-config.yml new file mode 100644 index 0000000000000000000000000000000000000000..73247cae81c540edf0be9d200f9572e381e49355 --- /dev/null +++ b/config/opensilex-custom-config.yml @@ -0,0 +1,33 @@ +front: + versionLabel: $VERSION_LABEL + theme: $OPENSILEX_CONFIG_THEME + homeComponent: $OPENSILEX_CONFIG_HOMECOMPONENT + loginComponent: $OPENSILEX_CONFIG_LOGINCOMPONENT + footerComponent: $OPENSILEX_CONFIG_FOOTERCOMPONENT + menuComponent: $OPENSILEX_CONFIG_MENUCOMPONENT + headerComponent: $OPENSILEX_CONFIG_HEADERCOMPONENT + + +# ------------------------------------------------------------------------------ +# Configuration for module: CoreModule (CoreConfig) +core: + # Metrics options (MetricsConfig) + metrics: + # Activate access metrics (boolean) + enableMetrics: true + # Metrics configs about system (SystemMetricsConfig) + system: + # First metrics for any time depending on is time unit (int) + timeBeforeFirstMetric: 1 + # Delay between whole system metrics (combined with corresponding TimeUnit) (int) + delayBetweenMetrics: 2 + # Default metrics units : DAYS, HOURS, MINUTES, SECONDS are authorized (String) + metricsTimeUnit: HOURS + # Metrics configs about experiments (ExperimentsMetricsConfig) + experiments: + # First metrics for any time depending on is time unit (int) + timeBeforeFirstMetric: 1 + # Delay between whole system metrics (combined with corresponding TimeUnit) (int) + delayBetweenMetrics: 2 + # Default metrics units : DAYS, HOURS, MINUTES, SECONDS are authorized (String) + metricsTimeUnit: HOURS \ No newline at end of file diff --git a/config/opensilex-template.yml b/config/opensilex-template.yml index 79dd2e1105ed4b9578b7a2f0214a1664f985e882..1a60e27ddf72cd5f47ccca4386d961d22e401d4c 100644 --- a/config/opensilex-template.yml +++ b/config/opensilex-template.yml @@ -40,7 +40,5 @@ big-data: database: $REPOSITORIES_NAME server: pathPrefix: /$OPENSILEX_PATH_PREFIX - publicURI: "http://localhost:$HAPROXY_EXPOSED_PORT" + publicURI: "$OPENSILEX_PUBLIC_URL" -front: - versionLabel: $VERSION_LABEL \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 431637db46b108ffbda4c6b4d5e21f83b1b61bed..d663908c2cd1a135e4f3e42668d79a90f75c3e74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -78,7 +78,10 @@ services: command: > bash -c " rm -f /home/opensilex/config/opensilex.yml && - envsubst < /home/opensilex/config/opensilex-template.yml > /home/opensilex/config/opensilex.yml && + rm -f /home/opensilex/config/opensilex-template-custom.yml && + cat /home/opensilex/config/opensilex-template.yml >> /home/opensilex/config/opensilex-template-custom.yml && + cat /home/opensilex/config/opensilex-custom-config.yml >> /home/opensilex/config/opensilex-template-custom.yml && + envsubst < /home/opensilex/config/opensilex-template-custom.yml > /home/opensilex/config/opensilex.yml && echo 'Running $OPENSILEX_START_CMD $OPENSILEX_START_CMD_DEBUG' && ([ ! -f /home/opensilex/data/first_install ] && touch /home/opensilex/data/first_install && ./bin/opensilex.sh system install --CONFIG_FILE=/home/opensilex/config/opensilex.yml --DEBUG) $OPENSILEX_START_CMD $OPENSILEX_START_CMD_DEBUG diff --git a/docker_logs/debug.log b/docker_logs/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..73117d6057599269d9b81e9010057d7cb9601980 --- /dev/null +++ b/docker_logs/debug.log @@ -0,0 +1,211 @@ +#1 [opensilex-stack-haproxy internal] load build definition from haproxy-build-step.docker +#1 transferring dockerfile: 304B done +#1 DONE 0.0s + +#2 [opensilex-stack-opensilex internal] load build definition from opensilex-build-step.docker +#2 transferring dockerfile: 639B done +#2 DONE 0.0s + +#3 [opensilex-stack-opensilex internal] load .dockerignore +#3 transferring context: 2B done +#3 DONE 0.0s + +#4 [opensilex-stack-haproxy internal] load .dockerignore +#4 transferring context: 2B done +#4 DONE 0.0s + +#5 [opensilex-stack-opensilex internal] load metadata for docker.io/library/tomcat:jre11-openjdk-slim +#5 DONE 0.0s + +#6 [opensilex-stack-opensilex 1/11] FROM docker.io/library/tomcat:jre11-openjdk-slim +#6 DONE 0.0s + +#7 [opensilex-stack-opensilex internal] load build context +#7 transferring context: 4.57kB done +#7 DONE 0.0s + +#8 [opensilex-stack-opensilex 4/11] WORKDIR /home/opensilex/bin +#8 CACHED + +#9 [opensilex-stack-opensilex 3/11] RUN mkdir -p /home/opensilex +#9 CACHED + +#10 [opensilex-stack-opensilex 6/11] RUN unzip $( basename https://github.com/OpenSILEX/opensilex/releases/download/1.0.0-rc+5.2/opensilex-release-1.0.0-rc+5.2.zip ) +#10 CACHED + +#11 [opensilex-stack-opensilex 7/11] RUN ls +#11 CACHED + +#12 [opensilex-stack-opensilex 10/11] COPY ./config/opensilex-template.yml /home/opensilex/config/ +#12 CACHED + +#13 [opensilex-stack-opensilex 2/11] RUN apt-get -y update && apt-get install -y wget zip gettext-base +#13 CACHED + +#14 [opensilex-stack-opensilex 5/11] RUN wget -nv https://github.com/OpenSILEX/opensilex/releases/download/1.0.0-rc+5.2/opensilex-release-1.0.0-rc+5.2.zip +#14 CACHED + +#15 [opensilex-stack-opensilex 9/11] COPY ./bin/logback.xml /home/opensilex/bin/ +#15 CACHED + +#16 [opensilex-stack-opensilex 8/11] COPY ./bin/opensilex.sh /home/opensilex/bin/ +#16 CACHED + +#17 [opensilex-stack-opensilex 11/11] WORKDIR /home/opensilex +#17 CACHED + +#18 [opensilex-stack-opensilex] exporting to image +#18 exporting layers done +#18 writing image sha256:e9972daa00e85125ac92289421ab19db60850699f994932746b0836cd26ac4f6 done +#18 naming to docker.io/library/opensilex-stack-opensilex done +#18 DONE 0.0s + +#19 [opensilex-stack-haproxy internal] load metadata for docker.io/library/haproxy:2.6.6 +#19 DONE 0.3s + +#20 [opensilex-stack-haproxy 1/3] FROM docker.io/library/haproxy:2.6.6@sha256:53c3aa1dbd756e78f12d472ffba22cba5f8bfbca61239a9767a72f754f8cda5a +#20 DONE 0.0s + +#21 [opensilex-stack-haproxy internal] load build context +#21 transferring context: 2.31kB done +#21 DONE 0.0s + +#22 [opensilex-stack-haproxy 2/3] RUN mkdir /run/haproxy && chown haproxy:haproxy /run/haproxy && chmod 2775 /run/haproxy +#22 CACHED + +#23 [opensilex-stack-haproxy 3/3] COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg +#23 CACHED + +#18 [opensilex-stack-haproxy] exporting to image +#18 exporting layers done +#18 writing image sha256:7d3a182f4de2dfca31b428edaa7b100d1d0c9e161f271dbd53e9248c94ea2209 done +#18 naming to docker.io/library/opensilex-stack-haproxy done +#18 DONE 0.0s +#1 [internal] load .dockerignore +#1 transferring context: 2B done +#1 DONE 0.0s + +#2 [internal] load build definition from opensilex-build-step.docker +#2 transferring dockerfile: 1.70kB done +#2 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/tomcat:jre11-openjdk-slim +#3 DONE 0.0s + +#4 [ 1/20] FROM docker.io/library/tomcat:jre11-openjdk-slim +#4 DONE 0.0s + +#5 [ 2/20] RUN groupadd --gid 1002 opensilex && useradd --uid 1002 --gid 1002 -m opensilex && apt-get update && apt-get install -y sudo && echo opensilex ALL=(root) NOPASSWD:ALL > /etc/sudoers.d/opensilex && chmod 0440 /etc/sudoers.d/opensilex +#5 CACHED + +#6 [ 3/20] RUN apt-get -y update && apt-get install -y wget zip gettext-base libc6 libc-bin +#6 CACHED + +#7 [ 4/20] RUN mkdir -p /home/opensilex +#7 CACHED + +#8 [internal] load build context +#8 transferring context: 352B done +#8 DONE 0.0s + +#9 [ 5/20] RUN mkdir -p /home/opensilex//home/opensilex/opensilex-data +#9 DONE 0.3s + +#10 [ 6/20] RUN mkdir -p /home/opensilex/config +#10 DONE 0.4s + +#11 [ 7/20] RUN mkdir -p /home/opensilex/data +#11 DONE 0.4s + +#12 [ 8/20] RUN mkdir -p /home/opensilex/logs +#12 DONE 0.3s + +#13 [ 9/20] RUN mkdir -p /home/opensilex/bin/modules +#13 DONE 0.3s + +#14 [10/20] COPY ./modules/ /home/opensilex/bin/modules_to_import/ +#14 DONE 0.0s + +#15 [11/20] RUN chown opensilex:opensilex -R /home/opensilex +#15 DONE 0.5s + +#16 [12/20] WORKDIR /home/opensilex/bin +#16 DONE 0.0s + +#17 [13/20] RUN wget -nv https://github.com/OpenSILEX/opensilex/releases/download/1.0.0-rc+6.4/opensilex-release-1.0.0-rc+6.4.zip +#17 16.88 2023-02-17 09:02:04 URL:https://objects.githubusercontent.com/github-production-release-asset-2e65be/255030444/bb5a0f57-0ebb-45a4-a660-a9b5a6572bc8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230217%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230217T090128Z&X-Amz-Expires=300&X-Amz-Signature=4192caef369cd7b65b5c7c828e40d556aa93feea01922f2e9c50e4a6e9b3fa38&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=255030444&response-content-disposition=attachment%3B%20filename%3Dopensilex-release-1.0.0-rc%2B6.4.zip&response-content-type=application%2Foctet-stream [85921478/85921478] -> "opensilex-release-1.0.0-rc+6.4.zip" [1] +#17 DONE 17.1s + +#18 [14/20] RUN unzip $( basename https://github.com/OpenSILEX/opensilex/releases/download/1.0.0-rc+6.4/opensilex-release-1.0.0-rc+6.4.zip ) +#18 0.556 Archive: opensilex-release-1.0.0-rc+6.4.zip +#18 0.556 inflating: opensilex.jar +#18 1.109 inflating: logback.xml +#18 1.109 inflating: modules/opensilex-phis.jar +#18 1.109 inflating: modules/opensilex-sparql.jar +#18 1.112 inflating: modules/opensilex-nosql.jar +#18 1.112 inflating: modules/opensilex-brapi.jar +#18 1.113 inflating: modules/opensilex-fs.jar +#18 1.113 inflating: modules/opensilex-migration.jar +#18 1.113 inflating: modules/opensilex-security.jar +#18 1.115 inflating: modules/opensilex-core.jar +#18 1.121 inflating: modules/opensilex-front.jar +#18 DONE 1.3s + +#19 [15/20] RUN ls +#19 0.414 logback.xml +#19 0.414 modules +#19 0.414 modules_to_import +#19 0.414 opensilex-release-1.0.0-rc+6.4.zip +#19 0.414 opensilex.jar +#19 DONE 0.4s + +#20 [16/20] COPY ./bin/opensilex.sh /home/opensilex/bin/ +#20 DONE 0.0s + +#21 [17/20] COPY ./bin/logback.xml /home/opensilex/bin/ +#21 DONE 0.1s + +#22 [18/20] COPY ./config/opensilex-template.yml /home/opensilex/config/ +#22 DONE 0.1s + +#23 [19/20] RUN cp /home/opensilex/bin/modules_to_import/* /home/opensilex/bin/modules +#23 DONE 0.3s + +#24 [20/20] WORKDIR /home/opensilex +#24 DONE 0.1s + +#25 exporting to image +#25 exporting layers +#25 exporting layers 0.6s done +#25 writing image sha256:e891fcecd923e2da38e96faea3ae98ead28fbba63e5455572a2ac3576632f330 done +#25 naming to docker.io/library/opensilex-stack-opensilex done +#25 DONE 0.6s +#1 [internal] load .dockerignore +#1 transferring context: 2B done +#1 DONE 0.0s + +#2 [internal] load build definition from haproxy-build-step.docker +#2 transferring dockerfile: 304B done +#2 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/haproxy:2.6.6 +#3 DONE 0.6s + +#4 [1/3] FROM docker.io/library/haproxy:2.6.6@sha256:53c3aa1dbd756e78f12d472ffba22cba5f8bfbca61239a9767a72f754f8cda5a +#4 DONE 0.0s + +#5 [internal] load build context +#5 transferring context: 2.31kB done +#5 DONE 0.0s + +#6 [2/3] RUN mkdir /run/haproxy && chown haproxy:haproxy /run/haproxy && chmod 2775 /run/haproxy +#6 CACHED + +#7 [3/3] COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg +#7 CACHED + +#8 exporting to image +#8 exporting layers done +#8 writing image sha256:0eac449d6be26dee2af811984f0f779e7cd44614ddfa4710eb9c9f50e1e4c1b8 done +#8 naming to docker.io/library/opensilex-stack-haproxy done +#8 DONE 0.0s diff --git a/dump_scripts/export_data.sh b/dump_scripts/export_data.sh index d48239fe46f12e787521aee7d899379469682782..37e40740c93c3af10cdd662e652e38947f2d1e49 100644 --- a/dump_scripts/export_data.sh +++ b/dump_scripts/export_data.sh @@ -33,7 +33,7 @@ fi echo "Preparing opensilex-docker-mongodb data" docker exec -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-mongodb bash -c 'echo $CONTAINER_DUMP_DIR && rm -rf $CONTAINER_DUMP_DIR && mkdir -p $CONTAINER_DUMP_DIR && /usr/bin/mongodump --numParallelCollections=1 --db=${REPOSITORIES_NAME} --out=$CONTAINER_DUMP_DIR && mv ${CONTAINER_DUMP_DIR}/${REPOSITORIES_NAME} ${CONTAINER_DUMP_DIR}/$REPOSITORIES_NAME-`date +"%Y-%m-%d"`' echo "Exporting opensilex-docker-mongodb data" -rm -rf $1/mongo +rm -rf $1/mongodb docker cp opensilex-docker-mongodb:$CONTAINER_DUMP_DIR $1/mongodb echo "Done opensilex-docker-mongodb" diff --git a/examples/vitis-explorer/README.md b/examples/vitis-explorer/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7c25f7aa7008bf552bf0b1a188ecc21aa2604a1b --- /dev/null +++ b/examples/vitis-explorer/README.md @@ -0,0 +1,86 @@ +# VITIS EXPLORER + +## Pre-requesite softwares + +**Tested Operating system :** + +[](https://releases.ubuntu.com/22.04/) + +[](https://www.debian.org/releases/bullseye/releasenotes) + +_Not working operating system :_ + + + +First you need to have these software installed, you can check if they are [installed](#check-your-installed-softwares) : + +- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) +- [docker](https://docs.docker.com/install/) +- [Docker Compose](https://docs.docker.com/compose/install/) + +## Check your installed softwares + +Following commands should work from everywhere in your system without errors: + +`git --version` + +`docker --version` + +`docker compose version` + +## Stack software name with associated versions + +- Mandatory softwares : + + - RDF4J - 3.7.7 + - MongoDB - 5.0.14 + - OpenSILEX - 1.0.0-rc+6.5 + +- Other managements softwares : + - mongo-express (A web based gui for mongo) - 1.0.0-alpha.4 + + +## Run minimal opensilex docker stack compose + +- With a bash terminal go to the project directory (where this readme is located). + +- You must run docker compose up command to start your installation: + +- With a bash terminal go to the project directory (where this readme is located). +- You must run docker compose up command to start your installation: + +```bash +docker compose --env-file vitis-explorer.env build --build-arg UID=$(id -u) --build-arg GID=$(id -g) +docker compose --env-file vitis-explorer.env run --rm start_opensilex_stack +``` + +- Expected Output: + +```bash +[+] Running 3/0 + â ¿ Container opensilex-docker-rdf4j Running 0.0s + â ¿ Container opensilex-docker-mongodb Running 0.0s + â ¿ Container opensilex-docker-opensilexapp Recreated 0.0s +[+] Running 1/1 + â ¿ Container opensilex-docker-opensilexapp Started 0.4s +Waiting for mongo to listen on 27017... +Waiting for rdf4j to listen on 8080... +Waiting for opensilex to listen on 8081.. +sleeping +sleeping +sleeping +[wait until it starts] +``` + +This previous action will block your terminal. When the terminal will be accessible again the opensilex app process will be started and ready. + +## Import databases + +```bash + bash ../../dump_scripts/import_data.sh dumps/vitis-explorer-dev/2023-01-31/ +``` + +## Export databases + +```bash + bash ../../dump_scripts/export_data.sh dumps/vitis-explorer-dev/2023-01-31/ \ No newline at end of file diff --git a/examples/vitis-explorer/bin/logback.xml b/examples/vitis-explorer/bin/logback.xml new file mode 100644 index 0000000000000000000000000000000000000000..e7e3d3d4052d0db2b32baed6db7aa5f8efa1e478 --- /dev/null +++ b/examples/vitis-explorer/bin/logback.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configuration debug="false" scan="true"> + <!-- configuration variables--> + <property name="log.pattern" value="%d{dd MMM yyyy;HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n" /> + <property name="default.log.level" value="INFO"/> + <property name="opensilex.log.level" value="${opensilex.log.level:-INFO}"/> + <property name="log.path" value="/home/opensilex/logs"/> + + <!-- output --> + <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> + <filter class="org.opensilex.utils.LogFilter"> + <!-- Default application log level (for libraries) --> + <level>${default.log.level}</level> + <!-- Log level for included and excluded patterns --> + <customLevel>${opensilex.log.level}</customLevel> + <!-- List of logger name pattern to include at custom log level --> + <include>org.opensilex</include> + <include>test.opensilex</include> + <include>opensilex.service</include> + <!-- List of classes to include at DEBUG log level --> + <!-- <debug>org.opensilex.server.Server</debug> --> + </filter> + + <encoder> + <pattern>${log.pattern}</pattern> + </encoder> + </appender> + + + <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender"> + <filter class="org.opensilex.utils.LogFilter"> + <!-- Default application log level (for libraries) --> + <level>${default.log.level}</level> + <!-- Log level for included and excluded patterns --> + <customLevel>${opensilex.log.level}</customLevel> + <!-- List of logger name pattern to include at custom log level --> + <include>org.opensilex</include> + <include>test.opensilex</include> + <include>opensilex.service</include> + <!-- List of classes to include at DEBUG log level --> + <!-- <debug>org.opensilex.server.Server</debug> --> + </filter> + + <file>${log.path}/opensilex.log</file> + <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"> + <maxHistory>30</maxHistory> + <fileNamePattern>${log.path}/opensilex.log-%d{yyyy-MM-dd}.log.zip</fileNamePattern> + </rollingPolicy> + <encoder> + <pattern>${log.pattern}</pattern> + </encoder> + </appender> + + + <root> + <appender-ref ref="STDOUT" /> + <appender-ref ref="FILE" /> + </root> +</configuration> \ No newline at end of file diff --git a/examples/vitis-explorer/bin/opensilex.sh b/examples/vitis-explorer/bin/opensilex.sh new file mode 100755 index 0000000000000000000000000000000000000000..b1ed7f1bf647bdc4a25abacbee2a2b681d635f11 --- /dev/null +++ b/examples/vitis-explorer/bin/opensilex.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" + +CONFIG_FILE="/home/opensilex/config/opensilex.yml" + +cd $SCRIPT_DIR + +java -jar $SCRIPT_DIR/opensilex.jar --BASE_DIRECTORY=$SCRIPT_DIR --CONFIG_FILE=$CONFIG_FILE "$@" + diff --git a/examples/vitis-explorer/config/opensilex-custom-config.yml b/examples/vitis-explorer/config/opensilex-custom-config.yml new file mode 100644 index 0000000000000000000000000000000000000000..e6b50505f5a2e379e867247786d362a56bb1fa64 --- /dev/null +++ b/examples/vitis-explorer/config/opensilex-custom-config.yml @@ -0,0 +1,4 @@ + +system: + ignoredModules: + opensilex.service.PhisWsModule: opensilex-phis.jar \ No newline at end of file diff --git a/examples/vitis-explorer/config/opensilex-template.yml b/examples/vitis-explorer/config/opensilex-template.yml new file mode 100644 index 0000000000000000000000000000000000000000..5c84b42bbabf63469748dfc61e451fbe128ecda7 --- /dev/null +++ b/examples/vitis-explorer/config/opensilex-template.yml @@ -0,0 +1,53 @@ +ontologies: + baseURI: $BASEURI + baseURIAlias: $BASEURIALIAS + sparql: + config: + serverURI: http://$RDF4J_DOCKER_NAME:8080/rdf4j-server/ + repository: $REPOSITORIES_NAME +# Configuration for module: FileStorageModule (FileStorageConfig) +file-system: + # File storage service (FileStorageService) + fs: + config: + # Default file system storage (String) + defaultFS: $OPENSILEX_FILESYSTEM + # Map of file storage connection definition by identifier (Map<String,FileStorageConnection>) + connections: + gridfs: + # Service implementation class for: gridfs (FileStorageConnection) + implementation: org.opensilex.fs.gridfs.GridFSConnection + config: + # MongoDB main host (String) + host: $MONGO_DOCKER_NAME + # MongoDB main host port (int) + port: 27017 + database: $REPOSITORIES_NAME + local: + # Service implementation class for: local (FileStorageConnection) + implementation: org.opensilex.fs.local.LocalFileSystemConnection + config: + # Base path for file storage (String) + basePath: $INTERNAL_DATA_DIRECTORY + customPath: + datafile/: $DATAFILE_OPENSILEX_FILESYSTEM + documents/: $DOCUMENTS_OPENSILEX_FILESYSTEM +big-data: + mongodb: + config: + host: $MONGO_DOCKER_NAME + port: 27017 + database: $REPOSITORIES_NAME +server: + pathPrefix: /$OPENSILEX_PATH_PREFIX + publicURI: "http://localhost:$HAPROXY_EXPOSED_PORT" + +front: + versionLabel: $VERSION_LABEL + theme: $OPENSILEX_CONFIG_THEME + homeComponent: $OPENSILEX_CONFIG_HOMECOMPONENT + loginComponent: $OPENSILEX_CONFIG_LOGINCOMPONENT + footerComponent: $OPENSILEX_CONFIG_FOOTERCOMPONENT + menuComponent: $OPENSILEX_CONFIG_MENUCOMPONENT + headerComponent: $OPENSILEX_CONFIG_HEADERCOMPONENT + \ No newline at end of file diff --git a/examples/vitis-explorer/config/opensilex.yml b/examples/vitis-explorer/config/opensilex.yml new file mode 100644 index 0000000000000000000000000000000000000000..18bdf423d6d98bba041842dc2d9f68650587c5a4 --- /dev/null +++ b/examples/vitis-explorer/config/opensilex.yml @@ -0,0 +1,56 @@ +ontologies: + baseURI: http://vitis-explorer.inrae.fr/ + baseURIAlias: vitis-explorer + sparql: + config: + serverURI: http://opensilex-docker-rdf4j:8080/rdf4j-server/ + repository: opensilex-docker-db +# Configuration for module: FileStorageModule (FileStorageConfig) +file-system: + # File storage service (FileStorageService) + fs: + config: + # Default file system storage (String) + defaultFS: gridfs + # Map of file storage connection definition by identifier (Map<String,FileStorageConnection>) + connections: + gridfs: + # Service implementation class for: gridfs (FileStorageConnection) + implementation: org.opensilex.fs.gridfs.GridFSConnection + config: + # MongoDB main host (String) + host: opensilex-docker-mongodb + # MongoDB main host port (int) + port: 27017 + database: opensilex-docker-db + local: + # Service implementation class for: local (FileStorageConnection) + implementation: org.opensilex.fs.local.LocalFileSystemConnection + config: + # Base path for file storage (String) + basePath: /home/opensilex/opensilex-data + customPath: + datafile/: gridfs + documents/: gridfs +big-data: + mongodb: + config: + host: opensilex-docker-mongodb + port: 27017 + database: opensilex-docker-db +server: + pathPrefix: /vitis-explorer + publicURI: "http://localhost:80" + +front: + versionLabel: test-version + theme: inrae-sixtine-vigne#vigne + homeComponent: inrae-sixtine-vigne-SixtineHomeComponent + loginComponent: inrae-sixtine-vigne-SixtineLoginComponent + footerComponent: inrae-sixtine-vigne-SixtineFooterComponent + menuComponent: inrae-sixtine-vigne-SixtineMenuComponent + headerComponent: inrae-sixtine-vigne-SixtineHeaderComponent + +system: + ignoredModules: + opensilex.service.PhisWsModule: opensilex-phis.jar \ No newline at end of file diff --git a/examples/vitis-explorer/docker-compose.yml b/examples/vitis-explorer/docker-compose.yml new file mode 100644 index 0000000000000000000000000000000000000000..1e455a2495ba16f9818a0f6939aa9cbda4d64d5e --- /dev/null +++ b/examples/vitis-explorer/docker-compose.yml @@ -0,0 +1,118 @@ +version: "3.5" + +services: + haproxy: + container_name: $HAPROXY_DOCKER_NAME + restart: always + env_file: opensilex.env + build: + context: . + args: + HAPROXY_IMAGE_VERSION: $HAPROXY_IMAGE_VERSION + dockerfile: haproxy-build-step.docker + depends_on: + - opensilex + volumes: + - haproxy_conf:/usr/local/etc/haproxy + ports: + - "$HAPROXY_EXPOSED_PORT:80" + mongo: + container_name: $MONGO_DOCKER_NAME + image: mongo:$MONGO_IMAGE_VERSION + restart: always + env_file: opensilex.env + volumes: + - persist_mongo_data:/data + command: > + bash -c " + ( + sleep 3 && + mongo --eval \"rs.initiate({'_id':'opensilex','members':[{'_id':0,'host':'opensilex-docker-mongodb:27017'}]})\" && + wait + ) & docker-entrypoint.sh --replSet opensilex + " + ports: + - "$MONGO_EXPOSED_PORT:27017" + + rdf4j: + container_name: $RDF4J_DOCKER_NAME + env_file: opensilex.env + image: eclipse/rdf4j-workbench:$RDF4J_IMAGE_VERSION + volumes: + - persist_rdf4j_data:/var/rdf4j + - persist_rdf4j_logs:/usr/local/tomcat/logs + ports: + - "$RDF4J_EXPOSED_PORT:8080" + + mongoexpress: + image: mongo-express:$MONGO_EXPRESS_IMAGE_VERSION + container_name: $MONGO_EXPRESS_DOCKER_NAME + env_file: opensilex.env + restart: always + ports: + - "$MONGO_EXPRESS_EXPOSED_PORT:8081" + environment: + ME_CONFIG_MONGODB_SERVER: $MONGO_DOCKER_NAME + ME_CONFIG_MONGODB_URL: mongo://$MONGO_DOCKER_NAME:27017/ + ME_CONFIG_SITE_BASEURL: "/$MONGO_EXPRESS_HOST" + depends_on: + - mongo + + opensilex: + container_name: $OPENSILEX_DOCKER_NAME + build: + context: . + args: + OPENSILEX_RELEASE_TAG: $OPENSILEX_RELEASE_TAG + INTERNAL_DATA_DIRECTORY: $INTERNAL_DATA_DIRECTORY + dockerfile: opensilex-build-step.docker + env_file: opensilex.env + depends_on: + - mongo + - rdf4j + volumes: + - ./config:/home/opensilex/config + - ./logs/opensilex:/home/opensilex/logs + - persist_opensilex:/home/opensilex/data + - "$OPENSILEX_LOCAL_FILE_SYSTEM_DIRECTORY:$INTERNAL_DATA_DIRECTORY" + command: > + bash -c " + rm -f /home/opensilex/config/opensilex.yml && + envsubst < /home/opensilex/config/opensilex-template.yml > /home/opensilex/config/opensilex.yml && + cat /home/opensilex/config/opensilex-custom-config.yml >> /home/opensilex/config/opensilex.yml && + echo 'Running $OPENSILEX_START_CMD $OPENSILEX_START_CMD_DEBUG' && + ([ ! -f /home/opensilex/data/first_install ] && touch /home/opensilex/data/first_install && ./bin/opensilex.sh system install --CONFIG_FILE=/home/opensilex/config/opensilex.yml --DEBUG) + $OPENSILEX_START_CMD $OPENSILEX_START_CMD_DEBUG + " + ports: + - "$OPENSILEX_EXPOSED_PORT:8081" + + # Stack part to start + start_opensilex_stack: + image: dadarek/wait-for-dependencies + depends_on: + - mongo + - rdf4j + - opensilex + command: mongo:27017 rdf4j:8080 opensilex:8081 + + start_opensilex_stack_mongogui: + image: dadarek/wait-for-dependencies + depends_on: + - mongoexpress + command: mongoexpress:8081 + + start_opensilex_stack_proxy: + image: dadarek/wait-for-dependencies + depends_on: + - haproxy + - opensilex + - mongoexpress + command: haproxy:80 opensilex:8081 + +volumes: + persist_rdf4j_data: + persist_rdf4j_logs: + persist_mongo_data: + persist_opensilex: + haproxy_conf: diff --git a/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/fs.files.bson b/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/fs.files.bson new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/fs.files.metadata.json b/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/fs.files.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..adfe946ed24e6b49e88277218412a2dd5d79de9c --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/fs.files.metadata.json @@ -0,0 +1 @@ +{"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_"},{"v":{"$numberInt":"2"},"unique":true,"key":{"filename":{"$numberInt":"1"}},"name":"filename_1"},{"v":{"$numberInt":"2"},"unique":true,"key":{"metadata.path":{"$numberInt":"1"}},"name":"metadata.path_1"}],"uuid":"afdbd4412cd44e43a95179a10ab01164","collectionName":"fs.files","type":"collection"} \ No newline at end of file diff --git a/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/provenance.bson b/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/provenance.bson new file mode 100644 index 0000000000000000000000000000000000000000..71bc497680ba3e37fd0e405f4b4e1210aa532855 Binary files /dev/null and b/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/provenance.bson differ diff --git a/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/provenance.metadata.json b/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/provenance.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..02a0a73cd3c15b2764701a24a899703bce4e929d --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/dump_example_structure/mongodb/opensilex-docker-db-2022-11-22/provenance.metadata.json @@ -0,0 +1 @@ +{"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_"},{"v":{"$numberInt":"2"},"unique":true,"key":{"uri":{"$numberInt":"1"}},"name":"uri_1"}],"uuid":"705090f42c8043caa47b58390b5c6698","collectionName":"provenance","type":"collection"} \ No newline at end of file diff --git a/examples/vitis-explorer/dump_scripts/dump_example_structure/rdf4j/opensilex-docker-db-2022-11-23 b/examples/vitis-explorer/dump_scripts/dump_example_structure/rdf4j/opensilex-docker-db-2022-11-23 new file mode 100644 index 0000000000000000000000000000000000000000..fe09c591506882ec5ac1a6b03fd3e1a73257b145 --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/dump_example_structure/rdf4j/opensilex-docker-db-2022-11-23 @@ -0,0 +1,7974 @@ +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix fn: <http://www.w3.org/2005/xpath-functions#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sesame: <http://www.openrdf.org/schema/sesame#> . +@prefix rdf4j: <http://rdf4j.org/schema/rdf4j#> . +@prefix opensilex-prf: <http://www.opensilex.org/set/profile#> . +@prefix opensilex-grp: <http://www.opensilex.org/set/group#> . +@prefix oeso: <http://www.opensilex.org/vocabulary/oeso-ext#> . +@prefix opensilex-prj: <http://www.opensilex.org/set/project#> . +@prefix opensilex-usr: <http://www.opensilex.org/set/user#> . +@prefix opensilex-germplasm: <http://www.opensilex.org/set/germplasm#> . +@prefix oa: <http://www.w3.org/ns/oa#> . +@prefix vocabulary: <http://www.opensilex.org/vocabulary/oeso#> . +@prefix peco: <http://purl.obolibrary.org/obo/peco.owl#> . +@prefix dcterms: <http://purl.org/dc/terms/#> . +@prefix opensilex-expe: <http://www.opensilex.org/set/experiment#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix org: <http://www.w3.org/ns/org#> . +@prefix opensilex-factor: <http://www.opensilex.org/set/factor#> . +@prefix vcard: <http://www.w3.org/2006/vcard/ns#> . +@prefix opensilex-area: <http://www.opensilex.org/set/area#> . +@prefix oeev: <http://www.opensilex.org/vocabulary/oeev#> . +@prefix opensilex-device: <http://www.opensilex.org/set/device#> . +@prefix opensilex-infra: <http://www.opensilex.org/set/organization#> . +@prefix opensilex-so: <http://www.opensilex.org/set/scientific-object#> . +@prefix time: <http://www.w3.org/2006/time#> . +@prefix os-sec: <http://www.opensilex.org/security#> . +@prefix opensilex-doc: <http://www.opensilex.org/set/document#> . +@prefix dc: <http://purl.org/dc/terms/> . +@prefix opensilex: <http://www.opensilex.org/> . + +opensilex:security { + os-sec:hasLanguage a owl:DatatypeProperty; + rdfs:label "langue"@fr, "lang"@en; + rdfs:subPropertyOf owl:topDataProperty . + + opensilex:security a owl:Ontology; + rdfs:label "OpenSILEX - Security"@en; + rdfs:comment """INRAE MISTEA + Copyright © - INRAE - 2020 + This Ontology is licensed by CC 4.0 (http://creativecommons.org/licenses/by-sa/4.0/legalcode)"""; + owl:versionInfo "Version 1.0 (2020-04-01) created by INRAE"; + <http://purl.org/dc/elements/1.1/creator> "Vincent Migot, Anne Tireau,Pascal Neveu (INRAE Montpellier)" . + + foaf:Agent a owl:Class; + rdfs:label "Agent"@fr; + rdfs:subClassOf _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b0, _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b1, + _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b2, _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b3, + _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b4, _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b5 . + + _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b0 a owl:Restriction; + owl:onDataRange xsd:boolean; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty os-sec:isAdmin . + + _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b1 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty os-sec:hasPasswordHash . + + _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b2 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty os-sec:hasLanguage . + + _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b3 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty foaf:mbox; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b4 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty foaf:lastName; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9d57c74edc654f3da6c2ae7a7c3becc9-b5 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty foaf:firstName; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + os-sec:Profile a owl:Class; + rdfs:label "Profile"@en, "Profil"@fr . + + os-sec:Group a owl:Class; + rdfs:label "Group"@en, "Groupe"@fr . + + os-sec:isAdmin a owl:DatatypeProperty; + rdfs:label "est administrateur"@fr, "is admin"@en . + + os-sec:hasPasswordHash a owl:DatatypeProperty; + rdfs:label "empreinte de mot de passe"@fr, "password hash"@en . + + os-sec:GroupUserProfile a owl:Class; + rdfs:label "User profile"@en, "Profil utilisateur"@fr . +} + +<http://www.opensilex.org/vocabulary/oeso> { + rdfs:label a owl:DatatypeProperty, owl:NamedIndividual; + rdfs:label "Name"@en, "Nom"@fr . + + rdf:type a owl:DatatypeProperty; + rdfs:label "Type"@en, "Type"@fr . + + owl:DatatypeProperty a owl:Class . + + foaf:Agent a owl:Class . + + os-sec:Profile a owl:Class; + rdfs:subClassOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b21, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b26, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b40 . + + rdfs:comment a owl:DatatypeProperty, owl:NamedIndividual; + rdfs:label "Description"@en, "Description"@fr . + + <http://purl.org/dc/elements/1.1/creator> a owl:NamedIndividual; + rdfs:label "Creator"@en; + rdfs:comment "An entity primarily responsible for making the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#creator-006>; + dc:description "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."@en . + + os-sec:Group a owl:Class; + rdfs:label "Group"@en, "Groupe"@fr; + rdfs:subClassOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b2, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b3, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b4 . + + foaf:firstName a owl:DatatypeProperty . + + foaf:lastName a owl:DatatypeProperty . + + os-sec:GroupUserProfile a owl:Class; + rdfs:subClassOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b6, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b7 . + + foaf:mbox a owl:DatatypeProperty . + + foaf:homepage a owl:DatatypeProperty . + + <http://purl.org/dc/elements/1.1/description> a owl:DatatypeProperty, owl:NamedIndividual; + rdfs:label "Description"@en; + rdfs:comment "An account of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#description-006>; + dc:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en . + + <http://purl.org/dc/elements/1.1/title> a owl:DatatypeProperty, owl:NamedIndividual; + rdfs:label "Title"@en; + rdfs:comment "A name given to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#title-006> . + + foaf:Organization a owl:Class, owl:NamedIndividual; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:comment "The Organization class represents a kind of Agent corresponding to social instititutions such as companies, societies etc."@en . + + <http://purl.org/dc/elements/1.1/date> a owl:NamedIndividual; + rdfs:label "Date"@en; + rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#date-006>; + dc:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en . + + vcard:Address a owl:Class . +} + +<http://www.w3.org/2002/07/owl> { + owl:topDataProperty a owl:DatatypeProperty; + rdfs:label "topDataProperty"; + rdfs:comment "The data property that relates every individual to every data value."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Literal; + rdfs:domain owl:Thing . + + owl:DatatypeProperty a rdfs:Class; + rdfs:label "DatatypeProperty"; + rdfs:subClassOf rdf:Property; + rdfs:comment "The class of data properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:Class a rdfs:Class; + rdfs:label "Class"; + rdfs:subClassOf rdfs:Class; + rdfs:comment "The class of OWL classes."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:versionInfo a owl:AnnotationProperty; + rdfs:label "versionInfo"; + rdfs:comment "The annotation property that provides version information for an ontology or another OWL construct."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:Ontology a rdfs:Class; + rdfs:label "Ontology"; + rdfs:subClassOf rdfs:Resource; + rdfs:comment "The class of ontologies."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:onDataRange a rdf:Property; + rdfs:label "onDataRange"; + rdfs:comment "The property that determines the data range that a qualified data cardinality restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Datatype; + rdfs:domain owl:Restriction . + + owl:maxQualifiedCardinality a rdf:Property; + rdfs:label "maxQualifiedCardinality"; + rdfs:comment "The property that determines the cardinality of a maximum qualified cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:onProperty a rdf:Property; + rdfs:label "onProperty"; + rdfs:comment "The property that determines the property that a property restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:Property; + rdfs:domain owl:Restriction . + + owl:Restriction a rdfs:Class; + rdfs:label "Restriction"; + rdfs:subClassOf owl:Class; + rdfs:comment "The class of property restrictions."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:qualifiedCardinality a rdf:Property; + rdfs:label "qualifiedCardinality"; + rdfs:comment "The property that determines the cardinality of an exact qualified cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:ObjectProperty a rdfs:Class; + rdfs:label "ObjectProperty"; + rdfs:subClassOf rdf:Property; + rdfs:comment "The class of object properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:InverseFunctionalProperty a rdfs:Class; + rdfs:label "InverseFunctionalProperty"; + rdfs:subClassOf owl:ObjectProperty; + rdfs:comment "The class of inverse-functional properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:FunctionalProperty a rdfs:Class; + rdfs:label "FunctionalProperty"; + rdfs:subClassOf rdf:Property; + rdfs:comment "The class of functional properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:Thing a owl:Class; + rdfs:label "Thing"; + rdfs:comment "The class of OWL individuals."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:inverseOf a rdf:Property; + rdfs:label "inverseOf"; + rdfs:comment "The property that determines that two given properties are inverse."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:ObjectProperty; + rdfs:domain owl:ObjectProperty . + + owl:disjointWith a rdf:Property; + rdfs:label "disjointWith"; + rdfs:comment "The property that determines that two given classes are disjoint."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Class; + rdfs:domain owl:Class . + + owl:equivalentClass a rdf:Property; + rdfs:label "equivalentClass"; + rdfs:comment "The property that determines that two given classes are equivalent, and that is used to specify datatype definitions."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Class; + rdfs:domain rdfs:Class . + + owl:AnnotationProperty a rdfs:Class; + rdfs:label "AnnotationProperty"; + rdfs:subClassOf rdf:Property; + rdfs:comment "The class of annotation properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:equivalentProperty a rdf:Property; + rdfs:label "equivalentProperty"; + rdfs:comment "The property that determines that two given properties are equivalent."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:Property; + rdfs:domain rdf:Property . + + owl:deprecated a owl:AnnotationProperty; + rdfs:label "deprecated"; + rdfs:comment "The annotation property that indicates that a given entity has been deprecated."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:intersectionOf a rdf:Property; + rdfs:label "intersectionOf"; + rdfs:comment "The property that determines the collection of classes or data ranges that build an intersection."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Class . +} + +<http://xmlns.com/foaf/0.1/> { + foaf:Agent a owl:Class, rdfs:Class; + rdfs:label "Agent"; + rdfs:comment "An agent (eg. person, group, software or physical artifact)."; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:equivalentClass dc:Agent . + + foaf:firstName a owl:DatatypeProperty, rdf:Property; + rdfs:label "firstName"; + rdfs:comment "The first name of a person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:lastName a owl:DatatypeProperty, rdf:Property; + rdfs:label "lastName"; + rdfs:comment "The last name of a person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:mbox a owl:ObjectProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "personal mailbox"; + rdfs:comment "A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + foaf:knows a owl:ObjectProperty, rdf:Property; + rdfs:label "knows"; + rdfs:comment "A person known by this person (indicating some level of reciprocated interaction between the parties)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Person; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/> a owl:Ontology; + <http://purl.org/dc/elements/1.1/description> "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language."; + <http://purl.org/dc/elements/1.1/title> "Friend of a Friend (FOAF) vocabulary" . + + foaf:Person a owl:Class, rdfs:Class; + rdfs:label "Person"; + rdfs:subClassOf foaf:Agent, <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing>; + rdfs:comment "A person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:disjointWith foaf:Project, foaf:Organization; + owl:equivalentClass <http://schema.org/Person>, <http://www.w3.org/2000/10/swap/pim/contact#Person> . + + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> a owl:AnnotationProperty . + + foaf:icqChatID a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "ICQ chat ID"; + rdfs:subPropertyOf foaf:nick; + rdfs:comment "An ICQ chat ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:nick a owl:DatatypeProperty, rdf:Property; + rdfs:label "nickname"; + rdfs:comment "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:birthday a owl:DatatypeProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "birthday"; + rdfs:comment "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:givenname a owl:DatatypeProperty, rdf:Property; + rdfs:label "Given name"; + rdfs:comment "The given name of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + foaf:focus a owl:ObjectProperty, rdf:Property; + rdfs:label "focus"; + rdfs:comment "The underlying or 'focal' entity associated with some SKOS-described concept."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://www.w3.org/2004/02/skos/core#Concept>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + owl:Thing rdfs:label "Thing" . + + <http://www.w3.org/2004/02/skos/core#Concept> rdfs:label "Concept" . + + foaf:accountServiceHomepage a owl:ObjectProperty, rdf:Property; + rdfs:label "account service homepage"; + rdfs:comment "Indicates a homepage of the service provide for this online account."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:OnlineAccount; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:Document a owl:Class, rdfs:Class; + rdfs:label "Document"; + rdfs:comment "A document."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:disjointWith foaf:Project, foaf:Organization; + owl:equivalentClass <http://schema.org/CreativeWork> . + + foaf:OnlineAccount a owl:Class, rdfs:Class; + rdfs:label "Online Account"; + rdfs:subClassOf owl:Thing; + rdfs:comment "An online account."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:isPrimaryTopicOf a rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "is primary topic of"; + rdfs:subPropertyOf foaf:page; + rdfs:comment "A document that this thing is the primary topic of."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:inverseOf foaf:primaryTopic . + + foaf:page a owl:ObjectProperty, rdf:Property; + rdfs:label "page"; + rdfs:comment "A page or document about this thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:inverseOf foaf:topic . + + foaf:primaryTopic a owl:ObjectProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "primary topic"; + rdfs:comment "The primary topic of some page or document."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain foaf:Document; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:inverseOf foaf:isPrimaryTopicOf . + + foaf:depicts a owl:ObjectProperty, rdf:Property; + rdfs:label "depicts"; + rdfs:comment "A thing depicted in this representation."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain foaf:Image; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"; + owl:inverseOf foaf:depiction . + + foaf:depiction a owl:ObjectProperty, rdf:Property; + rdfs:label "depiction"; + rdfs:comment "A depiction of some thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Image; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"; + owl:inverseOf foaf:depicts . + + foaf:Image a owl:Class, rdfs:Class; + rdfs:label "Image"; + rdfs:subClassOf foaf:Document; + rdfs:comment "An image."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:equivalentClass <http://schema.org/ImageObject> . + + foaf:phone a owl:ObjectProperty, rdf:Property; + rdfs:label "phone"; + rdfs:comment "A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:openid a owl:ObjectProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "openid"; + rdfs:subPropertyOf foaf:isPrimaryTopicOf; + rdfs:comment "An OpenID for an Agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:givenName a owl:DatatypeProperty, rdf:Property; + rdfs:label "Given name"; + rdfs:comment "The given name of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:Project a owl:Class, rdfs:Class; + rdfs:label "Project"; + rdfs:comment "A project (a collective endeavour of some kind)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"; + owl:disjointWith foaf:Person, foaf:Document . + + rdfs:Class a owl:Class . + + foaf:account a owl:ObjectProperty, rdf:Property; + rdfs:label "account"; + rdfs:comment "Indicates an account held by this agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:OnlineAccount; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:skypeID a owl:DatatypeProperty, rdf:Property; + rdfs:label "Skype ID"; + rdfs:subPropertyOf foaf:nick; + rdfs:comment "A Skype ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:topic a owl:ObjectProperty, rdf:Property; + rdfs:label "topic"; + rdfs:comment "A topic of some page or document."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain foaf:Document; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"; + owl:inverseOf foaf:page . + + foaf:OnlineEcommerceAccount a owl:Class, rdfs:Class; + rdfs:label "Online E-commerce Account"; + rdfs:subClassOf foaf:OnlineAccount; + rdfs:comment "An online e-commerce account."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:membershipClass a rdf:Property, owl:AnnotationProperty; + rdfs:label "membershipClass"; + rdfs:comment "Indicates the class of individuals that are a member of a Group"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:yahooChatID a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "Yahoo chat ID"; + rdfs:subPropertyOf foaf:nick; + rdfs:comment "A Yahoo chat ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:homepage a owl:ObjectProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "homepage"; + rdfs:subPropertyOf foaf:isPrimaryTopicOf, foaf:page; + rdfs:comment "A homepage for some thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/wot/0.1/assurance> a owl:AnnotationProperty . + + foaf:topic_interest a owl:ObjectProperty, rdf:Property; + rdfs:label "topic_interest"; + rdfs:comment "A thing of interest to this person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:dnaChecksum a owl:DatatypeProperty, rdf:Property; + rdfs:label "DNA checksum"; + rdfs:comment "A checksum for the DNA of some thing. Joke."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + foaf:gender a owl:DatatypeProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "gender"; + rdfs:comment "The gender of this Agent (typically but not necessarily 'male' or 'female')."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:mbox_sha1sum a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "sha1sum of a personal mailbox URI name"; + rdfs:comment "The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:logo a owl:ObjectProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "logo"; + rdfs:comment "A logo representing some thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://purl.org/dc/elements/1.1/description> a owl:AnnotationProperty . + + foaf:img a owl:ObjectProperty, rdf:Property; + rdfs:label "image"; + rdfs:subPropertyOf foaf:depiction; + rdfs:comment "An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Image; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:fundedBy a owl:ObjectProperty, rdf:Property; + rdfs:label "funded by"; + rdfs:comment "An organization funding a project or person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + foaf:interest a owl:ObjectProperty, rdf:Property; + rdfs:label "interest"; + rdfs:comment "A page about a topic of interest to this person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:familyName a owl:DatatypeProperty, rdf:Property; + rdfs:label "familyName"; + rdfs:comment "The family name of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:status a owl:DatatypeProperty, rdf:Property; + rdfs:label "status"; + rdfs:comment "A string expressing what the user is happy for the general public (normally) to know about their current activity."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:msnChatID a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "MSN chat ID"; + rdfs:subPropertyOf foaf:nick; + rdfs:comment "An MSN chat ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:sha1 a owl:DatatypeProperty, rdf:Property; + rdfs:label "sha1sum (hex)"; + rdfs:comment "A sha1sum hash, in hex."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:domain foaf:Document; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:PersonalProfileDocument a owl:Class, rdfs:Class; + rdfs:label "PersonalProfileDocument"; + rdfs:subClassOf foaf:Document; + rdfs:comment "A personal profile RDF document."; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:workInfoHomepage a owl:ObjectProperty, rdf:Property; + rdfs:label "work info homepage"; + rdfs:comment "A work info homepage of some person; a page about their work for some organization."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:currentProject a owl:ObjectProperty, rdf:Property; + rdfs:label "current project"; + rdfs:comment "A current project this person works on."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:schoolHomepage a owl:ObjectProperty, rdf:Property; + rdfs:label "schoolHomepage"; + rdfs:comment "A homepage of a school attended by the person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://purl.org/dc/elements/1.1/title> a owl:AnnotationProperty . + + foaf:Organization a owl:Class, rdfs:Class; + rdfs:label "Organization"; + rdfs:subClassOf foaf:Agent; + rdfs:comment "An organization."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:disjointWith foaf:Person, foaf:Document . + + foaf:holdsAccount a owl:ObjectProperty, rdf:Property; + rdfs:label "account"; + rdfs:comment "Indicates an account held by this agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:OnlineAccount; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + foaf:maker a owl:ObjectProperty, rdf:Property; + rdfs:label "maker"; + rdfs:comment "An agent that made this thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Agent; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:inverseOf foaf:made; + owl:equivalentProperty dc:creator . + + foaf:made a owl:ObjectProperty, rdf:Property; + rdfs:label "made"; + rdfs:comment "Something that was made by this agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable"; + owl:inverseOf foaf:maker . + + foaf:pastProject a owl:ObjectProperty, rdf:Property; + rdfs:label "past project"; + rdfs:comment "A project this person has previously worked on."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:OnlineChatAccount a owl:Class, rdfs:Class; + rdfs:label "Online Chat Account"; + rdfs:subClassOf foaf:OnlineAccount; + rdfs:comment "An online chat account."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:jabberID a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "jabber ID"; + rdfs:comment "A jabber ID for something."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:accountName a owl:DatatypeProperty, rdf:Property; + rdfs:label "account name"; + rdfs:comment "Indicates the name (identifier) associated with this online account."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:OnlineAccount; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:name a owl:DatatypeProperty, rdf:Property; + rdfs:label "name"; + rdfs:subPropertyOf rdfs:label; + rdfs:comment "A name for some thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:tipjar a owl:ObjectProperty, rdf:Property; + rdfs:label "tipjar"; + rdfs:subPropertyOf foaf:page; + rdfs:comment "A tipjar document for this agent, describing means for payment and reward."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/wot/0.1/src_assurance> a owl:AnnotationProperty . + + <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> a owl:Class; + rdfs:label "Spatial Thing" . + + foaf:age a owl:DatatypeProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "age"; + rdfs:comment "The age in years of some agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:myersBriggs a owl:DatatypeProperty, rdf:Property; + rdfs:label "myersBriggs"; + rdfs:comment "A Myers Briggs (MBTI) personality classification."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://purl.org/dc/elements/1.1/date> a owl:AnnotationProperty . + + foaf:OnlineGamingAccount a owl:Class, rdfs:Class; + rdfs:label "Online Gaming Account"; + rdfs:subClassOf foaf:OnlineAccount; + rdfs:comment "An online gaming account."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:workplaceHomepage a owl:ObjectProperty, rdf:Property; + rdfs:label "workplace homepage"; + rdfs:comment "A workplace homepage of some person; the homepage of an organization they work for."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:weblog a owl:ObjectProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "weblog"; + rdfs:subPropertyOf foaf:page; + rdfs:comment "A weblog of some thing (whether person, group, company etc.)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + foaf:title a owl:DatatypeProperty, rdf:Property; + rdfs:label "title"; + rdfs:comment "Title (Mr, Mrs, Ms, Dr. etc)"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:thumbnail a owl:ObjectProperty, rdf:Property; + rdfs:label "thumbnail"; + rdfs:comment "A derived thumbnail image."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Image; + rdfs:domain foaf:Image; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:LabelProperty a owl:Class, rdfs:Class; + rdfs:label "Label Property"; + rdfs:comment "A foaf:LabelProperty is any RDF property with texual values that serve as labels."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + foaf:based_near a owl:ObjectProperty, rdf:Property; + rdfs:label "based near"; + rdfs:comment "A location that something is based near, for some broadly human notion of near."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing>; + rdfs:domain <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:surname a owl:DatatypeProperty, rdf:Property; + rdfs:label "Surname"; + rdfs:comment "The surname of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + foaf:plan a owl:DatatypeProperty, rdf:Property; + rdfs:label "plan"; + rdfs:comment "A .plan comment, in the tradition of finger and '.plan' files."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:aimChatID a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "AIM chat ID"; + rdfs:subPropertyOf foaf:nick; + rdfs:comment "An AIM chat ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + foaf:Group a owl:Class, rdfs:Class; + rdfs:label "Group"; + rdfs:subClassOf foaf:Agent; + rdfs:comment "A class of Agents."; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + foaf:geekcode a owl:DatatypeProperty, rdf:Property; + rdfs:label "geekcode"; + rdfs:comment "A textual geekcode for this person, see http://www.geekcode.com/geek.html"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + foaf:family_name a owl:DatatypeProperty, rdf:Property; + rdfs:label "family_name"; + rdfs:comment "The family name of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + foaf:member a owl:ObjectProperty, rdf:Property; + rdfs:label "member"; + rdfs:comment "Indicates a member of a Group"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Agent; + rdfs:domain foaf:Group; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + foaf:theme a owl:ObjectProperty, rdf:Property; + rdfs:label "theme"; + rdfs:comment "A theme."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + foaf:publications a owl:ObjectProperty, rdf:Property; + rdfs:label "publications"; + rdfs:comment "A link to the publications of this person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range foaf:Document; + rdfs:domain foaf:Person; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . +} + +<http://www.opensilex.org/vocabulary/oeev> { + <http://purl.org/dc/elements/1.1/creator> a owl:AnnotationProperty . +} + +<http://www.opensilex.org/vocabulary/oeso-ext> { + <http://purl.org/dc/elements/1.1/creator> a owl:AnnotationProperty . + + foaf:Organization a owl:Class; + rdfs:subClassOf vocabulary:ExperimentalCondition . +} + +<http://www.w3.org/ns/oa> { + foaf:Person a owl:Class . + + <http://www.w3.org/2004/02/skos/core#Concept> a owl:Class . + + <http://purl.org/dc/elements/1.1/title> a owl:AnnotationProperty . + + dc:creator a owl:AnnotationProperty . + + foaf:name a owl:AnnotationProperty . +} + +<http://purl.org/dc/terms/> { + dc:creator a rdf:Property; + rdfs:label "Creator"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator>, dc:contributor; + rdfs:comment "An entity responsible for making the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + owl:equivalentProperty foaf:maker; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Agent . + + dc:Agent a rdfs:Class, dc:AgentClass; + rdfs:label "Agent"@en; + rdfs:comment "A resource that acts or has the power to act."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . +} + +<http://www.w3.org/2006/vcard/ns> { + vcard:photo a owl:ObjectProperty; + rdfs:label "photo"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasPhoto . + + vcard:hasPhoto a owl:ObjectProperty; + rdfs:label "has photo"@en; + rdfs:comment "To specify an image or photograph information that annotates some aspect of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:photo . + + <http://www.w3.org/2006/vcard/ns> a owl:Ontology; + rdfs:label "Ontology for vCard"@en; + rdfs:comment "Ontology for vCard based on RFC6350"@en; + owl:versionInfo "Final"@en . + + vcard:Friend a owl:Class; + rdfs:label "Friend"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:RelatedType a owl:Class; + rdfs:label "Relation Type"@en; + rdfs:comment "Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Colleague a owl:Class; + rdfs:label "Colleague"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasCountryName a owl:ObjectProperty; + rdfs:label "has country name"@en; + rdfs:comment "Used to support property parameters for the country name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Msg a owl:Class; + rdfs:label "Msg"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:TelephoneType a owl:Class; + rdfs:label "Phone"@en; + rdfs:comment "Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Coresident a owl:Class; + rdfs:label "Coresident"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b0 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b2; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b1 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b1 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b64; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b2 a owl:Restriction; + owl:onProperty vcard:region; + owl:someValuesFrom xsd:string . + + vcard:n a owl:ObjectProperty; + rdfs:label "name"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasName . + + vcard:hasName a owl:ObjectProperty; + rdfs:label "has name"@en; + rdfs:comment "To specify the components of the name of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range vcard:Name; + owl:equivalentProperty vcard:n . + + vcard:hasAddress a owl:ObjectProperty; + rdfs:label "has address"@en; + rdfs:comment "To specify the components of the delivery address for the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range vcard:Address . + + vcard:Address a owl:Class; + rdfs:label "Address"@en; + rdfs:comment "To specify the components of the delivery address for the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentClass _:genid-e0eb6874ea3b40cba5963f0c514a7843-b14 . + + vcard:hasRegion a owl:ObjectProperty; + rdfs:label "has region"@en; + rdfs:comment "Used to support property parameters for the region data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b3 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b4 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b4 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b20; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b19 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b5 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b6; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b6 a owl:Restriction; + owl:onProperty vcard:locality; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + vcard:Neighbor a owl:Class; + rdfs:label "Neighbor"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b7 rdf:first xsd:dateTime; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b8 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b8 rdf:first xsd:gYear; + rdf:rest rdf:nil . + + vcard:Coworker a owl:Class; + rdfs:label "Coworker"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Me a owl:Class; + rdfs:label "Me"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:None a owl:Class; + rdfs:label "None"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Gender a owl:Class; + rdfs:label "Gender"@en; + rdfs:comment "Used for gender codes. The URI of the gender code must be used as the value for Gender."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b9 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b10; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b10 a owl:Restriction; + owl:onProperty vcard:additional-name; + owl:minCardinality "0"^^xsd:nonNegativeInteger . + + vcard:hasUID a owl:ObjectProperty; + rdfs:label "has uid"@en; + rdfs:comment "To specify a value that represents a globally unique identifier corresponding to the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Organization a owl:Class; + rdfs:label "Organization"@en; + rdfs:subClassOf vcard:Kind; + rdfs:comment """An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like. +"""@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Kind a owl:Class; + rdfs:label "Kind"@en; + rdfs:comment "The parent class for all objects"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentClass vcard:VCard, _:genid-e0eb6874ea3b40cba5963f0c514a7843-b60 . + + vcard:hasRelated a owl:ObjectProperty; + rdfs:label "has related"@en; + rdfs:comment "To specify a relationship between another entity and the entity represented by this object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Video a owl:Class; + rdfs:label "Video"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:ISDN a owl:Class; + rdfs:label "ISDN"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Type a owl:Class; + rdfs:label "Type"@en; + rdfs:comment "Used for type codes. The URI of the type code must be used as the value for Type."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b11 a rdfs:Datatype; + owl:unionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b7 . + + vcard:X400 a owl:Class; + rdfs:label "X400"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b12 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b13; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b9 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b13 a owl:Restriction; + owl:onProperty vcard:additional-name; + owl:someValuesFrom xsd:string . + + vcard:Label a owl:Class; + rdfs:label "Label"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b14 a owl:Class; + owl:unionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b15 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b15 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b30; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b29 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b16 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b18; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b17 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b17 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b73; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b18 a owl:Restriction; + owl:onProperty vcard:honorific-suffix; + owl:someValuesFrom xsd:string . + + vcard:post-office-box a owl:DatatypeProperty; + rdfs:label "post office box"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b19 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b63; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b20 a owl:Restriction; + owl:onProperty vcard:street-address; + owl:someValuesFrom xsd:string . + + vcard:title a owl:DatatypeProperty; + rdfs:label "title"@en; + rdfs:comment "To specify the position or job of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:VCard a owl:Class; + rdfs:label "VCard"@en; + rdfs:comment "The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards (Individual, Organization, Location, Group)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentClass vcard:Kind . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b21 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b23; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b22 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b22 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b36; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b23 a owl:Restriction; + owl:onProperty vcard:given-name; + owl:someValuesFrom xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b24 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b26; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b25 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b25 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b42; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b41 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b26 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b21 . + + vcard:Female a owl:Class; + rdfs:label "Female"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasMember a owl:ObjectProperty; + rdfs:label "has member"@en; + rdfs:comment "To include a member in the group this object represents. (This property can only be used by Group individuals)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range vcard:Kind; + rdfs:domain vcard:Group . + + vcard:Group a owl:Class; + rdfs:label "Group"@en; + rdfs:subClassOf vcard:Kind; + rdfs:comment "Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:disjointWith vcard:Organization, vcard:Location, vcard:Individual; + owl:equivalentClass _:genid-e0eb6874ea3b40cba5963f0c514a7843-b37 . + + vcard:key a owl:ObjectProperty; + rdfs:label "key"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasKey . + + vcard:hasKey a owl:ObjectProperty; + rdfs:label "has key"@en; + rdfs:comment "To specify a public key or authentication certificate associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:key . + + vcard:Location a owl:Class; + rdfs:label "Location"@en; + rdfs:subClassOf vcard:Kind; + rdfs:comment "An object representing a named geographical place"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:disjointWith vcard:Organization . + + vcard:rev a owl:DatatypeProperty; + rdfs:label "revision"@en; + rdfs:comment "To specify revision information about the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:dateTime . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b27 a owl:Restriction; + owl:onProperty vcard:honorific-prefix; + owl:minCardinality "0"^^xsd:nonNegativeInteger . + + vcard:honorific-prefix a owl:DatatypeProperty; + rdfs:label "honorific prefix"@en; + rdfs:comment "The honorific prefix of the name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b28 a owl:Restriction; + owl:onProperty vcard:country-name; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + vcard:country-name a owl:DatatypeProperty; + rdfs:label "country name"@en; + rdfs:comment "The country name associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Sweetheart a owl:Class; + rdfs:label "Sweetheart"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:logo a owl:ObjectProperty; + rdfs:label "logo"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasLogo . + + vcard:hasLogo a owl:ObjectProperty; + rdfs:label "has logo"@en; + rdfs:comment "To specify a graphic image of a logo associated with the object "@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:logo . + + vcard:Contact a owl:Class; + rdfs:label "Contact"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:language a owl:DatatypeProperty; + rdfs:label "language"@en; + rdfs:comment "To specify the language that may be used for contacting the object. May also be used as a property parameter."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Cell a owl:Class; + rdfs:label "Cell"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:comment "Also called mobile telephone"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b29 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b74; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b48 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b30 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b71 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b31 rdf:first xsd:dateTime; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b32 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b32 rdf:first xsd:dateTimeStamp; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b43 . + + vcard:Acquaintance a owl:Class; + rdfs:label "Acquaintance"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Intl a owl:Class; + rdfs:label "Intl"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Modem a owl:Class; + rdfs:label "Modem"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Emergency a owl:Class; + rdfs:label "Emergency"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:organization-name a owl:DatatypeProperty; + rdfs:label "organization name"@en; + rdfs:comment "To specify the organizational name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b33 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b34 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b34 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b55; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b54 . + + vcard:hasSource a owl:ObjectProperty; + rdfs:label "has source"@en; + rdfs:comment "To identify the source of directory information of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:label a owl:DatatypeProperty; + rdfs:label "label"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:geo a owl:ObjectProperty; + rdfs:label "geo"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasGeo . + + vcard:hasGeo a owl:ObjectProperty; + rdfs:label "has geo"@en; + rdfs:comment "To specify information related to the global positioning of the object. May also be used as a property parameter."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasStreetAddress a owl:ObjectProperty; + rdfs:label "has street address"@en; + rdfs:comment "Used to support property parameters for the street address data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:honorific-suffix a owl:DatatypeProperty; + rdfs:label "honorific suffix"@en; + rdfs:comment "The honorific suffix of the name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b35 a owl:Restriction; + owl:onProperty vcard:honorific-prefix; + owl:someValuesFrom xsd:string . + + vcard:Internet a owl:Class; + rdfs:label "Internet"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b36 a owl:Restriction; + owl:onProperty vcard:given-name; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b37 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b38 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b38 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b40; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b39 . + + vcard:hasGender a owl:ObjectProperty; + rdfs:label "has gender"@en; + rdfs:comment "To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b39 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b45; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b40 a owl:Restriction; + owl:onProperty vcard:hasMember; + owl:someValuesFrom vcard:Kind . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b41 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b46; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b42 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b44 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b43 rdf:first xsd:gYear; + rdf:rest rdf:nil . + + vcard:sort-string a owl:DatatypeProperty; + rdfs:label "sort as"@en; + rdfs:comment "To specify the string to be used for national-language-specific sorting. Used as a property parameter only."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:given-name a owl:DatatypeProperty; + rdfs:label "given name"@en; + rdfs:comment "The given name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Other a owl:Class; + rdfs:label "Other"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b44 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b35; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b62 . + + vcard:Spouse a owl:Class; + rdfs:label "Spouse"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasURL a owl:ObjectProperty; + rdfs:label "has url"@en; + rdfs:comment "To specify a uniform resource locator associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:url . + + vcard:url a owl:ObjectProperty; + rdfs:label "url"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasURL . + + vcard:Parcel a owl:Class; + rdfs:label "Parcel"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b45 a owl:Restriction; + owl:onProperty vcard:hasMember; + owl:onClass vcard:Kind; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + vcard:family-name a owl:DatatypeProperty; + rdfs:label "family name"@en; + rdfs:comment "The family name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b46 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b16 . + + vcard:Postal a owl:Class; + rdfs:label "Postal"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:locality a owl:DatatypeProperty; + rdfs:label "locality"@en; + rdfs:comment "The locality (e.g. city or town) associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:category a owl:DatatypeProperty; + rdfs:label "category"@en; + rdfs:comment "The category information about the object, also known as tags"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:tel a owl:ObjectProperty; + rdfs:label "telephone"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasTelephone . + + vcard:hasTelephone a owl:ObjectProperty; + rdfs:label "has telephone"@en; + rdfs:comment "To specify the telephone number for telephony communication with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:tel . + + vcard:latitude a owl:DatatypeProperty; + rdfs:label "latitude"@en; + rdfs:comment "This data property has been deprecated. See hasGeo"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Work a owl:Class; + rdfs:label "Work"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This implies that the property is related to an individual's work place"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasPostalCode a owl:ObjectProperty; + rdfs:label "has postal code"@en; + rdfs:comment "Used to support property parameters for the postal code data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Sibling a owl:Class; + rdfs:label "Sibling"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:bday a owl:DatatypeProperty; + rdfs:label "birth date"@en; + rdfs:comment "To specify the birth date of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range _:genid-e0eb6874ea3b40cba5963f0c514a7843-b47 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b47 a rdfs:Datatype; + owl:unionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b31 . + + vcard:Car a owl:Class; + rdfs:label "Car"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:hasLanguage a owl:ObjectProperty; + rdfs:label "has language"@en; + rdfs:comment "Used to support property parameters for the language data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b48 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b50; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b49 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b49 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b69; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b68 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b50 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b51 . + + vcard:Child a owl:Class; + rdfs:label "Child"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b51 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b52; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b61 . + + vcard:Email a owl:Class; + rdfs:label "Email"@en; + rdfs:comment "To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Male a owl:Class; + rdfs:label "Male"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:adr a owl:ObjectProperty; + rdfs:label "address"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasAddress . + + vcard:hasFN a owl:ObjectProperty; + rdfs:label "has formatted name"@en; + rdfs:comment "Used to support property parameters for the formatted name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b52 a owl:Restriction; + owl:onProperty vcard:postal-code; + owl:someValuesFrom xsd:string . + + vcard:postal-code a owl:DatatypeProperty; + rdfs:label "postal code"@en; + rdfs:comment "The postal code associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:tz a owl:DatatypeProperty; + rdfs:label "time zone"@en; + rdfs:comment "To indicate time zone information that is specific to the object. May also be used as a property parameter."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b53 a owl:Restriction; + owl:onProperty vcard:postal-code; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b54 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b66; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b55 a owl:Restriction; + owl:onProperty vcard:family-name; + owl:someValuesFrom xsd:string . + + vcard:Pref a owl:Class; + rdfs:label "Pref"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Text a owl:Class; + rdfs:label "Text"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:comment "Also called sms telephone"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Individual a owl:Class; + rdfs:label "Individual"@en; + rdfs:subClassOf vcard:Kind; + rdfs:comment "An object representing a single person or entity"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:disjointWith vcard:Organization, vcard:Location . + + vcard:hasOrganizationName a owl:ObjectProperty; + rdfs:label "has organization name"@en; + rdfs:comment "Used to support property parameters for the organization name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Muse a owl:Class; + rdfs:label "Muse"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Kin a owl:Class; + rdfs:label "Kin"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b56 a owl:Restriction; + owl:onProperty vcard:locality; + owl:someValuesFrom xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b57 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b56; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b5 . + + vcard:hasGivenName a owl:ObjectProperty; + rdfs:label "has given name"@en; + rdfs:comment "Used to support property parameters for the given name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b58 a owl:Class; + owl:unionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b59 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b59 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b65; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b67 . + + vcard:region a owl:DatatypeProperty; + rdfs:label "region"@en; + rdfs:comment "The region (e.g. state or province) associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b60 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty vcard:fn; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + vcard:nickname a owl:DatatypeProperty; + rdfs:label "nickname"@en; + rdfs:comment "The nick name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Agent a owl:Class; + rdfs:label "Agent"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b61 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b53; + rdf:rest rdf:nil . + + vcard:hasTitle a owl:ObjectProperty; + rdfs:label "has title"@en; + rdfs:comment "Used to support property parameters for the title data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasHonorificPrefix a owl:ObjectProperty; + rdfs:label "has honorific prefix"@en; + rdfs:comment "Used to support property parameters for the honorific prefix data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:BBS a owl:Class; + rdfs:label "BBS"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:organization-unit a owl:DatatypeProperty; + rdfs:label "organizational unit name"@en; + rdfs:subPropertyOf vcard:organization-name; + rdfs:comment "To specify the organizational unit name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b62 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b27; + rdf:rest rdf:nil . + + vcard:Date a owl:Class; + rdfs:label "Date"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasFamilyName a owl:ObjectProperty; + rdfs:label "has family name"@en; + rdfs:comment "Used to support property parameters for the family name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:sound a owl:ObjectProperty; + rdfs:label "sound"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasSound . + + vcard:hasSound a owl:ObjectProperty; + rdfs:label "has sound"@en; + rdfs:comment "To specify a digital sound content information that annotates some aspect of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:sound . + + vcard:hasCategory a owl:ObjectProperty; + rdfs:label "has category"@en; + rdfs:comment "Used to support property parameters for the category data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b63 a owl:Restriction; + owl:onProperty vcard:street-address; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + vcard:hasLocality a owl:ObjectProperty; + rdfs:label "has locality"@en; + rdfs:comment "Used to support property parameters for the locality data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b64 a owl:Restriction; + owl:onProperty vcard:region; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + vcard:prodid a owl:DatatypeProperty; + rdfs:label "product id"@en; + rdfs:comment "To specify the identifier for the product that created the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b65 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b12 . + + vcard:Pager a owl:Class; + rdfs:label "Pager"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b66 a owl:Restriction; + owl:onProperty vcard:family-name; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + vcard:fn a owl:DatatypeProperty; + rdfs:label "formatted name"@en; + rdfs:comment "The formatted text corresponding to the name of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Met a owl:Class; + rdfs:label "Met"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:email a owl:ObjectProperty; + rdfs:label "email"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasEmail . + + vcard:hasEmail a owl:ObjectProperty; + rdfs:label "has email"@en; + rdfs:comment "To specify the electronic mail address for communication with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range vcard:Email . + + vcard:hasInstantMessage a owl:ObjectProperty; + rdfs:label "has messaging"@en; + rdfs:comment "To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b67 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b33; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b24 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b68 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b3; + rdf:rest rdf:nil . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b69 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b0 . + + vcard:Voice a owl:Class; + rdfs:label "Voice"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:note a owl:DatatypeProperty; + rdfs:label "note"@en; + rdfs:comment "A note associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:additional-name a owl:DatatypeProperty; + rdfs:label "additional name"@en; + rdfs:comment "The additional name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:PCS a owl:Class; + rdfs:label "PCS"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Parent a owl:Class; + rdfs:label "Parent"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:street-address a owl:DatatypeProperty; + rdfs:label "street address"@en; + rdfs:comment "The street address associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:mailer a owl:DatatypeProperty; + rdfs:label "mailer"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Tel a owl:Class; + rdfs:label "Tel"@en; + rdfs:comment "This class is deprecated. Use the hasTelephone object property."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b70 a owl:Restriction; + owl:onProperty vcard:country-name; + owl:someValuesFrom xsd:string . + + vcard:hasAdditionalName a owl:ObjectProperty; + rdfs:label "has additional name"@en; + rdfs:comment "Used to support property parameters for the additional name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasNote a owl:ObjectProperty; + rdfs:label "has note"@en; + rdfs:comment "Used to support property parameters for the note data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Unknown a owl:Class; + rdfs:label "Unknown"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b71 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b70; + rdf:rest _:genid-e0eb6874ea3b40cba5963f0c514a7843-b72 . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b72 rdf:first _:genid-e0eb6874ea3b40cba5963f0c514a7843-b28; + rdf:rest rdf:nil . + + vcard:agent a owl:ObjectProperty; + rdfs:label "agent"@en; + rdfs:comment "This object property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b73 a owl:Restriction; + owl:onProperty vcard:honorific-suffix; + owl:minCardinality "0"^^xsd:nonNegativeInteger . + + vcard:hasHonorificSuffix a owl:ObjectProperty; + rdfs:label "has honorific suffix"@en; + rdfs:comment "Used to support property parameters for the honorific suffix data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasNickname a owl:ObjectProperty; + rdfs:label "has nickname"@en; + rdfs:comment "Used to support property parameters for the nickname data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:seeAlso vcard:nickname . + + vcard:Fax a owl:Class; + rdfs:label "Fax"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:extended-address a owl:DatatypeProperty; + rdfs:label "extended address"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:TextPhone a owl:Class; + rdfs:label "Text phone"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-e0eb6874ea3b40cba5963f0c514a7843-b74 a owl:Class; + owl:intersectionOf _:genid-e0eb6874ea3b40cba5963f0c514a7843-b57 . + + vcard:Name a owl:Class; + rdfs:label "Name"@en; + rdfs:comment "To specify the components of the name of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentClass _:genid-e0eb6874ea3b40cba5963f0c514a7843-b58 . + + vcard:role a owl:DatatypeProperty; + rdfs:label "role"@en; + rdfs:comment "To specify the function or part played in a particular situation by the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:hasCalendarLink a owl:ObjectProperty; + rdfs:label "has calendar link"@en; + rdfs:comment "To specify the calendar associated with the object. (Was called CALURI in RFC6350)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:value a owl:DatatypeProperty; + rdfs:label "value"@en; + rdfs:comment "Used to indicate the literal value of a data property that requires property parameters"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:longitude a owl:DatatypeProperty; + rdfs:label "longitude"@en; + rdfs:comment "This data property has been deprecated. See hasGeo"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:hasValue a owl:ObjectProperty; + rdfs:label "has value"@en; + rdfs:comment "Used to indicate the resource value of an object property that requires property parameters"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Dom a owl:Class; + rdfs:label "Dom"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This class is deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:anniversary a owl:DatatypeProperty; + rdfs:label "anniversary"@en; + rdfs:comment "The date of marriage, or equivalent, of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range _:genid-e0eb6874ea3b40cba5963f0c514a7843-b11 . + + vcard:Home a owl:Class; + rdfs:label "Home"@en; + rdfs:subClassOf vcard:Type; + rdfs:comment "This implies that the property is related to an individual's personal life"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Crush a owl:Class; + rdfs:label "Crush"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasOrganizationUnit a owl:ObjectProperty; + rdfs:label "has organization unit name"@en; + rdfs:comment "Used to support property parameters for the organization unit name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:class a owl:DatatypeProperty; + rdfs:label "class"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:org a owl:ObjectProperty; + rdfs:label "organization"@en; + rdfs:comment "This object property has been mapped. Use the organization-name data property."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:organization-name . + + vcard:hasRole a owl:ObjectProperty; + rdfs:label "has role"@en; + rdfs:comment "Used to support property parameters for the role data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasCalendarBusy a owl:ObjectProperty; + rdfs:label "has calendar busy"@en; + rdfs:comment "To specify the busy time associated with the object. (Was called FBURL in RFC6350)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasCalendarRequest a owl:ObjectProperty; + rdfs:label "has calendar request"@en; + rdfs:comment "To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . +} + +<http://www.w3.org/2002/07/owl> { + owl:unionOf a rdf:Property; + rdfs:label "unionOf"; + rdfs:comment "The property that determines the collection of classes or data ranges that build a union."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Class . + + owl:minCardinality a rdf:Property; + rdfs:label "minCardinality"; + rdfs:comment "The property that determines the cardinality of a minimum cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:maxCardinality a rdf:Property; + rdfs:label "maxCardinality"; + rdfs:comment "The property that determines the cardinality of a maximum cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:someValuesFrom a rdf:Property; + rdfs:label "someValuesFrom"; + rdfs:comment "The property that determines the class that an existential property restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Class; + rdfs:domain owl:Restriction . + + owl:onClass a rdf:Property; + rdfs:label "onClass"; + rdfs:comment "The property that determines the class that a qualified object cardinality restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Class; + rdfs:domain owl:Restriction . + + owl:minQualifiedCardinality a rdf:Property; + rdfs:label "minQualifiedCardinality"; + rdfs:comment "The property that determines the cardinality of a minimum qualified cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . +} + +<http://www.w3.org/2006/time> { + xsd:dateTimeStamp rdfs:label "sello de tiempo"@es . +} + +<http://www.w3.org/ns/org> { + org:Role a owl:Class, rdfs:Class; + rdfs:label "Rôle"@fr, "Role"@en, "actividad"@es, "Ruolo"@it; + rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept>; + rdfs:comment "人ã¾ãŸã¯ãã®ä»–ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆãŒçµ„ç¹”ã§æ‹…ã†ã“ã¨ãŒã§ãる役割を表ã‚ã—ã¾ã™ã€‚ã“ã®ç¨®ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã¯ã€æŠ½è±¡çš„ãªå½¹å‰²ã‚’記述ã—ã¾ã™ã€‚特定ã®çµ„ç¹”ã§ãã®å½¹å‰²ã‚’æ‹…ã£ã¦ã„る人ã®ç‰¹å®šã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã‚’示ã™ãŸã‚ã«ã¯ã€org:Membershipã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã‚’使用ã—ã¾ã™ã€‚"@ja, + "Indica il ruolo che una Person o un altro Agent può assumere in un'organizzazione. Le istanze di questa classe descrivono un ruolo astratto; per esprimere il ruolo che una precisa persona ricopre in un'organizzazione si usi un'istanza di `org:Membership`. È comune organizzare i ruoli in una qualche struttura tassonomica e quindi si raccomanda SKOS per questo. Altre proprietà descrittive per il Role, come salario, possono essere aggiunte mediante l'uso di altri vocabolari."@it, + "Indique le rôle qu'une Personne ou un autre Agent peut avoir dans une Organisation. Les instances de cette classe décrivent le rôle dans l'absolu; pour indiquer une personne ayant ce rôle spécifique dans une Organisation, utilisez une instance de `org:Membership`. Il est courant que les rôles soient organisés dans une sorte de taxonomie, ce qui peut être représenté avec SKOS. Les propriétés de libellés standards de SKOS devraient être utilisées pour libeller le Rôle. D'autres propriétés additionnelles pour ce rôle, comme une fourchette de Salaire peuvent être ajoutées par une extension de ce vocabulaire."@fr, + "Denotes a role that a Person or other Agent can take in an organization. Instances of this class describe the abstract role; to denote a specific instance of a person playing that role in a specific organization use an instance of `org:Membership`. It is common for roles to be arranged in some taxonomic structure and we use SKOS to represent that. The normal SKOS lexical properties should be used when labelling the Role. Additional descriptive properties for the Role, such as a Salary band, may be added by extension vocabularies."@en, + "Función que una persona o agente desempeña en el seno de una organización. Las instancias de esta clase describen la actividad en abstracto; si lo que se pretende es incluir una instancia que refleje la función o actividad que desempeña una persona en concreto en una organización especÃfica, se indica el uso de instancias de la clase `org:Membership`. Es común que dichas actividades se representen en una estructura taxonómica mediante SKOS. Las propiedades léxicas de SKOS deberÃan utilizarse a la hora de denominar o etiquetar la actividad desempeñada. Para añadir propiedades descriptivas adicionales, como rango salarial, se tendrá que recurrir a vocabularios externos."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:disjointWith org:ChangeEvent, org:Site, org:Membership . + + org:ChangeEvent a owl:Class, rdfs:Class; + rdfs:label "Change Event"@en, "Evento di cambiamento"@it, "Évènement"@fr, "evento de cambio"@es; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity>; + rdfs:comment "Represents an event which resulted in a major change to an organization such as a merger or complete restructuring. It is intended for situations where the resulting organization is sufficient distinct from the original organizations that it has a distinct identity and distinct URI. Extension vocabularies should define sub-classes of this to denote particular categories of event. The instant or interval at which the event occurred should be given by `prov:startAtTime` and `prov:endedAtTime`, a description should be given by `dct:description`. "@en, + "Evento que da como resultado un cambio sustancial en la organización, por ejemplo, una fusión o una reestructuración total. Está pensado para situaciones en las que la organización resultante es lo suficientemente distinta de las organizaciones originales, tiene una identidad distinta y una URI también distinta. Se deberÃan definir subtipos de eventos mediante vocabularios especÃficos (Extension vocabularies) para referirse a categorÃas de eventos especÃficos. El momento o periodo en el que el evento ocurre se deberÃa expresar mediante las propiedades `prov:startAtTime` y `prov:endedAtTime`, y una descripción del mismo se deberÃa incluir mediante el uso de la propiedad `dct:description`."@es, + "Rappresenta un evento risultato essere un importante cambiamento per un'organizzazione come ad esempio una fusione o una riorganizzazione. È pensato per quelle situazioni in cui l'organizzazione risultante si distingue da quella originale sufficientemente da essere rappresentata con una URI differente. Le estensioni del vocabolario dovrebbero definire le sotto-classi per esprimere particolari categorie di eventi. L'istante o l'intervallo in cui l'evento accade dovrebbe essere espresso tramite `prov:startAtTime` e`prov:endedAtTime`. Una descrizione dovrebbe essere fornita attraverso `dct:description`."@it, + "åˆä½µã‚„完全ãªå†ç·¨ãªã©ã®çµ„ç¹”ã«å¤§ããªå¤‰åŒ–ã‚’ã‚‚ãŸã‚‰ã—ãŸå‡ºæ¥äº‹ã‚’表ã‚ã—ã¾ã™ã€‚ã“ã‚Œã¯ã€çµæžœã¨ã—ã¦ä½œæˆã•ã‚Œã‚‹çµ„ç¹”ã¨å…ƒã®çµ„ç¹”ã¨ãŒã€åˆ¥ã®ã‚¢ã‚¤ãƒ‡ãƒ³ãƒ†ã‚£ãƒ†ã‚£ãƒ¼ã¨åˆ¥ã®URIã‚’æŒã¤ã«è¶³ã‚‹ã»ã©ç•°ãªã‚‹çŠ¶æ³ã‚’対象ã¨ã—ã¦ã„ã¾ã™ã€‚"@ja, + "Représente un Évènement impliquant un changement majeur dans l'Organisation, comme une fusion ou une restructuration. Prévu pour des situations ou l'organisation finale est suffisamment différente des Organisations originales pour qu'elle ait une identité et une URI distinctes. Des vocabulaires d'extension devraient définir des sous-classes de celle-ci pour annoter les différentes catégories d'Évènemenents. Le moment ou l'intervalle de l'Évènement devrait être indiqué avec `prov:startAtTime` et `prov:endedAtTime`, et une description avec la classe `dct:description`. "@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org> . + + org:Site a owl:Class, rdfs:Class; + rdfs:label "Sede"@it, "Site"@fr, "Site"@en, "sede"@es; + rdfs:comment "組織ãŒä½ç½®ã™ã‚‹ã‚ªãƒ•ã‚£ã‚¹ã‚„ãã®ä»–ã®æ•·åœ°ã€‚多ãã®çµ„ç¹”ãŒè¤‡æ•°ã®ã‚µã‚¤ãƒˆã«æ•£åœ¨ã—ã¦ãŠã‚Šã€å¤šãã®ã‚µã‚¤ãƒˆãŒå¤šæ•°ã®å ´æ‰€ã‚’æŒã¤ã§ã—ょã†ã€‚"@ja, "Oficina, local o cualquier otro lugar en el que se encuentra una organización. Muchas organizaciones están distribuidas en varias sedes, que a su vez están repartidas en distintas ubicaciones. En muchos casos una sede será un sitio o local fÃsico. Sin embargo, no se excluye la posibilidad de lugares no fÃsicos como oficinas virtuales con los correspondientes apartados de correo y servicio de atención telefónica. Se pueden añadir más subtipos mediante extensiones para incluir tipos especiales de lugares."@es, + "Un ufficio o altra sede dovei l'organizzazione è situata. Molte organizzazione sono distribuite su più sedi e molte sedi ospitano più ubicazioni. Nella maggior parte dei casi un Site è una locazione fisica. Non si esclude la possibilità di indicare sedi non fisiche come ad esempio gli uffici virtuali. Le estensioni dell'ontologia potrebbero usare delle sottoclassi per rappresentare i tipi particolari di sede."@it, + "An office or other premise at which the organization is located. Many organizations are spread across multiple sites and many sites will host multiple locations. In most cases a Site will be a physical location. However, we don't exclude the possibility of non-physical sites such as a virtual office with an associated post box and phone reception service. Extensions may provide subclasses to denote particular types of site."@en, + "Un établissement ou tout autre lieu dans lequel une Organisation est localisé. Beaucoup d'organisations sont dispersées à travers plusieurs sites. Dans la plupart des cas un Site sera un lieu physique. Toutefois, nous n'excluons pas la possibilité de sites non-physiques comme un bureau virtuel avec une boîte postale et un service de secrétariat mutualisé. Des extensions pourraient fournir des sous-classes pour décrire des types de sites particuliers."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:disjointWith org:ChangeEvent . + + org:Membership a owl:Class, rdfs:Class; + rdfs:label "Membership"@en, "Appartenenza"@it, "Engagement"@fr, "membresÃa"@es; + rdfs:comment "Indicates the nature of an Agent's membership of an organization. Represents an n-ary relation between an Agent, an Organization and a Role. It is possible to directly indicate membership, independent of the specific Role, through use of the `org:memberOf` property."@en, + "Pertenencia o afiliación de un agente a una organización. Es una relación n-aria entre un agente, una organización y una actividad. Es posible indicar pertenencia mediante el uso de la propiedad `org:memberOf`, independientemente de la actividad especÃfica que se desempeñe."@es, + "Indica la natura della relazione di appartenenza di un Agent in un'organizzazione. Rappresenta una relazione n-aria tra un'Agent, un Organization e un Role. È possibile indicare direttamente la membership, indipendentemente dallo specifico Role, attraverso l'uso della proprietà `org:memberOf`"@it, + "組織ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆã®æ§‹æˆå“¡ã®æœ¬è³ªã‚’示ã—ã¾ã™ã€‚"@ja, "Indique la nature de l'engagement d'un Agent dans une Organisation. Représente une relation n-aire entre un Agent, une Organisation et un Role. Il est possible d'indiquer directement l'appartenance à une organisation, independemment d'un rôle spécifique, à travers l'usage de la propriété `org:memberOf`."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:disjointWith org:ChangeEvent, org:Site . + + org:holds a owl:ObjectProperty, rdf:Property; + rdfs:label "holds"@en, "ricopre"@it, "occupe"@fr, "ocupa"@es; + rdfs:comment "Puesto ocupado por algún agente."@es, "Indica un Impiego ricoperto da un Agent."@it, + "ã‚るエージェントã«ã‚ˆã£ã¦ä¿æŒã•ã‚Œã¦ã„ã‚‹ãƒã‚¹ãƒˆã‚’示ã—ã¾ã™ã€‚"@ja, "Indicate un Poste occupé par un Agent."@fr, "Indicates a Post held by some Agent."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Post; + rdfs:domain foaf:Agent; + owl:inverseOf org:heldBy . + + org:heldBy a owl:ObjectProperty, rdf:Property; + rdfs:label "ocupado por"@es, "occupé par"@fr, "held by"@en, "ricoperto da"@it; + rdfs:comment "Indicates an Agent which holds a Post."@en, "Indica un Agent che ricopre un Post."@it, + "Agente que ocupa un puesto."@es, "Indicate un Agent qui occupe le Poste."@fr, "ãƒã‚¹ãƒˆã‚’ä¿æŒã™ã‚‹ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆã‚’示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range foaf:Agent; + rdfs:domain org:Post . + + org:Post a owl:Class, rdfs:Class; + rdfs:label "Impiego"@it, "puesto"@es, "Poste"@fr, "Post"@en; + rdfs:comment "Un Impiego rappresenta una posizione all'interno dell'organizzazione che esiste indipendentemente dalla persona che la ricopre. Gli impieghi possono essere utilizzati per le situazioni in cui una persona è membro di un'organizzazione o di un ufficio (ad esempio un segretario di stato). Un Impiego può essere ricoperto da più persone."@it, + "Puesto o posición que representa algún tipo de empleo dentro de una organización, que existe independientemente de la persona o personas que lo desempeñan. Esta clase puede utilizarse para representar situaciones en las que una persona es miembro de una organización ex oficio (por ejemplo, el Secretario de Estado escocés es parte del Gabinete del gobierno británico por virtud de ser Secretario de Estado en Escocia, y no como individuo). Un puesto puede ser desempeñado por múltiples individuos y de aquà que sea tratado como una organización en sà misma."@es, + "ãƒã‚¹ãƒˆã¯ã€ãれを埋ã‚る人(人々)ã¨ã¯ç„¡é–¢ä¿‚ã«å˜åœ¨ã™ã‚‹çµ„織内ã®ã‚ã‚‹ä½ç½®ã‚’表ã‚ã—ã¾ã™ã€‚ãƒã‚¹ãƒˆã¯ã€äººãŒè·æ¨©ä¸Šã€çµ„ç¹”ã®ãƒ¡ãƒ³ãƒãƒ¼ã§ã‚る状æ³ã‚’表ã‚ã™ãŸã‚ã«ä½¿ç”¨ã§ãã¾ã™ï¼ˆä¾‹ãˆã°ã€ã‚¹ã‚³ãƒƒãƒˆãƒ©ãƒ³ãƒ‰å¤§è‡£ã¯ã€å€‹äººã¨ã—ã¦ã§ã¯ãªãã€ã‚¹ã‚³ãƒƒãƒˆãƒ©ãƒ³ãƒ‰å¤§è‡£ã§ã‚ã‚‹ã“ã¨ã«ã‚ˆã‚Šã€è‹±å›½å†…é–£ã®ä¸€éƒ¨ã§ã™ï¼‰ã€‚ãƒã‚¹ãƒˆã¯ã€è¤‡æ•°ã®äººã€…ã«ã‚ˆã£ã¦ä¿æŒã•ã‚Œã‚‹ã“ã¨ãŒå¯èƒ½ã ã‚ã‚‹ãŸã‚ã€ãれ自体を組織ã¨ã—ã¦æ‰±ã†ã“ã¨ãŒã§ãã¾ã™ã€‚"@ja, + "A Post represents some position within an organization that exists independently of the person or persons filling it. Posts may be used to represent situations where a person is a member of an organization ex officio (for example the Secretary of State for Scotland is part of UK Cabinet by virtue of being Secretary of State for Scotland, not as an individual person). A post can be held by multiple people and hence can be treated as a organization in its own right."@en, + "Un Poste représente une position au sein d'une Organisation qui existe indépendamment de la personne ou des personnes qui le remplissent. Les postes peuvent être utilisés pour représenter des situations où une personne est membre d'une Organisation d'office (par exemple, le Secrétaire d'Etat pour l'Ecosse fait partie du Cabinet du Royaume-Uni du fait d'être Secrétaire d'Etat pour l'Ecosse, non pas comme une personne physique). Un poste après peut être occupé par plusieurs personnes et peut donc être considéré comme une Organisation à part entière."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org> . + + org:OrganizationalUnit a owl:Class, rdfs:Class; + rdfs:label "OrganizationalUnit"@en, "unidad organizativa"@es, "Unité opérationnelle"@fr, + "Unità Organizzativa"@it; + rdfs:subClassOf org:Organization; + rdfs:comment "An Organization such as a University Support Unit which is part of some larger FormalOrganization and only has full recognition within the context of that FormalOrganization, it is not a Legal Entity in its own right. Units can be large and complex containing other Units and even FormalOrganizations. Alternative names: _OU_ _Unit_ _Department_"@en, + "ã‚るより大ããªçµ„ç¹”ã®ä¸€éƒ¨ã§ã‚ã‚Šã€ãã®çµ„ç¹”ã®ä¸ã«ãŠã„ã¦ã®ã¿å®Œå…¨ã«èªè˜ã•ã‚Œã‚‹éƒ¨å±€ã‚„支æ´éƒ¨ç½²ãªã©ã®çµ„ç¹”ã§ã™ã€‚特ã«ã€ãã®å˜ä½ã¯ãれ自体ã§ã¯æ³•çš„実体ã¨è¦‹ãªã•ã‚Œã¾ã›ã‚“。"@ja, + "Organización que forma parte de una organización formal más amplia, como el servicio de informática o centro de cálculo de una universidad, y que sólo tiene reconocimiento pleno en el contexto de dicha organización formal, pero que no es una entidad legal propiamente dicha. Estas unidades pueden ser amplias y complejas, e incluir a otras unidades o incluso a otras organizaciones formales. Denominaciones alternativas: departamento."@es, + "Un'organizzazione come ad esempio l'unità dei sistemi informativi che è parte di una più grande FormalOrganization e che, pur essendo riconosciuta nel contesto della propria organizzazione di riferimento, non è legalmente riconosciuta come entità a sé stante. Le unità possono essere ampie e complesse e contenere al loro interno sia altre unità che addirittura FormalOrganization."@it, + "Une organisation telle que le support informatique d'une université, qui fait partie d'une Organisation Formelle plus importante et qui ne peut être reconnue qu'en tant que membre de cette organisation supérieure, ce n'est pas une entité légale en elle-même. Les unités opérationnelles peuvent être étendues, complexes et inclure elles-mêmes d'autres branches ou Unités Opérationnelles, voire des Organisations Formelles."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org> . + + org:Organization a owl:Class, rdfs:Class; + rdfs:label "Organization"@en, "Organizzazione"@it, "Organisation"@fr, "organización"@es; + rdfs:subClassOf foaf:Agent; + rdfs:comment "Représente un groupe de personnes organisées en communauté où tout autre forme de structure sociale, commerciale ou politique. Le groupe a un but commun ou une raison d'être qui va au-delà de la somme des personnes qui en font partie et peut agir en tant que \"Agent\". Les organisations sont souvent décomposables en structures hiérarchisées. Il est recommandé que des labels lexicaux SKOS soient utilisés pour nommer l'Organisation. En particulier `skos:prefLabel` pour le nom principal (en général le nom légal), `skos:altLabel` pour les noms alternatifs (marques, sigles, appellations familières) et `skos:notation` pour indiquer un code provenant d'une liste de code."@fr, + "Grupo de personas que se organiza en una comunidad u otro tipo de estructura social, comercial o polÃtica. Dicho grupo tiene un objetivo o motivo común para su existencia que va más allá del conjunto de personas que lo forman y que puede actuar como “agenteâ€. A menudo las organizaciones se pueden agrupar en estructuras jerárquicas. Se recomienda el uso de etiquetas de SKOS para denominar a cada “organizaciónâ€. En concreto, `skos:prefLabel` para la denominación principal o recomendada (aquella reconocida legalmente, siempre que sea posible), `skos:altLabel` para denominaciones alternativas (nombre comercial, sigla, denominación por la que se conoce a la organización coloquialmente) y `skos:notation` para referirse al código que identifique a la organización en una lista de códigos. Denominaciones alternativas: _colectivo_ _corporación_ _grupo_"@es, + "Rappresenta una collezione di persone organizzate all'interno di una communità o di una qualche struttura sociale, commerciale o politica. Il gruppo condivide un obiettivo o una ragione d'essere che va oltre gli stessi membri appartenenti al gruppo e può agire come un Agent. Le organizzazioni si possono spesso suddividere in strutture gerarchiche. Si raccomanda di usare le label per l'Organization mediante le proprietà di SKOS. In particolare, `skos:prefLabel` per il nome principale (possibilmente un nome legalmente riconosciuto)â€, `skos:altLabel` come nome alternativo (denominazione commerciale, denominazione colloquiale) e `skos:notation` per indicare un codice di una lista di codici."@it, + "Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. It is recommended that SKOS lexical labels should be used to label the Organization. In particular `skos:prefLabel` for the primary (possibly legally recognized name), `skos:altLabel` for alternative names (trading names, colloquial names) and `skos:notation` to denote a code from a code list. Alternative names: _Collective_ _Body_ _Org_ _Group_"@en, + "コミュニティーã€ãã®ä»–ã®ç¤¾ä¼šã€å•†æ¥ã€æ”¿æ²»çš„ãªæ§‹é€ ã«å…±ã«ç·¨å…¥ã•ã‚ŒãŸäººã€…ã®é›†åˆã‚’表ã‚ã—ã¾ã™ã€‚グループã«ã¯ã€ãã“ã«å±žã™ã‚‹äººã€…を超ãˆãŸã€å˜åœ¨ã«å¯¾ã™ã‚‹ã‚る共通ã®ç›®çš„ã‚„ç†ç”±ãŒã‚ã‚Šã€ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆï¼ˆä»£ç†ï¼‰ã‚’å‹™ã‚ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚組織ã¯ã€å¤šãã®å ´åˆã€éšŽå±¤æ§‹é€ ã«åˆ†å‰²ã§ãã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:disjointWith org:Role, org:ChangeEvent, org:Site, org:Membership; + owl:equivalentClass foaf:Organization; + owl:hasKey _:genid-6f3dd3fbcb5f491ab44331595fef8827-b19 . + + org:hasSite a owl:ObjectProperty, rdf:Property; + rdfs:label "a un site"@fr, "ha sede"@it, "has site"@en, "tiene sede en"@es; + rdfs:comment "Indica la sede in cui l'Organization ha una qualche presenza anche in modo indiretto (ad esempio un ufficio virtuale). È l'inverso di `org:siteOf`."@it, + "Lugar en donde la organización tiene algún tipo de presencia, incluso si es de forma indirecta (por ejemplo, una oficina virtual o servicio profesional que hagan la función de dirección registrada de la compañÃa). Es la relación inversa de `org:siteOf`."@es, + "Indique un site sur lequel l'Organisation possède une présence, même indirecte (domiciliation, boite postale). Inverse de `org:siteOf`."@fr, + "Indicates a site at which the Organization has some presence even if only indirect (e.g. virtual office or a professional service which is acting as the registered address for a company). Inverse of `org:siteOf`."@en, + "組織ãŒã€é–“接(例ãˆã°ã€ä¼šç¤¾ã®ç™»éŒ²ä½æ‰€ã¨ã—ã¦æ©Ÿèƒ½ã—ã¦ã„ã‚‹ãƒãƒ¼ãƒãƒ£ãƒ«ãƒ»ã‚ªãƒ•ã‚£ã‚¹ã‚„プãƒãƒ•ã‚§ãƒƒã‚·ãƒ§ãƒŠãƒ«ãƒ»ã‚µãƒ¼ãƒ“ス)ã®ã¿ã§ã‚ã£ãŸã¨ã—ã¦ã‚‚ã€ã‚ã‚‹å˜åœ¨æ„Ÿã‚’æŒã£ã¦ã„るサイトを示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Site; + rdfs:domain org:Organization; + owl:inverseOf org:siteOf . + + org:siteOf a owl:ObjectProperty, rdf:Property; + rdfs:label "sede di"@it, "es sede de"@es, "site de"@fr, "site Of"@en; + rdfs:comment "Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`."@en, + "Indica un'Organization che ha una qualche presenza nella data sede. È l'inverso di `org:hasSite`."@it, + "Organización que tiene ubicación en un lugar. Es la relación inversa de `org:hasSite`."@es, + "Indique une Organisation qui a une présence sur le site en question. Inverse de `org:hasSite`."@fr, + "ã‚るサイトã§ã‚ã‚‹å˜åœ¨æ„Ÿã‚’æŒã£ã¦ã„る組織を示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Site; + owl:inverseOf org:hasSite . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b0 a owl:Class; + owl:unionOf _:genid-6f3dd3fbcb5f491ab44331595fef8827-b1 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b1 rdf:first foaf:Agent; + rdf:rest _:genid-6f3dd3fbcb5f491ab44331595fef8827-b9 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b2 rdf:first org:Membership; + rdf:rest _:genid-6f3dd3fbcb5f491ab44331595fef8827-b3 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b3 rdf:first org:Post; + rdf:rest rdf:nil . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b4 a owl:Class; + owl:unionOf _:genid-6f3dd3fbcb5f491ab44331595fef8827-b5 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b5 rdf:first foaf:Agent; + rdf:rest _:genid-6f3dd3fbcb5f491ab44331595fef8827-b24 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b6 foaf:mbox "dguardiola@quinode.fr"; + foaf:name "Dominique Guardiola" . + + org:resultingOrganization a owl:ObjectProperty, rdf:Property; + rdfs:label "resulted in"@en, "resulta en"@es, "risultato in"@it, "a donné naissance à "@fr; + rdfs:comment "Organización que ha sido creada o modificada tras un evento especÃfico. Es la relación inversa de `org:resultedFrom`."@es, + "出æ¥äº‹ã®çµæžœã€ä½œæˆã€å¤‰æ›´ã•ã‚ŒãŸçµ„織を示ã—ã¾ã™ã€‚"@ja, "Indique une organisation qui a été créée ou a été modifiée à la suite d'un Évènement de changement. Inverse de `org:resultedFrom`."@fr, + "Indica l'organizzazione che è stata creata o mutata a seguito dell'evento. È l'inverso di `org:resultedFrom`."@it, + "Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization . +} + +<http://www.opensilex.org/vocabulary/oeso> { + org:Site a owl:Class, owl:NamedIndividual; + rdfs:label "Site"@fr, "Site"@en; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + org:hasSite a owl:ObjectProperty . + + org:siteOf a owl:ObjectProperty . +} + +<http://www.w3.org/ns/org> { + org:resultingOrganization rdfs:domain org:ChangeEvent; + owl:inverseOf org:resultedFrom . + + org:resultedFrom a owl:ObjectProperty, rdf:Property; + rdfs:label "resulted from"@en, "es el resultado de"@es, "issue de"@fr, "risultato da"@it; + rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasGeneratedBy>; + rdfs:comment "Indica l'evento che ha permesso all'organizzazione di instaurarsi. È l'inverso di `org:resultingOrganization`."@it, + "Indique un évènement dont est issue l'Organisation. Inverse de `org:resultingOrganization`."@fr, + "Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`."@en, + "ã“ã®çµ„ç¹”ã«ãªã£ãŸï¼ˆå°Žã„ãŸã€ä½œæˆã•ã‚ŒãŸï¼‰ãã£ã‹ã‘ã¨ãªã£ãŸå‡ºæ¥äº‹ã‚’示ã—ã¾ã™ã€‚"@ja, "Evento que tiene como resultado la creación de una organización."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:ChangeEvent; + rdfs:domain org:Organization; + owl:inverseOf org:resultingOrganization . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b7 rdf:first org:resultedFrom; + rdf:rest _:genid-6f3dd3fbcb5f491ab44331595fef8827-b8 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b8 rdf:first org:originalOrganization; + rdf:rest rdf:nil . + + org:classification a owl:ObjectProperty, rdf:Property; + rdfs:label "classificazione"@it, "pertenece a la clasificación"@es, "classification"@fr, + "classification"@en; + rdfs:comment "Indica una classificazione per questa Organization all'interno di un qualche schema di classificazione. Alcuni vocabolari potrebbero voler specializzare questa proprietà per avere un codominio corrispondente a uno specifico `skos:ConceptScheme`. Si noti che la presenza di questa proprietà è ancora in fase di discussione e potrebbe essere revisionata o rimossa."@it, + """ã‚る分類表内ã®ã“ã®çµ„ç¹”ã«å¯¾ã™ã‚‹åˆ†é¡žã‚’示ã—ã¾ã™ã€‚ +アプリケーションãŒorg:Organizationã®ã‚µãƒ–クラスを組織的ãªã‚«ãƒ†ã‚´ãƒªãƒ¼ã‚’表ã‚ã™æ‰‹æ®µã¨ã—ã¦å®šç¾©ã™ã‚‹ã“ã¨ã‚‚許容ã•ã‚Œã‚‹ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。"""@ja, + "Indique une classification pour cette Organisation dans le cadre d'un schéma de classification. Il est possible de spécialiser cette propriété en utilisant un vocabulaire spécialisé pour que le champ corresponde à un concept spécifique `skos:ConceptScheme`. Cette propriété est en discussion est pourrait être révisée ou supprimée - dans de nombreux cas, les organisations sont mieux catégorisées par une hiérarchie de sous-classe dans un vocabulaire externe."@fr, + "Ordenación jerárquica que se hace de una organización dentro de un esquema de clasificación. Es posible que algunos vocabularios especifiquen esta propiedad de forma que el rango se corresponda con un `skos:ConceptScheme` especÃfico. La conveniencia de incluir esta propiedad se está debatiendo y puede que se revise o elimine (en muchos casos las organizaciones se clasifican mejor si se define una jerarquÃa de subclases en un vocabulario aparte)"@es, + "Indicates a classification for this Organization within some classification scheme. Extension vocabularies may wish to specialize this property to have a range corresponding to a specific `skos:ConceptScheme`. This property is under discussion and may be revised or removed - in many cases organizations are best categorized by defining a sub-class hierarchy in an extension vocabulary."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range <http://www.w3.org/2004/02/skos/core#Concept>; + rdfs:domain org:Organization . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b9 rdf:first org:Post; + rdf:rest rdf:nil . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b10 a owl:Class; + owl:intersectionOf _:genid-6f3dd3fbcb5f491ab44331595fef8827-b11 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b11 rdf:first org:Organization; + rdf:rest _:genid-6f3dd3fbcb5f491ab44331595fef8827-b20 . + + org:reportsTo a owl:ObjectProperty, rdf:Property; + rdfs:label "riporta a"@it, "est subordonné à "@fr, "reports to"@en, "responde ante"@es; + rdfs:comment "Relación de subordinación que se representa en los organigramas de las organizaciones. La semántica de la relación de subordinación varÃa según las organizaciones, pero su intención es abarcar tanto a las relaciones de supervisión directa (por ejemplo, aquellas en las que la autoridad determina los objetivos o el salario) como a las relaciones de subordinación más generales (por ejemplo, las llamadas lÃneas de autoridad o de mando (y responsabilidad) (http://www.promonegocios.net/organigramas/tipos-de-organigramas.html))."@es, + "組織図ã§æã‹ã‚Œã‚‹ã‹ã‚‚ã—ã‚Œãªã„よã†ãªä¸Šä¸‹é–¢ä¿‚を示ã—ã¾ã™ã€‚エージェント間ã¾ãŸã¯ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆãŒå°±ãã“ã¨ãŒã§ãã‚‹ãƒã‚¹ãƒˆé–“ã®ä¸Šä¸‹é–¢ä¿‚を直接的ã«ç¤ºã™ãŸã‚ã«ä½¿ç”¨ã§ãã¾ã™ã€‚"@ja, + "Indica una relazione di subordinazione all'interno dell'organigramma. La semantica precisa può variare a seconda dell'organizzazione, per esempio può essere usata per rappresentare la proprietà di supervisione oppure per le relazioni di rendicontazione."@it, + "Indicates a reporting relationship as might be depicted on an organizational chart. The precise semantics of the reporting relationship will vary by organization but is intended to encompass both direct supervisory relationships (e.g. carrying objective and salary setting authority) and more general reporting or accountability relationships (e.g. so called _dotted line_ reporting)."@en, + "Indique une relation de subordination comme elle pourrait figurer dans un organigramme. La sémantique précise de cette subordination pourra varier selon l'Organisation mais vise à englober aussi bien les relations hiérarchiques directes (définition d'objectifs, montant du salaire) que des relations plus générales ou organisationnelles (les liens en pointillés dans les organigrammes)."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range _:genid-6f3dd3fbcb5f491ab44331595fef8827-b4; + rdfs:domain _:genid-6f3dd3fbcb5f491ab44331595fef8827-b0 . + + org:headOf a owl:ObjectProperty, rdf:Property; + rdfs:label "responsabile di"@it, "responsable de"@fr, "head of"@en, "es director ejecutivo de"@es; + rdfs:subPropertyOf org:memberOf; + rdfs:comment "人(ã¾ãŸã¯ä»–ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆï¼‰ãŒçµ„ç¹”ã®ãƒªãƒ¼ãƒ€ãƒ¼ã‚„æ£å¼ãªãƒˆãƒƒãƒ—ã§ã‚ã‚‹ã“ã¨ã‚’示ã—ã¾ã™ã€‚"@ja, "Indique qu'une personne est le directeur ou le responsable formel d'une Organisation. Ceci indique souvent qu'il est au sommet de du graphe acyclique des `org:reportsTo`, même si une organisation peut avoir plus d'un responsable."@fr, + "Persona que es jefe o jefa, representante ,,director o directora de la organización. Esto significa que dicha persona es el rango de la relación `org:reportsTo` en el organigrama de la organización (acÃclico), aunque una organización puede tener más de un jefe."@es, + "Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` (acyclic) graph, though an organization may have more than one head."@en, + "Indica che una persona è leader o responsabile formale di una Organization. Questo significa che la persona è alla radice del grafo (aciclico) creato dalle `org:reportsTo`, sebbene un'organizzazione possa avere più di un responsabile."@it; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain foaf:Agent . + + org:memberOf a owl:ObjectProperty, rdf:Property; + rdfs:label "membre de"@fr, "es miembro de"@es, "member of"@en, "membro di"@it; + rdfs:comment "Indique qu'une personne est membre de l'Organisation sans précision sur la nature de cet engagement ou du rôle joué. Notez que le choix du nom de cette propriété ne vise pas à la limiter aux seuls engagements formels, elle peut également couvrir des concepts reliés comme l'affiliation ou le bénévolat. Des extensions peuvent spécialiser cette relation pour indiquer des rôles particuliers au sein de l'Organisation or des relations plus nuancées avec elle. Possède une propriété inverse optionnelle, `org:hasmember`."@fr, + "Indicates that a person is a member of the Organization with no indication of the nature of that membership or the role played. Note that the choice of property name is not meant to limit the property to only formal membership arrangements, it is also indended to cover related concepts such as affilliation or other involvement in the organization. Extensions can specialize this relationship to indicate particular roles within the organization or more nuanced relationships to the organization. Has an optional inverse, `org:hasmember`."@en, + "エージェント(人ã¾ãŸã¯ä»–ã®çµ„織)ãŒçµ„ç¹”ã®ãƒ¡ãƒ³ãƒãƒ¼ã§ã‚ã‚‹ã“ã¨ã‚’示ã—ã¾ã™ã€‚ãŸã ã—ã€ãã®æ§‹æˆå“¡ã®æœ¬è³ªã‚„æ‹…ã†å½¹å‰²ã¯ç¤ºã—ã¾ã›ã‚“。プãƒãƒ‘ティーåã®é¸æŠžã¯ã€ãƒ—ãƒãƒ‘ティーをæ£å¼ãªæ§‹æˆå“¡é…ç½®ã®ã¿ã«åˆ¶é™ã™ã‚‹ã“ã¨ãŒç›®çš„ã§ã¯ãªã„ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。所属や組織ã¸ã®ãã®ä»–ã®é–¢ä¸Žãªã©ã®é–¢é€£ã™ã‚‹æ¦‚念をカãƒãƒ¼ã™ã‚‹ã“ã¨ã‚‚æ„図ã•ã‚Œã¦ã„ã¾ã™ã€‚æ‹¡å¼µã«ã‚ˆã‚Šã€ã“ã®é–¢ä¿‚を特殊化ã—ã€çµ„織内ã®ç‰¹å®šã®å½¹å‰²ã‚„よりニュアンスをå«ã‚“ã 組織ã¨ã®é–¢ä¿‚を示ã™ã“ã¨ãŒã§ãã¾ã™ã€‚"@ja, + "Indica che una persona è membro di una Organization senza una precisa indicazione sulla natura di questa appartenenza e sul suo ruolo. Si noti che la scelta del nome di questa proprietà non intende limitarla alla sola rappresentazione formalmente di un'appartenenza. La proprietà può coprire anche altri coinvolgimenti nell'organizzazione. Questa proprietà può essere specializzata per indicare ruoli all'interno organizzazione o relazioni di diverse tipologie. Ha `org:hasmember` come proprietà inversa opzionale."@it, + "Persona que pertenece a la organización o es miembro de la misma, sin que conste la naturaleza de dicha pertenencia o el papel que desempeña. Se debe tener en cuenta que la elección de una denominación para esta propiedad no significa que la propiedad esté limitada a ciertos tipos de pertenencia formales, sino que pretende cubrir conceptos relacionados como el de afiliación u otras formas de participación en la organización. Se puede hacer uso de extensiones para especializar esta relación de forma que incluya tipos especÃficos de pertenencia a las organizaciones o relaciones especiales con la organización."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain foaf:Agent; + owl:inverseOf org:hasMember . + + <http://www.w3.org/ns/prov#wasDerivedFrom> owl:propertyChainAxiom _:genid-6f3dd3fbcb5f491ab44331595fef8827-b7 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b12 foaf:mbox "dave@epimorphics.com"; + foaf:name "Dave Reynolds" . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b13 a owl:Restriction; + owl:onProperty org:hasMember; + owl:allValuesFrom org:Organization . + + org:hasMember a owl:ObjectProperty, rdf:Property; + rdfs:label "has member"@en, "tiene miembro"@es, "ha membro"@it, "possède un membre"@fr; + rdfs:comment "Indicates a person who is a member of the subject Organization. Inverse of `org:memberOf`, see that property for further clarification. Provided for compatibility with `foaf:member`."@en, + "対象組織ã®ãƒ¡ãƒ³ãƒãƒ¼ã§ã‚るエージェント(人ã¾ãŸã¯ä»–ã®çµ„織)を示ã—ã¾ã™ã€‚org:memberOfã®é€†ã€‚ã•ã‚‰ã«æ˜Žç¢ºãªèª¬æ˜Žã«ã¤ã„ã¦ã¯ã€ãã®ãƒ—ãƒãƒ‘ティーをå‚ç…§ã—ã¦ãã ã•ã„。"@ja, + "Indique une personne membre de l'Organisation sujet. Inverse de `org:memberOf`, voyez la description de cette propriété pour plus de précisions. Fourni pour la compatibilité avec `foaf:member`."@fr, + "Persona que es miembro de la organización en cuestión. Es la relación inversa de `org:memberOf`, véase la descripción de esa propiedad para más detalles. Se prevé compatibilidad con foaf:member`."@es, + "Indica una persona che è membro della data Organization. È l'inverso di `org:memberOf` ed è fornita per compatibilità con `foaf:member`."@it; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range foaf:Agent; + rdfs:domain org:Organization; + owl:inverseOf org:memberOf; + owl:equivalentProperty foaf:member . + + org:roleProperty a rdf:Property, owl:AnnotationProperty; + rdfs:label "rôle (propriété)"@fr, "role (property)"@en, "desempeña la actividad de (propiedad)"@es, + "ruolo (proprietà )"@it; + rdfs:comment "Questa è una meta-proprietà usata per annotare un'istanza di `org:Role` con una sotto-proprietà di `org:memberOf` e può essere usata per indicare direttamente il ruolo per facilitare un'interrogazione sui dati."@it, + "Ceci est une méta-propriété utilisée pour annoter une instance de `org:Role` ayant une sous-propriété `org:memberOf` qui peut être utilisée pour indiquer directement le rôle et pouvoir faire des requêtes plus facilement. La sémantique visée est un Engagement impliquant l'existence d'une relation de propriété directe à travers d'une règle d'inférence de la forme: `{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -> {?p ?r ?o}`."@fr, + "ã“ã‚Œã¯ã€ã‚¯ã‚¨ãƒªãŒå®¹æ˜“ã«ãªã‚‹ã‚ˆã†ã«å½¹å‰²ã‚’直接的ã«ç¤ºã™ãŸã‚ã«ä½¿ç”¨ã§ãã‚‹org:memberOfã®ã‚µãƒ–プãƒãƒ‘ティーã§org:Roleインスタンスを注釈ã™ã‚‹ãŸã‚ã«ç”¨ã„られるメタレベルã®ãƒ—ãƒãƒ‘ティーã§ã™ã€‚"@ja, + "This is a metalevel property which is used to annotate an `org:Role` instance with a sub-property of `org:memberOf` that can be used to directly indicate the role for easy of query. The intended semantics is a Membership relation involving the Role implies the existence of a direct property relationship through an inference rule of the form: `{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -> {?p ?r ?o}`."@en, + "Meta-propiedad que se utiliza para anotar una instancia de `org:Role` con una sub-propiedad de `org:memberOf`, que puede ser utilizada para indicar directamente la actividad a fin de facilitar las consultas a los datos. The intended semantics is that a Membership relation involving the Role implies the existence of a direct property relationship through an inference rule of the form: { [] org:member ?a; org:organization ?o; org:role [org:roleProperty ?r] } -> {?a ?r ?o}"@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range rdf:Property; + rdfs:domain org:Role . + + org:linkedTo a owl:ObjectProperty, rdf:Property; + rdfs:label "está relacionado con"@es, "linked to"@en, "está relacionada con"@es, "collegato a"@it, + "relié à "@fr; + rdfs:comment "Indica una relazione arbitraria tra due organizzazioni. Ad esempio, specializzazioni di questa proprietà possono essere usate per denotare relazioni particolari tipo il finanziamento o la fornitura."@it, + "Indicates an arbitrary relationship between two organizations. Specializations of this can be used to, for example, denote funding or supply chain relationships."@en, + "Indique une relation arbitraire entre deux Organisations. Des spécialisations peuvent être utilisées pour, par exemple, qualifier une relation de fournisseur ou de financeur."@fr, + "2ã¤ã®çµ„ç¹”ã®ä»»æ„ã®é–¢ä¿‚を示ã—ã¾ã™ã€‚"@ja, "Relación arbitraria entre dos organizaciones. Las especializaciones de esta relación se pueden utilizar para denotar relaciones de financiación o suministro, entre otras."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Organization . + + org:changedBy a owl:ObjectProperty, rdf:Property; + rdfs:label "cambiata da"@it, "changed by"@en, "es modificado por"@es, "es modificada por"@es, + "modifiée par"@fr; + rdfs:comment "Indique un évènement qui a impliqué un changement dans l'Organisation. Selon l'évènement, l'Organisation a continué à exister après l'évènement, ou pas. Inverse de `org:originalOrganization`."@fr, + "Evento de cambio que resulta en una modificación en la organización. Dependiendo del evento, la organización puede dejar de existir tras el cambio. Es la relación inversa de `org:originalOrganization`."@es, + "Indicates a change event which resulted in a change to this organization. Depending on the event the organization may or may not have continued to exist after the event. Inverse of `org:originalOrganization`."@en, + "Indica un evento che ha contribuito al cambiamento di questa organizzazione. A seconda dell'evento, l'organizzazione potrebbe essere esistente dopo l'evento o aver cessato la propria esistenza. È l'inverso di `org:originalOrganization`."@it, + "ã“ã®çµ„ç¹”ã®å¤‰æ›´ã®ãã£ã‹ã‘ã¨ãªã£ãŸå‡ºæ¥äº‹ã‚’示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:ChangeEvent; + rdfs:domain org:Organization; + owl:inverseOf org:originalOrganization . + + org:originalOrganization a owl:ObjectProperty, rdf:Property; + rdfs:label "es organización original"@es, "organizzazione originale"@it, "original organization"@en, + "organisation originelle"@fr; + rdfs:subPropertyOf <http://www.w3.org/ns/prov#used>; + rdfs:comment "Indica una o più organizzazioni pregresse rispetto a un evento di cambiamento. A seconda dell'evento, queste organizzazioni potrebbero essere esistenti dopo l'evento o aver cessato la loro esistenza. È l'inverso di `org:changedBy`."@it, + "Una o más organizaciones que existÃan antes de que sucediera el cambio en la organización. Dependiendo del tipo de cambio, dichas organizaciones pueden haber dejado de existir o no. Es la relación inversa de `org:changedBy`."@es, + "Indique une ou plusieurs organisations qui ont existé avant un évènement de changement. Selon l'évènement, ces organisations ont pu continuer à exister ou non. Inverse de `org:changedBy`. "@fr, + "変更ã®ãã£ã‹ã‘ã¨ãªã£ãŸå‡ºæ¥äº‹ä»¥å‰ã«å˜åœ¨ã—ãŸ1ã¤ä»¥ä¸Šã®çµ„織を示ã—ã¾ã™ã€‚出æ¥äº‹ã«ã‚ˆã£ã¦ã€å‡ºæ¥äº‹ã®å¾Œã«ãれらã¯å˜åœ¨ã—続ã‘ãŸã‹ã‚‚ã€å˜åœ¨ã—続ã‘ãªã‹ã£ãŸã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。"@ja, + "Indicates one or more organizations that existed before the change event. Depending on the event they may or may not have continued to exist after the event. Inverse of `org:changedBy`."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:ChangeEvent; + owl:inverseOf org:changedBy . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b14 foaf:mbox "ogiraldo@fi.upm.es"; + foaf:name "Olga Ximena Giraldo" . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b15 foaf:mbox "antonio.maccioni@agid.gov.it"; + foaf:name "Antonio Maccioni" . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b16 a owl:Class; + owl:unionOf _:genid-6f3dd3fbcb5f491ab44331595fef8827-b2 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b17 foaf:mbox "lupe@fi.upm.es"; + foaf:name "Guadalupe Aguado de Cea" . + + org:remuneration a owl:ObjectProperty, rdf:Property; + rdfs:label "rémuneration"@fr, "remunerazione"@it, "recibe remuneración"@es, "remuneration"@en; + rdfs:comment "Indique un salaire ou tout autre compensation associée au Rôle. Typiquement, ceci sera annoté en utilisant un schéma existant comme `gr:PriceSpecification` mais le champ de cette propriété est laissé ouvert afin de permettre aux applications de la spécialiser (par exemple remunerationEuro)."@fr, + "Indicates a salary or other reward associated with the role. Typically this will be denoted using an existing representation scheme such as `gr:PriceSpecification` but the range is left open to allow applications to specialize it (e.g. to remunerationInGBP)."@en, + "Indica il salario o altra forma di remunerazione associata al ruolo. In genere, questo si denota usando uno schema di rappresentazione esistente come il `gr:PriceSpecification` ma il codominio è lasciato libero di essere specializzato a seconda delle applicazioni."@it, + "Salario o cualquier otra remuneración asociada con la actividad. La forma usual de referirse a dicha remuneración será utilizando un esquema de representación como el propuesto en la ontologÃa GoodRelations `gr:PriceSpecification`, pero el rango se deja abierto a que las distintas aplicaciones lo especialicen (por ejemplo, remunerationInGBP)"@es, + "役割ã«é–¢ä¿‚ã™ã‚‹çµ¦æ–™ã‚„ãã®ä»–ã®å ±é…¬ã‚’示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Role . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b18 foaf:mbox "mpoveda@fi.upm.es"; + foaf:name "MarÃa Poveda Villalón" . + + org:transitiveSubOrganizationOf a owl:ObjectProperty, rdf:Property, owl:TransitiveProperty; + rdfs:label "transitive sub-organization"@en, "es suborganización de manera transitiva de"@es, + "es suborganización de (transitiva)"@es, "sotto-Organization transitiva"@it, "sous-Organization transitive de"@fr; + rdfs:comment "subOrganizationOfã®æŽ¨ç§»é–‰åŒ…ã§ã€ã“れをå«ã‚€ã™ã¹ã¦ã®çµ„ç¹”ã®è¡¨ç¾ã‚’与ãˆã‚‹ã€‚技術的ã«ã€ã“ã‚ŒãŒæŽ¨ç§»é–‰åŒ…ã®ã‚¹ãƒ¼ãƒ‘ープãƒãƒ‘ティーã§ã‚ã‚‹ãŸã‚ã€è¿½åŠ ã®è¨€æ˜Žã‚’å«ã‚€ã“ã¨ãŒã§ãã¾ã™ãŒã€ãã®ã‚ˆã†ãªä½¿ç”¨æ³•ã¯ãŠå‹§ã‚ã§ããªã„ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。"@ja, + "È la chiusura transitiva di subOrganizationOf, quindi rappresenta tutte le organizzazioni che la contengono. Tecnicamente, essendo una chiusura transitiva, può contenere asserzioni che non la riguardano e quindi il suo uso è sconsigliato."@it, + "La versión transitiva de la propiedad “subOrganizationOfâ€, es decir, la representación de todas las organizaciones en las que esta está contenida. Téngase en cuenta que desde el punto de vista técnico esta es una propiedad que contiene a todas las propiedades transitivas, de forma que podrÃa contener afirmaciones adicionales, aunque su uso no está aconsejado."@es, + "La version transitive de la propriété subOrganizationOf, renvoie une représentation de toutes les organisations qui contiennent celle-ci. Notez que ceci est une super-propriété de la relation transitive donc elle pourrait contenir des assertions additionnelles mais cet usage n'est pas recommandé."@fr, + "The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Organization . + + org:member a owl:ObjectProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "member"@en, "membre"@fr, "membro"@it, "es condición de miembro sobre agente"@es; + rdfs:comment "Indicates the Person (or other Agent including Organization) involved in the Membership relationship. Inverse of `org:hasMembership`"@en, + "Persona (u otro agente, incluyendo una organización) que participa en la relación de membresÃa. Es la relación inversa de `org:hasMembership`."@es, + "Indica la Person (o un altro Agent) coinvolto in una relazione di Membership. È l'inverso di `org:hasMembership`."@it, + "構æˆå“¡é–¢ä¿‚ã«å«ã¾ã‚Œã¦ã„る人(ã¾ãŸã¯ã€çµ„織をå«ã‚“ã§ã„ã‚‹ä»–ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆï¼‰ã‚’示ã—ã¾ã™ã€‚"@ja, "Indique une personne (ou tout autre Agent, y compris une Organisation) impliqué dans la relation d'Engagement. Inverse de `org:hasMembership`"@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range foaf:Agent; + rdfs:domain org:Membership; + owl:inverseOf org:hasMembership . + + org:hasMembership a owl:ObjectProperty, rdf:Property; + rdfs:label "appartenenza"@it, "tiene membresÃa"@es, "membership"@en, "engagement"@fr; + rdfs:comment "Indicates a membership relationship that the Agent plays. Inverse of `org:member`."@en, + "Indica una relazione di appartenenza che coinvolge un Agent. È l'inverso di `org:member`."@it, + "Relación de pertenencia o afiliación a una organización en la que el agente desempeña un cargo o función. Es la relación inversa de `org:member`."@es, + "Indique pour cet Agent un engagement dans une Organisation. Inverse de `org:member`."@fr, + "エージェントãŒæ‹…ã†æ§‹æˆå“¡é–¢ä¿‚を示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Membership; + rdfs:domain foaf:Agent; + owl:inverseOf org:member . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b19 rdf:first org:identifier; + rdf:rest rdf:nil . + + org:identifier a owl:DatatypeProperty, rdf:Property; + rdfs:label "identifiant"@fr, "tiene identificador"@es, "identifier"@en, "identificatore"@it; + rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#notation>; + rdfs:comment "Donne un identifiant, comme par exemple le numéro d'enregistrement d'une entreprise, qui peut être utilisé comme identifiant unique pour l'Organisation. De nombreux schémas nationaux et internationaux sont disponibles. Cette ontologie reste neutre par rapport au schéma utilisé. Le schéma particulier utilisé devrait être indiqué par le `datatype` de la valeur de l'identifiant. Utiliser les datatypes pour distinguer les schémas de notation est cohérent avec les bonnes pratiques pour `skos:notation` dont cette propriété est une spécialisation."@fr, + "組織を一æ„ã«è˜åˆ¥ã™ã‚‹ãŸã‚ã«ä½¿ç”¨ã§ãる会社登録番å·ãªã©ã®è˜åˆ¥åを与ãˆã¾ã™ã€‚"@ja, "Indica un identificatore univoco per l'organizzazione, come ad esempio la partita IVA di un'azienda. Molti schemi di identificazione a livello nazionale e internazionale sono disponibili allo scopo. L'ontologia ORG è neutrale rispetto allo schema da utilizzare. Lo schema di identificazione dovrebbe essere indicato dal datatype del valore dell'identificatore. L'uso del datatype per distinguere lo schema di identificazione è coerente con le best practice per `skos:notation`, di cui questa proprietà è una specializzazione."@it, + "Gives an identifier, such as a company registration number, that can be used to used to uniquely identify the organization. Many different national and international identier schemes are available. The org ontology is neutral to which schemes are used. The particular identifier scheme should be indicated by the datatype of the identifier value. Using datatypes to distinguish the notation scheme used is consistent with recommended best practice for `skos:notation` of which this property is a specialization."@en, + "Código o identificador, como por ejemplo el CIF de una empresa, que permite identificar de forma inequÃvoca a una organización. Existen muchos códigos de identificación tanto nacionales como internacionales. Esta ontologÃa no obliga al uso de ningún esquema en concreto. Los códigos de identificación utilizados en cada caso se deberÃan indicar mediante el uso de la propiedad “datatype†del valor del identificador. El uso de la propiedad “datatype†para especificar el esquema de notación utilizado está en consonancia con las buenas prácticas recomendadas para el uso de la propiedad `skos:notation`, de la que esta propiedad es una especialización."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Organization . + + org:hasSubOrganization a owl:ObjectProperty, rdf:Property; + rdfs:label "has SubOrganization"@en, "tiene suborganización"@es, "a une Sous-Organization"@fr, + "ha sotto-Organization"@it; + rdfs:comment "Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization. Inverse of `org:subOrganizationOf`."@en, + "組織ã¾ãŸã¯çµ„ç¹”å˜ä½ã®éšŽå±¤çš„包å«ã‚’表ã‚ã—ã¾ã™ã€‚ã“ã®çµ„ç¹”ã®ã‚µãƒ–パートã¾ãŸã¯åã§ã‚る組織を示ã—ã¾ã™ã€‚"@ja, "Rappresenta un contenimento gerarchico di una Organization o di una OrganizationalUnit. Indica una organizzazione che è parte di una organizzazione più grande. È l'inverso di `org:subOrganizationOf`."@it, + "Indique le statut de dépendance hiérarchique pour des Organisations ou des Unités Opérationnelles; indique une Organisation qui est une sous-partie ou une branche d'une Organisation plus large. C'est la propriété inverse de `org:subOrganizationOf`."@fr, + "Organización jerárquica de organizaciones o unidades. Indica que una organización es parte de otra organización más amplia o pertenece a ella. Es la relación inversa de `org:subOrganizationOf`."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Organization; + owl:inverseOf org:subOrganizationOf . + + org:subOrganizationOf a owl:ObjectProperty, rdf:Property; + rdfs:label "sous-Organization de"@fr, "sotto-Organization di"@it, "es suborganización de"@es, + "subOrganization of"@en; + rdfs:subPropertyOf org:transitiveSubOrganizationOf; + rdfs:comment "Rappresenta un contenimento gerarchico di una Organization o di una OrganizationalUnit. È l'inverso di `org:hasSubOrganization`. Ha nome come nome alternativo hasSubOrg."@it, + "Distribución jerárquica de organizaciones o unidades. Indica que una organización contiene a otra organización. Es la relación inversa de `org:hasSubOrganization`"@es, + "Représente une relation hierarchique des Organisations ou des Unités Opérationnelles; indique une Organisation sujet qui contient cette Organisation. Inverse de `org:hasSubOrganization`."@fr, + "Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`."@en, + "組織ã¾ãŸã¯çµ„ç¹”å˜ä½ã®éšŽå±¤çš„包å«ã‚’表ã‚ã—ã¾ã™ã€‚ã“ã®çµ„織をå«ã‚€çµ„織を示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Organization; + owl:inverseOf org:hasSubOrganization . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b20 rdf:first _:genid-6f3dd3fbcb5f491ab44331595fef8827-b13; + rdf:rest rdf:nil . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b21 foaf:mbox "giorgia.lodi@agid.gov.it"; + foaf:name "Giorgia Lodi" . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b22 foaf:homepage <http://www.asahi-net.or.jp/~ax2s-kmtn/>; + foaf:name "Shuji Kamitsuna" . + + org:Head a org:Role; + rdfs:label "directora ejecutiva"@es, "responsabile"@it, "responsable"@fr, "head"@en, + "director ejecutivo"@es; + rdfs:comment "Un rôle correspondant à la propriété `org:headOf`"@fr, "Un ruolo corrispondente alla proprietà `org:headOf`."@it, + "A role corresponding to the `org:headOf` property"@en, "Actividad correspondiente a la propiedad `org:headOf`."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + org:roleProperty org:headOf; + <http://www.w3.org/2004/02/skos/core#prefLabel> "responsabile"@it, "responsable"@fr, + "head"@en . + + <http://www.w3.org/ns/org#> a owl:Ontology; + rdfs:label "Core organization ontology"@en, "OntologÃa de organizaciones"@es, "Ontologia delle organizzazioni"@it, + "Ontologie des organisations"@fr; + rdfs:comment "Vocabulary for describing organizational structures, specializable to a broad variety of types of organization."@en, + "Vocabolario per descrivere strutture organizzative, le quali possono essere specializzate in una vasta varietà di tipi di organizzazione"@it, + "Vocabulario para describir organizaciones, adaptable a una amplia variedad de ellas."@es; + owl:versionInfo "0.8"; + rdfs:seeAlso <http://www.w3.org/TR/vocab-org/>; + dc:contributor _:genid-6f3dd3fbcb5f491ab44331595fef8827-b6, _:genid-6f3dd3fbcb5f491ab44331595fef8827-b12, + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b14, _:genid-6f3dd3fbcb5f491ab44331595fef8827-b15, + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b17, _:genid-6f3dd3fbcb5f491ab44331595fef8827-b18, + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b21, _:genid-6f3dd3fbcb5f491ab44331595fef8827-b22, + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b23; + dc:title "Core organization ontology"@en, "OntologÃa de organizaciones"@es, "Ontologia delle organizzazioni"@it, + "Ontologie des organisations"@fr; + dc:modified "2010-06-09"^^xsd:date, "2014-01-25"^^xsd:date, "2014-04-12"^^xsd:date, + "2010-10-08"^^xsd:date, "2013-12-16"^^xsd:date, "2012-10-06"^^xsd:date, "2014-01-02"^^xsd:date, + "2014-02-05"^^xsd:date, "2013-02-15"^^xsd:date, "2012-09-30"^^xsd:date; + dc:created "2010-05-28"^^xsd:date; + dc:license <http://www.opendatacommons.org/licenses/pddl/1.0/> . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b23 foaf:mbox "emontiel@fi.upm.es"; + foaf:name "Elena Montiel Ponsoda" . + + org:OrganizationalCollaboration a owl:Class, rdfs:Class; + rdfs:label "Partenariat"@fr, "Collaborazione"@it, "proyecto de cooperación empresarial"@es, + "Endeavour"@en; + rdfs:subClassOf org:Organization; + rdfs:comment "プãƒã‚¸ã‚§ã‚¯ãƒˆãªã©ã®2ã¤ä»¥ä¸Šã®çµ„織間ã®ã‚³ãƒ©ãƒœãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã€‚ãã‚Œã¯ã€ã‚¢ã‚¤ãƒ‡ãƒ³ãƒ†ã‚£ãƒ†ã‚£ã‚’有ã—ã€ãã®ç‰¹å®šã®ãƒ¡ãƒ³ãƒãƒ¼ã¨ã¯ç„¡é–¢ä¿‚ã«ç›®çš„を定ã‚ã¦ã„ã‚‹ã¨ã„ã†ç‚¹ã§ã€çµ„ç¹”ã¨ã—ã¦ã®åŸºæº–を満ãŸã—ã¾ã™ãŒã€æ£å¼ã«èªè˜ã•ã‚ŒãŸæ³•çš„実体ã§ã‚‚ã€ã‚るより大ããªçµ„織内ã®ã‚µãƒ–ユニットã§ã‚‚ã‚ã‚Šã¾ã›ã‚“。一般的ã«ã¯ã€ãã®å†…部ã®çµ„織よりもå˜ç¶šæœŸé–“ãŒçŸã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ãŒã€å¿…ãšã—ã‚‚ãã†ã¨ã¯é™ã‚Šã¾ã›ã‚“。"@ja, + "Une collaboration entre deux ou plusieurs Organisations, telle qu'un projet commun. Un partenariat peut être considéré comme Organisation dans le sens ou il possède une identité et un But propre indépendant de ceux de ses membres, mais ce n'est ni une entité légale ni une sous-unité d'une Organisation plus grande. Typiquement, elle peut avoir une durée de vie plus courte que les Organisations qui la composent, mais pas nécessairement. Tous les membres sont des `org:Organization`s plutôt que des individus et ces Organisations peuvent jouer des Rôles particuliers au sein du Partenariat. "@fr, + "Colaboración determinada entre dos o más organizaciones, como en el caso de un proyecto común. Cumple con los criterios de ser una organización en sà misma, en la medida en que tiene una identidad y un propósito definido independiente de sus miembros en particular, pero no es una entidad legal formalmente reconocida ni una sub-unidad dentro de una organización más grande. La duración suele ser más corta que la de las organizaciones que lo componen, pero no necesariamente. Todos sus miembros son de tipo `org:Organization` en vez de individuos, y desempeñan una actividad concreta en el marco del proyecto de cooperación."@es, + "È una collaborazione tra due o più Organization come ad esempio un progetto. Consente di rappresentare alcune identità dell'Organization che sono fuori dallo scopo principale e non sono formalmente riconosciute. Potrebbe anche avere un ciclo di vita limitato."@it, + "A collaboration between two or more Organizations such as a project. It meets the criteria for being an Organization in that it has an identity and defining purpose independent of its particular members but is neither a formally recognized legal entity nor a sub-unit within some larger organization. Might typically have a shorter lifetime than the Organizations within it, but not necessarily. All members are `org:Organization`s rather than individuals and those Organizations can play particular roles within the venture. Alternative names: _Project_ _Venture_ _Endeavour_ _Consortium_ _Endeavour_"@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:equivalentClass _:genid-6f3dd3fbcb5f491ab44331595fef8827-b10 . + + _:genid-6f3dd3fbcb5f491ab44331595fef8827-b24 rdf:first org:Post; + rdf:rest rdf:nil . + + org:hasPrimarySite a owl:ObjectProperty, rdf:Property; + rdfs:label "tiene sede principal en"@es, "site principal"@fr, "primary Site"@en, "sede principale"@it; + rdfs:subPropertyOf org:hasSite; + rdfs:comment "Indicates a primary site for the Organization, this is the default means by which an Organization can be contacted and is not necessarily the formal headquarters."@en, + "Oficina principal de la organización, la opción por defecto para ponerse en contacto con una organización, aunque no corresponde necesariamente con las oficinas centrales de la organización."@es, + "組織ã®ä¸»è¦ã‚µã‚¤ãƒˆã‚’示ã—ã¾ã™ã€‚組織ã®çª“å£ã¨ãªã‚Šãˆã‚‹ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®æ‰‹æ®µã§ã™ãŒã€æ£å¼ãªæœ¬éƒ¨ã¨ã¯é™ã‚Šã¾ã›ã‚“。"@ja, "Indica la sede principale per l'Organization. È da considerarsi come la sede di default in cui l'Organization deve essere contattata pur non essendo necessariamente il quartier generale."@it, + "Indique le site principal d'une Organisation, le moyen par défaut par lequel l'Organisation peut être contactée et pas nécessairement le siège social légal."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Site; + rdfs:domain org:Organization . + + org:organization a owl:ObjectProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "organization"@en, "organizzazione"@it, "organisation"@fr, "es condición de miembro sobre organización"@es; + rdfs:comment "Indica l'Organization in cui l'Agent è un membro."@it, "Indique l'Organization dont l'agent est membre."@fr, + "Organización a la que pertenece el agente en calidad de miembro."@es, "Indicates Organization in which the Agent is a member."@en, + "エージェントãŒãƒ¡ãƒ³ãƒãƒ¼ã§ã‚る組織を示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Membership . + + org:purpose a rdf:Property; + rdfs:label "but"@fr, "tiene objetivo"@es, "purpose"@en, "obiettivo"@it; + rdfs:comment "Indique le but de cette Organisation. Il peut exister plusieurs buts à différents niveaux d'abstraction mais la nature d'une organisation est d'avoir une raison d'exister et cette propriété doit servir à documenter cette raison d'être. Une Organisation peut avoir plusieurs Buts. Il est recommandé que le but soit libellé à l'aide d'un vocabulaire contrôlé ou autre code établi, idéalement avec un concept `skos:Concept`. Toutefois, le champ de cette propriété est laissé ouvert et pourrait accepter d'autres schémas de description. Il est préférable que les spécialisations ou les profils d'applications de ce vocabulaire contraignent le champ de cette propriété."@fr, + "Indica l'obiettivo di questa Organization. In generale, si possono esprimere gli obiettivi di un'organizzazione secondo diversi livelli di astrazione, ma la natura stessa dell'organizzazione ha una ragione d'essere ed è proprio questa che deve essere catturata con tale proprietà . Inoltre, un'Organization può avere obiettivi multipli. È raccomandabile che l'obiettivo faccia parte di una code list, e che sia preferibilmente un `skos:Concept`. Ad ogni modo, il codominio della proprietà è lasciato aperto per consentire altri tipi di di descrizione. Conseguentemente, eventuali specializzazioni o profili applicativi possono utilizzare quel vocabolario come codominio della proprietà ."@it, + "ã“ã®çµ„ç¹”ã®ç›®çš„を示ã—ã¾ã™ã€‚ç•°ãªã‚‹æŠ½è±¡ãƒ¬ãƒ™ãƒ«ã®å¤šãã®ç›®çš„ãŒã‚ã‚Šãˆã¾ã™ãŒã€çµ„ç¹”ã®æœ¬è³ªã¯å˜åœ¨ç†ç”±ã‚’æŒã¤ã“ã¨ã§ã‚ã‚Šã€ã“ã®ãƒ—ãƒãƒ‘ティーã¯ãã®ç†ç”±ã‚’ドã‚ュメント化ã™ã‚‹æ‰‹æ®µã§ã™ã€‚組織ã¯ã€è¤‡æ•°ã®ç›®çš„ã‚’æŒã£ã¦ã„ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚"@ja, + "Indicates the purpose of this Organization. There can be many purposes at different levels of abstraction but the nature of an organization is to have a reason for existence and this property is a means to document that reason. An Organization may have multiple purposes. It is recommended that the purpose be denoted by a controlled term or code list, ideally a `skos:Concept`. However, the range is left open to allow for other types of descriptive schemes. It is expected that specializations or application profiles of this vocabulary will constrain the range of the purpose. Alternative names: _remit_ _responsibility_ (esp. if applied to OrganizationalUnits such as Government Departments)."@en, + "Finalidad u objetivo de la organización. La organización puede tener muchos objetivos a diferentes niveles de abstracción, pero en la naturaleza de las organizaciones está el tener una razón para existir, y la finalidad de esta propiedad es documentar dicha razón. La organización podrá tener más de un objetivo. Se recomienda el uso de vocabularios controlados o listas de códigos para indicar el objetivo, preferentemente mediante el uso de un `skos:Concept`. Sin embargo, el rango no está predeterminado, de forma que otros tipos de esquemas descriptivos tiene cabida. Se espera que ciertas especializaciones de este vocabulario o ciertos perfiles de aplicaciones restrinjan el rango del objetivo. Denominaciones alternativas: área_ _jurisdicción_ _ responsabilidad _ (especialmente cuando se aplica a unidades tales como ministerios o divisiones administrativas de los gobiernos)"@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Organization . + + org:postIn a owl:ObjectProperty, rdf:Property; + rdfs:label "poste chez"@fr, "post in"@en, "es un puesto en"@es, "impiego in"@it; + rdfs:comment "Indicates the Organization in which the Post exists."@en, "ãƒã‚¹ãƒˆãŒå˜åœ¨ã™ã‚‹çµ„織を示ã—ã¾ã™ã€‚"@ja, + "Organización en la que existe el puesto."@es, "Indica l'Organization in cui il Post è presente."@it, + "Indicate l'Organisation dans laquelle le Poste existe."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Post; + owl:inverseOf org:hasPost . + + org:hasPost a owl:ObjectProperty, rdf:Property; + rdfs:label "possède un poste"@fr, "post"@en, "tiene puesto"@es, "impiego"@it; + rdfs:comment "組織内ã«å˜åœ¨ã™ã‚‹ãƒã‚¹ãƒˆã‚’示ã—ã¾ã™ã€‚"@ja, "Indica il Post che è presente in una Organization."@it, + "Indicates a Post which exists within the Organization."@en, "Indicate un Poste qui existe dans l'Organisation."@fr, + "Posición que existe en una organización."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Post; + rdfs:domain org:Organization . + + org:basedAt a owl:ObjectProperty, rdf:Property; + rdfs:label "basé à "@fr, "based At"@en, "basata a"@it, "trabaja en la sede"@es; + rdfs:comment "Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites."@en, + "人ãŒåŸºç¤Žã¨ã—ã¦ã„るサイトを示ã—ã¾ã™ã€‚人ãŒè¤‡æ•°ã®ã‚µã‚¤ãƒˆã‚’基礎ã¨ã—ã¦ã„ã‚‹å¯èƒ½æ€§ã‚’制é™ã—ã¾ã›ã‚“。"@ja, "Lugar en el que trabaja una persona. No se restringe el hecho de que una persona pueda estar adscrita a múltiples ubicaciones."@es, + "Indique le site sur lequel une personne est basée. Nous ne limitons pas le nombre de sites sur lesquels une personne peut être basée."@fr, + "Indica la sede in cui una è stabilita una persona. Non esclude la possibilità che una persona sia allocata su più sedi."@it; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Site; + rdfs:domain foaf:Person . + + org:siteAddress a owl:ObjectProperty, rdf:Property; + rdfs:label "es la dirección de la sede"@es, "site Address"@en, "indirizzo della sede"@it, + "adresse du Site"@fr; + rdfs:comment "Dirección de la sede según una codificación adecuada. Se recomienda el uso de vCard (que utiliza el vocabulario en http://www.w3.org/TR/vcard-rdf/), pero el rango no se restringe únicamente al uso de este vocabulario sino que se permite el uso de otros códigos. La dirección puede constar de una dirección de correo electrónico, un número de teléfono o información de geo-localización, y no se limita a una dirección postal fÃsica."@es, + "Indicates an address for the site in a suitable encoding. Use of vCard (using the http://www.w3.org/TR/vcard-rdf/ vocabulary) is encouraged but the range is left open to allow other encodings to be used. The address may include email, telephone, and geo-location information and is not restricted to a physical address. "@en, + "Indique une adresse pour le site dans un encodage approprié. L'usage du vocabulaire vCard ( http://www.w3.org/TR/vcard-rdf/) est encouragé, mais le range est ouvert pour permettre l'utilisation d'autres vocabulaires. L'adresse peut comporter le courriel, le téléphone, et l'information de géolocalisation; et n'est donc pas seulement limitée à une adresse physique. "@fr, + "Indica un indirizzo per la sede in una codifica appropriata. Il codominio è lasciato libero ma è consigliabile l'uso del vocabolario vCard (http://www.w3.org/TR/vcard-rdf/). L'indirizzo può includere email, numero di telefono e informazioni di geolocalizzazione e non è vincolato ad essere un indirizzo fisico."@it, + "é©åˆ‡ã«ã‚³ãƒ¼ãƒ‰åŒ–ã•ã‚ŒãŸã‚µã‚¤ãƒˆã®ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’示ã—ã¾ã™ã€‚vCard[vcard-rdf]語彙ãªã©ã®æœ‰åãªã‚¢ãƒ‰ãƒ¬ã‚¹ã®ã‚³ãƒ¼ãƒ‰åŒ–ã®ä½¿ç”¨ãŒå¥¨åŠ±ã•ã‚Œã¾ã™ãŒã€ä»–ã®ç¬¦å·åŒ–ã®ä½¿ç”¨ã‚’å¯èƒ½ã¨ã™ã‚‹ãŸã‚ã«å€¤åŸŸã¯ã‚ªãƒ¼ãƒ—ンã®ã¾ã¾ã«ã•ã‚Œã¾ã™ã€‚アドレスã«ã¯ã€é›»åメールã€é›»è©±ãŠã‚ˆã³ã‚¸ã‚ªãƒã‚±ãƒ¼ã‚·ãƒ§ãƒ³æƒ…å ±ã‚’å«ã‚€ã“ã¨ãŒã§ãã€ç‰©ç†çš„ãªã‚¢ãƒ‰ãƒ¬ã‚¹ã«åˆ¶é™ã•ã‚Œã¾ã›ã‚“。"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Site . + + org:memberDuring a owl:ObjectProperty, rdf:Property; + rdfs:label "member During"@en, "durée d'engagement"@fr, "membro durante"@it, "es miembro durante"@es; + rdfs:comment "Proprietà opzionale per indicare l'intervallo per il quale l'appartenenza è/è stata valida."@it, + "Propriété optionnelle pour indiquer l'intervalle durant lequel l'engagemnet est ou était valide."@fr, + "Optional property to indicate the interval for which the membership is/was valid."@en, + "Propiedad opcional que indica el periodo durante el cual la relación de membresÃa o pertenencia a una organización se mantiene en vigencia."@es, + "構æˆå“¡ãŒæœ‰åŠ¹ã§ã‚ã‚‹ï¼ã§ã‚ã£ãŸæœŸé–“を示ã™ãŸã‚ã®ã‚ªãƒ—ションã®ãƒ—ãƒãƒ‘ティー。"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Membership . + + org:location a owl:DatatypeProperty, rdf:Property; + rdfs:label "está ubicada en"@es, "está ubicado en"@es, "luogo"@it, "localisation"@fr, + "location"@en; + rdfs:comment "Indique la description de l'endroit ou est basé une personne de l'Organisation, par exemple pour des besoins de messagerie interne (Bureau 42)."@fr, + "例ãˆã°ã€å†…部é…é€ç›®çš„ã®ãƒ¡ãƒ¼ãƒ«ãƒ»ã‚¹ãƒˆãƒƒãƒ—(Mail Stop)ãªã©ã®ã€çµ„織内ã®äººã®ä½ç½®è¨˜è¿°ã‚’æä¾›ã—ã¾ã™ã€‚"@ja, "Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes."@en, + "Indica la descrizione del luogo presso cui è possibile reperire una persona dell'organizzazione."@it, + "Lugar o ubicación exacta de una persona en una organización con el objetivo de facilitar, por ejemplo, la entrega de correo."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range xsd:string; + rdfs:domain foaf:Person . + + org:role a owl:ObjectProperty, rdf:Property; + rdfs:label "role"@en, "rôle"@fr, "desempeña la actividad de"@es, "ruolo"@it; + rdfs:comment "Indica il Role che un Agent ricopre in una relazione di Membership con una Organization"@it, + "Actividad que el agente desempeña en una relación de pertenencia a una organización."@es, + "Indicates the Role that the Agent plays in a Membership relationship with an Organization."@en, + "Indique le Rôle de l'Agent dans son Engagement avec l'Organisation."@fr, "エージェントãŒçµ„ç¹”ã¨ã®æ§‹æˆå“¡é–¢ä¿‚ã«ãŠã„ã¦æ‹…ã†å½¹å‰²ã‚’示ã—ã¾ã™ã€‚ãƒã‚¹ãƒˆã®ä¿æŒè€…ãŒæ‹…ã†å½¹å‰²ã‚’示ã™ãŸã‚ã«org:Postã§ç”¨ã„ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Role; + rdfs:domain _:genid-6f3dd3fbcb5f491ab44331595fef8827-b16 . +} + +<http://www.w3.org/2002/07/owl> { + owl:propertyChainAxiom a rdf:Property; + rdfs:label "propertyChainAxiom"; + rdfs:comment "The property that determines the n-tuple of properties that build a sub property chain of a given property."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:ObjectProperty . + + owl:allValuesFrom a rdf:Property; + rdfs:label "allValuesFrom"; + rdfs:comment "The property that determines the class that a universal property restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Class; + rdfs:domain owl:Restriction . + + owl:TransitiveProperty a rdfs:Class; + rdfs:label "TransitiveProperty"; + rdfs:subClassOf owl:ObjectProperty; + rdfs:comment "The class of transitive properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:hasKey a rdf:Property; + rdfs:label "hasKey"; + rdfs:comment "The property that determines the collection of properties that jointly build a key."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:Class . + + owl:NamedIndividual a rdfs:Class; + rdfs:label "NamedIndividual"; + rdfs:subClassOf owl:Thing; + rdfs:comment "The class of named individuals."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . +} + +<http://www.opensilex.org/vocabulary/oeso> { + <http://www.w3.org/ns/prov#used> a owl:ObjectProperty; + rdfs:label "utilise"@fr, "used"@en . + + <http://www.w3.org/ns/prov#Activity> a owl:Class; + rdfs:label "Activité"@fr, "Activity"@en; + rdfs:comment "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities."@en; + owl:disjointWith <http://www.w3.org/ns/prov#Entity> . + + <http://www.w3.org/ns/prov#wasGeneratedBy> a owl:ObjectProperty; + rdfs:label "was generated by"@en, "a été généré par"@fr; + rdfs:subPropertyOf owl:topObjectProperty . + + dc:title a owl:AnnotationProperty . + + dc:modified a owl:AnnotationProperty . + + xsd:date a rdfs:Datatype . + + org:hasPrimarySite a owl:ObjectProperty . + + org:siteAddress a owl:ObjectProperty; + rdfs:range vcard:Address . + + vocabulary:FactorCategory a owl:Class; + rdfs:label "Factor Category"@en, "Catégorie de facteur"@fr; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:comment "Terme structuré et contrôlé qui décrit les traitements, les conditions d'étude et/ou les types d'étude utilisés dans les expériences."@fr, + "A structured term, controlled vocabulary which describes the treatments, study conditions, and/or study types used in experiments."@en . +} + +<http://purl.org/dc/terms/> { + dc:contributor a rdf:Property; + rdfs:label "Contributor"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/contributor>; + rdfs:comment "An entity responsible for making contributions to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "The guidelines for using names of persons or organizations as creators apply to contributors."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Agent . + + dc:title a rdf:Property; + rdfs:label "Title"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title>; + rdfs:comment "A name given to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2008-01-14"^^xsd:date . + + dc:modified a rdf:Property; + rdfs:label "Date Modified"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dc:date; + rdfs:comment "Date on which the resource was changed."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en . + + dc:created a rdf:Property; + rdfs:label "Date Created"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dc:date; + rdfs:comment "Date of creation of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en . + + dc:license a rdf:Property; + rdfs:label "License"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights>, dc:rights; + rdfs:comment "A legal document giving official permission to do something with the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2004-06-14"^^xsd:date; + dc:description "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:LicenseDocument . +} + +<http://www.w3.org/ns/oa> { + dc:modified a owl:AnnotationProperty . + + oa:prefix a owl:DatatypeProperty; + rdfs:label "prefix"; + rdfs:comment "The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string . + + <http://www.w3.org/ns/oa#> a owl:Ontology; + rdfs:comment "The Web Annotation ontology defines the terms of the Web Annotation vocabulary. Any changes to this document MUST be from a Working Group in the W3C that has established expertise in the area."; + owl:versionInfo "2016-11-12T21:28:11Z"; + <http://purl.org/dc/elements/1.1/title> "Web Annotation Ontology"; + dc:creator _:genid-79c37b7c946c4c3d98d62b6c528d9764-b0, _:genid-79c37b7c946c4c3d98d62b6c528d9764-b1, + _:genid-79c37b7c946c4c3d98d62b6c528d9764-b2; + rdfs:seeAlso <http://www.w3.org/TR/annotation-vocab/>; + dc:modified "2016-11-12T21:28:11Z"; + <http://www.w3.org/ns/prov#wasRevisionOf> <http://www.openannotation.org/spec/core/20130208/oa.owl> . + + oa:canonical rdfs:label "canonical"; + rdfs:comment "A object of the relationship is the canonical IRI that can always be used to deduplicate the Annotation, regardless of the current IRI used to access the representation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:hasScope a owl:AnnotationProperty; + rdfs:label "hasScope"; + rdfs:comment "The scope or context in which the resource is used within the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:SpecificResource . + + oa:SpecificResource a owl:Class; + rdfs:label "SpecificResource"; + rdfs:subClassOf oa:ResourceSelection; + rdfs:comment "Instances of the SpecificResource class identify part of another resource (referenced with oa:hasSource), a particular representation of a resource, a resource with styling hints for renders, or any combination of these, as used within an Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:hasSelector a owl:ObjectProperty; + rdfs:label "hasSelector"; + rdfs:comment "The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Selector; + rdfs:domain oa:ResourceSelection . + + oa:Selector a owl:Class; + rdfs:label "Selector"; + rdfs:comment "A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in the Annotation model, only its subclasses."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:ResourceSelection a owl:Class; + rdfs:label "ResourceSelection"; + rdfs:comment "Instances of the ResourceSelection class identify part (described by an oa:Selector) of another resource (referenced with oa:hasSource), possibly from a particular representation of a resource (described by an oa:State). Please note that ResourceSelection is not used directly in the Web Annotation model, but is provided as a separate class for further application profiles to use, separate from oa:SpecificResource which has many Annotation specific features."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:SvgSelector a owl:Class; + rdfs:label "SvgSelector"; + rdfs:subClassOf oa:Selector; + rdfs:comment "An SvgSelector defines an area through the use of the Scalable Vector Graphics [SVG] standard. This allows the user to select a non-rectangular area of the content, such as a circle or polygon by describing the region using SVG. The SVG may be either embedded within the Annotation or referenced as an External Resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:questioning a oa:Motivation, owl:NamedIndividual; + rdfs:label "questionner"@fr, "questioning"@en; + rdfs:comment "The motivation for when the user intends to ask a question about the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:Motivation a owl:Class; + rdfs:label "Motivation"; + rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept>; + rdfs:comment "The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:hasPurpose a owl:ObjectProperty; + rdfs:label "hasPurpose"; + rdfs:comment "The purpose served by the resource in the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Motivation . + + oa:hasState a owl:ObjectProperty; + rdfs:label "hasState"; + rdfs:comment "The relationship between the ResourceSelection, or its subclass SpecificResource, and a State resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:State; + rdfs:domain oa:ResourceSelection . + + oa:State a owl:Class; + rdfs:label "State"; + rdfs:comment "A State describes the intended state of a resource as applied to the particular Annotation, and thus provides the information needed to retrieve the correct representation of that resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:TextPositionSelector a owl:Class; + rdfs:label "TextPositionSelector"; + rdfs:subClassOf oa:Selector; + rdfs:comment "The TextPositionSelector describes a range of text by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first character, position 1 would be immediately before the second character, and so on."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:assessing a oa:Motivation, owl:NamedIndividual; + rdfs:label "évaluer"@fr, "assessing"@en; + rdfs:comment "The motivation for when the user intends to provide an assessment about the Target resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:refinedBy rdfs:label "refinedBy"; + rdfs:comment "The relationship between a Selector and another Selector or a State and a Selector or State that should be applied to the results of the first to refine the processing of the source resource. "; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:Style a owl:Class; + rdfs:label "Style"; + rdfs:comment "A Style describes the intended styling of a resource as applied to the particular Annotation, and thus provides the information to ensure that rendering is consistent across implementations."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:sourceDateStart a owl:DatatypeProperty; + rdfs:label "sourceDateStart"; + rdfs:comment "The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:dateTime; + rdfs:domain oa:TimeState . + + oa:TimeState a owl:Class; + rdfs:label "TimeState"; + rdfs:subClassOf oa:State; + rdfs:comment "A TimeState records the time at which the resource's state is appropriate for the Annotation, typically the time that the Annotation was created and/or a link to a persistent copy of the current version."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + <http://www.w3.org/ns/prov#wasRevisionOf> a owl:AnnotationProperty . + + oa:describing a oa:Motivation, owl:NamedIndividual; + rdfs:label "décrire"@fr, "describing"@en; + rdfs:comment "The motivation for when the user intends to describe the Target, as opposed to a comment about them."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:DataPositionSelector a owl:Class; + rdfs:label "DataPositionSelector"; + rdfs:subClassOf oa:Selector; + rdfs:comment "DataPositionSelector describes a range of data by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first byte, position 1 would be immediately before the second byte, and so on. The start byte is thus included in the list, but the end byte is not."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + _:genid-79c37b7c946c4c3d98d62b6c528d9764-b0 a foaf:Person; + foaf:name "Benjamin Young" . + + oa:exact a owl:DatatypeProperty; + rdfs:label "exact"; + rdfs:comment "The object of the predicate is a copy of the text which is being selected, after normalization."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string . + + oa:hasEndSelector a owl:ObjectProperty; + rdfs:label "hasEndSelector"; + rdfs:comment "The relationship between a RangeSelector and the Selector that describes the end position of the range. "; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Selector; + rdfs:domain oa:RangeSelector . + + oa:RangeSelector a owl:Class; + rdfs:label "RangeSelector"; + rdfs:subClassOf oa:Selector; + rdfs:comment "A Range Selector can be used to identify the beginning and the end of the selection by using other Selectors. The selection consists of everything from the beginning of the starting selector through to the beginning of the ending selector, but not including it."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:highlighting a oa:Motivation, owl:NamedIndividual; + rdfs:label "mettre en évidence"@fr, "highlighting"@en; + rdfs:comment "The motivation for when the user intends to highlight the Target resource or segment of it."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:commenting a oa:Motivation, owl:NamedIndividual; + rdfs:label "commenting"@en, "commenter"@fr; + rdfs:comment "The motivation for when the user intends to comment about the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:XPathSelector a owl:Class; + rdfs:label "XPathSelector"; + rdfs:subClassOf oa:Selector; + rdfs:comment " An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:sourceDate a owl:DatatypeProperty; + rdfs:label "sourceDate"; + rdfs:comment "The timestamp at which the Source resource should be interpreted as being applicable to the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:dateTime; + rdfs:domain oa:TimeState . + + oa:suffix a owl:DatatypeProperty; + rdfs:label "suffix"; + rdfs:comment "The snippet of text that occurs immediately after the text which is being selected."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string . + + oa:ltrDirection a owl:NamedIndividual, oa:Direction; + rdfs:label "ltrDirection"; + rdfs:comment "The direction of text that is read from left to right."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:Direction a owl:Class; + rdfs:label "Direction"; + rdfs:comment "A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:HttpRequestState a owl:Class; + rdfs:label "HttpRequestState"; + rdfs:subClassOf oa:State; + rdfs:comment "The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource. "; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:styleClass a owl:DatatypeProperty; + rdfs:label "styleClass"; + rdfs:comment "The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string; + rdfs:domain oa:SpecificResource . + + oa:FragmentSelector a owl:Class; + rdfs:label "FragmentSelector"; + rdfs:subClassOf oa:Selector; + rdfs:comment "The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:rtlDirection a owl:NamedIndividual, oa:Direction; + rdfs:label "rtlDirection"; + rdfs:comment "The direction of text that is read from right to left."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:CssSelector a owl:Class; + rdfs:label "CssSelector"; + rdfs:subClassOf oa:Selector; + rdfs:comment "A CssSelector describes a Segment of interest in a representation that conforms to the Document Object Model through the use of the CSS selector specification."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + _:genid-79c37b7c946c4c3d98d62b6c528d9764-b1 a foaf:Person; + foaf:name "Paolo Ciccarese" . + + _:genid-79c37b7c946c4c3d98d62b6c528d9764-b2 a foaf:Person; + foaf:name "Robert Sanderson" . + + oa:bodyValue a owl:DatatypeProperty; + rdfs:label "bodyValue"; + rdfs:comment """The object of the predicate is a plain text string to be used as the content of the body of the Annotation. The value MUST be an xsd:string and that data type MUST NOT be expressed in the serialization. Note that language MUST NOT be associated with the value either as a language tag, as that is only available for rdf:langString . + """; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string; + rdfs:domain oa:Annotation . + + oa:Annotation a owl:Class; + rdfs:label "Annotation"; + rdfs:comment "The class for Web Annotations."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:end a owl:DatatypeProperty; + rdfs:label "end"; + rdfs:comment "The end property is used to convey the 0-based index of the end position of a range of content."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:nonNegativeInteger . + + oa:CssStyle a owl:Class; + rdfs:label "CssStyle"; + rdfs:subClassOf oa:Style; + rdfs:comment "A resource which describes styles for resources participating in the Annotation using CSS."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:textDirection a owl:ObjectProperty; + rdfs:label "textDirection"; + rdfs:comment "The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Direction . + + oa:hasSource a owl:AnnotationProperty; + rdfs:label "hasSource"; + rdfs:comment "The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:ResourceSelection . + + _:genid-79c37b7c946c4c3d98d62b6c528d9764-b3 a foaf:Person; + foaf:name "Robert Sanderson" . + + oa:identifying a oa:Motivation, owl:NamedIndividual; + rdfs:label "identifying"@en, "identifier"@fr; + rdfs:comment "The motivation for when the user intends to assign an identity to the Target or identify what is being depicted or described in the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:tagging a oa:Motivation, owl:NamedIndividual; + rdfs:label "tagging"@en, "tagger"@fr; + rdfs:comment "The motivation for when the user intends to associate a tag with the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:bookmarking a oa:Motivation, owl:NamedIndividual; + rdfs:label "mettre en favori"@fr, "bookmarking"@en; + rdfs:comment "The motivation for when the user intends to create a bookmark to the Target or part thereof."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:replying a oa:Motivation, owl:NamedIndividual; + rdfs:label "répondre"@fr, "replying"@en; + rdfs:comment "The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:renderedVia a owl:AnnotationProperty; + rdfs:label "renderedVia"; + rdfs:comment "A system that was used by the application that created the Annotation to render the resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:SpecificResource . + + oa:TextualBody a owl:Class; + rdfs:label "TextualBody"; + rdfs:comment ""; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:Choice a owl:Class; + rdfs:label "Choice"; + rdfs:subClassOf <http://www.w3.org/ns/activitystreams#OrderedCollection>; + rdfs:comment "A subClass of as:OrderedCollection that conveys to a consuming application that it should select one of the resources in the as:items list to use, rather than all of them. This is typically used to provide a choice of resources to render to the user, based on further supplied properties. If the consuming application cannot determine the user's preference, then it should use the first in the list."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + <http://www.w3.org/ns/activitystreams#OrderedCollection> a owl:Class . + + rdfs:Resource a owl:Class . + + oa:via rdfs:label "via"; + rdfs:comment "A object of the relationship is a resource from which the source resource was retrieved by the providing system."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:cachedSource a owl:AnnotationProperty; + rdfs:label "cachedSource"; + rdfs:comment "A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:TimeState . + + oa:annotationService rdfs:label "annotationService"; + rdfs:comment """The object of the relationship is the end point of a service that conforms to the annotation-protocol, and it may be associated with any resource. The expectation of asserting the relationship is that the object is the preferred service for maintaining annotations about the subject resource, according to the publisher of the relationship. + + This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol. + """; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:start a owl:DatatypeProperty; + rdfs:label "start"; + rdfs:comment "The start position in a 0-based index at which a range of content is selected from the data in the source resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:nonNegativeInteger . + + _:genid-79c37b7c946c4c3d98d62b6c528d9764-b4 a foaf:Person; + foaf:name "Benjamin Young" . + + oa:styledBy a owl:ObjectProperty; + rdfs:label "styledBy"; + rdfs:comment "A reference to a Stylesheet that should be used to apply styles to the Annotation rendering."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Style; + rdfs:domain oa:Annotation . + + oa:motivatedBy a owl:ObjectProperty; + rdfs:label "motivatedBy"; + rdfs:comment "The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Motivation; + rdfs:domain oa:Annotation . + + oa:processingLanguage a owl:DatatypeProperty; + rdfs:label "processingLanguage"; + rdfs:comment "The object of the property is the language that should be used for textual processing algorithms when dealing with the content of the resource, including hyphenation, line breaking, which font to use for rendering and so forth. The value must follow the recommendations of BCP47."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string . + + _:genid-79c37b7c946c4c3d98d62b6c528d9764-b5 a foaf:Person; + foaf:name "Paolo Ciccarese" . + + oa:sourceDateEnd a owl:DatatypeProperty; + rdfs:label "sourceDateEnd"; + rdfs:comment "The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:dateTime; + rdfs:domain oa:TimeState . + + oa:linking a oa:Motivation, owl:NamedIndividual; + rdfs:label "linking"@en, "lier"@fr; + rdfs:comment "The motivation for when the user intends to link to a resource related to the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:hasTarget a owl:AnnotationProperty; + rdfs:label "hasTarget"; + rdfs:comment "The relationship between an Annotation and its Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:Annotation . + + oa:hasStartSelector a owl:ObjectProperty; + rdfs:label "hasStartSelector"; + rdfs:comment "The relationship between a RangeSelector and the Selector that describes the start position of the range. "; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Selector . +} + +<http://purl.obolibrary.org/obo/peco.owl> { + <http://purl.obolibrary.org/obo/PECO_0007357> a owl:Class; + rdfs:label "Exposition à des éléments biotiques"@fr, "Biotic plant exposure"@en; + rdfs:subClassOf vocabulary:FactorCategory; + rdfs:comment "A plant biotic exposure (PECO:0001001) involving the application of a biotic or biological factor such as a microbe, insect, animal, or plant or a combination thereof."@en . + + <http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> a owl:AnnotationProperty . + + <http://purl.obolibrary.org/obo/PECO_0007161> a owl:Class; + rdfs:label "Température de l'air"@fr, "Air temperature exposure"@en; + rdfs:subClassOf vocabulary:FactorCategory; + rdfs:comment "The treatment involving an exposure to wind with varying degree of temperature, which may depend on the study type or the regional environment."@en . + + <http://purl.obolibrary.org/obo/PECO_0007167> a owl:Class; + rdfs:label "Produits phytosanitaires (pesticides)"@fr, "Pesticide exposure"@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007189>; + rdfs:comment "An exposure to a chemical that has the role of pesticide"@en . + + <http://purl.obolibrary.org/obo/PECO_0007189> a owl:Class; + rdfs:label "Traitement chimique"@fr, "Chemical exposure"@en; + rdfs:subClassOf vocabulary:FactorCategory; + rdfs:comment "An abiotic plant exposure (PECO:0007189) involving the application of chemical(s)."@en . + + <http://purl.obolibrary.org/obo/PECO_0007049> a owl:Class; + rdfs:label "Soil environment exposure"@en, "Charactéristiques du sol"@fr; + rdfs:subClassOf vocabulary:FactorCategory; + rdfs:comment "An exposure involving growing plants in soil growth media with varying contents."@en . + + <http://www.geneontology.org/formats/oboInOwl#id> a owl:AnnotationProperty . + + <http://www.opensilex.org/vocabulary/set/factor/category> a owl:Ontology . + + <http://www.geneontology.org/formats/oboInOwl#hasAlternativeId> a owl:AnnotationProperty . + + <http://purl.obolibrary.org/obo/PECO_0007151> a owl:Class; + rdfs:label "Radiation exposure"@en, "Exposition à un rayonnement"@fr; + rdfs:subClassOf vocabulary:FactorCategory; + rdfs:comment "Electromagnetic radiation is classified according to the frequency of its waves. The electromagnetic spectrum, in order of increasing frequency and decreasing wavelength, consists of radio waves, microwaves, infrared radiation, visible light, ultraviolet radiation, X-rays and gamma rays."@en . + + <http://purl.obolibrary.org/obo/PECO_0007383> a owl:Class; + rdfs:label "Watering exposure"@en, "Irrigation"@fr; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007198> . + + <http://purl.obolibrary.org/obo/PECO_0007198> a owl:Class; + rdfs:label "water environment exposure"@en, "Gestion de l'eau"@fr; + rdfs:subClassOf vocabulary:FactorCategory; + rdfs:comment "A physical plant exposure (PECO:0007316) involving an exposure of varying amounts of water and watering frequencies, which may depend on regional environment." . + + <http://purl.obolibrary.org/obo/PECO_0007085> a owl:Class; + rdfs:label "Fertilizer exposure"@en, "Fertilisation engrais de synthèse"@fr; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007189>; + rdfs:comment "A plant nutrient exposure (PECO:0007241) involving the use of a fertilizer, a combination of plant nutrients."@en . + + <http://purl.obolibrary.org/obo/PECO_0007041> a owl:Class; + rdfs:label "Traitement curatif (antibiotique)"@fr, "Antibiotic exposure"@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007189>; + rdfs:comment "A chemical exposure (PECO:0007189) involving the use of antibiotic for selection purposes."@en . + + <http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym> a owl:AnnotationProperty . + + <http://www.geneontology.org/formats/oboInOwl#hasDbXref> a owl:AnnotationProperty . + + <http://purl.obolibrary.org/obo/PECO_0007027> a owl:Class; + rdfs:label "Seasonal environment exposure"@en, "Impact des saisons"@fr; + rdfs:subClassOf vocabulary:FactorCategory; + rdfs:comment "A plant exposure (PECO:0001001) involving growth during conditions of regional seasons." . + + <http://purl.obolibrary.org/obo/IAO_0000115> a owl:AnnotationProperty . + + <http://purl.obolibrary.org/obo/PECO_0007259> a owl:Class; + rdfs:label "Soil water content exposure"@en, "Contenu en eau du sol"@fr; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007049>; + rdfs:comment "The treatment involving an exposure to varying amounts of water in soil growth media."@en . + + <http://purl.obolibrary.org/obo/PECO_0007404> a owl:Class; + rdfs:label "Exposition à l'environnement de sécheresse"@fr, "Drought environment exposure"@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007198> . + + <http://purl.obolibrary.org/obo/PECO_0007197> a owl:Class; + rdfs:label "Humidity exposure"@en, "Exposition à l'humidité"@fr; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007198>; + rdfs:comment "The treatment involving an exposure to varying degree of humidity, which may depend on regional environment."@en . +} + +<http://www.w3.org/ns/oa> { + oa:hasStartSelector rdfs:domain oa:RangeSelector . + + oa:hasBody a owl:AnnotationProperty; + rdfs:label "hasBody"; + rdfs:comment "The object of the relationship is a resource that is a body of the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:Annotation . + + oa:moderating a oa:Motivation, owl:NamedIndividual; + rdfs:label "modérer"@fr, "moderating"@en; + rdfs:comment "The motivation for when the user intends to assign some value or quality to the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:classifying a oa:Motivation, owl:NamedIndividual; + rdfs:label "classifying"@en, "classer"@fr; + rdfs:comment "The motivation for when the user intends to that classify the Target as something."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:TextQuoteSelector a owl:Class; + rdfs:label "TextQuoteSelector"; + rdfs:subClassOf oa:Selector; + rdfs:comment "The TextQuoteSelector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix) it to distinguish between multiple copies of the same sequence of characters."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:editing a oa:Motivation, owl:NamedIndividual; + rdfs:label "éditer"@fr, "editing"@en; + rdfs:comment "The motivation for when the user intends to request a change or edit to the Target resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:PreferContainedIRIs a owl:NamedIndividual, rdfs:Resource; + rdfs:label "PreferContainedIRIs"; + rdfs:comment "An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:PreferContainedDescriptions a owl:NamedIndividual, rdfs:Resource; + rdfs:label "PreferContainedDescriptions"; + rdfs:comment "An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . +} + +<http://www.opensilex.org/vocabulary/oeso> { + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b0 a owl:Restriction; + owl:onProperty vocabulary:hasMethod; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Method . + + vocabulary:Method a owl:Class; + rdfs:label "Method"@en, "Méthode"@fr; + rdfs:subClassOf vocabulary:VariableBase . + + <http://www.opensilex.org/vocabulary/oeso> a owl:Ontology; + rdfs:label """OpenSILEX ontology's +OESO"""; + rdfs:comment """INRA MISTEA + Copyright © - INRA - 2014 - 2021 + The Object Ontology is licensed by CC 4.0 (http://creativecommons.org/licenses/by/4.0/legalcode)""", + "Authors : Anne TIREAU, Llorenç CABRERA-BOSQUET, Morgane VIDAL, Pascal NEVEU"; + owl:versionInfo "Version 3.2.1 (2021-10-20) created by INRAE", "New version of 3.0.2 release http://www.phenome-fppn.fr/vocabulary/2018/oepo"; + rdfs:seeAlso "http://www.phenome-fppn.fr/vocabulary/2018/oepo"; + owl:versionIRI <http://www.opensilex.org/vocabulary/oeso> . + + vocabulary:hasMethod a owl:ObjectProperty; + rdfs:range vocabulary:Method; + rdfs:domain vocabulary:Variable . + + <http://www.w3.org/ns/prov#Entity> a owl:Class; + rdfs:label "Entité"@fr, "Entity"@en; + rdfs:comment "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary."@en . + + vocabulary:WindyArea a owl:Class; + rdfs:label "Zone venteuse"@fr, "Windy area"@en; + rdfs:subClassOf vocabulary:StructuralArea . + + vocabulary:StructuralArea a owl:Class; + rdfs:label "Zone structurelle"@fr, "Structural area"@en; + rdfs:subClassOf vocabulary:Area; + rdfs:comment "lifetime, building, cadastral, floodable, etc."@en, "durée de vie, bâtiment, cadastre, inondable, etc."@fr . + + vocabulary:Area a owl:Class; + rdfs:label "Zone"@fr, "Area"@en; + rdfs:subClassOf vocabulary:Equipement; + rdfs:comment """Zone in the broadest sense. +Can define a zone in the physical or theoretical sense"""@en, + """Zone au sens large. +Peut définir une zone au sens physique ou théorique"""@fr . + + vocabulary:Equipement a owl:Class, owl:NamedIndividual; + rdfs:label "equipment"@en, "équipement"@fr; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:comment "An INSTALLATION is the elementary level for data acquisition in a specific type of experiments. It stands for other frequently used terms such as ‘platform’, ‘facility’ or others."@en . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b1 a owl:Restriction; + owl:onProperty vocabulary:measures; + owl:onClass vocabulary:Variable . + + vocabulary:Variable a owl:Class; + rdfs:label "Variable"@en, "Variable"@fr; + rdfs:subClassOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b0, vocabulary:VariableBase, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b14, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b15, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b16 . + + vocabulary:measures a owl:ObjectProperty; + rdfs:label "mesure"@fr, "measures"@en; + rdfs:comment "Variable mesurée par le dispositif"@fr, "Variable measured by the device"@en; + rdfs:range vocabulary:Variable; + rdfs:domain vocabulary:Device . + + rdfs:member a owl:ObjectProperty; + rdfs:label "member"@en, "membre"@fr; + rdfs:comment "to uses with Bag or container"@en . + + <http://www.w3.org/2004/02/skos/core#closeMatch> a owl:DatatypeProperty . + + <http://www.w3.org/2004/02/skos/core#note> a owl:AnnotationProperty . + + <http://www.w3.org/2003/01/geo/wgs84_pos#within> a owl:ObjectProperty . + + vocabulary:WebSite a owl:Class; + rdfs:label "Web Site"@en, "Site web"@fr; + rdfs:subClassOf vocabulary:InteractiveResource . + + vocabulary:InteractiveResource a owl:Class; + rdfs:label "Ressource interactive"@fr, "Interactive Resource"@en; + rdfs:subClassOf vocabulary:Document; + <http://purl.org/dc/elements/1.1/source> "http://purl.org/dc/dcmitype/InteractiveResource" . + + vocabulary:FloodArea rdfs:label "Flood area"@en, "Zone inondable"@fr . + + <http://purl.org/dc/elements/1.1/publisher> a owl:NamedIndividual; + rdfs:label "Publisher"@en; + rdfs:comment "An entity responsible for making the resource available."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#publisher-006>; + dc:description "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."@en . + + <http://purl.org/dc/elements/1.1/> dc:title "Dublin Core Metadata Element Set, Version 1.1"@en; + dc:modified "2012-06-14"^^xsd:date; + dc:publisher <http://purl.org/dc/aboutdcmi#DCMI> . + + dc:issued a owl:AnnotationProperty . + + dc:hasVersion a owl:AnnotationProperty . + + dc:description a owl:AnnotationProperty . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b2 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty rdfs:label; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b3 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty <http://purl.org/dc/elements/1.1/description>; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b4 a owl:Restriction; + owl:onProperty os-sec:hasUserProfile; + owl:onClass os-sec:GroupUserProfile . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b5 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty rdfs:label; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:Report a owl:Class; + rdfs:label "Report"@en, "Rapport de stage"@fr; + rdfs:subClassOf vocabulary:ScientificDocument . + + vocabulary:ScientificDocument a owl:Class; + rdfs:label "Scientific Document"@en, "Document Scientifique"@fr; + rdfs:subClassOf vocabulary:Document . + + <http://www.w3.org/ns/prov#generated> a owl:ObjectProperty; + rdfs:label "génère"@fr, "generated"@en; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:isDefinedBy "http://www.w3.org/ns/prov-o#"@en . + + vocabulary:Facility a owl:Class, owl:NamedIndividual; + rdfs:label "Facility"@en, "Installation environnementale"@fr; + rdfs:comment "Material facility like greenhouse, compartment, etc."@fr . + + vocabulary:Vector a owl:Class; + rdfs:label "Vector"@en, "Vecteur"@fr; + rdfs:subClassOf vocabulary:Device . + + vocabulary:Device a owl:Class; + rdfs:label "Device"@en, "Dispositif"@fr; + rdfs:subClassOf vocabulary:Equipement, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b22, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b32 . + + vocabulary:Population a owl:Class; + rdfs:label "Population"@fr, "Population"@en; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:ScientificObject a owl:Class, owl:NamedIndividual; + rdfs:label "Objet scientifique"@fr, "Scientific object"@en; + rdfs:subClassOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b19, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b20, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b28, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b38, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b39, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b41, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b44, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b45 . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b6 a owl:Restriction; + owl:onProperty os-sec:hasUser; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass foaf:Agent . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b7 a owl:Restriction; + owl:onProperty os-sec:hasProfile; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass os-sec:Profile . + + vocabulary:hasSpecies a owl:ObjectProperty; + rdfs:range vocabulary:Species . + + vocabulary:Species a owl:Class, owl:NamedIndividual; + rdfs:label "Espèce"@fr, "Species"@en; + rdfs:subClassOf vocabulary:Germplasm . + + <http://purl.org/dc/elements/1.1/coverage> a owl:NamedIndividual; + rdfs:label "Coverage"@en; + rdfs:comment "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#coverage-006>; + dc:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en . + + vocabulary:VariableBase a owl:Class; + rdfs:subClassOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b5, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b8, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b9, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b10, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b11, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b12 . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b8 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:comment . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b9 a owl:Restriction; + owl:onDataRange xsd:anyURI; + owl:onProperty <http://www.w3.org/2004/02/skos/core#narrower> . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b10 a owl:Restriction; + owl:onDataRange xsd:anyURI; + owl:onProperty <http://www.w3.org/2004/02/skos/core#exactMatch> . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b11 a owl:Restriction; + owl:onDataRange xsd:anyURI; + owl:onProperty <http://www.w3.org/2004/02/skos/core#closeMatch> . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b12 a owl:Restriction; + owl:onDataRange xsd:anyURI; + owl:onProperty <http://www.w3.org/2004/02/skos/core#broader> . + + os-sec:hasUserProfile a owl:ObjectProperty . + + vocabulary:ITKDocument a owl:Class; + rdfs:label "Technical itinerary"@en, "ITK"@fr; + rdfs:subClassOf vocabulary:TechnicalDocument . + + vocabulary:TechnicalDocument a owl:Class; + rdfs:label "Technical Document"@en, "Document Technique"@fr; + rdfs:subClassOf vocabulary:Document . + + vocabulary:ExperimentalCondition a owl:Class, owl:NamedIndividual; + rdfs:label "contexte expérimental"@fr, "experimental context"@en; + rdfs:comment "A set of environmental conditions, infrastructure and supporting equipment or resources necessary to conduct a given experiment and in which plants, plots or group of plants are raised"@en; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch http://www.ontobee.org/ontology/rdf/PECO?iri=http://purl.obolibrary.org/obo/PECO_0007359" . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b13 rdf:first vocabulary:Project; + rdf:rest rdf:nil . + + vocabulary:Project a owl:Class, owl:NamedIndividual; + rdfs:label "project"@en, "projet"@fr; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:comment "PROJECT (e.g. EU or national projects) involves partners that are in charge of experiments performed in one or more local infrastructures."@en . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b14 a owl:Restriction; + owl:onProperty vocabulary:hasUnit; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Unit . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b15 a owl:Restriction; + owl:onProperty vocabulary:hasEntity; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Entity . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b16 a owl:Restriction; + owl:onProperty vocabulary:hasCharacteristic; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Characteristic . + + vocabulary:hasFinancialFunding a owl:DatatypeProperty . + + vocabulary:hasAuthor a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:Document . + + vocabulary:Document a owl:Class, owl:NamedIndividual; + rdfs:label "Document"@en, "Document"@fr . + + <http://www.w3.org/2004/02/skos/core#exactMatch> a owl:DatatypeProperty . + + vocabulary:hasAlternativeSymbol a owl:DatatypeProperty; + rdfs:range xsd:string; + rdfs:domain vocabulary:Unit . + + vocabulary:Unit a owl:Class; + rdfs:label "Unit"@en, "Unité"@fr; + rdfs:subClassOf vocabulary:VariableBase, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b42, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b43 . + + vocabulary:ControlLaw a owl:Class; + rdfs:label "Loi de commande"@fr, "Control law"@en; + rdfs:subClassOf vocabulary:Device, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b17, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b18 . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b17 a owl:Restriction; + owl:onProperty vocabulary:hasDevice; + owl:onClass vocabulary:SensingDevice . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b18 a owl:Restriction; + owl:onProperty vocabulary:hasDevice; + owl:onClass vocabulary:Actuator . + + vocabulary:Operator a owl:Class; + rdfs:label "Operator"@en, "Operateur"@fr; + rdfs:subClassOf foaf:Agent . + + vocabulary:hasCharacteristic a owl:ObjectProperty; + rdfs:range vocabulary:Characteristic; + rdfs:domain vocabulary:Variable . + + vocabulary:Characteristic a owl:Class; + rdfs:label "Characteristic"@en, "Caractéristique"@fr; + rdfs:subClassOf vocabulary:VariableBase . + + <http://www.w3.org/ns/prov#Agent> a owl:Class; + rdfs:label "Agent"@fr, "Agent"@en; + rdfs:comment "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity."@en . + + vocabulary:Shed a owl:Class; + rdfs:label "Shed"@en, "Hangar"@fr; + rdfs:subClassOf vocabulary:Equipement . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b19 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:isPartOf; + owl:onClass vocabulary:ScientificObject . + + vocabulary:isPartOf a owl:ObjectProperty, owl:NamedIndividual; + rdfs:label "is part of"@en, "est une partie de"@fr; + rdfs:comment "A related resource in which the described resource is physically or logically included"@en, + "Une ressource liée dans laquelle la ressource décrite est physiquement ou logiquement incluse"@fr . + + <http://www.w3.org/2004/02/skos/core#narrower> a owl:DatatypeProperty . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b20 a owl:Restriction; + owl:onDataRange xsd:date; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasCreationDate . + + vocabulary:hasCreationDate a owl:DatatypeProperty; + rdfs:label "Date de création"@fr, "Creation date"@en; + rdfs:range xsd:date; + rdfs:domain vocabulary:ScientificObject . + + vocabulary:MeasuresAcquisition a owl:Class; + rdfs:label "Measures Acquisition"@en, "Acquisition de measures"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> . + + vocabulary:hasProductionYear a owl:ObjectProperty . + + vocabulary:fromVariety a owl:ObjectProperty . + + <http://purl.org/dc/elements/1.1/identifier> a owl:NamedIndividual; + rdfs:label "Identifier"@en; + rdfs:comment "An unambiguous reference to the resource within a given context."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#identifier-006>; + dc:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en . + + <http://purl.org/dc/elements/1.1/language> a owl:NamedIndividual; + rdfs:label "Language"@en; + rdfs:comment "A language of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc4646.txt>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#language-007>; + dc:description "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]."@en . + + vocabulary:usesFacility a owl:ObjectProperty; + rdfs:label "utilise l'installation environnementale"@fr, "uses facility"@en; + rdfs:range vocabulary:Facility; + rdfs:domain vocabulary:Experiment . + + vocabulary:Experiment a owl:Class, owl:NamedIndividual; + rdfs:label "experiment"@en, "expérimentation"@fr; + rdfs:subClassOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b27, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b29, + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b33; + rdfs:comment "An EXPERIMENT is a planned activity carried out by a given set of persons on a given set of observation unit, like plants or microplots (see §2.1), involving a protocol, methods and a resulting dataset."@en . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b21 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty rdfs:label; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:ExperimentalProtocol a owl:Class; + rdfs:label "Protocole expérimental"@fr, "Experimental protocol"@en; + rdfs:subClassOf vocabulary:TechnicalDocument . + + vocabulary:ScionLot a owl:NamedIndividual . + + vocabulary:Accession a owl:NamedIndividual . + + vocabulary:ExperimentalUnit a owl:Class; + rdfs:label "Unité Expérimentale"@fr, "Experimental Unit"@en; + rdfs:subClassOf foaf:Organization . + + vocabulary:hasPart a owl:ObjectProperty; + rdfs:label "has part"@en, "a une partie"@fr; + owl:inverseOf vocabulary:isPartOf . + + vocabulary:ImageAcquisition a owl:Class; + rdfs:label "Image Acquisition"@en, "Acquisition d'images"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b22 a owl:Restriction; + owl:onDataRange <xsd:string>; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:comment . + + vocabulary:hasScientificContact a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:range foaf:Agent; + rdfs:domain _:genid-3810a2b8315e42b886598fe1a4c9ab26-b23 . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b23 a owl:Class; + owl:unionOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b25 . + + vocabulary:hasContact a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range foaf:Agent . + + vocabulary:withinSite a owl:ObjectProperty; + rdfs:label "Is located within site"@en, "Est situé à l'intérieur du site"@fr; + rdfs:comment "Indique le site dans lequel l'installation environnementale est située"@fr, + "Indicates the site in which the facility is located"@en; + rdfs:range org:Site; + rdfs:domain vocabulary:Facility; + rdfs:seeAlso "Similar to <http://www.opengis.net/ont/geosparql#within>"@en, "Similaire à <http://www.opengis.net/ont/geosparql#within>"@fr . + + vocabulary:ResearchUnit a owl:Class; + rdfs:label "Unité de Recherche"@fr, "Research Unit"@en; + rdfs:subClassOf foaf:Organization . + + vocabulary:hasDevice a owl:ObjectProperty; + rdfs:label "has device"@en, "a un appareil"@fr; + rdfs:range vocabulary:Device . + + vocabulary:hasAdministrativeContact a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:range foaf:Agent; + rdfs:domain _:genid-3810a2b8315e42b886598fe1a4c9ab26-b24 . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b24 a owl:Class; + owl:unionOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b30 . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b25 rdf:first vocabulary:Experiment; + rdf:rest _:genid-3810a2b8315e42b886598fe1a4c9ab26-b13 . + + vocabulary:fromSpecies a owl:ObjectProperty; + rdfs:range vocabulary:Species . + + vocabulary:EntityOfInterest a owl:Class; + rdfs:label "Entité d'intérêt"@fr, "Entity of interest"@en; + rdfs:subClassOf vocabulary:VariableBase . + + vocabulary:areaEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "zone"@fr, "area"@en . + + <http://purl.org/dc/elements/1.1/subject> a owl:NamedIndividual; + rdfs:label "Subject"@en; + rdfs:comment "The topic of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2012-06-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#subject-007>; + dc:description "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary."@en . + + vocabulary:SoilArea a owl:Class; + rdfs:label "Zone de sol"@fr, "Soil area"@en; + rdfs:subClassOf vocabulary:StructuralArea . + + vocabulary:Compartment a owl:Class; + rdfs:label "Compartment"@en, "Compartiment"@fr; + rdfs:subClassOf vocabulary:Facility . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b26 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty os-sec:hasCredential . + + os-sec:hasCredential a owl:DatatypeProperty . + + vocabulary:usesOrganization a owl:ObjectProperty; + rdfs:label "utilise l'organisation"@en, "uses organization"@en; + rdfs:range foaf:Organization; + rdfs:domain vocabulary:Experiment . + + vocabulary:isHosted a owl:ObjectProperty; + rdfs:label "is hosted"@en, "est accueillie"@fr; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:Facility; + rdfs:domain foaf:Organization . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b27 a owl:Restriction; + owl:onProperty vocabulary:hasDevice; + owl:onClass vocabulary:Device . + + vocabulary:hasFactorLevel a owl:ObjectProperty, owl:NamedIndividual; + rdfs:label "Factor level"@en, "Modalité de facteur"@fr; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:FactorLevel; + rdfs:domain vocabulary:ScientificObject . + + vocabulary:FactorLevel a owl:Class, owl:NamedIndividual; + rdfs:label "Factor level"@en, "Niveau de facteur"@fr; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:seeAlso vocabulary:Factor . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b28 a owl:Restriction; + owl:onDataRange xsd:date; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasDestructionDate . + + vocabulary:hasDestructionDate a owl:DatatypeProperty; + rdfs:label "Destruction date"@en, "Date de destruction"@fr; + rdfs:range xsd:date; + rdfs:domain vocabulary:ScientificObject . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b29 a owl:Restriction; + owl:onProperty vocabulary:usesOrganization; + owl:onClass foaf:Organization . + + vocabulary:AdministrativeDocument a owl:Class; + rdfs:label "Document Administratif"@fr, "Administrative Document"@en; + rdfs:subClassOf vocabulary:Document . + + <http://purl.org/dc/elements/1.1/relation> a owl:NamedIndividual; + rdfs:label "Relation"@en; + rdfs:comment "A related resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#relation-006>; + dc:description "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en . + + vocabulary:Archive a owl:Class; + rdfs:label "Archive"@fr, "Archive"@en; + rdfs:subClassOf vocabulary:Datafile; + rdfs:comment "Archive"@fr, "Archive"@en . + + vocabulary:Datafile a owl:Class; + rdfs:label "Fichier de données"@fr, "Datafile"@en; + rdfs:comment "Datafile is a type of data, group in a file, like HDF5 archive or images."@en . + + vocabulary:ClayeyArea a owl:Class; + rdfs:label "Zone argileuse"@fr, "Clayey area"@en; + rdfs:subClassOf vocabulary:SoilArea . + + <http://purl.org/dc/elements/1.1/format> a owl:NamedIndividual; + rdfs:label "Format"@en; + rdfs:comment "The file format, physical medium, or dimensions of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#format-007>; + dc:description "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en . + + vocabulary:LimestoneArea a owl:Class; + rdfs:label "Zone calcaire"@fr, "Limestone area"@en; + rdfs:subClassOf vocabulary:SoilArea . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b30 rdf:first vocabulary:Experiment; + rdf:rest _:genid-3810a2b8315e42b886598fe1a4c9ab26-b31 . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b31 rdf:first vocabulary:Project; + rdf:rest rdf:nil . + + vocabulary:Trait a owl:Class; + rdfs:label "Trait"@fr, "Trait"@en; + rdfs:isDefinedBy "http://purl.org/ppeo/PPEO.owl#PPEO_000009"@en . + + vocabulary:Station a owl:Class; + rdfs:label "Station"@fr, "Station"@en; + rdfs:subClassOf vocabulary:Device . + + vocabulary:Treatment a owl:Class; + rdfs:label "Treatment"@en, "Traitement"@fr; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:isDefinedBy "http://purl.org/ppeo/PPEO.owl#PPEO_000018" . + + vocabulary:FloodableArea a owl:Class; + rdfs:label "Zone inondable"@fr, "Floodable area"@en; + rdfs:subClassOf vocabulary:StructuralArea . + + vocabulary:hasTechnicalSupervisor a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:domain vocabulary:Experiment . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b32 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:label; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b33 a owl:Restriction; + owl:onProperty os-sec:hasGroup; + owl:onClass os-sec:Group . + + os-sec:hasGroup a owl:ObjectProperty . + + <http://www.w3.org/ns/prov#startedAtTime> a owl:DatatypeProperty; + rdfs:label "started at time"@en, "commence au temps"@fr; + rdfs:subPropertyOf owl:topDataProperty; + rdfs:comment "The time at which an activity started."@en; + rdfs:range xsd:dateTime; + rdfs:domain <http://www.w3.org/ns/prov#Activity> . + + vocabulary:hasSymbol a owl:DatatypeProperty; + rdfs:range xsd:string; + rdfs:domain vocabulary:Unit . + + vocabulary:Vitroplant a owl:NamedIndividual . + + vocabulary:Sample a owl:Class; + rdfs:label "Échantillon"@fr, "Sample"@en; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:hasCampaign a owl:DatatypeProperty . + + vocabulary:hasDocument a owl:ObjectProperty; + rdfs:range vocabulary:Document; + rdfs:domain owl:Thing . + + <http://purl.org/dc/elements/1.1/source> a owl:AnnotationProperty, owl:NamedIndividual; + rdfs:label "Source"@en; + rdfs:comment "A related resource from which the described resource is derived."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#source-006>; + dc:description "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en . + + <http://www.w3.org/ns/prov#Organization> rdfs:label "Organization"@en, "Organisation"@fr . + + vocabulary:greenhouse a owl:NamedIndividual . + + vocabulary:isPublic a owl:DatatypeProperty; + rdfs:range xsd:boolean . + + vocabulary:startDate a owl:NamedIndividual; + rdfs:label "date de début"@fr, "start date"@en . + + vocabulary:RGBImage a owl:Class; + rdfs:label "image RGB"@fr, "RGB image"@en; + rdfs:subClassOf vocabulary:Image . + + vocabulary:Image a owl:Class; + rdfs:label "image"@fr, "image"@en; + rdfs:subClassOf vocabulary:Datafile; + rdfs:comment "image view like a raw data, to be analyzed"@en . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b34 a owl:Restriction; + owl:onProperty vocabulary:measures; + owl:onClass vocabulary:Variable . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b35 rdf:first vocabulary:Experiment; + rdf:rest _:genid-3810a2b8315e42b886598fe1a4c9ab26-b36 . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b36 rdf:first vocabulary:Project; + rdf:rest rdf:nil . + + <http://www.w3.org/ns/prov#SoftwareAgent> a owl:Class; + rdfs:label "Software"@en, "Logiciel"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> . + + vocabulary:hasUnit a owl:ObjectProperty; + rdfs:range vocabulary:Unit; + rdfs:domain vocabulary:Variable . + + vocabulary:siteEOI a owl:NamedIndividual; + rdfs:label "organization"@en, "organisation"@fr . + + vocabulary:ImageAnalysis a owl:Class; + rdfs:label "Image Analysis"@en, "Analyse d'images"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> . + + vocabulary:hasGeometry a owl:DatatypeProperty; + rdfs:label "Geometry"@en, "Géométrie"@fr; + rdfs:comment "Geospatial coordinates of the object, in WKT format"@en, "Coordonnées géospatiales de l'objet, au format WKT"@fr; + rdfs:range xsd:string; + rdfs:domain vocabulary:ScientificObject . + + <http://www.w3.org/ns/prov#Person> a owl:Class; + rdfs:label "Personne"@fr, "Person"@en; + rdfs:subClassOf <http://www.w3.org/ns/prov#Agent>; + rdfs:comment "Person agents are people."@en . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b37 a owl:Class; + owl:unionOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b35 . + + vocabulary:hasObjective a owl:DatatypeProperty; + rdfs:domain vocabulary:Project . + + <http://www.w3.org/ns/prov#endedAtTime> a owl:DatatypeProperty; + rdfs:label "ended at time"@en, "a fini à "@fr; + rdfs:subPropertyOf owl:topDataProperty; + rdfs:comment "The time at which an activity ended."@en; + rdfs:range xsd:dateTime; + rdfs:domain <http://www.w3.org/ns/prov#Activity> . + + vocabulary:participatesIn a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty . + + <http://www.w3.org/2004/02/skos/core#broader> a owl:DatatypeProperty . + + vocabulary:hasGermplasm a owl:ObjectProperty, owl:NamedIndividual; + rdfs:label "Germplasm"@en, "Matériel génétique"@fr; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:Germplasm; + rdfs:domain vocabulary:ScientificObject . + + vocabulary:Germplasm a owl:Class, owl:NamedIndividual; + rdfs:label "germplasm descriptor information"@en, "Matériel Génétique"@fr . + + vocabulary:Computation a owl:Class; + rdfs:label "Computation"@en, "Calcul"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> . + + <http://purl.org/dc/elements/1.1/contributor> a owl:NamedIndividual; + rdfs:label "Contributor"@en; + rdfs:comment "An entity responsible for making contributions to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#contributor-006>; + dc:description "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."@en . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b38 a owl:Restriction; + owl:onDataRange <xsd:string>; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:comment . + + vocabulary:containsFacility a owl:ObjectProperty; + rdfs:label "Contient l'installation environnementale"@fr, "Contains facility"@en; + rdfs:comment "Indique une installation environnementale localisée dans le site"@fr, + "Indicates a facility spatially located within the site"@en; + rdfs:range vocabulary:Facility; + rdfs:domain org:Site; + owl:inverseOf vocabulary:withinSite . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b39 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:label; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:hasShortname a owl:DatatypeProperty . + + vocabulary:SeedLot a owl:NamedIndividual . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b40 a owl:Restriction; + owl:onProperty vocabulary:hasFactorLevel; + owl:onClass vocabulary:FactorLevel . + + os-sec:hasProfile a owl:ObjectProperty . + + <http://purl.org/dc/elements/1.1/rights> a owl:NamedIndividual; + rdfs:label "Rights"@en; + rdfs:comment "Information about rights held in and over the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#rights-006>; + dc:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en . + + vocabulary:ShinyAppPackage a owl:Class; + rdfs:label "Shiny Application"@en, "Application Shiny"@fr; + rdfs:subClassOf vocabulary:InteractiveResource . + + vocabulary:Multimedia a owl:Class; + rdfs:label "Multimédia"@fr, "Multimedia"@en; + rdfs:subClassOf vocabulary:Document . + + vocabulary:Variety a owl:NamedIndividual . + + os-sec:hasUser a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b41 a owl:Restriction; + owl:onDataRange <xsd:string>; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasGeometry . + + vocabulary:hasProject a owl:ObjectProperty; + rdfs:range vocabulary:Project; + rdfs:domain vocabulary:Experiment . + + vocabulary:ElaboratedVariable a owl:Class, owl:NamedIndividual; + rdfs:label "elaborated variable"@en, "variable élaborée"@fr; + rdfs:subClassOf vocabulary:Variable . + + rdf:Bag a owl:Class; + rdfs:label "Bag"@fr, "Bag"@en; + rdfs:comment """The rdf:Bag class is the class of RDF 'Bag' containers. It is a subclass of rdfs:Container. Whilst formally it is no different from an rdf:Seq or an rdf:Alt, the rdf:Bag class is used conventionally to indicate to a human reader that the container is intended to be unordered. + +Used in OpenSILEX for group things"""@en . + + vocabulary:fromInstitute a owl:ObjectProperty; + rdfs:domain vocabulary:Germplasm . + + vocabulary:hasKeyword a owl:DatatypeProperty . + + vocabulary:hasEntity a owl:ObjectProperty; + rdfs:range vocabulary:Entity; + rdfs:domain vocabulary:Variable . + + vocabulary:Entity a owl:Class; + rdfs:label "Entité"@fr, "Entity"@en; + rdfs:subClassOf vocabulary:VariableBase . + + vocabulary:RootstockLot a owl:NamedIndividual . + + vocabulary:hasEntityOfInterest a owl:ObjectProperty; + rdfs:label "has entity of interest"@en, "entité d'interêt"@fr; + rdfs:range vocabulary:EntityOfInterest; + rdfs:domain vocabulary:Variable . + + vocabulary:endDate a owl:DatatypeProperty; + rdfs:subPropertyOf owl:topDataProperty . + + vocabulary:TemporalArea a owl:Class; + rdfs:label "Zone temporel"@fr, "Temporal area"@en; + rdfs:subClassOf vocabulary:Area; + rdfs:comment "Area that are link to an event."@en . + + vocabulary:studyEffectOf a owl:ObjectProperty; + rdfs:range vocabulary:Factor; + rdfs:domain vocabulary:Experiment . + + vocabulary:Factor a owl:Class, owl:NamedIndividual; + rdfs:label "Facteur"@fr, "Factor"@en; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:comment "A factor of an experiment is a controlled independent variable; a variable whose levels are set by the experimenter."@en, + "Un facteur d'une expérience est une variable indépendante contrôlée; une variable dont les niveaux sont fixés par l'expérimentateur."@fr . + + vocabulary:hasCoordinator a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:range foaf:Agent; + rdfs:domain _:genid-3810a2b8315e42b886598fe1a4c9ab26-b37 . + + vocabulary:SensingDevice a owl:Class; + rdfs:label "SensingDevice"@en, "Capteur"@fr; + rdfs:subClassOf vocabulary:Device, _:genid-3810a2b8315e42b886598fe1a4c9ab26-b34 . + + dc:publisher a owl:AnnotationProperty . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b42 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasAlternativeSymbol . + + vocabulary:Software a owl:Class; + rdfs:label "Software"@en, "Logiciel"@fr; + rdfs:subClassOf _:genid-3810a2b8315e42b886598fe1a4c9ab26-b1, vocabulary:Device . + + vocabulary:InfrastructureTeam a owl:NamedIndividual . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b43 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty vocabulary:hasSymbol; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:Publication a owl:Class; + rdfs:label "Publication"@fr, "Publication"@en; + rdfs:subClassOf vocabulary:ScientificDocument . + + vocabulary:hasRelatedProject a owl:ObjectProperty . + + vocabulary:Dataset a owl:Class; + rdfs:label "Jeu de données"@fr, "Dataset"@en; + rdfs:subClassOf vocabulary:Document; + <http://purl.org/dc/elements/1.1/source> "http://purl.org/dc/dcmitype/Dataset" . + + <http://purl.org/dc/elements/1.1/type> a owl:NamedIndividual; + rdfs:label "Type"@en; + rdfs:comment "The nature or genre of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#type-006>; + dc:description "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b44 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:isHosted; + owl:onClass vocabulary:Facility . + + _:genid-3810a2b8315e42b886598fe1a4c9ab26-b45 a owl:Restriction; + owl:onProperty vocabulary:hasFactorLevel; + owl:onClass vocabulary:FactorLevel . + + vocabulary:Installation a owl:Class; + rdfs:label "Installation"@fr, "Installation"@en; + rdfs:subClassOf foaf:Organization . + + vocabulary:Provenance a owl:Class, owl:NamedIndividual; + rdfs:label "provenance"@en, "provenance"@fr . + + vocabulary:VariablesGroup a owl:Class; + rdfs:label "Groupe de variables"@fr, "Group of variables"@en; + rdfs:subClassOf rdf:Bag . + + vocabulary:Actuator a owl:Class; + rdfs:label "Actuator"@en, "Actionneur"@fr; + rdfs:subClassOf vocabulary:Device . + + vocabulary:hasScientificSupervisor a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:range foaf:Agent; + rdfs:domain vocabulary:Experiment . + + <http://www.opensilex.org/vocabulary/opensilex-api#propertyMapping> a owl:AnnotationProperty . + + vocabulary:fromAccession a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty . + + vocabulary:longString a owl:DatatypeProperty; + rdfs:subPropertyOf owl:topDataProperty . + + vocabulary:hasVariety a owl:ObjectProperty . + + vocabulary:OperatingProcedure a owl:Class; + rdfs:label "Mode Opératoire"@fr, "Operating Procedure"@en; + rdfs:subClassOf vocabulary:TechnicalDocument . +} + +<http://www.opensilex.org/vocabulary/oeso-ext> { + vocabulary:Equipement a owl:Class; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + vocabulary:Facility a owl:Class; + rdfs:subClassOf vocabulary:Equipement . + + vocabulary:Vector a owl:Class; + rdfs:subClassOf vocabulary:Device . + + vocabulary:Device a owl:Class; + rdfs:subClassOf vocabulary:Equipement, _:genid-904806af337f446bba1ea9626b1f7ba2-b15, + _:genid-904806af337f446bba1ea9626b1f7ba2-b23, _:genid-904806af337f446bba1ea9626b1f7ba2-b28, + _:genid-904806af337f446bba1ea9626b1f7ba2-b38, _:genid-904806af337f446bba1ea9626b1f7ba2-b39, + _:genid-904806af337f446bba1ea9626b1f7ba2-b40 . + + vocabulary:ScientificObject a owl:Class; + rdfs:subClassOf _:genid-904806af337f446bba1ea9626b1f7ba2-b9, _:genid-904806af337f446bba1ea9626b1f7ba2-b20 . + + vocabulary:VariableBase a owl:Class . + + vocabulary:TechnicalDocument a owl:Class; + rdfs:subClassOf vocabulary:Document . + + vocabulary:ExperimentalCondition a owl:Class . + + vocabulary:hasFinancialFunding a owl:ObjectProperty; + rdfs:label "financial funding"@en, "financement"@fr; + rdfs:range vocabulary:FinancialFunding . + + vocabulary:Document a owl:Class . + + vocabulary:Experiment a owl:Class . + + vocabulary:ScionLot a owl:Class; + rdfs:label "Scion Lot"@en, "Lot de greffon"@fr; + rdfs:subClassOf vocabulary:PlantMaterialLot . + + vocabulary:Accession a owl:Class; + rdfs:label "Accession"@fr, "Accession"@en; + rdfs:subClassOf vocabulary:Germplasm . + + vocabulary:hasContact a owl:ObjectProperty . + + vocabulary:EntityOfInterest a owl:Class; + rdfs:subClassOf vocabulary:VariableBase . + + vocabulary:Vitroplant a owl:Class; + rdfs:label "Vitroplant Lot"@en, "Lot de Vitroplant"@fr; + rdfs:subClassOf vocabulary:PlantMaterialLot . + + vocabulary:hasDocument a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:Document; + rdfs:domain owl:Thing . + + <http://purl.org/dc/elements/1.1/source> a owl:AnnotationProperty . + + vocabulary:Image a owl:Class; + rdfs:subClassOf vocabulary:Datafile . + + vocabulary:hasGermplasm a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty . + + vocabulary:Germplasm a owl:Class . + + vocabulary:hasShortname a owl:DatatypeProperty; + rdfs:label "acronyme"@fr, "shortname"@en . + + vocabulary:SeedLot a owl:Class; + rdfs:label "Seed Lot"@en, "Lot de semence"@fr; + rdfs:subClassOf vocabulary:PlantMaterialLot . + + vocabulary:Variety a owl:Class; + rdfs:label "Variété"@fr, "Variety"@en; + rdfs:subClassOf vocabulary:Germplasm . + + vocabulary:RootstockLot a owl:Class; + rdfs:label "Rootstock Lot"@en, "Lot de Porte-greffe"@fr; + rdfs:subClassOf vocabulary:PlantMaterialLot . + + vocabulary:SensingDevice a owl:Class; + rdfs:subClassOf vocabulary:Device . + + vocabulary:Actuator a owl:Class; + rdfs:subClassOf vocabulary:Device . +} + +<http://purl.org/dc/terms/> { + dc:issued a rdf:Property; + rdfs:label "Date Issued"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dc:date; + rdfs:comment "Date of formal issuance of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en . + + dc:hasVersion a rdf:Property; + rdfs:label "Has Version"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of."@en . + + dc:description a rdf:Property; + rdfs:label "Description"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description>; + rdfs:comment "An account of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en . + + dc:publisher a rdf:Property; + rdfs:label "Publisher"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/publisher>; + rdfs:comment "An entity responsible for making the resource available."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:Agent . +} + +<http://www.w3.org/2002/07/owl> { + owl:topObjectProperty a owl:ObjectProperty; + rdfs:label "topObjectProperty"; + rdfs:comment "The object property that relates every two individuals."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing . + + owl:versionIRI a owl:OntologyProperty; + rdfs:label "versionIRI"; + rdfs:comment "The property that identifies the version IRI of an ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . +} + +<http://www.opensilex.org/vocabulary/oeev> { + <http://purl.org/dc/elements/1.1/source> a owl:AnnotationProperty . + + oeev:PreventativeTreatment a owl:Class; + rdfs:label "Traitement preventif"@fr, "Preventive treatment"@en; + rdfs:subClassOf oeev:Treatment . + + <http://www.opensilex.org/vocabulary/oeev> a owl:Ontology; + rdfs:label "OpenSILEX - Ontology of Experimental Events (OEEv)"@en; + rdfs:comment """INRA MISTEA +Copyright © - INRA - 2014 - 2019 +The event Ontology is licensed by CC 4.0 (http://creativecommons.org/licenses/by-sa/4.0/legalcode)"""; + owl:versionInfo "Version 3.0 (2019-01-16) created by INRA"; + <http://purl.org/dc/elements/1.1/creator> "Anne Tireau, Llorenç Cabrera-Bosquet, Pascal Neveu (INRA Montpellier)" . + + oeev:Treatment rdfs:label "Treatment"@en, "Traitement"@fr; + a owl:Class; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:PhenologyScoring a owl:Class; + rdfs:label "Observed phenology"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:ScientificObjectManagement a owl:Class; + rdfs:label "Scientific object management"@en, "Gestion d'objet scientifique"@fr; + rdfs:subClassOf oeev:Event . + + oeev:Start a owl:Class; + rdfs:label "Start"@en, "Démarrage"@fr; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:FacilityManagement a owl:Class; + rdfs:label "Gestion d'équipement"@fr, "Facility management"@en; + rdfs:subClassOf oeev:Event; + rdfs:comment "Refers to the set of actions related to the management and maintenance infrastructure and supporting equipment."@en . + + oeev:Irrigation a owl:Class; + rdfs:label "Irrigation"@fr, "Irrigation"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + _:genid-d28ac7e87a484dfca244111702065880-b0 a owl:Restriction; + owl:onDataRange <xsd:string>; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:comment . + + oeev:isConfidential a owl:DatatypeProperty, owl:FunctionalProperty; + rdfs:label "confidentialité"@fr, "confidentiality"@en; + rdfs:range xsd:boolean . + + oeev:silking a owl:NamedIndividual; + rdfs:label "silking"@en . + + oeev:Trouble a owl:Class; + rdfs:label "Trouble"@en, "Problème"@fr; + rdfs:subClassOf oeev:Event . + + oeev:Event a owl:Class; + rdfs:label "Event"@en, "Événement"@fr; + rdfs:subClassOf _:genid-d28ac7e87a484dfca244111702065880-b0, _:genid-d28ac7e87a484dfca244111702065880-b4, + _:genid-d28ac7e87a484dfca244111702065880-b5, _:genid-d28ac7e87a484dfca244111702065880-b6, + _:genid-d28ac7e87a484dfca244111702065880-b7; + rdfs:comment "Event linked to an object involved in an experiment"@en, "Événement lié a un objet"@fr . + + oeev:Potting a owl:Class; + rdfs:label "Potting"@en, "Empotage"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Installation a owl:Class; + rdfs:label "Installation of devices"@en; + rdfs:subClassOf oeev:FacilityManagement . + + _:genid-d28ac7e87a484dfca244111702065880-b1 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty oeev:to; + owl:onClass vocabulary:Facility . + + oeev:to a owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "vers"@fr, "to"@en . + + _:genid-d28ac7e87a484dfca244111702065880-b2 rdf:first oeev:ScientificObjectManagement; + rdf:rest _:genid-d28ac7e87a484dfca244111702065880-b3 . + + _:genid-d28ac7e87a484dfca244111702065880-b3 rdf:first oeev:Trouble; + rdf:rest rdf:nil . + + oeev:Incident a owl:Class; + rdfs:label "Incident"@fr, "Incident"@en; + rdfs:subClassOf oeev:Trouble; + rdfs:comment "Concerns a scientific object"@en, "Agit sur un objet scientifique"@fr . + + oeev:isInstant a owl:DatatypeProperty; + rdfs:label "Est instantané"@fr, "Is instant"@en; + rdfs:comment "Indique si l'évenement est instantané ou non"@fr, "Indicate if the event is instantaneous or not"@en; + rdfs:range xsd:boolean; + rdfs:domain oeev:Event . + + _:genid-d28ac7e87a484dfca244111702065880-b4 a owl:Restriction; + owl:onDataRange xsd:boolean; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty oeev:isInstant; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + oeev:StuckPlant a owl:Class; + rdfs:label "Stuck plant"@en, "Plante bloquée"@fr; + rdfs:subClassOf oeev:Incident . + + time:hasTime a owl:ObjectProperty; + rdfs:label "has time"@en . + + oeev:ManualCalibration a owl:Class; + rdfs:label "Manual calibration"@en, "Calibration manuel"@fr; + rdfs:subClassOf oeev:Calibration . + + oeev:Calibration a owl:Class; + rdfs:label "Calibration"@fr, "Calibration"@en; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:Sampling a owl:Class; + rdfs:label "Sampling"@en, "Echantillonnage"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Loading a owl:Class; + rdfs:label "Loading"@en, "Chargement"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Breakdown a owl:Class; + rdfs:label "Panne"@fr, "Breakdown"@en; + rdfs:subClassOf oeev:Trouble . + + oeev:fromIP a owl:DatatypeProperty . + + oeev:from a owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "From"@en, "Depuis"@fr; + owl:propertyDisjointWith oeev:to . + + oeev:Reparation a owl:Class; + rdfs:label "Réparation"@fr, "Repair"@en; + rdfs:subClassOf oeev:CorrectiveMaintenance . + + oeev:CorrectiveMaintenance a owl:Class; + rdfs:label "Maintenance correctrice"@fr, "Corrective maintenance"@en; + rdfs:subClassOf oeev:Operability . + + oeev:AddingProduct a owl:Class; + rdfs:label "Ajout de produit"@fr, "Adding product"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Detasseling a owl:Class; + rdfs:label "Detasseling"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:emergence a owl:NamedIndividual; + rdfs:label "Emergence"@en . + + _:genid-d28ac7e87a484dfca244111702065880-b5 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty time:hasEnd; + owl:onClass time:Instant . + + oeev:Checking a owl:Class; + rdfs:label "Révision"@fr, "Checking"@en; + rdfs:subClassOf oeev:Servicing; + rdfs:comment "Révision" . + + oeev:Servicing a owl:Class; + rdfs:label "Servicing"@en, "Entretien"@fr; + rdfs:subClassOf oeev:Operability; + rdfs:comment "Entretien révision..." . + + oeev:Association a owl:Class; + rdfs:label "Association"@fr, "Association"@en; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:associatedWith a owl:ObjectProperty; + rdfs:label "Associé avec"@fr, "Associated with"@en; + rdfs:domain oeev:Association . + + oeev:Sowing a owl:Class; + rdfs:label "Sowing"@en, "Ensemencement"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + _:genid-d28ac7e87a484dfca244111702065880-b6 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty time:hasBeginning; + owl:onClass time:Instant . + + _:genid-d28ac7e87a484dfca244111702065880-b7 a owl:Restriction; + owl:onDataRange <xsd:anyURI>; + owl:onProperty oeev:concerns; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + oeev:Restart a owl:Class; + rdfs:label "Restart"@en, "Redémarrage"@fr; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:concerns a owl:DatatypeProperty; + rdfs:label "Concerne"@fr, "Concerns"@en; + rdfs:comment "Objet concerné par l'évènement"@fr, "Object concerned by the event"@en; + rdfs:domain oeev:Event . + + _:genid-d28ac7e87a484dfca244111702065880-b8 a owl:Restriction; + owl:onProperty oeev:associatedWithScientificObject; + owl:onClass vocabulary:ScientificObject; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + oeev:associatedWithScientificObject a owl:ObjectProperty; + rdfs:label "Associé avec un objet scientifique"@fr, "Associated with a scientific object"@en; + rdfs:subPropertyOf oeev:associatedWith; + rdfs:range vocabulary:ScientificObject; + rdfs:domain oeev:AssociationWithScientificObject . + + oeev:Staking a owl:Class; + rdfs:label "Tuteurage"@fr, "Staking"@en; + rdfs:subClassOf oeev:ScientificObjectManagement; + rdfs:comment "Tuteurage d'une plante"@fr, "Installation of plant tutors"@en . + + oeev:anthesis a owl:NamedIndividual; + rdfs:label "Anthesis"@en . + + oeev:leafStage a owl:NamedIndividual; + rdfs:label "leaf stage"@en . + + oeev:Thinning a owl:Class; + rdfs:label "Thinning"@en, "Eclaircissage"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement; + rdfs:comment "Bien que les fruits aient développé des mécanismes d'autorégulation de leur charge, la chute physiologique des fruits est souvent insuffisante pour garantir des fruits de bon calibre commercial et un rendement commercial maximal à la récolte. Ce mécanisme est également insuffisant pour éviter les portages alternés. C'est pourquoi l'éclaircissage des fruits, c'est-à -dire la suppression volontaire d'un certain nombre de fruits par arbre, est une pratique culturale incontournable qui doit être réalisée régulièrement chez certaines espèces (Costa, 2018)."@fr, + "Although fruits have evolved fruit load self-regulatory mechanisms, physiological fruit drop is often insufficient to guarantee fruits of good marketable size and maximum commercial yield at harvest. This mechanism is also insufficient to avoid alternate bearing. For this reason, fruit thinning, i.e. the voluntary removal of a certain number of fruits per tree, is an unavoidable cultural practice that must be performed regularly in some species (Costa, 2018)."@en . + + oeev:Cleaning a owl:Class; + rdfs:label "Nettoyage"@fr, "Cleaning"@en; + rdfs:subClassOf oeev:Servicing . + + _:genid-d28ac7e87a484dfca244111702065880-b9 rdf:first oeev:Move; + rdf:rest _:genid-d28ac7e87a484dfca244111702065880-b2 . + + oeev:Move a owl:Class; + rdfs:label "Move"@en, "Déplacement"@fr; + rdfs:subClassOf oeev:Event, _:genid-d28ac7e87a484dfca244111702065880-b1, _:genid-d28ac7e87a484dfca244111702065880-b13; + rdfs:comment "Evénement de déplacement général objet scientifique, équipement, etc."@fr, + "Event describing the displacement in time and space of the different objects participating in experiments. For instance, plants are often transferred, during a single experiment, between installations or compartments with different environmental conditions. Similarly, sensors can be replaced or moved to different positions in the field or greenhouse."@en . + + oeev:Dysfunction a owl:Class; + rdfs:label "Dysfunctionnement"@fr, "Dysfunction"@en; + rdfs:subClassOf oeev:Trouble . + + oeev:Clipping a owl:Class; + rdfs:label "Ecrêtage"@fr, "Clipping"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Stop a owl:Class; + rdfs:label "Stop"@en, "Arrêt"@fr; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:AssociationWithScientificObject a owl:Class; + rdfs:label "Association avec un objet scientifique"@fr, "Association with a scientific object"@en; + rdfs:subClassOf oeev:Association, _:genid-d28ac7e87a484dfca244111702065880-b8 . + + _:genid-d28ac7e87a484dfca244111702065880-b10 a owl:Restriction; + owl:onProperty oeev:associatedWithSensingDevice; + owl:onClass vocabulary:SensingDevice; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + oeev:associatedWithSensingDevice a owl:ObjectProperty; + rdfs:label "Associé avec un capteur"@fr, "Associated with a sensing device"@en; + rdfs:subPropertyOf oeev:associatedWith; + rdfs:range vocabulary:SensingDevice; + rdfs:domain oeev:AssociationWithSensingDevice . + + oeev:fromDevice a owl:DatatypeProperty; + rdfs:label "From device"@en, "Depuis le terminal"@fr . + + oeev:CurativeTreatment a owl:Class; + rdfs:label "Traitement curatif"@fr, "Curative treatment"@en; + rdfs:subClassOf oeev:Treatment . + + oeev:hasDocument a owl:ObjectProperty; + rdfs:label "has document"@en . + + oeev:Operability a owl:Class; + rdfs:label "Opérabilité"@fr, "Operability"@en; + rdfs:subClassOf oeev:FacilityManagement . + + _:genid-d28ac7e87a484dfca244111702065880-b11 a owl:AllDisjointClasses; + owl:members _:genid-d28ac7e87a484dfca244111702065880-b12 . + + _:genid-d28ac7e87a484dfca244111702065880-b12 rdf:first oeev:FacilityManagement; + rdf:rest _:genid-d28ac7e87a484dfca244111702065880-b9 . + + oeev:hasPest a owl:ObjectProperty; + rdfs:label "has pest"@en; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range oeev:Pest; + rdfs:domain oeev:PestAttack . + + oeev:Pest a owl:Class; + rdfs:label "Type de ravageur"@fr, "Pest type"@en; + rdfs:isDefinedBy "skos:closeMatch http://www.cropontology.org/rdf/CO_715:0000216" . + + oeev:PestAttack a owl:Class; + rdfs:label "Pest attack"@en, "Attaque de ravageurs"@fr; + rdfs:subClassOf oeev:Incident . + + oeev:Harvesting a owl:Class; + rdfs:label "Récolte"@fr, "Harvesting"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Fertilization a owl:Class; + rdfs:label "Fertilization"@en; + rdfs:subClassOf oeev:AddingProduct . + + _:genid-d28ac7e87a484dfca244111702065880-b13 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty oeev:from; + owl:onClass vocabulary:Facility . + + oeev:Lodging a owl:Class; + rdfs:label "Verse"@fr, "Lodging"@en; + rdfs:subClassOf oeev:Incident; + rdfs:isDefinedBy "skos:closeMatch http://www.cropontology.org/rdf/CO_323:0000021" . + + oeev:Flooding a owl:Class; + rdfs:label "Flooding"@en, "Inondation"@fr; + rdfs:subClassOf oeev:Incident . + + oeev:AutomaticCalibration a owl:Class; + rdfs:label "Calibration automatique"@fr, "Automatic calibration"@en; + rdfs:subClassOf oeev:Calibration . + + oeev:AssociationWithSensingDevice a owl:Class; + rdfs:label "Association with a sensing device"@en, "Association avec un capteur"@fr; + rdfs:subClassOf oeev:Association, _:genid-d28ac7e87a484dfca244111702065880-b10 . + + oeev:EvolutiveMaintenance a owl:Class; + rdfs:label "Maintenance évolutive"@fr, "Evolutive maintenance"@en; + rdfs:subClassOf oeev:Operability . + + oeev:PotFall a owl:Class; + rdfs:label "Pot fall"@en, "Chute du pot"@fr; + rdfs:subClassOf oeev:Incident . +} + +<http://www.w3.org/2006/time> { + time:hasTime a owl:ObjectProperty; + rdfs:label "has time"@en, "tiene tiempo"@es; + rdfs:comment "Proporciona soporte a la asociación de una entidad temporal (instante o intervalo) a cualquier cosa."@es, + "Supports the association of a temporal entity (instant or interval) to any thing"@en; + rdfs:range time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Proporciona soporte a la asociación de una entidad temporal (instante o intervalo) a cualquier cosa."@es, + "Supports the association of a temporal entity (instant or interval) to any thing"@en; + <http://www.w3.org/2004/02/skos/core#editorialNote> "Feature at risk - added in 2017 revision, and not yet widely used. "@en, + "CaracterÃstica arriesgada -añadida en la revisión del 2017 que no ha sido todavÃa utilizada de forma amplia."@es . + + time:Instant a owl:Class; + rdfs:label "instante de tiempo."@es, "Time instant"@en; + rdfs:subClassOf time:TemporalEntity; + rdfs:comment "Una entidad temporal con una extensión o duración cero."@es, "A temporal entity with zero extent or duration"@en; + <http://www.w3.org/2004/02/skos/core#definition> "Una entidad temporal con una extensión o duración cero."@es, + "A temporal entity with zero extent or duration"@en . + + time:hasEnd a owl:ObjectProperty; + rdfs:label "tiene fin"@es, "has end"@en, "A pour fin"@fr; + rdfs:subPropertyOf time:hasTime; + rdfs:comment "Final de una entidad temporal."@es, "End of a temporal entity."@en; + rdfs:range time:Instant; + rdfs:domain time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Final de una entidad temporal."@es, + "End of a temporal entity."@en . + + time:hasBeginning a owl:ObjectProperty; + rdfs:label "has beginning"@en, "A pour début"@fr, "tiene principio"@es; + rdfs:subPropertyOf time:hasTime; + rdfs:comment "Beginning of a temporal entity"@en, "Comienzo de una entidad temporal."@es; + rdfs:range time:Instant; + rdfs:domain time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Beginning of a temporal entity."@en, + "Comienzo de una entidad temporal."@es . + + time:Year a owl:Class, owl:DeprecatedClass; + rdfs:label "Year"@en; + rdfs:subClassOf _:genid-847786b214124c27ba6e908154f283fc-b0, _:genid-847786b214124c27ba6e908154f283fc-b1, + _:genid-847786b214124c27ba6e908154f283fc-b2, _:genid-847786b214124c27ba6e908154f283fc-b3, + _:genid-847786b214124c27ba6e908154f283fc-b4, _:genid-847786b214124c27ba6e908154f283fc-b5, + _:genid-847786b214124c27ba6e908154f283fc-b6, time:DurationDescription; + rdfs:comment "Year duration"; + owl:deprecated true; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Ano"@pt, "Anno"@it, "سنة"@ar, "Rok"@pl, + "Year"@en, "Jaar"@nl, "Año"@es, "Jahr"@de, "Année (calendrier)"@fr, "Год"@ru, "å¹´"@zh, + "å¹´"@ja; + <http://www.w3.org/2004/02/skos/core#historyNote> """Year was proposed in the 2006 version of OWL-Time as an example of how DurationDescription could be specialized to allow for a duration to be restricted to a number of years. + +It is deprecated in this edition of OWL-Time. """; + <http://www.w3.org/2004/02/skos/core#definition> "Year duration" . + + <http://www.w3.org/2006/time> a owl:Ontology; + rdfs:label "OWL-Time"@en, "Tiempo en OWL"@es; + dc:creator <http://orcid.org/0000-0002-3884-3420>, <mailto:panfeng66@gmail.com>, <https://en.wikipedia.org/wiki/Jerry_Hobbs>; + rdfs:seeAlso <http://www.w3.org/TR/owl-time>, <http://dx.doi.org/10.3233/SW-150187>, + <http://www.semantic-web-journal.net/content/time-ontology-extended-non-gregorian-calendar-applications>; + dc:contributor <https://orcid.org/0000-0001-8269-8171>, <mailto:chris.little@metoffice.gov.uk>; + dc:modified "2017-04-06"^^xsd:date; + dc:created "2006-09-27"^^xsd:date; + dc:license <https://creativecommons.org/licenses/by/4.0/>; + owl:versionIRI time:2016; + owl:priorVersion time:2006; + <http://www.w3.org/2004/02/skos/core#historyNote> """Update of OWL-Time ontology, extended to support general temporal reference systems. + +Ontology engineering by Simon J D Cox"""@en; + dc:isVersionOf <http://www.w3.org/TR/owl-time>; + <http://www.w3.org/2004/02/skos/core#changeNote> "2016-12-20 - adjust range of time:timeZone to time:TimeZone, moved up from the tzont ontology. ", + "2016-06-15 - initial update of OWL-Time - modified to support arbitrary temporal reference systems. ", + "2017-02 - intervalIn, intervalDisjoint, monthOfYear added; TemporalUnit subclass of TemporalDuration", + "2016-12-20 - restore time:Year and time:January which were present in the 2006 version of the ontology, but now marked \"deprecated\". ", + "2017-04-06 - hasTime, hasXSDDuration added; Number removed; all duration elements changed to xsd:decimal"; + dc:rights "Copyright © 2006-2017 W3C, OGC. W3C and OGC liability, trademark and document use rules apply."@en . + + _:genid-847786b214124c27ba6e908154f283fc-b0 a owl:Restriction; + owl:onProperty time:months; + owl:cardinality 0 . + + _:genid-847786b214124c27ba6e908154f283fc-b1 a owl:Restriction; + owl:onProperty time:days; + owl:cardinality 0 . + + _:genid-847786b214124c27ba6e908154f283fc-b2 a owl:Restriction; + owl:onProperty time:seconds; + owl:cardinality 0 . + + _:genid-847786b214124c27ba6e908154f283fc-b3 a owl:Restriction; + owl:onProperty time:years; + owl:cardinality 1 . + + _:genid-847786b214124c27ba6e908154f283fc-b4 a owl:Restriction; + owl:onProperty time:hours; + owl:cardinality 0 . + + _:genid-847786b214124c27ba6e908154f283fc-b5 a owl:Restriction; + owl:onProperty time:minutes; + owl:cardinality 0 . + + _:genid-847786b214124c27ba6e908154f283fc-b6 a owl:Restriction; + owl:onProperty time:weeks; + owl:cardinality 0 . + + time:DurationDescription a owl:Class; + rdfs:label "descripción de duración"@es, "Duration description"@en; + rdfs:subClassOf time:GeneralDurationDescription, _:genid-847786b214124c27ba6e908154f283fc-b9, + _:genid-847786b214124c27ba6e908154f283fc-b29, _:genid-847786b214124c27ba6e908154f283fc-b44, + _:genid-847786b214124c27ba6e908154f283fc-b45, _:genid-847786b214124c27ba6e908154f283fc-b61, + _:genid-847786b214124c27ba6e908154f283fc-b62, _:genid-847786b214124c27ba6e908154f283fc-b63, + _:genid-847786b214124c27ba6e908154f283fc-b64; + rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal"@en, + "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario. El sistema de referencia temporal se fija al calendario gregoriano, y el intervalo de cada una de las propiedades numéricas se restringe a xsd:decimal."@es; + <http://www.w3.org/2004/02/skos/core#note> "In the Gregorian calendar the length of the month is not fixed. Therefore, a value like \"2.5 months\" cannot be exactly compared with a similar duration expressed in terms of weeks or days."@en, + "En el calendario gregoriano la longitud de los meses no es fija. Por lo tanto, un valor como \"2,5 meses\" no se puede comparar exactamente con una duración similar expresada en términos de semanas o dÃas."@es; + <http://www.w3.org/2004/02/skos/core#definition> "Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal"@en, + "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario. El sistema de referencia temporal se fija al calendario gregoriano, y el intervalo de cada una de las propiedades numéricas se restringe a xsd:decimal."@es . + + time:Sunday a time:DayOfWeek; + rdfs:label "Sunday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Zondag"@nl, "Sunday"@en, "ВоÑкреÑенье"@ru, + "Sonntag"@de, "Domingo"@pt, "Domingo"@es, "الأØد (يوم)"@ar, "Niedziela"@pl, "Dimanche"@fr, + "日曜日"@ja, "Domenica"@it, "星期日"@zh . + + time:DayOfWeek a owl:Class; + rdfs:label "dÃa de la semana"@es, "Day of week"@en; + rdfs:subClassOf owl:Thing; + rdfs:comment "The day of week"@en, "El dÃa de la semana"@es; + <http://www.w3.org/2004/02/skos/core#note> "Membership of the class :DayOfWeek is open, to allow for alternative week lengths and different day names."@en, + "La pertenencia a la clase 'dÃa de la semana' está abierta, para permitir longitudes de semana alternativas y diferentes nombres de dÃas."@es; + <http://www.w3.org/2004/02/skos/core#definition> "The day of week"@en, "El dÃa de la semana"@es; + <http://www.w3.org/2004/02/skos/core#changeNote> """Remove enumeration from definition, in order to allow other days to be used when required in other calendars. +NOTE: existing days are still present as members of the class, but the class membership is now open. + +In the original OWL-Time the following constraint appeared: + owl:oneOf ( + time:Monday + time:Tuesday + time:Wednesday + time:Thursday + time:Friday + time:Saturday + time:Sunday + ) ;"""@en . + + _:genid-847786b214124c27ba6e908154f283fc-b7 rdf:first time:GeneralDurationDescription; + rdf:rest rdf:nil . + + time:GeneralDurationDescription a owl:Class; + rdfs:label "descripción de duración generalizada"@es, "Generalized duration description"@en; + rdfs:subClassOf _:genid-847786b214124c27ba6e908154f283fc-b46, time:TemporalDuration, + _:genid-847786b214124c27ba6e908154f283fc-b53, _:genid-847786b214124c27ba6e908154f283fc-b54, + _:genid-847786b214124c27ba6e908154f283fc-b55, _:genid-847786b214124c27ba6e908154f283fc-b56, + _:genid-847786b214124c27ba6e908154f283fc-b57, _:genid-847786b214124c27ba6e908154f283fc-b58, + _:genid-847786b214124c27ba6e908154f283fc-b59; + rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."@en, + "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario."@es; + <http://www.w3.org/2004/02/skos/core#note> "La extensión de una duración de tiempo expresada como una 'descripción de duración general' depende del Sistema de Referencia Temporal. En algunos calendarios la longitud de la semana o del mes no es constante a lo largo del año. Por tanto, un valor como \"25 meses\" puede no ser necesariamente ser comparado con un duración similar expresada en términos de semanas o dÃas. Cuando se consideran calendarios que no están basados en el movimiento de la Tierra, se deben tomar incluso más precauciones en la comparación de duraciones."@es, + "The extent of a time duration expressed as a GeneralDurationDescription depends on the Temporal Reference System. In some calendars the length of the week or month is not constant within the year. Therefore, a value like \"2.5 months\" may not necessarily be exactly compared with a similar duration expressed in terms of weeks or days. When non-earth-based calendars are considered even more care must be taken in comparing durations."@en; + <http://www.w3.org/2004/02/skos/core#definition> "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."@en, + "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario."@es . + + time:TemporalEntity a owl:Class; + rdfs:label "entidad temporal"@es, "Temporal entity"@en; + rdfs:subClassOf owl:Thing; + rdfs:comment "Un intervalo temporal o un instante."@es, "A temporal interval or instant."@en; + owl:unionOf _:genid-847786b214124c27ba6e908154f283fc-b68; + <http://www.w3.org/2004/02/skos/core#definition> "Un intervalo temporal o un instante."@es, + "A temporal interval or instant."@en . + + time:generalDay a rdfs:Datatype; + rdfs:label "DÃa generalizado"@es, "Generalized day"@en; + rdfs:comment """DÃa del mes - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gDay, excepto que se permiten valores hasta el 99, con el propósito de proporcionar soporte a calendarios con meses con más de 31 dÃas. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Day of month - formulated as a text string with a pattern constraint to reproduce the same lexical form as gDay, except that values up to 99 are permitted, in order to support calendars with more than 31 days in a month. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + owl:withRestrictions _:genid-847786b214124c27ba6e908154f283fc-b8; + owl:onDatatype xsd:string; + <http://www.w3.org/2004/02/skos/core#definition> """DÃa del mes - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gDay, excepto que se permiten valores hasta el 99, con el propósito de proporcionar soporte a calendarios con meses con más de 31 dÃas. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Day of month - formulated as a text string with a pattern constraint to reproduce the same lexical form as gDay, except that values up to 99 are permitted, in order to support calendars with more than 31 days in a month. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en . + + _:genid-847786b214124c27ba6e908154f283fc-b8 rdf:first _:genid-847786b214124c27ba6e908154f283fc-b14; + rdf:rest rdf:nil . + + time:intervalBefore a owl:ObjectProperty; + rdfs:label "interval before"@en, "intervalo anterior"@es; + rdfs:subPropertyOf time:intervalDisjoint, time:before; + rdfs:comment "Si un intervalo propio T1 está antes que otro intervalo propio T2, entonces el final de T1 está antes que el principio de T2."@es, + "If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalAfter; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 está antes que otro intervalo propio T2, entonces el final de T1 está antes que el principio de T2."@es, + "If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2."@en . + + time:intervalDisjoint a owl:ObjectProperty; + rdfs:label "interval disjoint"@en, "intervalo disjunto"@es; + rdfs:comment "Si un intervalo propio T1 es disjunto con otro intervalo propio T2, entonces el principio de T1 está después del final de T2, o el final de T1 está antes que el principio de T2, es decir, los intervalos no se solapan de ninguna forma, aunque su relación de orden no se conozca."@es, + "If a proper interval T1 is intervalDisjoint another proper interval T2, then the beginning of T1 is after the end of T2, or the end of T1 is before the beginning of T2, i.e. the intervals do not overlap in any way, but their ordering relationship is not known."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + <http://www.w3.org/2004/02/skos/core#note> "This interval relation is not included in the 13 basic relationships defined in Allen (1984), but is defined in (T.3) as the union of :intervalBefore v :intervalAfter . However, that is outside OWL2 expressivity, so is implemented as an explicit property, with :intervalBefore , :intervalAfter as sub-properties"@en, + "Esta relación entre intervalos no estaba incluida en las 13 relaciones básicas definidas por Allen (1984), pero está definida en T.3 como la unión de 'intervalo anterior' con 'intervalo posterior'. Sin embargo, esto está fuera de la expresividad de OWL2, por tanto, está implementado como una propiedad explÃcita, con 'intervalo anterior' e 'intervalo posterior' como sub-propiedades."@es; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 es disjunto con otro intervalo propio T2, entonces el principio de T1 está después del final de T2, o el final de T1 está antes que el principio de T2, es decir, los intervalos no se solapan de ninguna forma, aunque su relación de orden no se conozca."@es, + "If a proper interval T1 is intervalDisjoint another proper interval T2, then the beginning of T1 is after the end of T2, or the end of T1 is before the beginning of T2, i.e. the intervals do not overlap in any way, but their ordering relationship is not known."@en . + + time:ProperInterval a owl:Class; + rdfs:label "intervalo propio"@es, "Proper interval"@en; + rdfs:subClassOf time:Interval; + rdfs:comment "Una entidad temporal con extensión o duración distinta de cero, es decir, para la cual los valores de principio y fin del intervalo son diferentes."@es, + "A temporal entity with non-zero extent or duration, i.e. for which the value of the beginning and end are different"@en; + owl:disjointWith time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Una entidad temporal con extensión o duración distinta de cero, es decir, para la cual los valores de principio y fin del intervalo son diferentes."@es, + "A temporal entity with non-zero extent or duration, i.e. for which the value of the beginning and end are different"@en . + + time:before a owl:ObjectProperty, owl:TransitiveProperty; + rdfs:label "antes"@es, "before"@en; + rdfs:comment "Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, \"before\" can be considered to be basic to instants and derived for intervals."@en, + "Asume una dirección en el tiempo. Si una entidad temporal T1 está antes que otra entidad temporal T2, entonces el final de T1 está antes que el principio de T2. AsÃ, \"antes\" se puede considerar básica para instantes y derivada para intervalos."@es; + rdfs:range time:TemporalEntity; + rdfs:domain time:TemporalEntity; + owl:inverseOf time:after; + <http://www.w3.org/2004/02/skos/core#definition> "Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, \"before\" can be considered to be basic to instants and derived for intervals."@en, + "Asume una dirección en el tiempo. Si una entidad temporal T1 está antes que otra entidad temporal T2, entonces el final de T1 está antes que el principio de T2. AsÃ, \"antes\" se puede considerar básica para instantes y derivada para intervalos."@es . + + time:intervalAfter a owl:ObjectProperty; + rdfs:label "interval after"@en, "intervalo posterior"@es; + rdfs:subPropertyOf time:intervalDisjoint, time:after; + rdfs:comment "If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2."@en, + "Si un intervalo propio T1 es posterior a otro intervalo propio T2, entonces el principio de T1 está después que el final de T2."; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalBefore; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2."@en, + "Si un intervalo propio T1 es posterior a otro intervalo propio T2, entonces el principio de T1 está después que el final de T2."@es . + + _:genid-847786b214124c27ba6e908154f283fc-b9 a owl:Restriction; + owl:onProperty time:days; + owl:allValuesFrom xsd:decimal . + + time:days a owl:DatatypeProperty; + rdfs:label "duración en dÃas"@es, "days duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en dÃas."@es, + "length of, or element of the length of, a temporal extent expressed in days"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Longitud de, o elemento de la longitud de, una extensión temporal expresada en dÃas."@es, + "length of, or element of the length of, a temporal extent expressed in days"@en . + + time:inDateTime a owl:ObjectProperty; + rdfs:label "in date-time description"@en, "en descripción de fecha-hora"@es; + rdfs:subPropertyOf time:inTemporalPosition; + rdfs:comment "Posición de un instante, expresada utilizando una descripción estructurada."@es, + "Position of an instant, expressed using a structured description"@en; + rdfs:range time:GeneralDateTimeDescription; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresada utilizando una descripción estructurada."@es, + "Position of an instant, expressed using a structured description"@en . + + time:inTemporalPosition a owl:ObjectProperty; + rdfs:label "posición temporal"@es, "Temporal position"@en; + rdfs:comment "Posición de un instante de tiempo."@es, "Position of a time instant"@en; + rdfs:range time:TemporalPosition; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante de tiempo."@es, + "Position of a time instant"@en . + + time:GeneralDateTimeDescription a owl:Class; + rdfs:label "descripción de fecha-hora generalizada"@es, "Generalized date-time description"@en; + rdfs:subClassOf _:genid-847786b214124c27ba6e908154f283fc-b10, _:genid-847786b214124c27ba6e908154f283fc-b13, + _:genid-847786b214124c27ba6e908154f283fc-b15, time:TemporalPosition, _:genid-847786b214124c27ba6e908154f283fc-b19, + _:genid-847786b214124c27ba6e908154f283fc-b21, _:genid-847786b214124c27ba6e908154f283fc-b22, + _:genid-847786b214124c27ba6e908154f283fc-b23, _:genid-847786b214124c27ba6e908154f283fc-b24, + _:genid-847786b214124c27ba6e908154f283fc-b25, _:genid-847786b214124c27ba6e908154f283fc-b26, + _:genid-847786b214124c27ba6e908154f283fc-b27, _:genid-847786b214124c27ba6e908154f283fc-b28; + rdfs:comment "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj."@es, + "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en; + <http://www.w3.org/2004/02/skos/core#note> "Algunas combinaciones de propiedades son redundantes - por ejemplo, dentro de un 'año' especificado si se proporciona 'dÃa del año' entonces 'dÃa' y 'mes' se pueden computar, y viceversa. Los valores individuales deberÃan ser consistentes entre ellos y con el calendario, indicado a través del valor de la propiedad 'tiene TRS'."@es, + "Some combinations of properties are redundant - for example, within a specified :year if :dayOfYear is provided then :day and :month can be computed, and vice versa. Individual values should be consistent with each other and the calendar, indicated through the value of the :hasTRS property."; + <http://www.w3.org/2004/02/skos/core#definition> "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj.", + "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en . + + time:inXSDDateTimeStamp a owl:DatatypeProperty; + rdfs:label "en fecha-sello de tiempo XSD"@es, "in XSD Date-Time-Stamp"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:dateTimeStamp."@es, + "Position of an instant, expressed using xsd:dateTimeStamp"@en; + rdfs:range xsd:dateTimeStamp; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:dateTimeStamp."@es, + "Position of an instant, expressed using xsd:dateTimeStamp"@en . + + time:intervalFinishes a owl:ObjectProperty; + rdfs:label "intervalo termina"@es, "interval finishes"@en; + rdfs:subPropertyOf time:intervalIn; + rdfs:comment "If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 termina otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 coincide con el final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalFinishedBy; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 termina otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 coincide con el final de T2."@es . + + time:intervalIn a owl:ObjectProperty; + rdfs:label "interval in"@en, "intervalo interior"@es; + rdfs:comment "Si un intervalo propio T1 es un intervalo interior a otro intervalo propio T2, entonces el principio de T1 está después del principio de T2 o coincide con el principio de T2, y el final de T1 está antes que el final de T2, o coincide con el final de T2, excepto que el final de T1 puede no coincidir con el final de T2 si el principio de T1 coincide con el principio de T2."@es, + "If a proper interval T1 is intervalIn another proper interval T2, then the beginning of T1 is after the beginning of T2 or is coincident with the beginning of T2, and the end of T1 is before the end of T2, or is coincident with the end of T2, except that end of T1 may not be coincident with the end of T2 if the beginning of T1 is coincident with the beginning of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + <http://www.w3.org/2004/02/skos/core#note> "This interval relation is not included in the 13 basic relationships defined in Allen (1984), but is referred to as 'an important relationship' in Allen and Ferguson (1997). It is the disjoint union of :intervalStarts v :intervalDuring v :intervalFinishes . However, that is outside OWL2 expressivity, so is implemented as an explicit property, with :intervalStarts , :intervalDuring , :intervalFinishes as sub-properties"@en, + "Esta relación entre intervalos no estaba incluida en las 13 relaciones básicas definidas por Allen (1984), pero se hace referencia a ella como \"una relación importante\" en Allen y Ferguson (1997). Es la unión disjunta de 'intervalo empieza', 'intervalo durante' y con 'intervalo termina'. Sin embargo, esto está fuera de la expresividad de OWL2, por tanto, se implementa como una propiedad explÃcita, con 'intervalo empieza', 'intervalo durante' e 'intervalo termina' como sub-propiedades."@es; + owl:propertyDisjointWith time:intervalEquals; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 es un intervalo interior a otro intervalo propio T2, entonces el principio de T1 está después del principio de T2 o coincide con el principio de T2, y el final de T1 está antes que el final de T2, o coincide con el final de T2, excepto que el final de T1 puede no coincidir con el final de T2 si el principio de T1 coincide con el principio de T2."@es, + "If a proper interval T1 is intervalIn another proper interval T2, then the beginning of T1 is after the beginning of T2 or is coincident with the beginning of T2, and the end of T1 is before the end of T2, or is coincident with the end of T2, except that end of T1 may not be coincident with the end of T2 if the beginning of T1 is coincident with the beginning of T2."@en . + + time:intervalFinishedBy a owl:ObjectProperty; + rdfs:label "intervalo terminado por"@es, "interval finished by"@en; + rdfs:comment "If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 está terminado por otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 coincide con el final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalFinishes; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 está terminado por otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 coincide con el final de T2."@es . + + time:minutes a owl:DatatypeProperty; + rdfs:label "minutos"@es, "minutes"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en minutos."@es, + "length, or element of, a temporal extent expressed in minutes"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Longitud de, o elemento de la longitud de, una extensión temporal expresada en minutos."@es, + "length, or element of, a temporal extent expressed in minutes"@en . + + _:genid-847786b214124c27ba6e908154f283fc-b10 a owl:Restriction; + owl:onProperty time:timeZone; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + time:timeZone a owl:ObjectProperty; + rdfs:label "in time zone"@en, "en huso horario"@es; + rdfs:comment "The time zone for clock elements in the temporal position"@en; + rdfs:range time:TimeZone; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#note> """IANA maintains a database of timezones. These are well maintained and generally considered authoritative, but individual items are not available at individual URIs, so cannot be used directly in data expressed using OWL-Time. + +DBPedia provides a set of resources corresponding to the IANA timezones, with a URI for each (e.g. http://dbpedia.org/resource/Australia/Eucla). The World Clock service also provides a list of time zones with the description of each available as an individual webpage with a convenient individual URI (e.g. https://www.timeanddate.com/time/zones/acwst). These or other, similar, resources might be used as a value of the time:timeZone property.""", + """IANA mantiene una base de datos de husos horarios. Éstas están bien mantenidas y generalmente se consideran autorizadas, pero los Ãtems individuales no están disponibles en URIs individuales, por tanto, no se pueden utilizar directamente en datos expresados utilizando OWL-Time. + La BDPedia proporciona un conjunto de recursos correspondientes a los husos horarios de IANA, con una URI para cada uno (por ejemplo, http://dbpedia.org/resource/Australia/Eucla). El Servicio de Reloj Mundial también proporciona una lista de husos horarios con la descripción de cada uno de los disponibles como una página Web individual con una URI adecuada individual (por ejemplo, https://www.timeanddate.com/time/zones/acwst). Éstos, y otros recursos similares, se puden usar como un valor de la propiedad 'huso horario'."""@es; + <http://www.w3.org/2004/02/skos/core#historyNote> """En la versión original de OWL-Time de 2006, el rango de 'en huso horario' se definió en un espacio de nombres diferente \"http://www.w3.org/2006/timezone#\". + Un axioma de alineación permite que los datos codificados de acuerdo con la versión anterior sean consistentes con la ontologÃa actualizada."""@es, + """In the original 2006 version of OWL-Time, the range of time:timeZone was a TimeZone class in a separate namespace \"http://www.w3.org/2006/timezone#\". +An alignment axiom + tzont:TimeZone rdfs:subClassOf time:TimeZone . +allows data encoded according to the previous version to be consistent with the updated ontology. """ . + + _:genid-847786b214124c27ba6e908154f283fc-b11 rdf:first _:genid-847786b214124c27ba6e908154f283fc-b12; + rdf:rest rdf:nil . + + _:genid-847786b214124c27ba6e908154f283fc-b12 xsd:pattern "-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" . + + time:week a owl:DatatypeProperty; + rdfs:label "semana"@es, "week"@en; + rdfs:comment "Número de semana en el año."@es, "Week number within the year."@en; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#note> "Weeks are numbered differently depending on the calendar in use and the local language or cultural conventions (locale). ISO-8601 specifies that the first week of the year includes at least four days, and that Monday is the first day of the week. In that system, week 1 is the week that contains the first Thursday in the year."@en; + <http://www.w3.org/2004/02/skos/core#scopeNote> "Las semanas están numeradas de forma diferente dependiendo del calendario en uso y de las convenciones lingüÃsticas y culturales locales (locale en inglés). El ISO-8601 especifica que la primera semana del año incluye al menos cuatro dÃas, y que el lunes es el primer dÃa de la semana. En ese sistema, la semana 1 es la semana que contiene el primer jueves del año."@es . + + time:dayOfYear a owl:DatatypeProperty; + rdfs:label "dÃa del año"@es, "day of year"@en; + rdfs:comment "El número de dÃa en el año."@es, "The number of the day within the year"@en; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "El número de dÃa en el año."@es, + "The number of the day within the year"@en . + + _:genid-847786b214124c27ba6e908154f283fc-b13 a owl:Restriction; + owl:onProperty time:hour; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + time:hour a owl:DatatypeProperty; + rdfs:label "hora"@es, "hour"@en; + rdfs:comment "Posición de hora en un sistema calendario-reloj."@es, "Hour position in a calendar-clock system."@en; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de hora en un sistema calendario-reloj."@es, + "Hour position in a calendar-clock system."@en . + + time:intervalMetBy a owl:ObjectProperty; + rdfs:label "intervalo encontrado por"@es, "interval met by"@en; + rdfs:comment "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 es 'intervalo encontrado por' otro intervalo propio T2, entonces el principio de T1 coincide con el final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalMeets; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 es 'intervalo encontrado por' otro intervalo propio T2, entonces el principio de T1 coincide con el final de T2."@es . + + time:intervalMeets a owl:ObjectProperty; + rdfs:label "intervalo se encuentra"@es, "interval meets"@en; + rdfs:comment "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en, + "Si un intervalo propio T1 se encuentra con otro intervalo propio T2, entonces el final de T1 coincide con el principio de T2."@es . +} + +<http://www.w3.org/2002/07/owl> { + owl:propertyDisjointWith a rdf:Property; + rdfs:label "propertyDisjointWith"; + rdfs:comment "The property that determines that two given properties are disjoint."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:Property; + rdfs:domain rdf:Property . + + owl:members a rdf:Property; + rdfs:label "members"; + rdfs:comment "The property that determines the collection of members in either a owl:AllDifferent, owl:AllDisjointClasses or owl:AllDisjointProperties axiom."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Resource . + + owl:AllDisjointClasses a rdfs:Class; + rdfs:label "AllDisjointClasses"; + rdfs:subClassOf rdfs:Resource; + rdfs:comment "The class of collections of pairwise disjoint classes."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + <http://www.w3.org/2002/07/owl> a owl:Ontology; + rdfs:comment """ + This ontology partially describes the built-in classes and + properties that together form the basis of the RDF/XML syntax of OWL 2. + The content of this ontology is based on Tables 6.1 and 6.2 + in Section 6.4 of the OWL 2 RDF-Based Semantics specification, + available at http://www.w3.org/TR/owl2-rdf-based-semantics/. + Please note that those tables do not include the different annotations + (labels, comments and rdfs:isDefinedBy links) used in this file. + Also note that the descriptions provided in this ontology do not + provide a complete and correct formal description of either the syntax + or the semantics of the introduced terms (please see the OWL 2 + recommendations for the complete and normative specifications). + Furthermore, the information provided by this ontology may be + misleading if not used with care. This ontology SHOULD NOT be imported + into OWL ontologies. Importing this file into an OWL 2 DL ontology + will cause it to become an OWL 2 Full ontology and may have other, + unexpected, consequences. + """; + owl:versionInfo "$Date: 2009/11/15 10:54:12 $"; + rdfs:isDefinedBy <http://www.w3.org/TR/owl2-syntax/>, <http://www.w3.org/TR/owl2-mapping-to-rdf/>, + <http://www.w3.org/TR/owl2-rdf-based-semantics/>; + <http://purl.org/dc/elements/1.1/title> "The OWL 2 Schema vocabulary (OWL 2)"; + rdfs:seeAlso <http://www.w3.org/TR/owl2-rdf-based-semantics/#table-axiomatic-properties>, + <http://www.w3.org/TR/owl2-rdf-based-semantics/#table-axiomatic-classes>; + owl:versionIRI <http://www.w3.org/2002/07/owl>; + owl:imports <http://www.w3.org/2000/01/rdf-schema>; + <http://www.w3.org/2003/g/data-view#namespaceTransformation> <http://dev.w3.org/cvsweb/2009/owl-grddl/owx2rdf.xsl> . + + owl:DeprecatedProperty a rdfs:Class; + rdfs:label "DeprecatedProperty"; + rdfs:subClassOf rdf:Property; + rdfs:comment "The class of deprecated properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:imports a owl:OntologyProperty; + rdfs:label "imports"; + rdfs:comment "The property that is used for importing other ontologies into a given ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . + + owl:OntologyProperty a rdfs:Class; + rdfs:label "OntologyProperty"; + rdfs:subClassOf rdf:Property; + rdfs:comment "The class of ontology properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:annotatedSource a rdf:Property; + rdfs:label "annotatedSource"; + rdfs:comment "The property that determines the subject of an annotated axiom or annotated annotation."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:backwardCompatibleWith a owl:AnnotationProperty, owl:OntologyProperty; + rdfs:label "backwardCompatibleWith"; + rdfs:comment "The annotation property that indicates that a given ontology is backward compatible with another ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . + + owl:annotatedTarget a rdf:Property; + rdfs:label "annotatedTarget"; + rdfs:comment "The property that determines the object of an annotated axiom or annotated annotation."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:differentFrom a rdf:Property; + rdfs:label "differentFrom"; + rdfs:comment "The property that determines that two given individuals are different."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing . + + owl:AllDisjointProperties a rdfs:Class; + rdfs:label "AllDisjointProperties"; + rdfs:subClassOf rdfs:Resource; + rdfs:comment "The class of collections of pairwise disjoint properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:onProperties a rdf:Property; + rdfs:label "onProperties"; + rdfs:comment "The property that determines the n-tuple of properties that a property restriction on an n-ary data range refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:Restriction . + + owl:DeprecatedClass a rdfs:Class; + rdfs:label "DeprecatedClass"; + rdfs:subClassOf rdfs:Class; + rdfs:comment "The class of deprecated classes."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:SymmetricProperty a rdfs:Class; + rdfs:label "SymmetricProperty"; + rdfs:subClassOf owl:ObjectProperty; + rdfs:comment "The class of symmetric properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:sameAs a rdf:Property; + rdfs:label "sameAs"; + rdfs:comment "The property that determines that two given individuals are equal."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing . + + owl:complementOf a rdf:Property; + rdfs:label "complementOf"; + rdfs:comment "The property that determines that a given class is the complement of another class."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Class; + rdfs:domain owl:Class . + + owl:DataRange a rdfs:Class; + rdfs:label "DataRange"; + rdfs:subClassOf rdfs:Datatype; + rdfs:comment "The class of OWL data ranges, which are special kinds of datatypes. Note: The use of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used instead."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:Nothing a owl:Class; + rdfs:label "Nothing"; + rdfs:subClassOf owl:Thing; + rdfs:comment "This is the empty class."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:bottomDataProperty a owl:DatatypeProperty; + rdfs:label "bottomDataProperty"; + rdfs:comment "The data property that does not relate any individual to any data value."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Literal; + rdfs:domain owl:Thing . + + owl:oneOf a rdf:Property; + rdfs:label "oneOf"; + rdfs:comment "The property that determines the collection of individuals or data values that build an enumeration."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Class . + + owl:NegativePropertyAssertion a rdfs:Class; + rdfs:label "NegativePropertyAssertion"; + rdfs:subClassOf rdfs:Resource; + rdfs:comment "The class of negative property assertions."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:AllDifferent a rdfs:Class; + rdfs:label "AllDifferent"; + rdfs:subClassOf rdfs:Resource; + rdfs:comment "The class of collections of pairwise different individuals."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:IrreflexiveProperty a rdfs:Class; + rdfs:label "IrreflexiveProperty"; + rdfs:subClassOf owl:ObjectProperty; + rdfs:comment "The class of irreflexive properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:targetValue a rdf:Property; + rdfs:label "targetValue"; + rdfs:comment "The property that determines the value of a negative data property assertion."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Literal; + rdfs:domain owl:NegativePropertyAssertion . + + owl:datatypeComplementOf a rdf:Property; + rdfs:label "datatypeComplementOf"; + rdfs:comment "The property that determines that a given data range is the complement of another data range with respect to the data domain."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Datatype; + rdfs:domain rdfs:Datatype . + + owl:AsymmetricProperty a rdfs:Class; + rdfs:label "AsymmetricProperty"; + rdfs:subClassOf owl:ObjectProperty; + rdfs:comment "The class of asymmetric properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:Annotation a rdfs:Class; + rdfs:label "Annotation"; + rdfs:subClassOf rdfs:Resource; + rdfs:comment "The class of annotated annotations for which the RDF serialization consists of an annotated subject, predicate and object."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:Axiom a rdfs:Class; + rdfs:label "Axiom"; + rdfs:subClassOf rdfs:Resource; + rdfs:comment "The class of annotated axioms for which the RDF serialization consists of an annotated subject, predicate and object."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:incompatibleWith a owl:AnnotationProperty, owl:OntologyProperty; + rdfs:label "incompatibleWith"; + rdfs:comment "The annotation property that indicates that a given ontology is incompatible with another ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . + + owl:disjointUnionOf a rdf:Property; + rdfs:label "disjointUnionOf"; + rdfs:comment "The property that determines that a given class is equivalent to the disjoint union of a collection of other classes."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:Class . + + owl:ReflexiveProperty a rdfs:Class; + rdfs:label "ReflexiveProperty"; + rdfs:subClassOf owl:ObjectProperty; + rdfs:comment "The class of reflexive properties."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:cardinality a rdf:Property; + rdfs:label "cardinality"; + rdfs:comment "The property that determines the cardinality of an exact cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:priorVersion a owl:AnnotationProperty, owl:OntologyProperty; + rdfs:label "priorVersion"; + rdfs:comment "The annotation property that indicates the predecessor ontology of a given ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . + + owl:hasValue a rdf:Property; + rdfs:label "hasValue"; + rdfs:comment "The property that determines the individual that a has-value restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain owl:Restriction . + + owl:withRestrictions a rdf:Property; + rdfs:label "withRestrictions"; + rdfs:comment "The property that determines the collection of facet-value pairs that define a datatype restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Datatype . + + owl:sourceIndividual a rdf:Property; + rdfs:label "sourceIndividual"; + rdfs:comment "The property that determines the subject of a negative property assertion."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:NegativePropertyAssertion . + + owl:annotatedProperty a rdf:Property; + rdfs:label "annotatedProperty"; + rdfs:comment "The property that determines the predicate of an annotated axiom or annotated annotation."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:bottomObjectProperty a owl:ObjectProperty; + rdfs:label "bottomObjectProperty"; + rdfs:comment "The object property that does not relate any two individuals."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing . + + owl:distinctMembers a rdf:Property; + rdfs:label "distinctMembers"; + rdfs:comment "The property that determines the collection of pairwise different individuals in a owl:AllDifferent axiom."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:AllDifferent . + + owl:onDatatype a rdf:Property; + rdfs:label "onDatatype"; + rdfs:comment "The property that determines the datatype that a datatype restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Datatype; + rdfs:domain rdfs:Datatype . + + owl:assertionProperty a rdf:Property; + rdfs:label "assertionProperty"; + rdfs:comment "The property that determines the predicate of a negative property assertion."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:Property; + rdfs:domain owl:NegativePropertyAssertion . + + owl:targetIndividual a rdf:Property; + rdfs:label "targetIndividual"; + rdfs:comment "The property that determines the object of a negative object property assertion."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:NegativePropertyAssertion . + + owl:hasSelf a rdf:Property; + rdfs:label "hasSelf"; + rdfs:comment "The property that determines the property that a self restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain owl:Restriction . +} + +<http://purl.org/dc/terms/> { + dc:isVersionOf a rdf:Property; + rdfs:label "Is Version Of"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource of which the described resource is a version, edition, or adaptation."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version."@en . + + dc:rights a rdf:Property; + rdfs:label "Rights"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights>; + rdfs:comment "Information about rights held in and over the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:RightsStatement . +} + +<http://www.w3.org/2006/time> { + time:intervalMeets rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalMetBy; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en, + "Si un intervalo propio T1 se encuentra con otro intervalo propio T2, entonces el final de T1 coincide con el principio de T2."@es . + + time:hasDurationDescription a owl:ObjectProperty; + rdfs:label "tiene descripción de duración"@es, "has duration description"@en; + rdfs:subPropertyOf time:hasTemporalDuration; + rdfs:comment "Duración de una entidad temporal, expresada utilizando una descripción estructurada."@es, + "Duration of a temporal entity, expressed using a structured description"@en; + rdfs:range time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Duración de una entidad temporal, expresada utilizando una descripción estructurada."@es, + "Duration of a temporal entity, expressed using a structured description"@en . + + time:hasTemporalDuration a owl:ObjectProperty; + rdfs:label "tiene duración temporal"@es, "has temporal duration"@en; + rdfs:comment "Duración de una entidad temporal."@es, "Duration of a temporal entity."@en; + rdfs:range time:TemporalDuration; + rdfs:domain time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Duración de una entidad temporal."@es, + "Duration of a temporal entity."@en . + + time:intervalOverlappedBy a owl:ObjectProperty; + rdfs:label "intervalo solapado por"@es, "interval overlapped by"@en; + rdfs:comment "Si un intervalo propio T1 es 'intervalo solapado por' otro intervalo propio T2, entonces el principio de T1 es posterior al principio de T2, y el principio de T1 es anterior al final de T2, y el final de T1 es posterior al final de T2."@es, + "If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalOverlaps; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 es 'intervalo solapado por' otro intervalo propio T2, entonces el principio de T1 es posterior al principio de T2, y el principio de T1 es anterior al final de T2, y el final de T1 es posterior al final de T2."@es, + "If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2."@en . + + time:intervalOverlaps a owl:ObjectProperty; + rdfs:label "interval overlaps"@en, "intervalo se solapa"@es; + rdfs:comment "If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en, + "Si un intervalo propio T1 se solapa con otro intervalo propio T2, entonces el principio de T1 es anterior al principio de T2, el final de T1 es posterior al principio de T2, y el final de T1 es anterior al final de T2."@es, + "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalOverlappedBy; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en, + "Si un intervalo propio T1 se solapa con otro intervalo propio T2, entonces el principio de T1 es anterior al principio de T2, el final de T1 es posterior al principio de T2, y el final de T1 es anterior al final de T2."@es . + + _:genid-847786b214124c27ba6e908154f283fc-b14 xsd:pattern "---(0[1-9]|[1-9][0-9])(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" . + + time:seconds a owl:DatatypeProperty; + rdfs:label "duración en segundos"@es, "seconds duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en segundos."@es, + "length of, or element of the length of, a temporal extent expressed in seconds"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + rdfs:seeAlso <http://www.bipm.org/en/publications/si-brochure/second.html> . + + _:genid-847786b214124c27ba6e908154f283fc-b15 a owl:Restriction; + owl:onProperty time:second; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + time:second a owl:DatatypeProperty; + rdfs:label "segundo"@es, "second"@en; + rdfs:comment "Posición de segundo en un sistema calendario-reloj."@es, "Second position in a calendar-clock system."@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDateTimeDescription . + + time:Interval a owl:Class; + rdfs:label "intervalo de tiempo"@es, "Time interval"@en; + rdfs:subClassOf time:TemporalEntity; + rdfs:comment "Una entidad temporal con una extensión o duración."@es, "A temporal entity with an extent or duration"@en; + <http://www.w3.org/2004/02/skos/core#definition> "Una entidad temporal con una extensión o duración."@es, + "A temporal entity with an extent or duration"@en . + + time:intervalEquals a owl:ObjectProperty; + rdfs:label "intervalo igual"@es, "interval equals"@en; + rdfs:comment "If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 es igual a otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 coincide con el final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:propertyDisjointWith time:intervalIn; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 es igual a otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 coincide con el final de T2."@es . + + _:genid-847786b214124c27ba6e908154f283fc-b16 rdf:first time:TemporalPosition; + rdf:rest _:genid-847786b214124c27ba6e908154f283fc-b7 . + + time:TemporalPosition a owl:Class; + rdfs:label "posición temporal"@es, "Temporal position"@en; + rdfs:subClassOf _:genid-847786b214124c27ba6e908154f283fc-b47; + rdfs:comment "Una posición sobre una lÃnea de tiempo."@es, "A position on a time-line"@en; + <http://www.w3.org/2004/02/skos/core#definition> "Una posición sobre una lÃnea de tiempo."@es, + "A position on a time-line"@en . + + time:inTimePosition a owl:ObjectProperty; + rdfs:label "posición de tiempo"@es, "Time position"@en; + rdfs:subPropertyOf time:inTemporalPosition; + rdfs:comment "Posición de un instante, expresada como una coordenada temporal o un valor nominal."@es, + "Position of an instant, expressed as a temporal coordinate or nominal value"@en; + rdfs:range time:TimePosition; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresada como una coordenada temporal o un valor nominal."@es, + "Position of a time instant expressed as a TimePosition"@en . + + time:TimePosition a owl:Class; + rdfs:label "posición de tiempo"@es, "Time position"@en; + rdfs:subClassOf time:TemporalPosition, _:genid-847786b214124c27ba6e908154f283fc-b69; + rdfs:comment "Una posición temporal descrita utilizando bien un valor (nominal) de un sistema de referencia ordinal, o un valor (numérico) en un sistema de coordenadas temporales."@es, + "A temporal position described using either a (nominal) value from an ordinal reference system, or a (numeric) value in a temporal coordinate system. "@en; + <http://www.w3.org/2004/02/skos/core#definition> "Una posición temporal descrita utilizando bien un valor (nominal) de un sistema de referencia ordinal, o un valor (numérico) en un sistema de coordenadas temporales."@es, + "A temporal position described using either a (nominal) value from an ordinal reference system, or a (numeric) value in a temporal coordinate system. "@en . + + time:Tuesday a time:DayOfWeek; + rdfs:label "Tuesday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Dienstag"@de, "Terça-feira"@pt, "الثلاثاء"@ar, + "Mardi"@fr, "Tuesday"@en, "Вторник"@ru, "Dinsdag"@nl, "ç«æ›œæ—¥"@ja, "Wtorek"@pl, "Martes"@es, + "星期二"@zh, "Martedì"@it . + + time:Friday a time:DayOfWeek; + rdfs:label "Friday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Venerdì"@it, "Vendredi"@fr, "Viernes"@es, + "Friday"@en, "PiÄ…tek"@pl, "Vrijdag"@nl, "Freitag"@de, "金曜日"@ja, "ПÑтница"@ru, "الجمعة"@ar, + "星期五"@zh, "Sexta-feira"@pt . + + _:genid-847786b214124c27ba6e908154f283fc-b17 a owl:Restriction; + owl:onProperty time:month; + owl:hasValue "--01" . + + time:month a owl:DatatypeProperty; + rdfs:label "month"@en, "mes"@es; + rdfs:comment """Posición de mes en un sistema calendario-reloj. + El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación especÃfica de un mes de calendario de un calendario cualquiera."""@es, + """Month position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar month from any calendar. """@en; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> """Posición de mes en un sistema calendario-reloj. + El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación especÃfica de un mes de calendario de un calendario cualquiera."""@es, + """Month position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar month from any calendar. """@en . + + time:after a owl:ObjectProperty; + rdfs:label "after"@en, "después"@es; + rdfs:comment "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es, + "Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2."@en; + rdfs:range time:TemporalEntity; + rdfs:domain time:TemporalEntity; + owl:inverseOf time:before; + <http://www.w3.org/2004/02/skos/core#definition> "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es, + "Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2."@en . + + time:numericPosition a owl:DatatypeProperty; + rdfs:label "valor numérico de posición temporal"@es, "Numeric value of temporal position"@en; + rdfs:comment "El valor (numérico) que indica posición temporal en un sistema de referencia ordinal."@es, + "The (numeric) value indicating position within a temporal coordinate system "@en; + rdfs:range xsd:decimal; + rdfs:domain time:TimePosition; + <http://www.w3.org/2004/02/skos/core#definition> "El valor (numérico) que indica posición temporal en un sistema de referencia ordinal."@es, + "The (numeric) value indicating position within a temporal coordinate system "@en . + + _:genid-847786b214124c27ba6e908154f283fc-b18 a owl:Restriction; + owl:onProperty time:unitType; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + time:unitType a owl:ObjectProperty; + rdfs:label "tipo de unidad temporal"@es, "temporal unit type"@en; + rdfs:comment "La unidad de tiempo que proporciona la precisión de un valor fecha-hora o la escala de una extensión temporal."@es, + "The temporal unit which provides the precision of a date-time value or scale of a temporal extent"@en; + rdfs:range time:TemporalUnit; + rdfs:domain _:genid-847786b214124c27ba6e908154f283fc-b40 . + + _:genid-847786b214124c27ba6e908154f283fc-b19 a owl:Restriction; + owl:onProperty time:year; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + time:year a owl:DatatypeProperty; + rdfs:label "year"@en; + rdfs:comment """Posición de año en un sistema calendario-reloj. + +l rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación especÃfica de un año de calendario de un calendario cualquiera."""@es, + """Year position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar year from any calendar. """@en; + rdfs:domain time:GeneralDateTimeDescription . + + time:DateTimeInterval a owl:Class; + rdfs:label "intervalo de fecha-hora"@es, "Date-time interval"@en; + rdfs:subClassOf time:ProperInterval; + rdfs:comment "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en, + "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es; + <http://www.w3.org/2004/02/skos/core#note> ":DateTimeInterval can only be used for an interval whose limits coincide with a date-time element aligned to the calendar and timezone indicated. For example, while both have a duration of one day, the 24-hour interval beginning at midnight at the beginning of 8 May in Central Europe can be expressed as a :DateTimeInterval, but the 24-hour interval starting at 1:30pm cannot."@en, + "'intervalo de fecha-hora' se puede utilizar sólo para un intervalo cuyos lÃmites coinciden con un elemento de fecha-hora alineados con el calendario y la zona horaria indicados. Por ejemplo, aunque ambos tienen una duración de un dÃa, el intervalo de 24 horas que empieza en la media noche del comienzo del 8 mayo en Europa Central se puede expresar como un 'intervalo de fecha-hora', el intervalo de 24 horas que empieza a las 1:30pm no."@es; + <http://www.w3.org/2004/02/skos/core#definition> "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en, + "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es . + + _:genid-847786b214124c27ba6e908154f283fc-b20 a owl:Restriction; + owl:onProperty time:hasTRS; + owl:hasValue <http://www.opengis.net/def/uom/ISO-8601/0/Gregorian> . + + time:hasTRS a owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "sistema de referencia temporal utilizado"@es, "Temporal reference system used"@en; + rdfs:comment "The temporal reference system used by a temporal position or extent description. "@en, + "El sistema de referencia temporal utilizado por una posición temporal o descripción de extensión."@es; + rdfs:range time:TRS; + rdfs:domain _:genid-847786b214124c27ba6e908154f283fc-b38; + <http://www.w3.org/2004/02/skos/core#definition> "The temporal reference system used by a temporal position or extent description. "@en, + "El sistema de referencia temporal utilizado por una posición temporal o descripción de extensión."@es . + + _:genid-847786b214124c27ba6e908154f283fc-b21 a owl:Restriction; + owl:onProperty time:week; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b22 a owl:Restriction; + owl:onProperty time:unitType; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b23 a owl:Restriction; + owl:onProperty time:monthOfYear; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b24 a owl:Restriction; + owl:onProperty time:day; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b25 a owl:Restriction; + owl:onProperty time:dayOfWeek; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b26 a owl:Restriction; + owl:onProperty time:dayOfYear; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b27 a owl:Restriction; + owl:onProperty time:month; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b28 a owl:Restriction; + owl:onProperty time:minute; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b29 a owl:Restriction; + owl:onProperty time:minutes; + owl:allValuesFrom xsd:decimal . + + time:unitHour a time:TemporalUnit; + rdfs:label "Hour (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "один чаÑ\"@ru", "一時間"@jp, "godzina"@pl, + "Stunde"@de, "一å°æ™‚"@zh, "í•œ 시간"@kr, "hora"@pt, "hora"@es, "ora"@it, "hour"@en, "ساعة واØدة"@ar, + "uur"@nl, "heure"@fr; + time:days 0.0; + time:minutes 0.0; + time:seconds 0.0; + time:hours 1.0; + time:months 0.0; + time:years 0.0; + time:weeks 0.0 . + + time:hours a owl:DatatypeProperty; + rdfs:label "duración en horas"@es, "hours duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en horas."@es, + "length of, or element of the length of, a temporal extent expressed in hours"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Longitud de, o elemento de la longitud de, una extensión temporal expresada en horas."@es, + "length of, or element of the length of, a temporal extent expressed in hours"@en . + + time:months a owl:DatatypeProperty; + rdfs:label "duración en meses"@es, "months duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en meses."@es, + "length of, or element of the length of, a temporal extent expressed in months"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Longitud de, o elemento de la longitud de, una extensión temporal expresada en meses."@es, + "length of, or element of the length of, a temporal extent expressed in months"@en . + + time:years a owl:DatatypeProperty; + rdfs:label "duración en años"@es, "years duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en años."@es, + "length of, or element of the length of, a temporal extent expressed in years"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription . + + time:weeks a owl:DatatypeProperty; + rdfs:label "duración en semanas"@es, "weeks duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en semanas."@es, + "length of, or element of the length of, a temporal extent expressed in weeks"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription . + + time:TemporalUnit a owl:Class; + rdfs:label "unidad de tiempo"@es, "Temporal unit"@en; + rdfs:subClassOf time:TemporalDuration; + rdfs:comment "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en, + "Una duración estándar, que proporciona un factor de escala para una extensión de tiempo, o la granularidad o precisión para una posición de tiempo."@es; + <http://www.w3.org/2004/02/skos/core#note> "La pertenencia de la clase 'unidad de tiempo' está abierta, para permitir otras unidades de tiempo utilizadas en algunas aplicaciones técnicas (por ejemplo, millones de años o el mes Baha'i)."@es, + "Membership of the class TemporalUnit is open, to allow for other temporal units used in some technical applications (e.g. millions of years, Baha'i month)."@en; + <http://www.w3.org/2004/02/skos/core#definition> "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en, + "Una duración estándar, que proporciona un factor de escala para una extensión de tiempo, o la granularidad o precisión para una posición de tiempo."@es; + <http://www.w3.org/2004/02/skos/core#changeNote> """Remove enumeration from definition, in order to allow other units to be used when required in other coordinate systems. +NOTE: existing units are still present as members of the class, but the class membership is now open. + +In the original OWL-Time the following constraint appeared: + owl:oneOf ( + time:unitSecond + time:unitMinute + time:unitHour + time:unitDay + time:unitWeek + time:unitMonth + time:unitYear + ) ;"""@en . + + _:genid-847786b214124c27ba6e908154f283fc-b30 a owl:Restriction; + owl:onProperty time:year; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + time:unitWeek a time:TemporalUnit; + rdfs:label "Week (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "semana"@es, "week"@en, "一週間"@jp, + "week"@nl, "settimana"@it, "semana"@pt, "одна неделÑ"@ru, "tydzieÅ„"@pl, "ì¼ì£¼ì¼"@kr, + "一周"@zh, "semaine"@fr, "سبوع واØد"@ar, "Woche"@de; + time:days 0.0; + time:minutes 0.0; + time:seconds 0.0; + time:hours 0.0; + time:months 0.0; + time:years 0.0; + time:weeks 1.0 . + + _:genid-847786b214124c27ba6e908154f283fc-b31 a owl:Restriction; + owl:onProperty time:month; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + time:generalYear a rdfs:Datatype; + rdfs:label "Año generalizado"@es, "Generalized year"@en; + rdfs:comment """Número de año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gYear, aunque no está restringido a valores del calendario gregoriano. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Year number - formulated as a text string with a pattern constraint to reproduce the same lexical form as gYear, but not restricted to values from the Gregorian calendar. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + owl:withRestrictions _:genid-847786b214124c27ba6e908154f283fc-b11; + owl:onDatatype xsd:string; + <http://www.w3.org/2004/02/skos/core#definition> """Número de año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gYear, aunque no está restringido a valores del calendario gregoriano. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Year number - formulated as a text string with a pattern constraint to reproduce the same lexical form as gYear, but not restricted to values from the Gregorian calendar. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en . + + time:MonthOfYear a owl:Class; + rdfs:label "Month of year"@en, "mes del año"@es; + rdfs:subClassOf _:genid-847786b214124c27ba6e908154f283fc-b30, _:genid-847786b214124c27ba6e908154f283fc-b31, + _:genid-847786b214124c27ba6e908154f283fc-b32, _:genid-847786b214124c27ba6e908154f283fc-b33, + _:genid-847786b214124c27ba6e908154f283fc-b34, _:genid-847786b214124c27ba6e908154f283fc-b35, + _:genid-847786b214124c27ba6e908154f283fc-b36, _:genid-847786b214124c27ba6e908154f283fc-b37, + time:DateTimeDescription; + rdfs:comment "The month of the year"@en, "El mes del año."@es; + <http://www.w3.org/2004/02/skos/core#note> "Membership of the class :MonthOfYear is open, to allow for alternative annual calendars and different month names."@en, + "La pertenencia a la clase 'mes del año' está abierta, a permitir calendarios anuales alternativos y diferentes nombres de meses."@es; + <http://www.w3.org/2004/02/skos/core#definition> "The month of the year"@en, "El mes del año."@es; + <http://www.w3.org/2004/02/skos/core#editorialNote> "CaracterÃstica en riesgo - añadida en la revisión de 2017, y no utilizada todavÃa de forma amplia."@es, + "Feature at risk - added in 2017 revision, and not yet widely used. "@en . + + _:genid-847786b214124c27ba6e908154f283fc-b32 a owl:Restriction; + owl:onProperty time:day; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b33 a owl:Restriction; + owl:onProperty time:second; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b34 a owl:Restriction; + owl:onProperty time:minute; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b35 a owl:Restriction; + owl:onProperty time:hour; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b36 a owl:Restriction; + owl:onProperty time:unitType; + owl:hasValue time:unitMonth . + + _:genid-847786b214124c27ba6e908154f283fc-b37 a owl:Restriction; + owl:onProperty time:week; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + time:DateTimeDescription a owl:Class; + rdfs:label "descripción de fecha-tiempo"@es, "Date-Time description"@en; + rdfs:subClassOf time:GeneralDateTimeDescription, _:genid-847786b214124c27ba6e908154f283fc-b20, + _:genid-847786b214124c27ba6e908154f283fc-b41, _:genid-847786b214124c27ba6e908154f283fc-b42, + _:genid-847786b214124c27ba6e908154f283fc-b43; + rdfs:comment "Descripción de fecha y tiempo estructurada con valores separados para los diferentes elementos de un sistema calendario-reloj. El sistema de referencia temporal está fijado al calendario gregoriano, y el rango de las propiedades año, mes, dÃa restringidas a los correspondientes tipos del XML Schema xsd:gYear, xsd:gMonth y xsd:gDay respectivamente."@es, + "Description of date and time structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively."@en; + <http://www.w3.org/2004/02/skos/core#definition> "Descripción de fecha y tiempo estructurada con valores separados para los diferentes elementos de un sistema calendario-reloj. El sistema de referencia temporal está fijado al calendario gregoriano, y el rango de las propiedades año, mes, dÃa restringidas a los correspondientes tipos del XML Schema xsd:gYear, xsd:gMonth y xsd:gDay respectivamente."@es, + "Description of date and time structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively."@en . + + time:Saturday a time:DayOfWeek; + rdfs:label "Saturday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "السبت"@ar, "土曜日"@ja, "Sabato"@it, + "Sábado"@pt, "Sábado"@es, "Zaterdag"@nl, "Суббота"@ru, "Sobota"@pl, "星期å…"@zh, "Saturday"@en, + "Samedi"@fr, "Samstag"@de . + + time:TRS a owl:Class; + rdfs:label "sistema de referencia temporal"@es, "Temporal Reference System"@en; + rdfs:comment """Un sistema de referencia temporal, tal como un sistema de coordenadas temporales (con un origen, una dirección y una escala), una combinación calendario-reloj, o un sistema ordinal (posiblemente jerárquico). + Esta clase comodÃn representa el conjunto de todos los sistemas de referencia temporal."""@es, + """A temporal reference system, such as a temporal coordinate system (with an origin, direction, and scale), a calendar-clock combination, or a (possibly hierarchical) ordinal system. + +This is a stub class, representing the set of all temporal reference systems."""@en; + <http://www.w3.org/2004/02/skos/core#note> "En el ISO 19108:2002 [ISO19108] se proporciona una taxonomÃa de sistemas de referencia temporal, incluyendo (a) sistemas de calendario + reloj; (b) sistemas de coordenadas temporales (es decir, desplazamiento numérico a partir de una época); (c) sistemas de referencia ordinales temporales (es decir, secuencia ordenada de intervalos nombrados, no necesariamente de igual duración)."@es, + "A taxonomy of temporal reference systems is provided in ISO 19108:2002 [ISO19108], including (a) calendar + clock systems; (b) temporal coordinate systems (i.e. numeric offset from an epoch); (c) temporal ordinal reference systems (i.e. ordered sequence of named intervals, not necessarily of equal duration)."@en; + <http://www.w3.org/2004/02/skos/core#definition> """Un sistema de referencia temporal, tal como un sistema de coordenadas temporales (con un origen, una dirección y una escala), una combinación calendario-reloj, o un sistema ordinal (posiblemente jerárquico). + Esta clase comodÃn representa el conjunto de todos los sistemas de referencia temporal."""@es, + """A temporal reference system, such as a temporal coordinate system (with an origin, direction, and scale), a calendar-clock combination, or a (possibly hierarchical) ordinal system. + +This is a stub class, representing the set of all temporal reference systems."""@en . + + _:genid-847786b214124c27ba6e908154f283fc-b38 a owl:Class; + owl:unionOf _:genid-847786b214124c27ba6e908154f283fc-b16 . + + time:intervalStarts a owl:ObjectProperty; + rdfs:label "interval starts"@en, "intervalo empieza"@es; + rdfs:subPropertyOf time:intervalIn; + rdfs:comment "Si un intervalo propio T1 empieza otro intervalo propio T2, entonces del principio de T1 con el principio de T2, y el final de T1 es anterior al final de T2."@es, + "If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalStartedBy; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2."@en, + "Si un intervalo propio T1 empieza otro intervalo propio T2, entonces del principio de T1 con el final de T2, y el final de T1 es anterior al final de T2."@es . + + time:intervalStartedBy a owl:ObjectProperty; + rdfs:label "interval started by"@en; + rdfs:comment "Si un intervalo propio T1 es empezado por otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 es posterior al final de T2."@es, + "If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalStarts; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 es empezado por otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 es posterior al final de T2."@es, + "If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2."@en . + + _:genid-847786b214124c27ba6e908154f283fc-b39 xsd:pattern "--(0[1-9]|1[0-9]|20)(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" . + + time:TimeZone a owl:Class; + rdfs:label "Time Zone"@en, "huso horario"@es; + rdfs:comment """Un huso horario especifica la cantidad en que la hora local está desplazada con respecto a UTC. + Un huso horario normalmente se denota geográficamente (p.ej. el horario de verano del este de Australia), con un valor constante en una región dada. + La región donde aplica y el desplazamiento desde UTC las especifica una autoridad gubernamental localmente reconocida."""@es, + """A Time Zone specifies the amount by which the local time is offset from UTC. + A time zone is usually denoted geographically (e.g. Australian Eastern Daylight Time), with a constant value in a given region. +The region where it applies and the offset from UTC are specified by a locally recognised governing authority."""@en; + <http://www.w3.org/2004/02/skos/core#note> """A designated timezone is associated with a geographic region. However, for a particular region the offset from UTC often varies seasonally, and the dates of the changes may vary from year to year. The timezone designation usually changes for the different seasons (e.g. Australian Eastern Standard Time vs. Australian Eastern Daylight Time). Furthermore, the offset for a timezone may change over longer timescales, though its designation might not. + +Detailed guidance about working with time zones is given in http://www.w3.org/TR/timezone/ ."""@en, + "An ontology for time zone descriptions was described in [owl-time-20060927] and provided as RDF in a separate namespace tzont:. However, that ontology was incomplete in scope, and the example datasets were selective. Furthermore, since the use of a class from an external ontology as the range of an ObjectProperty in OWL-Time creates a dependency, reference to the time zone class has been replaced with the 'stub' class in the normative part of this version of OWL-Time."@en, + """Un huso horario designado está asociado con una región geográfica. Sin embargo, para una región particular el desplazamiento desde UTC a menudo varÃa según las estaciones, y las fechas de los cambios pueden variar de un año a otro. La designación de huso horario normalmente cambia de una estación a otra (por ejemplo, el horario estándar frente al horario de verano ambos del este de Australia). Además, del desplazamiento para un huso horario puede cambiar sobre escalas de tiempo mayores, aunque su designación no lo haga. + Se puede encontrar una guÃa detallada sobre el funcionamiento de husos horarios en http://www.w3.org/TR/timezone/.\"@es , \"En [owl-time-20060927] se describió una ontologÃa para descripciones de husos horarios, y se proporcionó en un espacio de nombres separado tzont:. Sin embargo, dicha ontologÃa estaba incompleta en su alcance, y el ejemplo de conjuntos de datos (datasets) era selectivo. Además, puesto que el uso de una clase de una ontologÃa externa como el rango de una propiedad de objeto en OWL-Time crea una dependencia, la referencia a la clase huso horario se ha reemplazado por una clase que viene a ser un \"cajón de sastre\" en la en la parte normativa de esta versión de OWL-Time."""@es; + <http://www.w3.org/2004/02/skos/core#historyNote> """En la versión original de OWL-Time de 2006, se definió, en un espacio de nombres diferente \"http://www.w3.org/2006/timezone#\", la clase 'huso horario', con varias propiedades especÃficas correspondientes a un modelo especÃfico de huso horario. + En la versión actual hay una clase con el mismo nombre local en el espacio de nombres de OWL-Time, eliminando la dependencia del espacio de nombres externo. + Un axioma de alineación permite que los datos codificados de acuerdo con la versión anterior sean consistentes con la ontologÃa actualizada."""@es, + """In the original 2006 version of OWL-Time, the TimeZone class, with several properties corresponding to a specific model of time-zones, was defined in a separate namespace \"http://www.w3.org/2006/timezone#\". + +In the current version a class with same local name is put into the main OWL-Time namespace, removing the dependency on the external namespace. + +An alignment axiom + tzont:TimeZone rdfs:subClassOf time:TimeZone . +allows data encoded according to the previous version to be consistent with the updated ontology. """; + <http://www.w3.org/2004/02/skos/core#definition> """Un huso horario especifica la cantidad en que la hora local está desplazada con respecto a UTC. + Un huso horario normalmente se denota geográficamente (p.ej. el horario de verano del este de Australia), con un valor constante en una región dada. + La región donde aplica y el desplazamiento desde UTC las especifica una autoridad gubernamental localmente reconocida."""@es, + """A Time Zone specifies the amount by which the local time is offset from UTC. + A time zone is usually denoted geographically (e.g. Australian Eastern Daylight Time), with a constant value in a given region. +The region where it applies and the offset from UTC are specified by a locally recognised governing authority."""@en; + <http://www.w3.org/2004/02/skos/core#scopeNote> "En esta implementación 'huso horario' no tiene definidas propiedades. Se deberÃa pensar como una superclase \"abstracta\" de todas las implementaciones de huso horario especÃficas."@es, + "In this implementation TimeZone has no properties defined. It should be thought of as an 'abstract' superclass of all specific timezone implementations." . + + _:genid-847786b214124c27ba6e908154f283fc-b40 a owl:Class; + owl:unionOf _:genid-847786b214124c27ba6e908154f283fc-b65 . + + time:intervalDuring a owl:ObjectProperty; + rdfs:label "intervalo durante"@es, "interval during"@en; + rdfs:subPropertyOf time:intervalIn; + rdfs:comment "Si un intervalo propio T1 está durante otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 está antes que el final de T2."@es, + "If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalContains; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 está durante otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 está antes que el final de T2."@es, + "If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en . + + time:intervalContains a owl:ObjectProperty; + rdfs:label "intervalo contiene"@es, "interval contains"@en; + rdfs:comment "Si un intervalo propio T1 contiene otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 está después del final de T2."@es, + "If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalDuring; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 contiene otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 está después del final de T2."@es, + "If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2."@en . + + time:minute a owl:DatatypeProperty; + rdfs:label "minuto"@es, "minute"@en; + rdfs:comment "Posición de minuto en un sistema calendario-reloj."@es, "Minute position in a calendar-clock system."@en; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de minuto en un sistema calendario-reloj."@es, + "Minute position in a calendar-clock system."@en . + + _:genid-847786b214124c27ba6e908154f283fc-b41 a owl:Restriction; + owl:onProperty time:month; + owl:allValuesFrom xsd:gMonth . + + _:genid-847786b214124c27ba6e908154f283fc-b42 a owl:Restriction; + owl:onProperty time:day; + owl:allValuesFrom xsd:gDay . + + _:genid-847786b214124c27ba6e908154f283fc-b43 a owl:Restriction; + owl:onProperty time:year; + owl:allValuesFrom xsd:gYear . + + _:genid-847786b214124c27ba6e908154f283fc-b44 a owl:Restriction; + owl:onProperty time:months; + owl:allValuesFrom xsd:decimal . + + time:unitMonth a time:TemporalUnit; + rdfs:label "Month (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "month"@en, "mese"@it, "mois"@fr, + "mes"@es, "한달"@kr, "один меÑÑц"@ru, "Monat"@de, "maand"@nl, "miesiÄ…c"@pl, "一個月"@zh, + "شهر واØد"@ar, "一ã‹æœˆ"@jp; + time:days 0.0; + time:minutes 0.0; + time:seconds 0.0; + time:hours 0.0; + time:months 1.0; + time:years 0.0; + time:weeks 0.0 . + + time:nominalPosition a owl:DatatypeProperty; + rdfs:label "nombre de posición temporal"@es, "Name of temporal position"@en; + rdfs:comment "El valor (nominal) que indica posición temporal en un sistema de referencia ordinal."@es, + "The (nominal) value indicating temporal position in an ordinal reference system "@en; + rdfs:range xsd:string; + rdfs:domain time:TimePosition; + <http://www.w3.org/2004/02/skos/core#definition> "El valor (nominal) que indica posición temporal en un sistema de referencia ordinal."@es, + "The (nominal) value indicating temporal position in an ordinal reference system "@en . + + _:genid-847786b214124c27ba6e908154f283fc-b45 a owl:Restriction; + owl:onProperty time:hours; + owl:allValuesFrom xsd:decimal . + + time:Wednesday a time:DayOfWeek; + rdfs:label "Wednesday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Mercoledì"@it, "Среда"@ru, "Woensdag"@nl, + "Wednesday"@en, "Mercredi"@fr, "水曜日"@ja, "Quarta-feira"@pt, "Åšroda"@pl, "星期三"@zh, + "الأربعاء"@ar, "Mittwoch"@de, "Miércoles"@es . + + _:genid-847786b214124c27ba6e908154f283fc-b46 a owl:Restriction; + owl:onProperty time:weeks; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b47 a owl:Restriction; + owl:onProperty time:hasTRS; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b48 rdf:first _:genid-847786b214124c27ba6e908154f283fc-b49; + rdf:rest rdf:nil . + + _:genid-847786b214124c27ba6e908154f283fc-b49 a owl:Restriction; + owl:onProperty time:nominalPosition; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b50 rdf:first time:Duration; + rdf:rest rdf:nil . + + time:Duration a owl:Class; + rdfs:label "duración de tiempo", "Time duration"@en; + rdfs:subClassOf _:genid-847786b214124c27ba6e908154f283fc-b18, time:TemporalDuration, + _:genid-847786b214124c27ba6e908154f283fc-b67; + rdfs:comment "Duration of a temporal extent expressed as a number scaled by a temporal unit"@en, + "Duración de una extensión temporal expresada como un número escalado por una unidad temporal."@es; + <http://www.w3.org/2004/02/skos/core#note> "Alternative to time:DurationDescription to support description of a temporal duration other than using a calendar/clock system."@en, + "Alternativa a 'descripción de tiempo' para proporcionar descripción soporte a una duración temporal diferente a utilizar un sistema de calendario/reloj."@es; + <http://www.w3.org/2004/02/skos/core#definition> "Duration of a temporal extent expressed as a number scaled by a temporal unit"@en, + "Duración de una extensión temporal expresada como un número escalado por una unidad temporal."@es . + + time:Thursday a time:DayOfWeek; + rdfs:label "Thursday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Четверг"@ru, "الخميس"@ar, "Donnerstag"@de, + "Thursday"@en, "Czwartek"@pl, "Donderdag"@nl, "Jeudi"@fr, "Quinta-feira"@pt, "Jueves"@es, + "星期四"@zh, "木曜日"@ja, "Giovedì"@it . + + _:genid-847786b214124c27ba6e908154f283fc-b51 rdf:first time:Interval; + rdf:rest rdf:nil . + + time:generalMonth a rdfs:Datatype; + rdfs:label "Mes generalizado"@es, "Generalized month"@en; + rdfs:comment """Mes del año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gMonth, excepto que se permiten valores hasta el 20, con el propósito de proporcionar soporte a calendarios con años con más de 12 meses. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Month of year - formulated as a text string with a pattern constraint to reproduce the same lexical form as gMonth, except that values up to 20 are permitted, in order to support calendars with more than 12 months in the year. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + owl:withRestrictions _:genid-847786b214124c27ba6e908154f283fc-b52; + owl:onDatatype xsd:string; + <http://www.w3.org/2004/02/skos/core#definition> """Mes del año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gMonth, excepto que se permiten valores hasta el 20, con el propósito de proporcionar soporte a calendarios con años con más de 12 meses. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Month of year - formulated as a text string with a pattern constraint to reproduce the same lexical form as gMonth, except that values up to 20 are permitted, in order to support calendars with more than 12 months in the year. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en . + + _:genid-847786b214124c27ba6e908154f283fc-b52 rdf:first _:genid-847786b214124c27ba6e908154f283fc-b39; + rdf:rest rdf:nil . + + time:TemporalDuration a owl:Class; + rdfs:label "duración temporal"@es, "Temporal duration"@en; + rdfs:comment "Extensión de tiempo; duración de un intervalo de tiempo independiente de su posición de inicio particular."@es, + "Time extent; duration of a time interval separate from its particular start position"@en; + <http://www.w3.org/2004/02/skos/core#definition> "Extensión de tiempo; duración de un intervalo de tiempo independiente de su posición de inicio particular."@es, + "Time extent; duration of a time interval separate from its particular start position"@en . + + _:genid-847786b214124c27ba6e908154f283fc-b53 a owl:Restriction; + owl:onProperty time:years; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + time:inXSDDate a owl:DatatypeProperty; + rdfs:label "en fecha XSD"@es, "in XSD date"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:date."@es, "Position of an instant, expressed using xsd:date"@en; + rdfs:range xsd:date; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:date."@es, + "Position of an instant, expressed using xsd:date"@en . + + time:hasXSDDuration a owl:DatatypeProperty; + rdfs:label "has XSD duration"@en, "tiene duración XSD"@es; + rdfs:comment "Extensión de una entidad temporal, expresada utilizando xsd:duration."@es, + "Extent of a temporal entity, expressed using xsd:duration"@en; + rdfs:range xsd:duration; + rdfs:domain time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Extensión de una entidad temporal, expresada utilizando xsd:duration."@es, + "Extent of a temporal entity, expressed using xsd:duration"@en; + <http://www.w3.org/2004/02/skos/core#editorialNote> "Feature at risk - added in 2017 revision, and not yet widely used. "@en, + "CaracterÃstica arriesgada - añadida en la revisión de 2017, y todavÃa no ampliamente utilizada."@es . + + time:unitYear a time:TemporalUnit; + rdfs:label "Year (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Jahr"@de, "anno"@it, "سنة واØدة"@ar, + "一年"@zh, "jaar"@nl, "один год"@ru, "un año"@es, "year"@en, "an"@fr, "1 ë…„"@kr, "1å¹´"@jp, + "ano"@pt, "rok"@pl; + time:days 0.0; + time:minutes 0.0; + time:seconds 0.0; + time:hours 0.0; + time:months 0.0; + time:years 1.0; + time:weeks 0.0 . + + _:genid-847786b214124c27ba6e908154f283fc-b54 a owl:Restriction; + owl:onProperty time:months; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b55 a owl:Restriction; + owl:onProperty time:hasTRS; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b56 a owl:Restriction; + owl:onProperty time:minutes; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b57 a owl:Restriction; + owl:onProperty time:days; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b58 a owl:Restriction; + owl:onProperty time:seconds; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-847786b214124c27ba6e908154f283fc-b59 a owl:Restriction; + owl:onProperty time:hours; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + time:Monday a time:DayOfWeek; + rdfs:label "Monday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Monday"@en, "Lunes"@es, "Lundi"@fr, + "Montag"@de, "الاثنين"@ar, "月曜日"@ja, "Lunedì"@it, "Понедельник"@ru, "Maandag"@nl, + "PoniedziaÅ‚ek"@pl, "星期一"@zh, "Segunda-feira"@pt . + + _:genid-847786b214124c27ba6e908154f283fc-b60 a owl:Restriction; + owl:onProperty time:numericPosition; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + time:day a owl:DatatypeProperty; + rdfs:label "dÃa"@es, "day"@en; + rdfs:comment "Posición de dÃa en un sistema calendario-reloj."@es, """Day position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> """Posición de dÃa en un sistema calendario-reloj. + +El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por una representación especÃfica de un dÃa de calendario de cualquier calendario."""@es, + """Day position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en . + + time:unitDay a time:TemporalUnit; + rdfs:label "Day (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "dÃa"@es, "day"@en, "Tag"@de, "dag"@nl, + "dia"@pt, "doba"@pl, "ã‚ã‚‹æ—¥"@jp, "يوماً ما"@ar, "giorno"@it, "ì–¸ì ê°€"@kr, "jour"@fr, "一天"@zh; + time:days 1.0; + time:minutes 0.0; + time:seconds 0.0; + time:hours 0.0; + time:months 0.0; + time:years 0.0; + time:weeks 0.0 . + + _:genid-847786b214124c27ba6e908154f283fc-b61 a owl:Restriction; + owl:onProperty time:seconds; + owl:allValuesFrom xsd:decimal . + + _:genid-847786b214124c27ba6e908154f283fc-b62 a owl:Restriction; + owl:onProperty time:hasTRS; + owl:hasValue <http://www.opengis.net/def/uom/ISO-8601/0/Gregorian> . + + _:genid-847786b214124c27ba6e908154f283fc-b63 a owl:Restriction; + owl:onProperty time:weeks; + owl:allValuesFrom xsd:decimal . + + _:genid-847786b214124c27ba6e908154f283fc-b64 a owl:Restriction; + owl:onProperty time:years; + owl:allValuesFrom xsd:decimal . + + time:hasDuration a owl:ObjectProperty; + rdfs:label "tiene duración"@es, "has duration"@en; + rdfs:subPropertyOf time:hasTemporalDuration; + rdfs:comment "Duración de una entidad temporal, expresada como un valor escalado o un valor nominal."@es, + "Duration of a temporal entity, expressed as a scaled value or nominal value"@en; + rdfs:range time:Duration; + <http://www.w3.org/2004/02/skos/core#definition> "Duración de una entidad temporal, evento o actividad, o cosa, expresada como un valor escalado."@es, + "Duration of a temporal entity, event or activity, or thing, expressed as a scaled value"@en . + + _:genid-847786b214124c27ba6e908154f283fc-b65 rdf:first time:GeneralDateTimeDescription; + rdf:rest _:genid-847786b214124c27ba6e908154f283fc-b50 . + + time:January a owl:Class, owl:DeprecatedClass; + rdfs:label "January"; + rdfs:subClassOf _:genid-847786b214124c27ba6e908154f283fc-b17, time:DateTimeDescription, + _:genid-847786b214124c27ba6e908154f283fc-b66; + owl:deprecated true; + <http://www.w3.org/2004/02/skos/core#historyNote> "This class was present in the 2006 version of OWL-Time. It was presented as an example of how DateTimeDescription could be specialized, but does not belong in the revised ontology. " . + + _:genid-847786b214124c27ba6e908154f283fc-b66 a owl:Restriction; + owl:onProperty time:unitType; + owl:hasValue time:unitMonth . + + time:dayOfWeek a owl:ObjectProperty; + rdfs:label "dÃa de la semana"@es, "day of week"@en; + rdfs:comment "El dÃa de la semana, cuyo valor es un miembro de la clase 'dÃa de la semana'.", + "The day of week, whose value is a member of the class time:DayOfWeek"@en; + rdfs:range time:DayOfWeek; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "El dÃa de la semana, cuyo valor es un miembro de la clase 'dÃa de la semana'."@es, + "The day of week, whose value is a member of the class time:DayOfWeek"@en . + + _:genid-847786b214124c27ba6e908154f283fc-b67 a owl:Restriction; + owl:onProperty time:numericDuration; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + time:numericDuration a owl:DatatypeProperty; + rdfs:label "valor numérico de duración temporal"@es, "Numeric value of temporal duration"@en; + rdfs:comment "Valor de una extensión temporal expresada como un número decimal escalado por una unidad de tiempo."@es, + "Value of a temporal extent expressed as a decimal number scaled by a temporal unit"@en; + rdfs:range xsd:decimal; + rdfs:domain time:Duration; + <http://www.w3.org/2004/02/skos/core#definition> "Valor de una extensión temporal expresada como un número decimal escalado por una unidad de tiempo."@es, + "Value of a temporal extent expressed as a decimal number scaled by a temporal unit"@en . + + time:unitSecond a time:TemporalUnit; + rdfs:label "Second (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "segundo"@es, "segundo"@pt, "seconde"@nl, + "seconde"@fr, "Sekunde"@de, "second"@en, "ثانية واØدة"@ar, "一秒"@zh, "一秒"@jp, "ì¼ì´ˆ"@kr, + "SekundÄ™"@pl, "secondo"@it; + time:days 0.0; + time:minutes 0.0; + time:seconds 1.0; + time:hours 0.0; + time:months 0.0; + time:years 0.0; + time:weeks 0.0 . + + time:monthOfYear a owl:ObjectProperty; + rdfs:label "mes del año"@es, "month of year"@en; + rdfs:comment "The month of the year, whose value is a member of the class time:MonthOfYear"@en, + "El mes del año, cuyo valor es un miembro de la clase 'mes del año'."@es; + rdfs:range time:MonthOfYear; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "The month of the year, whose value is a member of the class time:MonthOfYear"@en, + "El mes del año, cuyo valor es un miembro de la clase 'mes del año'."@es; + <http://www.w3.org/2004/02/skos/core#editorialNote> "Feature at risk - added in 2017 revision, and not yet widely used. "@en, + "CaracterÃstica arriesgada - añadida en la revisión de 2017, y todavÃa no ampliamente utilizada."@es . + + time:inside a owl:ObjectProperty; + rdfs:label "tiene instante de tiempo dentro"@es, "has time instant inside"@en; + rdfs:comment "Un instante que cae dentro del intervalo. Se asume que no es ni el principio ni el final de ningún intervalo."@es, + "An instant that falls inside the interval. It is not intended to include beginnings and ends of intervals."@en; + rdfs:range time:Instant; + rdfs:domain time:Interval; + <http://www.w3.org/2004/02/skos/core#definition> "Un instante que cae dentro del intervalo. Se asume que no es ni el principio ni el final de ningún intervalo."@es, + "An instant that falls inside the interval. It is not intended to include beginnings and ends of intervals."@en . + + time:inXSDgYear a owl:DatatypeProperty; + rdfs:label "en año gregoriano XSD"@es, "in XSD g-Year"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:gYear."@es, "Position of an instant, expressed using xsd:gYear"@en; + rdfs:range xsd:gYear; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:gYear."@es, + "Position of an instant, expressed using xsd:gYear"@en . + + time:xsdDateTime a owl:DatatypeProperty, owl:DeprecatedProperty; + rdfs:label "has XSD date-time"@en, "tiene fecha-hora XSD"@es; + rdfs:comment "Valor de 'intervalo de fecha-hora' expresado como un valor compacto."@es, + "Value of DateTimeInterval expressed as a compact value."@en; + rdfs:range xsd:dateTime; + rdfs:domain time:DateTimeInterval; + owl:deprecated true; + <http://www.w3.org/2004/02/skos/core#note> "Utilizando xsd:dateTime en este lugar significa que la duración del intervalo está implÃcita: se corresponde con la longitud del elemento más pequeño distinto de cero del literal fecha-hora. Sin embargo, esta regla no se puede utilizar para intervalos cuya duración es mayor que un rango más pequeño que el tiempo de comienzo - p.ej. el primer minuto o segundo del dÃa, la primera hora del mes, o el primer dÃa del año. En estos casos el intervalo deseado no se puede distinguir del intervalo correspondiente al próximo rango más alto. Debido a esta ambigüedad esencial, no se recomienda el uso de esta propiedad y está desaprobada.", + "Using xsd:dateTime in this place means that the duration of the interval is implicit: it corresponds to the length of the smallest non-zero element of the date-time literal. However, this rule cannot be used for intervals whose duration is more than one rank smaller than the starting time - e.g. the first minute or second of a day, the first hour of a month, or the first day of a year. In these cases the desired interval cannot be distinguished from the interval corresponding to the next rank up. Because of this essential ambiguity, use of this property is not recommended and it is deprecated."@en . + + time:unitMinute a time:TemporalUnit; + rdfs:label "Minute (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "minuto"@es, "minute"@en, "دقيقة واØدة"@ar, + "minuut"@nl, "одна минута"@ru, "Minute"@de, "minuto"@pt, "minuto"@it, "분"@kr, "ç‰ä¸€ä¸‹"@zh, + "一分"@jp, "minute"@fr, "minuta"@pl; + time:days 0.0; + time:minutes 1.0; + time:seconds 0.0; + time:hours 0.0; + time:months 0.0; + time:years 0.0; + time:weeks 0.0 . + + _:genid-847786b214124c27ba6e908154f283fc-b68 rdf:first time:Instant; + rdf:rest _:genid-847786b214124c27ba6e908154f283fc-b51 . + + time:hasDateTimeDescription a owl:ObjectProperty; + rdfs:label "tiene descripción fecha-hora"@es, "has Date-Time description"@en; + rdfs:comment "Valor de intervalo de fecha-hora expresado como un valor estructurado. El principio y el final del intervalo coincide con los lÃmites del elemento más corto en la descripción."@es, + "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en; + rdfs:range time:GeneralDateTimeDescription; + rdfs:domain time:DateTimeInterval; + <http://www.w3.org/2004/02/skos/core#definition> "Valor de intervalo de fecha-hora expresado como un valor estructurado. El principio y el final del intervalo coincide con los lÃmites del elemento más corto en la descripción."@es, + "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en . + + _:genid-847786b214124c27ba6e908154f283fc-b69 a owl:Class; + owl:unionOf _:genid-847786b214124c27ba6e908154f283fc-b70 . + + _:genid-847786b214124c27ba6e908154f283fc-b70 rdf:first _:genid-847786b214124c27ba6e908154f283fc-b60; + rdf:rest _:genid-847786b214124c27ba6e908154f283fc-b48 . + + time:inXSDgYearMonth a owl:DatatypeProperty; + rdfs:label "en año-mes gregoriano XSD"@es, "in XSD g-YearMonth"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:gYearMonth."@es, "Position of an instant, expressed using xsd:gYearMonth"@en; + rdfs:range xsd:gYearMonth; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:gYearMonth."@es, + "Position of an instant, expressed using xsd:gYearMonth"@en . + + time:inXSDDateTime a owl:DatatypeProperty, owl:DeprecatedProperty; + rdfs:label "en fecha-tiempo XSD"@es, "in XSD Date-Time"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:dateTime."@es, "Position of an instant, expressed using xsd:dateTime"@en; + rdfs:range xsd:dateTime; + rdfs:domain time:Instant; + owl:deprecated true; + <http://www.w3.org/2004/02/skos/core#note> "La propiedad 'en fecha-hora XSD' ha sido reemplazada por 'en fecha-sello de tiempo XSD' que hace obligatorio el campo 'huso horario'."@es, + "The property :inXSDDateTime is replaced by :inXSDDateTimeStamp which makes the time-zone field mandatory."@en; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:dateTime."@es, + "Position of an instant, expressed using xsd:dateTime"@en . +} + +<http://purl.org/dc/terms/> { + dc:medium a rdf:Property; + rdfs:label "Medium"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format>, dc:format; + rdfs:comment "The material or physical carrier of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:PhysicalMedium; + <http://purl.org/dc/dcam/domainIncludes> dc:PhysicalResource . + + dc:format a rdf:Property; + rdfs:label "Format"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format>; + rdfs:comment "The file format, physical medium, or dimensions of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)]. Examples of dimensions include size and duration."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:MediaType, dc:Extent . + + <http://purl.org/dc/terms/> dc:title "DCMI Metadata Terms - other"@en; + dc:modified "2012-06-14"^^xsd:date; + dc:publisher <http://purl.org/dc/aboutdcmi#DCMI> . + + dc:PhysicalMedium a rdfs:Class; + rdfs:label "Physical Medium"@en; + rdfs:subClassOf dc:MediaType; + rdfs:comment "A physical material or carrier."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Examples include paper, canvas, or DVD."@en . + + dc:PhysicalResource a rdfs:Class; + rdfs:label "Physical Resource"@en; + rdfs:comment "A material thing."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:MediaType a rdfs:Class; + rdfs:label "Media Type"@en; + rdfs:subClassOf dc:MediaTypeOrExtent; + rdfs:comment "A file format or physical medium."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:RightsStatement a rdfs:Class; + rdfs:label "Rights Statement"@en; + rdfs:comment "A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:Jurisdiction a rdfs:Class; + rdfs:label "Jurisdiction"@en; + rdfs:subClassOf dc:LocationPeriodOrJurisdiction; + rdfs:comment "The extent or range of judicial, law enforcement, or other authority."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:LocationPeriodOrJurisdiction a rdfs:Class; + rdfs:label "Location, Period, or Jurisdiction"@en; + rdfs:comment "A location, period of time, or jurisdiction."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:MediaTypeOrExtent a rdfs:Class; + rdfs:label "Media Type or Extent"@en; + rdfs:comment "A media type or extent."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:subject a rdf:Property; + rdfs:label "Subject"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/subject>; + rdfs:comment "A topic of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."@en . + + dc:alternative a rdf:Property; + rdfs:label "Alternative Title"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title>, dc:title; + rdfs:comment "An alternative name for the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2000-07-11"^^xsd:date; + dc:description "The distinction between titles and alternative titles is application-specific."@en . + + dc:tableOfContents a rdf:Property; + rdfs:label "Table Of Contents"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description>, dc:description; + rdfs:comment "A list of subunits of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:date a rdf:Property; + rdfs:label "Date"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>; + rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."@en . + + dc:UDC a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "UDC"@en; + rdfs:comment "The set of conceptual resources specified by the Universal Decimal Classification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.udcc.org/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:BibliographicResource a rdfs:Class; + rdfs:label "Bibliographic Resource"@en; + rdfs:comment "A book, article, or other documentary resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:LicenseDocument a rdfs:Class; + rdfs:label "License Document"@en; + rdfs:subClassOf dc:RightsStatement; + rdfs:comment "A legal document giving official permission to do something with a resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:source a rdf:Property; + rdfs:label "Source"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/source>, dc:relation; + rdfs:comment "A related resource from which the described resource is derived."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."@en . + + dc:relation rdfs:label "Relation"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>; + a rdf:Property; + rdfs:comment "A related resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided."@en . + + dc:isReferencedBy a rdf:Property; + rdfs:label "Is Referenced By"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that references, cites, or otherwise points to the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of References."@en . + + dc:hasFormat a rdf:Property; + rdfs:label "Has Format"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that is substantially the same as the pre-existing described resource, but in another format."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of."@en . + + dc:MESH a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "MeSH"@en; + rdfs:comment "The set of labeled concepts specified by the Medical Subject Headings."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.nlm.nih.gov/mesh/meshhome.html>; + dc:issued "2000-07-11"^^xsd:date . + + dc:replaces a rdf:Property; + rdfs:label "Replaces"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that is supplanted, displaced, or superseded by the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By."@en . + + dc:mediator a rdf:Property; + rdfs:label "Mediator"@en; + rdfs:subPropertyOf dc:audience; + rdfs:comment "An entity that mediates access to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2001-05-21"^^xsd:date; + dc:description "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:AgentClass . + + dc:audience a rdf:Property; + rdfs:label "Audience"@en; + rdfs:comment "A class of agents for whom the resource is intended or useful."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2001-05-21"^^xsd:date; + dc:description "Recommended practice is to use this property with non-literal values from a vocabulary of audience types."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:AgentClass . + + dc:AgentClass a rdfs:Class; + rdfs:label "Agent Class"@en; + rdfs:subClassOf rdfs:Class; + rdfs:comment "A group of agents."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:extent a rdf:Property; + rdfs:label "Extent"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format>, dc:format; + rdfs:comment "The size or duration of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:SizeOrDuration . + + dc:SizeOrDuration a rdfs:Class; + rdfs:label "Size or Duration"@en; + rdfs:subClassOf dc:MediaTypeOrExtent; + rdfs:comment "A dimension or extent, or a time taken to play or execute."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds."@en . + + dc:rightsHolder a rdf:Property; + rdfs:label "Rights Holder"@en; + rdfs:comment "A person or organization owning or managing rights over the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2004-06-14"^^xsd:date; + dc:description "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Agent . + + dc:accrualPolicy a rdf:Property; + rdfs:label "Accrual Policy"@en; + rdfs:comment "The policy governing the addition of items to a collection."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:domain <http://purl.org/dc/dcmitype/Collection>; + dc:issued "2005-06-13"^^xsd:date; + dc:description "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)]."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Policy . + + dc:Policy a rdfs:Class; + rdfs:label "Policy"@en; + rdfs:comment "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:references a rdf:Property; + rdfs:label "References"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By."@en . + + dc:accessRights a rdf:Property; + rdfs:label "Access Rights"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights>, dc:rights; + rdfs:comment "Information about who access the resource or an indication of its security status."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2003-02-15"^^xsd:date; + dc:description "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:RightsStatement . + + dc:RFC5646 a rdfs:Datatype; + rdfs:label "RFC 5646"@en; + rdfs:comment "The set of tags constructed according to RFC 5646 for the identification of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc5646.txt>; + dc:issued "2010-10-11"^^xsd:date; + dc:description "RFC 5646 obsoletes RFC 4646."@en . + + dc:Frequency a rdfs:Class; + rdfs:label "Frequency"@en; + rdfs:comment "A rate at which something recurs."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:dateCopyrighted a rdf:Property; + rdfs:label "Date Copyrighted"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dc:date; + rdfs:comment "Date of copyright of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2002-07-13"^^xsd:date; + dc:description "Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en . + + dc:LCSH a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "LCSH"@en; + rdfs:comment "The set of labeled concepts specified by the Library of Congress Subject Headings."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:abstract a rdf:Property; + rdfs:label "Abstract"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description>, dc:description; + rdfs:comment "A summary of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:Point a rdfs:Datatype; + rdfs:label "DCMI Point"@en; + rdfs:comment "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-point/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:RFC4646 a rdfs:Datatype; + rdfs:label "RFC 4646"@en; + rdfs:comment "The set of tags constructed according to RFC 4646 for the identification of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc4646.txt>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "RFC 4646 obsoletes RFC 3066."@en . + + dc:ISO639-3 a rdfs:Datatype; + rdfs:label "ISO 639-3"@en; + rdfs:comment "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.sil.org/iso639-3/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:conformsTo a rdf:Property; + rdfs:label "Conforms To"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "An established standard to which the described resource conforms."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2001-05-21"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:Standard . + + dc:Standard a rdfs:Class; + rdfs:label "Standard"@en; + rdfs:comment "A reference point against which other things can be evaluated or compared."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:accrualPeriodicity a rdf:Property; + rdfs:label "Accrual Periodicity"@en; + rdfs:comment "The frequency with which items are added to a collection."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:domain <http://purl.org/dc/dcmitype/Collection>; + dc:issued "2005-06-13"^^xsd:date; + dc:description "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)]."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Frequency . + + dc:isReplacedBy a rdf:Property; + rdfs:label "Is Replaced By"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that supplants, displaces, or supersedes the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Replaces."@en . + + dc:IMT a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "IMT"@en; + rdfs:comment "The set of media types specified by the Internet Assigned Numbers Authority."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.iana.org/assignments/media-types/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:identifier a rdf:Property; + rdfs:label "Identifier"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/identifier>; + rdfs:comment "An unambiguous reference to the resource within a given context."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs."@en . + + dc:hasPart a rdf:Property; + rdfs:label "Has Part"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that is included either physically or logically in the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of."@en . + + dc:accrualMethod a rdf:Property; + rdfs:label "Accrual Method"@en; + rdfs:comment "The method by which items are added to a collection."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:domain <http://purl.org/dc/dcmitype/Collection>; + dc:issued "2005-06-13"^^xsd:date; + dc:description "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)]."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:MethodOfAccrual . + + dc:MethodOfAccrual a rdfs:Class; + rdfs:label "Method of Accrual"@en; + rdfs:comment "A method by which resources are added to a collection."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:type a rdf:Property; + rdfs:label "Type"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/type>; + rdfs:comment "The nature or genre of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."@en . + + dc:ISO3166 a rdfs:Datatype; + rdfs:label "ISO 3166"@en; + rdfs:comment "The set of codes listed in ISO 3166-1 for the representation of names of countries."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <https://www.iso.org/obp/ui/#search>; + dc:issued "2000-07-11"^^xsd:date . + + dc:dateAccepted a rdf:Property; + rdfs:label "Date Accepted"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dc:date; + rdfs:comment "Date of acceptance of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2002-07-13"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal)."@en . + + dc:coverage a rdf:Property; + rdfs:label "Coverage"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage>; + rdfs:comment "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Jurisdiction, dc:Location, dc:Period . + + dc:Location a rdfs:Class; + rdfs:label "Location"@en; + rdfs:subClassOf dc:LocationPeriodOrJurisdiction; + rdfs:comment "A spatial region or named place."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:Period a rdfs:Datatype; + rdfs:label "DCMI Period"@en; + rdfs:comment "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-period/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:W3CDTF a rdfs:Datatype; + rdfs:label "W3C-DTF"@en; + rdfs:comment "The set of dates and times constructed according to the W3C Date and Time Formats Specification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.w3.org/TR/NOTE-datetime>; + dc:issued "2000-07-11"^^xsd:date . + + dc:ISO639-2 a rdfs:Datatype; + rdfs:label "ISO 639-2"@en; + rdfs:comment "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://lcweb.loc.gov/standards/iso639-2/langhome.html>; + dc:issued "2000-07-11"^^xsd:date . + + dc:educationLevel a rdf:Property; + rdfs:label "Audience Education Level"@en; + rdfs:subPropertyOf dc:audience; + rdfs:comment "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2002-07-13"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:AgentClass . + + dc:isRequiredBy a rdf:Property; + rdfs:label "Is Required By"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that requires the described resource to support its function, delivery, or coherence."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Requires."@en . + + dc:available a rdf:Property; + rdfs:label "Date Available"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dc:date; + rdfs:comment "Date that the resource became or will become available."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en . + + dc:isPartOf a rdf:Property; + rdfs:label "Is Part Of"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource in which the described resource is physically or logically included."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."@en . + + dc:URI a rdfs:Datatype; + rdfs:label "URI"@en; + rdfs:comment "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc3986.txt>; + dc:issued "2000-07-11"^^xsd:date . + + dc:DDC a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "DDC"@en; + rdfs:comment "The set of conceptual resources specified by the Dewey Decimal Classification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.oclc.org/dewey/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:MethodOfInstruction a rdfs:Class; + rdfs:label "Method of Instruction"@en; + rdfs:comment "A process that is used to engender knowledge, attitudes, and skills."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:instructionalMethod a rdf:Property; + rdfs:label "Instructional Method"@en; + rdfs:comment "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2005-06-13"^^xsd:date; + dc:description "Instructional Method typically includes ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:MethodOfInstruction . + + dc:ProvenanceStatement a rdfs:Class; + rdfs:label "Provenance Statement"@en; + rdfs:comment "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:isFormatOf a rdf:Property; + rdfs:label "Is Format Of"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A pre-existing related resource that is substantially the same as the described resource, but in another format."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Has Format."@en . + + dc:spatial a rdf:Property; + rdfs:label "Spatial Coverage"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage>, dc:coverage; + rdfs:comment "Spatial characteristics of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:Location . + + dc:RFC1766 a rdfs:Datatype; + rdfs:label "RFC 1766"@en; + rdfs:comment "The set of tags, constructed according to RFC 1766, for the identification of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc1766.txt>; + dc:issued "2000-07-11"^^xsd:date . + + dc:temporal a rdf:Property; + rdfs:label "Temporal Coverage"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage>, dc:coverage; + rdfs:comment "Temporal characteristics of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:PeriodOfTime . + + dc:PeriodOfTime a rdfs:Class; + rdfs:label "Period of Time"@en; + rdfs:subClassOf dc:LocationPeriodOrJurisdiction; + rdfs:comment "An interval of time that is named or defined by its start and end dates."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:DCMIType a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "DCMI Type Vocabulary"@en; + rdfs:comment "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://purl.org/dc/dcmitype/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:RFC3066 a rdfs:Datatype; + rdfs:label "RFC 3066"@en; + rdfs:comment "The set of tags constructed according to RFC 3066 for the identification of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc3066.txt>; + dc:issued "2002-07-13"^^xsd:date; + dc:description "RFC 3066 has been obsoleted by RFC 4646."@en . + + dc:TGN a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "TGN"@en; + rdfs:comment "The set of places specified by the Getty Thesaurus of Geographic Names."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://www.getty.edu/research/tools/vocabulary/tgn/index.html>; + dc:issued "2000-07-11"^^xsd:date . + + dc:bibliographicCitation a rdf:Property; + rdfs:label "Bibliographic Citation"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/identifier>, dc:identifier; + rdfs:comment "A bibliographic reference for the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2003-02-15"^^xsd:date; + dc:description "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."@en . + + dc:provenance a rdf:Property; + rdfs:label "Provenance"@en; + rdfs:comment "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2004-09-20"^^xsd:date; + dc:description "The statement may include a description of any changes successive custodians made to the resource."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:ProvenanceStatement . + + dc:LCC a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "LCC"@en; + rdfs:comment "The set of conceptual resources specified by the Library of Congress Classification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html>; + dc:issued "2000-07-11"^^xsd:date . + + dc:language a rdf:Property; + rdfs:label "Language"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/language>; + rdfs:comment "A language of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:LinguisticSystem . + + dc:LinguisticSystem a rdfs:Class; + rdfs:label "Linguistic System"@en; + rdfs:comment "A system of signs, symbols, sounds, gestures, or rules used in communication."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Written, spoken, sign, and computer languages are linguistic systems."@en . + + dc:dateSubmitted a rdf:Property; + rdfs:label "Date Submitted"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dc:date; + rdfs:comment "Date of submission of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2002-07-13"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal)."@en . + + dc:valid a rdf:Property; + rdfs:label "Date Valid"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dc:date; + rdfs:comment "Date (often a range) of validity of a resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:range rdfs:Literal; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en . + + dc:requires a rdf:Property; + rdfs:label "Requires"@en; + rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation>, dc:relation; + rdfs:comment "A related resource that is required by the described resource to support its function, delivery, or coherence."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By."@en . + + dc:NLM a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "NLM"@en; + rdfs:comment "The set of conceptual resources specified by the National Library of Medicine Classification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <http://wwwcf.nlm.nih.gov/class/>; + dc:issued "2005-06-13"^^xsd:date . + + dc:Box a rdfs:Datatype; + rdfs:label "DCMI Box"@en; + rdfs:comment "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-box/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:FileFormat a rdfs:Class; + rdfs:label "File Format"@en; + rdfs:subClassOf dc:MediaType; + rdfs:comment "A digital resource format."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . +} + +<http://www.opensilex.org/vocabulary/oeso-ext> { + vocabulary:minWavelength a owl:DatatypeProperty; + rdfs:label "longueur d'onde minimale (nm)"@fr, "minimum wavelength (nm)"@en; + rdfs:range xsd:integer; + rdfs:domain vocabulary:Spectrometer . + + <http://www.opensilex.org/vocabulary/oeso-ext> a owl:Ontology; + rdfs:label "OpenSILEX - Phenome"@en; + rdfs:comment """INRA MISTEA + Copyright © - INRA - 2014 - 2021 + Oeso extention ontology for PHIS is licensed by CC 4.0 (http://creativecommons.org/licenses/by-sa/4.0/legalcode)"""; + owl:versionInfo "Version 3.3 (2021-10-22) created by INRA"; + <http://purl.org/dc/elements/1.1/creator> "Anne Tireau, Llorenç Cabrera-Bosquet, Pascal Neveu (INRA Montpellier)" . + + vocabulary:Spectrometer a owl:Class; + rdfs:label "Spectromètre"@fr, "Spectrometer"@en; + rdfs:subClassOf vocabulary:SensingDevice, _:genid-904806af337f446bba1ea9626b1f7ba2-b0, + _:genid-904806af337f446bba1ea9626b1f7ba2-b13, _:genid-904806af337f446bba1ea9626b1f7ba2-b29, + _:genid-904806af337f446bba1ea9626b1f7ba2-b42 . + + vocabulary:Spectroradiometer a owl:Class; + rdfs:label "spectroradiometre"@fr, "spectroradiometer"@en; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:hasShapeLength a owl:DatatypeProperty; + rdfs:label "Longeur du rectangle"@fr, "Rectangle length"@en; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:RadiometricTarget . + + vocabulary:RadiometricTarget a owl:Class; + rdfs:label "Radiometric Target"@en, "Cible Radiométrique"@fr; + rdfs:subClassOf vocabulary:Device, _:genid-904806af337f446bba1ea9626b1f7ba2-b27, _:genid-904806af337f446bba1ea9626b1f7ba2-b51 . + + vocabulary:Pyranometer a owl:Class; + rdfs:label "pyranometer"@fr, "pyranometer"@en; + rdfs:subClassOf vocabulary:RadiationSensor; + rdfs:comment "total solar irradiance on a horizontal surface"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch solarimeter (pyranometer) [GAMP 2.3.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:RadiationSensor a owl:Class; + rdfs:label "radiation sensor"@en, "capteur de rayonnement"@fr; + rdfs:subClassOf vocabulary:SensingDevice . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b0 a owl:Restriction; + owl:onProperty vocabulary:minWavelength; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:LevelMeasurementRainGauge a owl:Class; + rdfs:label "level measurement rain gauge"@fr, "level measurement rain gauge"@en; + rdfs:subClassOf vocabulary:PrecipitationSensor; + rdfs:comment "Measuring the water level in a tube"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Level measurement rain gauge (LRG) [IOM-99_FI-RI 2.2.1e] http://www.wmo.int/pages/prog/www/IMOP/publications/IOM-99_FI-RI.pdf" . + + vocabulary:PrecipitationSensor a owl:Class; + rdfs:label "precipitation sensor"@en, "capteur de précipitation"@fr; + rdfs:subClassOf vocabulary:SensingDevice . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b1 a rdf:List; + rdf:first "Circular"; + rdf:rest _:genid-904806af337f446bba1ea9626b1f7ba2-b2 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b2 a rdf:List; + rdf:first "Rectangular"; + rdf:rest rdf:nil . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b3 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:height a owl:DatatypeProperty; + rdfs:label "height (pixels)"@en, "nombre de pixels en ligne (pixels)"@fr; + rdfs:comment "this is the number of pixels per row. The value should be in pixels."; + rdfs:range xsd:integer; + rdfs:domain vocabulary:Camera . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b4 rdf:first vocabulary:MultispectralCamera; + rdf:rest _:genid-904806af337f446bba1ea9626b1f7ba2-b5 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b5 rdf:first vocabulary:TIRCamera; + rdf:rest rdf:nil . + + vocabulary:MultispectralCamera a owl:Class; + rdfs:label "multispectral camera"@en, "caméra multispectrale"@fr; + rdfs:subClassOf vocabulary:Camera, _:genid-904806af337f446bba1ea9626b1f7ba2-b6, _:genid-904806af337f446bba1ea9626b1f7ba2-b7, + _:genid-904806af337f446bba1ea9626b1f7ba2-b35, _:genid-904806af337f446bba1ea9626b1f7ba2-b45, + _:genid-904806af337f446bba1ea9626b1f7ba2-b46, _:genid-904806af337f446bba1ea9626b1f7ba2-b47, + _:genid-904806af337f446bba1ea9626b1f7ba2-b48, _:genid-904806af337f446bba1ea9626b1f7ba2-b49 . + + vocabulary:Tensiometer a owl:Class; + rdfs:label "tensiomètre"@fr, "tensiometer"@en; + rdfs:subClassOf vocabulary:HumiditySensor; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Tensiometer [GAMP 2.4.1.6.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:HumiditySensor a owl:Class; + rdfs:label "humidity sensor"@en, "capteur d'humidité"@fr; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:hasReplication a owl:DatatypeProperty; + rdfs:label "réplication"@fr, "replication"@en; + rdfs:comment "In statistics, replication is the repetition of the conditions of an experiment, so that the variability associated with the phenomenon can be estimated."@en; + rdfs:range xsd:string; + rdfs:domain vocabulary:ScientificObject . + + vocabulary:Leaf a owl:Class; + rdfs:label "leaf"@en, "feuille"@fr; + rdfs:subClassOf vocabulary:ScientificObject; + rdfs:comment "A phyllome vascular system (PO:0025206) that includes the totality of the portions of vascular tissue in their specific arrangement in a vascular leaf (PO:0009025). [database_cross_reference: POC:Ramona_Walls]"@en; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch http://www.ontobee.org/ontology/rdf/PO?iri=http://purl.obolibrary.org/obo/PO_0000036" . + + vocabulary:ImagingCabin a owl:Class; + rdfs:label "Imaging cabin"@fr, "Imaging cabin"@en; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:width a owl:DatatypeProperty; + rdfs:label "nombre de pixels en colonne (pixels)"@fr, "width (pixel)"@en; + rdfs:range xsd:integer; + rdfs:domain vocabulary:Camera . + + vocabulary:Camera a owl:Class; + rdfs:label "Camera"@fr, "Camera"@en; + rdfs:subClassOf vocabulary:SensingDevice, _:genid-904806af337f446bba1ea9626b1f7ba2-b21, + _:genid-904806af337f446bba1ea9626b1f7ba2-b22, _:genid-904806af337f446bba1ea9626b1f7ba2-b41 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b6 a owl:Restriction; + owl:onProperty vocabulary:wavelength; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:wavelength a owl:DatatypeProperty; + rdfs:label "longueur d'onde (nm)"@fr, "wavelength (nm)"@en; + rdfs:domain _:genid-904806af337f446bba1ea9626b1f7ba2-b17 . + + vocabulary:hasBrand a owl:DatatypeProperty; + rdfs:label "Brand"@en, "Constructeur"@fr; + rdfs:comment "Brand of the device"@en, "Marque du dispositif"@fr; + rdfs:range xsd:string; + rdfs:domain vocabulary:Device . + + vocabulary:TippingBucketRainGaugeWithMechanicalCorrectionTbrgMc a owl:Class; + rdfs:label "Tipping-bucket rain gauge with mechanical correction (TBRG-MC)"@fr, "Tipping-bucket rain gauge with mechanical correction (TBRG-MC)"@en; + rdfs:subClassOf vocabulary:TippingBucketRainGauge; + rdfs:comment "Tipping balance of two buckets" . + + vocabulary:TippingBucketRainGauge a owl:Class; + rdfs:label "Tipping bucket rain gauge"@fr, "Tipping bucket rain gauge"@en; + rdfs:subClassOf vocabulary:PrecipitationSensor; + rdfs:comment "Tipping balance of two buckets"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Tipping bucket rain gauge [IOM-99_FI-RI 2.2.1a-d] http://www.wmo.int/pages/prog/www/IMOP/publications/IOM-99_FI-RI.pdf" . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b7 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b8 a rdfs:Datatype; + owl:oneOf _:genid-904806af337f446bba1ea9626b1f7ba2-b1 . + + vocabulary:personInCharge a owl:ObjectProperty; + rdfs:label "responsable"@fr, "person in charge"@en; + rdfs:comment "Personne responsable du dispositif"@fr, "Person in charge of the device"@en; + rdfs:range foaf:Agent; + rdfs:domain vocabulary:Device . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b9 a owl:Restriction; + owl:onProperty vocabulary:hasGermplasm; + owl:onClass vocabulary:Germplasm . + + vocabulary:Seed a owl:Class; + rdfs:label "seed"@en, "graine"@fr; + rdfs:subClassOf vocabulary:ScientificObject; + rdfs:comment "Structure végétale multi-tissulaire (PO:0025496) qui se développe à partir d'un ovule (PO:0020003) et contient l'embryon (PO:0009009) qui est protégé par un tégument (PO:0009088)."@fr, + "A multi-tissue plant structure (PO:0025496) that develops from a plant ovule (PO:0020003) and has as parts a plant embryo (PO:0009009) enclosed in a seed coat (PO:0009088). [database_cross_reference: POC:curators]"@en; + <http://purl.org/dc/elements/1.1/source> "skos:exactMatch http://www.ontobee.org/ontology/rdf/PO?iri=http://purl.obolibrary.org/obo/PO_0009010" . + + vocabulary:AirMixer a owl:Class; + rdfs:label "brassage air"@fr, "air mixer"@en; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:hasLens a owl:ObjectProperty; + rdfs:label "lentille"@fr, "lens"@en; + rdfs:range vocabulary:Lens . + + vocabulary:Lens a owl:Class; + rdfs:label "lens"@en, "objectif"@fr; + rdfs:subClassOf vocabulary:SensingDevice, _:genid-904806af337f446bba1ea9626b1f7ba2-b43, + _:genid-904806af337f446bba1ea9626b1f7ba2-b44 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b10 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:hasAcronym a owl:DatatypeProperty; + rdfs:label "acronyme"@fr, "acronym"@en; + owl:deprecated ""@fr . + + vocabulary:EuropeanInfrastructure a owl:Class; + rdfs:label "infrastructure européenne"@fr, "european infrastructure"@en; + rdfs:subClassOf foaf:Organization; + rdfs:comment "The ESFRI listed project EMPHASIS aims at a synergistic development and long-term operation of plant phenotyping infrastructure in Europe (https://emphasis.plant-phenotyping.eu/) by developing tools and methods for multi-scale phenotyping, allowing one to analyze genotype performance and trait diversity in current and future European environmental conditions."@en . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b11 a rdf:List; + rdf:first "Paint"; + rdf:rest _:genid-904806af337f446bba1ea9626b1f7ba2-b12 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b12 a rdf:List; + rdf:first "Spectralon"; + rdf:rest rdf:nil . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b13 a owl:Restriction; + owl:onProperty vocabulary:halfFieldOfView; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:halfFieldOfView a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "demi angle d'ouverture (°)"@fr, "half field of view (°)"@en; + rdfs:domain _:genid-904806af337f446bba1ea9626b1f7ba2-b30 . + + vocabulary:FinancialFunding a owl:Class; + rdfs:label "financial funding"@en, "support financier"@fr . + + vocabulary:NetRadiometerOrNetPyrradiometerOrNetExchangeRadiometerOrBalancemeter a + owl:Class; + rdfs:label "net radiometer or net pyrradiometer or net exchange radiometer or balancemeter"@fr, + "net radiometer or net pyrradiometer or net exchange radiometer or balancemeter"@en; + rdfs:subClassOf vocabulary:RadiationSensor; + rdfs:comment "Net all-wave radiation (net flux of downward and upward total radiation i.e. solar, terrestrial and atmospheric)"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Net radiometers or net pyrradiometers or net exchange radiometers or balancemeters [GAMP 2.4.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Thermistor a owl:Class; + rdfs:label "thermistor"@fr, "thermistor"@en; + rdfs:subClassOf vocabulary:TemperatureSensor; + rdfs:comment "Based on the variation of resistance of a semiconductor with a relatively large temperature coefficient of resistance, either positive (PTC) or negative (NTC) depending upon the actual material"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Thermistor [GAMP 2.4.1.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:TemperatureSensor a owl:Class; + rdfs:label "temperature sensor"@en, "capteur de température"@fr; + rdfs:subClassOf vocabulary:SensingDevice . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b14 rdf:first vocabulary:Spectrometer; + rdf:rest rdf:nil . + + vocabulary:researchunitfunding a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "Research Unit"@en, "Unité de recherche"@fr . + + vocabulary:status a owl:DatatypeProperty; + rdfs:label "status"@fr, "status"@en . + + vocabulary:AgriculturalField a owl:Class; + rdfs:label "field"@en, "champ"@fr; + rdfs:subClassOf vocabulary:Facility . + + vocabulary:LocalInfrastructure a owl:Class; + rdfs:label "local infrastructure"@en, "infrastructure locale"@fr; + rdfs:subClassOf foaf:Organization; + rdfs:comment "A LOCAL INFRASTRUCTURE is a group of installations located in one site depending on one institution (or more), which share governance committees, a common (or at least highly interoperable) information system, common principles for cost calculation and pricing and a common tool for user access."@en . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b15 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasBrand . + + vocabulary:attenuatorFilter a owl:DatatypeProperty; + rdfs:label "filtre atténuateur"@fr, "attenuator filter"@en; + rdfs:range xsd:string; + rdfs:domain vocabulary:MultispectralCamera . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b16 a owl:Restriction; + owl:onProperty vocabulary:hasLens; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Lens . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b17 a owl:Class; + owl:unionOf _:genid-904806af337f446bba1ea9626b1f7ba2-b58 . + + vocabulary:Scion a owl:Class; + rdfs:label "scion"@en, "greffon"@fr; + rdfs:subClassOf vocabulary:ScientificObject; + rdfs:comment "Is the part of the vine, usually Vitis vinifera, that is grafted on the rootstock and from which wine grapes will be harvested from"@en . + + vocabulary:Thermocouple a owl:Class; + rdfs:label "thermocouple"@fr, "thermocouple"@en; + rdfs:subClassOf vocabulary:TemperatureSensor; + rdfs:comment "Based on the generation of an electromotive force at the junction between two metals in contact, which is function of the temperature of the two metals"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Thermocouple [GAMP 2.4.1.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:hasExperimentModalities a owl:DatatypeProperty; + rdfs:label "modalité expérimentale"@fr, "experimental modalities"@en . + + vocabulary:TippingBucketRainGaugeWithCorrectionAlgorithmTbrgSc a owl:Class; + rdfs:label "Tipping-bucket rain gauge with correction algorithm (TBRG-SC)"@fr, "Tipping-bucket rain gauge with correction algorithm (TBRG-SC)"@en; + rdfs:subClassOf vocabulary:TippingBucketRainGauge; + rdfs:comment "Tipping balance of two buckets" . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b18 a owl:Class; + owl:unionOf _:genid-904806af337f446bba1ea9626b1f7ba2-b19 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b19 rdf:first vocabulary:Lens; + rdf:rest _:genid-904806af337f446bba1ea9626b1f7ba2-b55 . + + vocabulary:pixelSize a owl:DatatypeProperty; + rdfs:label "taille du pixel en μm"@fr, "pixel size (μm)"@en; + rdfs:range xsd:integer; + rdfs:domain vocabulary:Camera . + + vocabulary:brdfP2 a owl:DatatypeProperty; + rdfs:label "BRDF P2"@en; + rdfs:comment "Bidirectional reflectance distribution function"@en, "BRDF(θ)=P1+P2cos(θ)+1/2*P3(3*cos^2θ−1)+1/2*P4(5*cos^3θ−3*cosθ)"@en; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:RadiometricTarget . + + vocabulary:hasModel a owl:DatatypeProperty; + rdfs:label "Modèle"@fr, "Model"@en; + rdfs:comment "Constructor model of the device"@en, "Modèle constructeur du dispositif"@fr; + rdfs:range xsd:string; + rdfs:domain vocabulary:Device . + + vocabulary:PlantMaterialLot a owl:Class; + rdfs:label "Plant material lot"@en, "Lot de matériel vegetal"@fr; + rdfs:subClassOf vocabulary:Germplasm . + + vocabulary:VNIRImage a owl:Class; + rdfs:label "visible and near-infrared image"@en, "image visible et proche infrarouge"@fr; + rdfs:subClassOf vocabulary:Image . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b20 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasReplication . + + vocabulary:scanAngularResolution a owl:DatatypeProperty; + rdfs:label "résolution angulaire du scan (°)"@fr, "scan angular resolution (°)"@en; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:LiDAR . + + vocabulary:LiDAR a owl:Class; + rdfs:label "LiDAR"@fr, "LiDAR"@en; + rdfs:subClassOf vocabulary:SensingDevice, _:genid-904806af337f446bba1ea9626b1f7ba2-b36, + _:genid-904806af337f446bba1ea9626b1f7ba2-b37 . + + vocabulary:plotEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "plot"@en, "parcelle"@fr . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b21 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:spectralSamplingInterval a owl:DatatypeProperty; + rdfs:label "spectral sampling interval"@en, "intervale d'échantillonnage spectral"@fr; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:Spectrometer . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b22 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:GreenSeeker a owl:Class; + rdfs:label "green seeker"@fr, "green seeker"@en; + rdfs:subClassOf vocabulary:Spectroradiometer . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b23 a owl:Restriction; + owl:onDataRange xsd:date; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:startUp . + + vocabulary:startUp a owl:DatatypeProperty; + rdfs:label "Date de démarrage"@fr, "Startup"@en; + rdfs:comment "Date de démarrage du dispositif"@fr, "Startup date of the device"@en; + rdfs:range xsd:date; + rdfs:domain vocabulary:Device . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b24 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:HemisphericalImage a owl:Class; + rdfs:label "image hémisphérique"@fr, "hemispherical image"@en; + rdfs:subClassOf vocabulary:Image . + + vocabulary:HyperspectralCamera a owl:Class; + rdfs:label "hyperspectral camera"@en, "caméra hyperspectrale"@fr; + rdfs:subClassOf vocabulary:Camera, _:genid-904806af337f446bba1ea9626b1f7ba2-b10, _:genid-904806af337f446bba1ea9626b1f7ba2-b25, + _:genid-904806af337f446bba1ea9626b1f7ba2-b26 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b25 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b26 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b27 a owl:Restriction; + owl:onProperty vocabulary:hasRadiometricTargetMaterial; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:hasRadiometricTargetMaterial a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Material"@en, "Matière"@fr; + rdfs:comment "The value must be in the following list : Carpet, Paint, Spetralon"@en, + "La valeur doit être dans la liste suivante : Carpet, Paint, Spectralon"@fr; + rdfs:range _:genid-904806af337f446bba1ea9626b1f7ba2-b50; + rdfs:domain vocabulary:RadiometricTarget . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b28 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:personInCharge; + owl:onClass foaf:Agent . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b29 a owl:Restriction; + owl:onProperty vocabulary:spectralSamplingInterval; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:CupAnemometer a owl:Class; + rdfs:label "cup anemometer"@fr, "cup anemometer"@en; + rdfs:subClassOf vocabulary:WindSensor; + rdfs:comment "the angular velocity of the cup is directly proportional to the component of the wind speed parallel to the axis of rotation."; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Cup anemometer [GAMP 2.4.1.5] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:WindSensor a owl:Class; + rdfs:label "wind sensor"@en, "anémomètre"@fr; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:hasShape a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Forme"@fr, "Shape"@en; + rdfs:comment "La valeur doit être dans la liste suivante : Circular, Rectangular"@fr, + "The value must be in the following list : Circular, Rectangular"@en; + rdfs:range _:genid-904806af337f446bba1ea9626b1f7ba2-b8; + rdfs:domain vocabulary:RadiometricTarget . + + vocabulary:growthchamberEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "growth chamber"@en, "chambre de culture"@fr . + + vocabulary:CapacitanceSensor a owl:Class; + rdfs:label "capacitance sensor"@fr, "capacitance sensor"@en; + rdfs:subClassOf vocabulary:HumiditySensor; + rdfs:comment "certain materials interact with water vapour and undergo a change in capacitance, in relation to ambient humidity."; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch capacitance sensor [ET-AWS] http://www.hydrometeoindustry.org/Meetings2010/ET-AWS-6/Doc8[1]-AWS-MetadataCatalogues.pdf" . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b30 a owl:Class; + owl:unionOf _:genid-904806af337f446bba1ea9626b1f7ba2-b34 . + + vocabulary:QuantumSensor a owl:Class; + rdfs:label "quantum sensor"@fr, "quantum sensor"@en; + rdfs:subClassOf vocabulary:RadiationSensor; + rdfs:comment "measure the PAR directly in the range 0.4 to 0.7 micrometers"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch quantum sensor [GAMP 2.4.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:GasSensor a owl:Class; + rdfs:label "Gas sensor"@en, "Capteur d'air"@fr; + rdfs:subClassOf vocabulary:SensingDevice . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b31 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:IrrigationSystem a owl:Class; + rdfs:label "système d'irrigation"@fr, "irrigation system"@en; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:WeighingScale a owl:Class; + rdfs:label "weighing scale"@en, "balance"@fr; + rdfs:subClassOf vocabulary:SensingDevice . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b32 a owl:Restriction; + owl:onProperty vocabulary:hasLens; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Lens . + + vocabulary:GrowthChamber a owl:Class; + rdfs:label "growth chamber"@en, "chambre de culture"@fr; + rdfs:subClassOf vocabulary:Facility . + + vocabulary:waveband a owl:DatatypeProperty; + rdfs:label "waveband (central wavelength)"@en, "bande (longueur d'onde centrale)"@fr; + rdfs:domain _:genid-904806af337f446bba1ea9626b1f7ba2-b33 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b33 a owl:Class; + owl:unionOf _:genid-904806af337f446bba1ea9626b1f7ba2-b4 . + + vocabulary:FiberGlassBlock a owl:Class; + rdfs:label "fiber-glass block"@fr, "fiber-glass block"@en; + rdfs:subClassOf vocabulary:ElectricalResistanceBlock . + + vocabulary:ElectricalResistanceBlock a owl:Class; + rdfs:label "electrical resistance block"@fr, "electrical resistance block"@en; + rdfs:subClassOf vocabulary:HumiditySensor; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Electrical resistance block [GAMP 2.4.1.6.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Plant a owl:Class; + rdfs:label "plante"@fr, "plant"@en; + rdfs:subClassOf vocabulary:ScientificObject; + rdfs:comment "the continuous organism originating from a single seed, callus, rhizome or any other propagation mean"@en; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch http://www.ontobee.org/ontology/rdf/PO?iri=http://purl.obolibrary.org/obo/PO_0000003" . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b34 rdf:first vocabulary:LiDAR; + rdf:rest _:genid-904806af337f446bba1ea9626b1f7ba2-b14 . + + vocabulary:MultispectralImage a owl:Class; + rdfs:label "multispectral image"@en, "image multispectrale"@fr; + rdfs:subClassOf vocabulary:Image . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b35 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b36 a owl:Restriction; + owl:onProperty vocabulary:wavelength; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b37 a owl:Restriction; + owl:onProperty vocabulary:scanningAngularRange; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:germplasmEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "germplasm"@fr, "germplasm"@en . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b38 a owl:Restriction; + owl:onDataRange xsd:date; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:removal . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b39 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasSerialNumber . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b40 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasModel . + + vocabulary:Fan a owl:Class; + rdfs:label "ventilateur"@fr, "fan"@en; + rdfs:subClassOf vocabulary:Actuator . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b41 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:Plot a owl:Class; + rdfs:label "plot"@en, "parcelle"@fr; + rdfs:subClassOf vocabulary:ScientificObject; + rdfs:comment "A community of plants located on a defined area of a field." . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b42 a owl:Restriction; + owl:onProperty vocabulary:maxWavelength; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:maxWavelength rdfs:label "longueur d'onde maximale (nm)"@fr, "max wavelength (nm)"@en; + a owl:DatatypeProperty; + rdfs:range xsd:integer; + rdfs:domain vocabulary:Spectrometer . + + vocabulary:CO2Sensor a owl:Class; + rdfs:label "Capteur de CO2"@fr, "CO2 sensor"@en; + rdfs:subClassOf vocabulary:GasSensor . + + vocabulary:FieldRobot a owl:Class; + rdfs:label "phenomobile"@fr, "field robot"@en; + rdfs:subClassOf vocabulary:Vector . + + vocabulary:SpectralHemisphericDirectionalReflectanceFile a owl:Class; + rdfs:label "Spectral Hemispheric Directional Reflectance File"@en, "Fichier de réflectance"@fr; + rdfs:subClassOf vocabulary:TechnicalDocument . + + vocabulary:NylonUnit a owl:Class; + rdfs:label "nylon unit"@fr, "nylon unit"@en; + rdfs:subClassOf vocabulary:ElectricalResistanceBlock . + + vocabulary:Silk a owl:Class; + rdfs:label "soie"@fr, "silk"@en; + rdfs:subClassOf vocabulary:ScientificObject; + rdfs:comment "A collective organ part structure (PO:0025269) that has as parts an elongated stigma (PO:0009073) with stigma papilla (GO:0090397), and an elongated style (PO:0009074). [database_cross_reference: MID:21345919][database_cross_reference: POC:Laurel_Cooper]"@en; + <http://purl.org/dc/elements/1.1/source> "skos:exactMatch http://www.ontobee.org/ontology/rdf/PO?iri=http://purl.obolibrary.org/obo/PO_0006488" . + + vocabulary:removal a owl:DatatypeProperty; + rdfs:label "Date d'enlèvement"@fr, "Removal"@en; + rdfs:comment "Date de mise hors service du dispositif"@fr, "Removal date of the device"@en; + rdfs:range xsd:date; + rdfs:domain vocabulary:Device . + + vocabulary:GypsumBlock a owl:Class; + rdfs:label "gypsum block"@fr, "gypsum block"@en; + rdfs:subClassOf vocabulary:ElectricalResistanceBlock . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b43 a owl:Restriction; + owl:onProperty vocabulary:focalLength; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b44 a owl:Restriction; + owl:onProperty vocabulary:aperture; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:hasTrait a owl:ObjectProperty; + rdfs:label "trait"@fr, "trait"@en . + + vocabulary:AirConditioning a owl:Class; + rdfs:label "hot or cold aerotherme"@en, "Aerotherme en chaud ou froid"@fr; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:UltrasonicWindSensor a owl:Class; + rdfs:label "ultrasonic wind sensor"@fr, "ultrasonic wind sensor"@en; + rdfs:subClassOf vocabulary:WindSensor; + rdfs:comment "A sonic signal is emitted by sensor transducers"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Sonic anemometer [GAMP 2.4.1.5] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:TIRCamera a owl:Class; + rdfs:label "caméra infrarouge thermique"@fr, "IR thermal camera"@en; + rdfs:subClassOf vocabulary:Camera, _:genid-904806af337f446bba1ea9626b1f7ba2-b16, _:genid-904806af337f446bba1ea9626b1f7ba2-b24, + _:genid-904806af337f446bba1ea9626b1f7ba2-b57, _:genid-904806af337f446bba1ea9626b1f7ba2-b60, + _:genid-904806af337f446bba1ea9626b1f7ba2-b61 . + + vocabulary:inrafunding a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "INRA" . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b45 a owl:Restriction; + owl:onProperty vocabulary:attenuatorFilter; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b46 a owl:Restriction; + owl:onProperty vocabulary:wavelength; + owl:maxCardinality "6"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b47 a owl:Restriction; + owl:onProperty vocabulary:attenuatorFilter; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b48 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b49 a owl:Restriction; + owl:onProperty vocabulary:focalLength; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:SubPlot a owl:Class; + rdfs:label "SubPlot"@en, "Placette"@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:Rootstock a owl:Class; + rdfs:label "rootstock"@en, "porte-greffe"@fr; + rdfs:subClassOf vocabulary:ScientificObject; + rdfs:comment "Grape variety used as the underground portion of a grafted vine onto which the scion is grafted. Bred to provide pest resistance and/or adaptability to unfavorable soil or environmental conditions."@en . + + vocabulary:inServiceDate a owl:DatatypeProperty; + rdfs:label "date de mise en service"@fr, "in service date"@en; + rdfs:range xsd:date; + rdfs:domain vocabulary:Device . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b50 a rdfs:Datatype; + owl:oneOf _:genid-904806af337f446bba1ea9626b1f7ba2-b56 . + + vocabulary:measuredVariable a owl:ObjectProperty; + rdfs:label "variable mesurée"@fr, "measured variable"@en . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b51 a owl:Restriction; + owl:onProperty vocabulary:hasShape; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:RGBCamera a owl:Class; + rdfs:label "caméra RGB"@fr, "RGB camera"@en; + rdfs:subClassOf vocabulary:Camera, _:genid-904806af337f446bba1ea9626b1f7ba2-b31, _:genid-904806af337f446bba1ea9626b1f7ba2-b32, + _:genid-904806af337f446bba1ea9626b1f7ba2-b52, _:genid-904806af337f446bba1ea9626b1f7ba2-b53 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b52 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b53 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:ElectricalResistanceThermometer a owl:Class; + rdfs:label "electrical resistance thermometer"@fr, "electrical resistance thermometer"@en; + rdfs:subClassOf vocabulary:TemperatureSensor; + rdfs:comment "For small temperature changes, the increase in resistance of pure metals is proportional to the change in temperature. Often made in Platinum."; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Resistance thermometer [GAMP 2.4.1.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:hasTechnicalContact a owl:ObjectProperty; + rdfs:label "technical contact"@en, "contact technique"@fr; + rdfs:subPropertyOf vocabulary:hasContact . + + vocabulary:Gantry a owl:Class; + rdfs:label "portique"@fr, "gantry"@en; + rdfs:subClassOf vocabulary:Vector . + + vocabulary:europeanfunding a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "Européen"@fr, "European"@en . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b54 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b55 rdf:first vocabulary:MultispectralCamera; + rdf:rest rdf:nil . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b56 a rdf:List; + rdf:first "Carpet"; + rdf:rest _:genid-904806af337f446bba1ea9626b1f7ba2-b11 . + + vocabulary:brdfP3 a owl:DatatypeProperty; + rdfs:label "BRDF P3"@en; + rdfs:comment "Bidirectional reflectance distribution function"@en, "BRDF(θ)=P1+P2cos(θ)+1/2*P3(3*cos^2θ−1)+1/2*P4(5*cos^3θ−3*cosθ)"@en; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:RadiometricTarget . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b57 a owl:Restriction; + owl:onProperty vocabulary:waveband; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b58 rdf:first vocabulary:LiDAR; + rdf:rest _:genid-904806af337f446bba1ea9626b1f7ba2-b62 . + + vocabulary:HemisphericalCamera a owl:Class; + rdfs:label "hemispherical camera"@en, "caméra hémisphérique"@fr; + rdfs:subClassOf _:genid-904806af337f446bba1ea9626b1f7ba2-b3, vocabulary:Camera, _:genid-904806af337f446bba1ea9626b1f7ba2-b54, + _:genid-904806af337f446bba1ea9626b1f7ba2-b59 . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b59 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:hasSerialNumber a owl:DatatypeProperty; + rdfs:label "Numéro de série"@fr, "Serial number"@en; + rdfs:comment "Serial number of the device"@en, "Numéro de série du dispositif"@fr; + rdfs:range xsd:string; + rdfs:domain vocabulary:Device . + + vocabulary:spotWidth a owl:DatatypeProperty; + rdfs:label "spot width (°)"@en, "Largeur de la tâche (°)"@fr; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:LiDAR . + + vocabulary:aperture a owl:DatatypeProperty; + rdfs:label "ouverture (fnumber)"@fr, "aperture (fnumber)"@en; + rdfs:range xsd:string; + rdfs:domain vocabulary:Lens . + + vocabulary:TIRImage a owl:Class; + rdfs:label "image infrarouge thermique"@fr, "IR thermal image"@en; + rdfs:subClassOf vocabulary:Image . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b60 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b61 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:deviceProperty rdfs:label "device property"@en, "propriété d'un équipement"@fr; + rdfs:domain vocabulary:Device . + + vocabulary:anrsupport a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "ANR" . + + vocabulary:dateOfPurchase a owl:DatatypeProperty; + rdfs:label "date d'achat"@fr, "date of purchase"@en; + rdfs:range xsd:date; + rdfs:domain vocabulary:Device . + + vocabulary:hasFinancialReference a owl:DatatypeProperty; + rdfs:label "référence financière"@fr, "financial reference"@en . + + vocabulary:internationalfunding a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "International"@fr, "International"@en . + + vocabulary:concerns a owl:ObjectProperty; + rdfs:label "concerns"@en, "concerne"@fr . + + vocabulary:CapacitiveThinFilmPolymer a owl:Class; + rdfs:label "capacitive - thin film polymer"@fr, "capacitive - thin film polymer"@en; + rdfs:subClassOf vocabulary:CapacitanceSensor; + rdfs:comment "certain materials interact with water vapour and undergo a change in capacitance, in relation to ambient humidity." . + + vocabulary:UAV a owl:Class; + rdfs:label "uav"@en, "drone"@fr; + rdfs:subClassOf vocabulary:Vector . + + vocabulary:SurfaceTemperatureRadiometer a owl:Class; + rdfs:label "surface temperature radiometer"@fr, "surface temperature radiometer"@en; + rdfs:subClassOf vocabulary:RadiationSensor; + rdfs:comment "measurements of infra-red radiation emitted from near or remote surfaces"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch surface temperature radiometer [GAMP 2.4.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:NationalInfrastructure a owl:Class; + rdfs:label "national infrastructure"@en, "infrastructure nationale"@fr; + rdfs:subClassOf foaf:Organization; + rdfs:comment "A NATIONAL INFRASTRUCTURE is an organized group of local infrastructures with governance recognised by national authorities (e.g. respective ministry or national structures)."@en . + + _:genid-904806af337f446bba1ea9626b1f7ba2-b62 rdf:first vocabulary:MultispectralCamera; + rdf:rest rdf:nil . + + vocabulary:brdfP1 a owl:DatatypeProperty; + rdfs:label "BRDF P1"@en; + rdfs:comment "Bidirectional reflectance distribution function"@en, "BRDF(θ)=P1+P2cos(θ)+1/2*P3(3*cos^2θ−1)+1/2*P4(5*cos^3θ−3*cosθ)"@en; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:RadiometricTarget . + + vocabulary:PyranometerWithShadeRing a owl:Class; + rdfs:label "pyranometer with shade ring"@fr, "pyranometer with shade ring"@en; + rdfs:subClassOf vocabulary:RadiationSensor; + <http://purl.org/dc/elements/1.1/source> "skos:broaderMatch solarimeter (pyranometer) [GAMP 2.3.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Lightning a owl:Class; + rdfs:label "éclairage"@fr, "lightning"@en; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:hasOptic a owl:ObjectProperty; + rdfs:label "optique"@fr, "optic"@en; + rdfs:range vocabulary:Lens . + + vocabulary:hasShapeWidth a owl:DatatypeProperty; + rdfs:label "Largeur du rectangle"@fr, "Rectangle width"@en; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:RadiometricTarget . + + vocabulary:scanningAngularRange a owl:DatatypeProperty; + rdfs:label "scanning angular range (°)"@en, "Demi angle de scan (°)"@fr; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:LiDAR . + + vocabulary:dateOfLastCalibration a owl:DatatypeProperty; + rdfs:label "date of last calibration"@en, "date de la dernière calibration"@fr; + rdfs:range xsd:date; + rdfs:domain vocabulary:Device . + + vocabulary:focalLength a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "focal length (mm)"@en, "longueur focale (mm)"@fr; + rdfs:domain _:genid-904806af337f446bba1ea9626b1f7ba2-b18 . + + vocabulary:TippingBucketRainGaugeTbrgWithoutCorrection a owl:Class; + rdfs:label "Tipping-bucket rain gauge (TBRG) without correction"@fr, "Tipping-bucket rain gauge (TBRG) without correction"@en; + rdfs:subClassOf vocabulary:TippingBucketRainGauge; + rdfs:comment "Tipping balance of two buckets" . + + vocabulary:Greenhouse a owl:Class; + rdfs:label "serre"@fr, "greenhouse"@en; + rdfs:subClassOf vocabulary:Facility . + + vocabulary:Shadows a owl:Class; + rdfs:label "shadows"@en, "ombrière"@fr; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:plantEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "plante"@fr, "plant"@en . + + vocabulary:PropellerAnemometer a owl:Class; + rdfs:label "propeller anemometer"@fr, "propeller anemometer"@en; + rdfs:subClassOf vocabulary:WindSensor; + rdfs:comment "the angular velocity of the propeller rotor is directly proportional to the component of the wind speed parallel to the axis of rotation."; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Propeller and vane anemometer [GAMP 2.4.1.5] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:hasShapeDiameter a owl:DatatypeProperty; + rdfs:label "Circle diameter"@en, "Diamètre du cercle"@fr; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:RadiometricTarget . + + vocabulary:WindVane a owl:Class; + rdfs:label "Wind Vane"@fr, "Wind Vane"@en; + rdfs:subClassOf vocabulary:WindSensor; + rdfs:comment "The signal generator is a shaft angle transducer: potentiometers, alternating and direct current synchros, digital angle-encoder disks, direct reading dials, and rotary switches"; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch Wind Vane [GAMP 2.4.1.5] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Ear a owl:Class; + rdfs:label "Epi"@fr, "Ear"@en; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:HorizontalScreen a owl:Class; + rdfs:label "ouvrant horizontal"@fr, "horizontal screen"@en; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:TippingBucketRainGaugeWithExtraPulseCorrectionTbrgPc a owl:Class; + rdfs:label "Tipping-bucket rain gauge with extra pulse correction (TBRG-PC)"@fr, "Tipping-bucket rain gauge with extra pulse correction (TBRG-PC)"@en; + rdfs:subClassOf vocabulary:TippingBucketRainGauge; + rdfs:comment "Tipping balance of two buckets" . + + vocabulary:VignettingDocument a owl:Class; + rdfs:label "Vignetting Document"@en, "Fichier de Vignettage"@fr; + rdfs:subClassOf vocabulary:TechnicalDocument . + + vocabulary:ElectricSensorWhichExploitsTheConductivityVariationAsAFunctionOfWetness + a owl:Class; + rdfs:label "electric sensor, which exploits the conductivity variation as a function of wetness"@fr, + "electric sensor, which exploits the conductivity variation as a function of wetness"@en; + rdfs:subClassOf vocabulary:HumiditySensor; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch electric sensor, which exploits the conductivity variation as a function of wetness [GAMP 2.4.1.6.3] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:brdfP4 a owl:DatatypeProperty; + rdfs:label "BRDF P4"@en; + rdfs:comment "Bidirectional reflectance distribution function"@en, "BRDF(θ)=P1+P2cos(θ)+1/2*P3(3*cos^2θ−1)+1/2*P4(5*cos^3θ−3*cosθ)"@en; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:RadiometricTarget . + + vocabulary:ElectricalResistanceHumiditySensor a owl:Class; + rdfs:label "electrical resistance humidity sensor"@fr, "electrical resistance humidity sensor"@en; + rdfs:subClassOf vocabulary:HumiditySensor; + rdfs:comment "certain materials interact with water vapour and undergo a change in electrical resistance, in relation to ambient humidity."; + <http://purl.org/dc/elements/1.1/source> "skos:closeMatch electrical resistance humidity sensor [ET-AWS] http://www.hydrometeoindustry.org/Meetings2010/ET-AWS-6/Doc8[1]-AWS-MetadataCatalogues.pdf" . + + vocabulary:spotHeight a owl:DatatypeProperty; + rdfs:label "hauteur de la tâche (°)"@fr, "spot height (°)"@en; + rdfs:range xsd:decimal; + rdfs:domain vocabulary:LiDAR . +} + +<http://www.opensilex.org/set/profile> { + <http://www.opensilex.org/profiles/default-profile> a os-sec:Profile; + rdfs:label "Default profile"; + os-sec:hasCredential "germplasm-delete", "scientific-objects-delete", "package-access", + "event-modification", "device-access", "scientific-objects-access", "data-modification", + "scientific-objects-modification", "germplasm-access", "variable-delete", "variable-access", + "infrastructure-modification", "project-access", "project-delete", "project-modification", + "vocabulary-access", "group-modification", "experiment-access", "experiment-delete", + "infrastructure-delete", "germplasm-modification", "annotation-delete", "variable-modification", + "user-delete", "factor-modification", "user-access", "document-modification", "provenance-delete", + "provenance-access", "group-access", "device-modification", "factor-delete", "area-delete", + "facility-access", "user-modification", "group-delete", "annotation-modification", + "experiment-modification", "data-delete", "facility-modification", "document-access", + "profile-access", "profile-delete", "event-delete", "device-delete", "document-delete", + "data-access", "area-modification", "provenance-modification", "profile-modification", + "organization-access", "facility-delete", "event-access" . +} + +<http://www.opensilex.org/set/variablesGroup> { + <http://www.opensilex.org/id/variablesGroup/environmental_variables> a vocabulary:VariablesGroup; + rdfs:label "Environmental variables"; + dc:description "This group is about environmental variables\"" . +} + +<http://www.opensilex.org/set/variable> { + vocabulary:standard_method a vocabulary:Method; + rdfs:label "Standard method"; + rdfs:comment "For usual method" . + + <http://www.opensilex.org/id/variable/entity_of_interest.plot> a vocabulary:EntityOfInterest; + rdfs:label "Plot" . + + <http://www.opensilex.org/id/variable/entity_of_interest.plant> a vocabulary:EntityOfInterest; + rdfs:label "Plant" . + + <http://www.opensilex.org/id/variable/entity_of_interest.genotype> a vocabulary:EntityOfInterest; + rdfs:label "Genotype" . + + <http://www.opensilex.org/id/variable/entity_of_interest.site> a vocabulary:EntityOfInterest; + rdfs:label "Site" . + + <http://www.opensilex.org/id/variable/entity_of_interest.green_house> a vocabulary:EntityOfInterest; + rdfs:label "Green house" . + + <http://www.opensilex.org/id/variable/entity_of_interest.chamber_growth> a vocabulary:EntityOfInterest; + rdfs:label "Chamber growth" . +} + +<http://www.opensilex.org/set/germplasm> { + <http://aims.fao.org/aos/agrovoc/c_15476> a vocabulary:Species; + rdfs:label "Zea mexicana"@la, "téosintes"@fr, "teosintes"@en . + + <http://aims.fao.org/aos/agrovoc/c_8504> a vocabulary:Species; + rdfs:label "Zea mays"@la, "maïs"@fr, "maize"@en . + + <http://aims.fao.org/aos/agrovoc/c_3662> a vocabulary:Species; + rdfs:label "Hordeum vulgare"@la, "orge"@fr, "barley"@en . + + <http://aims.fao.org/aos/agrovoc/c_6116> a vocabulary:Species; + rdfs:label "Populus"@la, "peuplier"@fr, "poplar"@en . + + <http://aims.fao.org/aos/agrovoc/c_7955> a vocabulary:Species; + rdfs:label "Triticum turgidum"@la, "blé dur"@fr, "durum wheat"@en . + + <http://aims.fao.org/aos/agrovoc/c_1066> a vocabulary:Species; + rdfs:label "Brassica napus"@la, "colza"@fr, "colza"@en . + + <http://aims.fao.org/aos/agrovoc/c_13199> a vocabulary:Species; + rdfs:label "Pennisetum glaucum"@la, "mil"@fr, "Pearl millet"@en . + + <http://aims.fao.org/aos/agrovoc/c_7247> a vocabulary:Species; + rdfs:label "Sorghum bicolor"@la, "sorgho"@fr, "sorghum"@en . + + <http://aims.fao.org/aos/agrovoc/c_8283> a vocabulary:Species; + rdfs:label "Vitis vinifera"@la, "vigne"@fr, "grapevine"@en . + + <http://aims.fao.org/aos/agrovoc/c_3339> a vocabulary:Species; + rdfs:label "Gossypium hirsutum"@la, "coton mexicain"@fr, "upland cotton"@en . + + <http://aims.fao.org/aos/agrovoc/c_5438> a vocabulary:Species; + rdfs:label "Oriza sativa"@la, "riz"@fr, "rice"@en . + + <http://aims.fao.org/aos/agrovoc/c_4555> a vocabulary:Species; + rdfs:label "Malus × domestica Borkh."@la, "pommier"@fr, "apple tree"@en . + + <http://aims.fao.org/aos/agrovoc/c_7951> a vocabulary:Species; + rdfs:label "Triticum aestivum"@la, "blé tendre"@fr, "bread wheat"@en . + + <http://aims.fao.org/aos/agrovoc/c_29128> a vocabulary:Species; + rdfs:label "Musa"@la, "banane"@fr, "banana"@en . +} + +<http://www.opensilex.org/set/user> { + <http://www.opensilex.org/id/user/firstname.lastname> a foaf:Agent; + os-sec:hasLanguage "fr"; + os-sec:isAdmin true; + foaf:firstName "firstName"; + os-sec:hasPasswordHash "$2a$12$ny4G8j7ckDdG0BeU9HBnbuxXASphlOZw7BxUgBJCYvcvLijZ9t4Xm"; + foaf:lastName "lastName"; + foaf:mbox "admin@opensilex.org" . +} diff --git a/examples/vitis-explorer/dump_scripts/export_data.sh b/examples/vitis-explorer/dump_scripts/export_data.sh new file mode 100644 index 0000000000000000000000000000000000000000..d48239fe46f12e787521aee7d899379469682782 --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/export_data.sh @@ -0,0 +1,46 @@ +#!/bin/bash + +SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" +CONTAINER_DUMP_DIR="/tmp/dump_db_latest" + +# dump path +# ├── mongodb +# │ └── opensilex-docker-db-2022-11-21 +# └── rdf4j +# └── opensilex-docker-db-2022-11-21 + +mkdir -p $1/mongodb +mkdir -p $1/rdf4j + +if [ ! -d "$1" ]; then + echo "$1 not exists on your filesystem. Try to create it" + mkdir -p "$1" + if [ ! -d "$1" ]; then + echo "Creation failed" + exit 0; + else + echo "Creation succeed" + fi +fi + +if [ -n "$1" ]; then + echo "DIRECTORY PATH TO STORE DUMP DATA : $1" +else + echo "First parameter not supplied. DIRECTORY PATH TO STORE DUMP DATA. Ex : /home/{user}/dump_directory" + exit 0 +fi + +echo "Preparing opensilex-docker-mongodb data" +docker exec -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-mongodb bash -c 'echo $CONTAINER_DUMP_DIR && rm -rf $CONTAINER_DUMP_DIR && mkdir -p $CONTAINER_DUMP_DIR && /usr/bin/mongodump --numParallelCollections=1 --db=${REPOSITORIES_NAME} --out=$CONTAINER_DUMP_DIR && mv ${CONTAINER_DUMP_DIR}/${REPOSITORIES_NAME} ${CONTAINER_DUMP_DIR}/$REPOSITORIES_NAME-`date +"%Y-%m-%d"`' +echo "Exporting opensilex-docker-mongodb data" +rm -rf $1/mongo +docker cp opensilex-docker-mongodb:$CONTAINER_DUMP_DIR $1/mongodb +echo "Done opensilex-docker-mongodb" + +echo "Preparing rdf4j data" +docker exec -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-rdf4j bash -c 'rm -rf $CONTAINER_DUMP_DIR && mkdir -p $CONTAINER_DUMP_DIR && wget http://localhost:8080/rdf4j-workbench/repositories/${REPOSITORIES_NAME}/export?Accept=application%2Ftrig -O $CONTAINER_DUMP_DIR/$REPOSITORIES_NAME-`date +"%Y-%m-%d"`' +echo "Exporting rdf4j data" +rm -rf $1/rdf4j +docker cp opensilex-docker-rdf4j:$CONTAINER_DUMP_DIR $1/rdf4j +echo "Done rdf4j" + diff --git a/examples/vitis-explorer/dump_scripts/import_data.sh b/examples/vitis-explorer/dump_scripts/import_data.sh new file mode 100644 index 0000000000000000000000000000000000000000..723fb7a76100065ffee2065a4aafc0dd246faa3c --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/import_data.sh @@ -0,0 +1,55 @@ +#!/bin/bash + +SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" +CONTAINER_RESTORE_DIR=/tmp/restore_db_latest + + +if [ -n "$1" ]; then + echo "DIRECTORY PATH TO RESTORE DUMP DATA : $1" +else + echo "First parameter not supplied. Ex : /home/{user}/dump_directory. DIRECTORY PATH TO RESTORE DUMP DATA - ONLY THE FIRST DIRECTORY OF EACH SUBDIRECTORY WILL BE USED . Ex : opensilex-docker-db-2022-11-21 + restore + ├── mongodb + │ └── opensilex-docker-db-2022-11-21 + └── rdf4j + └── opensilex-docker-db-2022-11-21" + exit 1 +fi + +if [ ! -d "$1/mongodb" ]; then + echo "$1/mongodb not exists on your filesystem." + mkdir -p "$1" + exit 0; +fi + +if [ ! -d "$1/rdf4j" ]; then + echo "$1/rdf4j not exists on your filesystem." + mkdir -p "$1" + exit 0; +fi + +if [ ! -d "$DIRECTORY" ] +then + echo "$DIRECTORY exists on your filesystem." +fi + +docker exec -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-mongodb bash -c 'echo $CONTAINER_RESTORE_DIR && rm -rf $CONTAINER_RESTORE_DIR && mkdir -p $CONTAINER_RESTORE_DIR' +docker cp $1/mongodb opensilex-docker-mongodb:$CONTAINER_RESTORE_DIR +echo "Preparing opensilex-docker-mongodb data" +docker exec -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-mongodb bash -c 'mongo ${REPOSITORIES_NAME} --eval "db.dropDatabase()"' +echo "Importing data to opensilex-docker-mongodb " +docker exec -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-mongodb bash -c ' cd $CONTAINER_RESTORE_DIR && files=(*) && echo $CONTAINER_RESTORE_DIR && echo $CONTAINER_RESTORE_DIR/${files[0]} && /usr/bin/mongorestore --numParallelCollections=1 --db=${REPOSITORIES_NAME} $CONTAINER_RESTORE_DIR/${files[0]}/* ' +echo "Importation to opensilex-docker-mongodb done" + +echo "Preparing rdf4j data" +docker exec -u root -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-rdf4j bash -c 'echo $CONTAINER_RESTORE_DIR && rm -rf $CONTAINER_RESTORE_DIR && mkdir -p $CONTAINER_RESTORE_DIR' +echo "Importing data to opensilex-docker-rdf4j " +docker cp $1/rdf4j/* opensilex-docker-rdf4j:$CONTAINER_RESTORE_DIR +# The difference between @ and < , in the curl command, is then that @ makes a +# file get attached in the post as a file upload, +# while the < makes a text field and just get the +# contents for that text field from a file. +docker exec -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-rdf4j bash -c 'curl -vvv -X DELETE http://localhost:8080/rdf4j-server/repositories/${REPOSITORIES_NAME}/statements' +docker exec -i --env-file $SCRIPT_DIR/../opensilex.env opensilex-docker-rdf4j bash -c 'cd $CONTAINER_RESTORE_DIR && files=(*) && echo ${files[0]} && curl -vvv -X POST -H "Content-type:application/x-trig;charset:UTF-8" --data-binary "@${files[0]}" http://localhost:8080/rdf4j-server/repositories/${REPOSITORIES_NAME}/statements' +echo "Done rdf4j" + diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/data.bson b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/data.bson new file mode 100644 index 0000000000000000000000000000000000000000..8443212420986cac00d5dcfca9ff9a38ae4adb2c Binary files /dev/null and b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/data.bson differ diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/data.metadata.json b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/data.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..ad75baa273fd19abc5a9429080e15d4237261bb7 --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/data.metadata.json @@ -0,0 +1 @@ +{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"vitis-explorer-dev.data"},{"v":{"$numberInt":"2"},"unique":true,"key":{"uri":{"$numberInt":"1"}},"name":"uri_1","ns":"vitis-explorer-dev.data"},{"v":{"$numberInt":"2"},"unique":true,"key":{"variable":{"$numberInt":"1"},"provenance":{"$numberInt":"1"},"target":{"$numberInt":"1"},"date":{"$numberInt":"1"}},"name":"variable_1_provenance_1_target_1_date_1","ns":"vitis-explorer-dev.data"},{"v":{"$numberInt":"2"},"key":{"variable":{"$numberInt":"1"},"target":{"$numberInt":"1"},"date":{"$numberInt":"1"}},"name":"variable_1_target_1_date_1","ns":"vitis-explorer-dev.data"},{"v":{"$numberInt":"2"},"key":{"variable":{"$numberInt":"1"},"date":{"$numberInt":"-1"}},"name":"variable_1_date_-1","ns":"vitis-explorer-dev.data"},{"v":{"$numberInt":"2"},"key":{"date":{"$numberInt":"1"}},"name":"date_1","ns":"vitis-explorer-dev.data"},{"v":{"$numberInt":"2"},"key":{"date":{"$numberInt":"-1"}},"name":"date_-1","ns":"vitis-explorer-dev.data"}],"uuid":"b77860d8b8fc492a80d07ef02161273a"} \ No newline at end of file diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/deviceAttribute.bson b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/deviceAttribute.bson new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/deviceAttribute.metadata.json b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/deviceAttribute.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5c2317a606241ff5805ce46773381aa080dd6015 --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/deviceAttribute.metadata.json @@ -0,0 +1 @@ +{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"vitis-explorer-dev.deviceAttribute"},{"v":{"$numberInt":"2"},"unique":true,"key":{"uri":{"$numberInt":"1"}},"name":"uri_1","ns":"vitis-explorer-dev.deviceAttribute"}],"uuid":"232cd65e52364001a3a96cc2a581595a"} \ No newline at end of file diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/file.bson b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/file.bson new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/file.metadata.json b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/file.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..6bebb09405b24bf9c38f2b765e3746e69d9d91dc --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/file.metadata.json @@ -0,0 +1 @@ +{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"vitis-explorer-dev.file"},{"v":{"$numberInt":"2"},"unique":true,"key":{"uri":{"$numberInt":"1"}},"name":"uri_1","ns":"vitis-explorer-dev.file"},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"vitis-explorer-dev.file"},{"v":{"$numberInt":"2"},"unique":true,"key":{"provenance":{"$numberInt":"1"},"target":{"$numberInt":"1"},"date":{"$numberInt":"1"}},"name":"provenance_1_target_1_date_1","ns":"vitis-explorer-dev.file"},{"v":{"$numberInt":"2"},"key":{"target":{"$numberInt":"1"},"date":{"$numberInt":"1"}},"name":"target_1_date_1","ns":"vitis-explorer-dev.file"},{"v":{"$numberInt":"2"},"key":{"date":{"$numberInt":"-1"}},"name":"date_-1","ns":"vitis-explorer-dev.file"},{"v":{"$numberInt":"2"},"key":{"date":{"$numberInt":"1"}},"name":"date_1","ns":"vitis-explorer-dev.file"}],"uuid":"dab79c3eb7a24f21a4bc48054cf2b772"} \ No newline at end of file diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/geospatial.bson b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/geospatial.bson new file mode 100644 index 0000000000000000000000000000000000000000..e925bdafb54b8589547570e86040fd145c5b2806 Binary files /dev/null and b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/geospatial.bson differ diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/geospatial.metadata.json b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/geospatial.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..34d4e8c4db9f82400663b2a0eaacc18b89ebcfe0 --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/geospatial.metadata.json @@ -0,0 +1 @@ +{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"vitis-explorer-dev.geospatial"},{"v":{"$numberInt":"2"},"unique":true,"key":{"uri":{"$numberInt":"1"},"graph":{"$numberInt":"1"}},"name":"uri_1_graph_1","ns":"vitis-explorer-dev.geospatial"},{"v":{"$numberInt":"2"},"key":{"geometry":"2dsphere"},"name":"geometry_2dsphere","ns":"vitis-explorer-dev.geospatial","2dsphereIndexVersion":{"$numberInt":"3"}}],"uuid":"159f6b1086804a2395168b0b763c9fda"} \ No newline at end of file diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/germplasmAttribute.bson b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/germplasmAttribute.bson new file mode 100644 index 0000000000000000000000000000000000000000..5a36d5a5a3fe7e31979dc0add515fcf3ade1aa6e Binary files /dev/null and b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/germplasmAttribute.bson differ diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/germplasmAttribute.metadata.json b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/germplasmAttribute.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..ffbea1ae59fdb8a6b417ca8e7035faa40a0eb20c --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/germplasmAttribute.metadata.json @@ -0,0 +1 @@ +{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"vitis-explorer-dev.germplasmAttribute"},{"v":{"$numberInt":"2"},"unique":true,"key":{"uri":{"$numberInt":"1"}},"name":"uri_1","ns":"vitis-explorer-dev.germplasmAttribute"}],"uuid":"4705c1d296bd46d0b34257f31c3895d4"} \ No newline at end of file diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/provenance.bson b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/provenance.bson new file mode 100644 index 0000000000000000000000000000000000000000..8b4e0c9bc5d3c77b6f965ba89f786b860db9db0d Binary files /dev/null and b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/provenance.bson differ diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/provenance.metadata.json b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/provenance.metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..33ac90a09a27acfdd5eb9e5493e425e4ff49aa9b --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/mongodb/vitis-explorer-dev/provenance.metadata.json @@ -0,0 +1 @@ +{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"vitis-explorer-dev.provenance"},{"v":{"$numberInt":"2"},"unique":true,"key":{"uri":{"$numberInt":"1"}},"name":"uri_1","ns":"vitis-explorer-dev.provenance"}],"uuid":"573ba1fd0bf64d08acc724de4907063f"} \ No newline at end of file diff --git a/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/rdf4j/dump_rdf4j-2023-01-31-base b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/rdf4j/dump_rdf4j-2023-01-31-base new file mode 100644 index 0000000000000000000000000000000000000000..fb9dfe97d263b6c9050a4f4fa979f878331c8503 --- /dev/null +++ b/examples/vitis-explorer/dump_scripts/vitis-explorer-dev/2023-01-31/rdf4j/dump_rdf4j-2023-01-31-base @@ -0,0 +1,33555 @@ +@prefix : <http://purl.org/dc/elements/1.1/> . +@prefix vitis-explorer-factor: <http://vitis-explorer.inrae.fr/set/factor#> . +@prefix oeso: <http://www.opensilex.org/vocabulary/oeso-ext#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix sixtine-arbo: <http://vegetalunit.inrae.fr/arbo/> . +@prefix sixtine-arbo-doc: <http://vegetalunit.inrae.fr/arbo/set/document#> . +@prefix sixtine-vigne-so: <http://vegetalunit.inrae.fr/vigne/set/scientific-object#> . +@prefix sixtine-arbo-so: <http://vegetalunit.inrae.fr/arbo/set/scientific-object#> . +@prefix vitis-explorer-grp: <http://vitis-explorer.inrae.fr/set/group#> . +@prefix sixtine-vigne-expe: <http://vegetalunit.inrae.fr/vigne/set/experiment#> . +@prefix vitis-explorer: <http://vitis-explorer.inrae.fr/> . +@prefix iado: <http://www.opensilex.org/vocabulary/iado#> . +@prefix peco: <http://purl.obolibrary.org/obo/peco.owl#> . +@prefix dcterms: <http://purl.org/dc/terms/#> . +@prefix sixtine-arbo-germplasm: <http://vegetalunit.inrae.fr/arbo/set/germplasm#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/#> . +@prefix sixtine-arbo-device: <http://vegetalunit.inrae.fr/arbo/set/device#> . +@prefix vitis-explorer-infra: <http://vitis-explorer.inrae.fr/set/organization#> . +@prefix vitis-explorer-area: <http://vitis-explorer.inrae.fr/set/area#> . +@prefix vcard: <http://www.w3.org/2006/vcard/ns#> . +@prefix sixtine-vigne-factor: <http://vegetalunit.inrae.fr/vigne/set/factor#> . +@prefix sixtine-vigne-area: <http://vegetalunit.inrae.fr/vigne/set/area#> . +@prefix sixtine-arbo-species: <http://vegetalunit.inrae.fr/arbo/set/germplasms#> . +@prefix sixtine-vigne-grp: <http://vegetalunit.inrae.fr/vigne/set/group#> . +@prefix sixtine-vigne-oowl-ext: <http://vegetalunit.inrae.fr/vigne/set/opensilex-owl-extension#> . +@prefix sixtine-arbo-factor: <http://vegetalunit.inrae.fr/arbo/set/factor#> . +@prefix oeev: <http://www.opensilex.org/vocabulary/oeev#> . +@prefix sixtine-arbo-grp: <http://vegetalunit.inrae.fr/arbo/set/group#> . +@prefix vitis-explorer-so: <http://vitis-explorer.inrae.fr/set/scientific-object#> . +@prefix sesame: <http://www.openrdf.org/schema/sesame#> . +@prefix os-sec: <http://www.opensilex.org/security#> . +@prefix vitis-explorer-germplasm: <http://vitis-explorer.inrae.fr/set/germplasm#> . +@prefix sixtine-arbo-expe: <http://vegetalunit.inrae.fr/arbo/set/experiment#> . +@prefix sixtine-vigne-device: <http://vegetalunit.inrae.fr/vigne/set/device#> . +@prefix sixtine-vigne-usr: <http://vegetalunit.inrae.fr/vigne/set/user#> . +@prefix vitis-explorer-expe: <http://vitis-explorer.inrae.fr/set/experiment#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix fn: <http://www.w3.org/2005/xpath-functions#> . +@prefix vitis-explorer-prj: <http://vitis-explorer.inrae.fr/set/project#> . +@prefix sixtine-arbo-infra: <http://vegetalunit.inrae.fr/arbo/set/organization#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix sixtine-arbo-oowl-ext: <http://vegetalunit.inrae.fr/arbo/set/opensilex-owl-extension#> . +@prefix vitis-explorer-prf: <http://vitis-explorer.inrae.fr/set/profile#> . +@prefix vitis-explorer-device: <http://vitis-explorer.inrae.fr/set/device#> . +@prefix vitis-explorer-species: <http://vitis-explorer.inrae.fr/set/germplasms#> . +@prefix oa: <http://www.w3.org/ns/oa#> . +@prefix vocabulary: <http://www.opensilex.org/vocabulary/oeso#> . +@prefix sixtine-vigne-species: <http://vegetalunit.inrae.fr/vigne/set/germplasms#> . +@prefix oeso-sixtine: <https://sixtine.inrae.fr/ontology#> . +@prefix sixtine-vigne: <http://vegetalunit.inrae.fr/vigne/> . +@prefix vitis-explorer-usr: <http://vitis-explorer.inrae.fr/set/user#> . +@prefix rdf4j: <http://rdf4j.org/schema/rdf4j#> . +@prefix sixtine-vigne-doc: <http://vegetalunit.inrae.fr/vigne/set/document#> . +@prefix org: <http://www.w3.org/ns/org#> . +@prefix sixtine-arbo-usr: <http://vegetalunit.inrae.fr/arbo/set/user#> . +@prefix sixtine-arbo-area: <http://vegetalunit.inrae.fr/arbo/set/area#> . +@prefix vitis-explorer-oowl-ext: <http://vitis-explorer.inrae.fr/set/opensilex-owl-extension#> . +@prefix sixtine-vigne-infra: <http://vegetalunit.inrae.fr/vigne/set/organization#> . +@prefix sixtine-vigne-prj: <http://vegetalunit.inrae.fr/vigne/set/project#> . +@prefix sixtine-vigne-germplasm: <http://vegetalunit.inrae.fr/vigne/set/germplasm#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix sixtine-vigne-prf: <http://vegetalunit.inrae.fr/vigne/set/profile#> . +@prefix sixtine-arbo-prf: <http://vegetalunit.inrae.fr/arbo/set/profile#> . +@prefix vitis-explorer-doc: <http://vitis-explorer.inrae.fr/set/document#> . +@prefix time: <http://www.w3.org/2006/time#> . +@prefix sixtine-arbo-prj: <http://vegetalunit.inrae.fr/arbo/set/project#> . +@prefix agrovoc: <http://aims.fao.org/aos/agrovoc/factors#> . +@prefix dc: <http://purl.org/dc/terms/> . + +<http://www.opensilex.org/security> { + os-sec:hasLanguage a owl:DatatypeProperty; + rdfs:label "langue"@fr, "lang"@en; + rdfs:subPropertyOf owl:topDataProperty . + + <http://www.opensilex.org/security> a owl:Ontology; + rdfs:label "OpenSILEX - Security"@en; + rdfs:comment """INRAE MISTEA + Copyright © - INRAE - 2020 + This Ontology is licensed by CC 4.0 (http://creativecommons.org/licenses/by-sa/4.0/legalcode)"""; + owl:versionInfo "Version 1.0 (2020-04-01) created by INRAE"; + :creator "Vincent Migot, Anne Tireau,Pascal Neveu (INRAE Montpellier)" . + + <http://xmlns.com/foaf/0.1/Agent> a owl:Class; + rdfs:label "Agent"@fr; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-80B75EF1DF7BA05DC6F0614042680BCC, + _:genid-9680bf0f7dd24180a40001ce163fefba-7A9CC324840DB267785A3076FAD37564, _:genid-9680bf0f7dd24180a40001ce163fefba-163A391F6A612B3A8AAED3AC2C141D94, + _:genid-9680bf0f7dd24180a40001ce163fefba-090DA92438ED0E277ACF41BA2AB0E9AD, _:genid-9680bf0f7dd24180a40001ce163fefba-12B29922D3054E875EB97232BB2E1442, + _:genid-9680bf0f7dd24180a40001ce163fefba-333FB6063D3CB6AD5C5743650B5589DC . + + _:genid-9680bf0f7dd24180a40001ce163fefba-80B75EF1DF7BA05DC6F0614042680BCC a owl:Restriction; + owl:onDataRange xsd:boolean; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty os-sec:isAdmin . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7A9CC324840DB267785A3076FAD37564 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty os-sec:hasPasswordHash . + + _:genid-9680bf0f7dd24180a40001ce163fefba-163A391F6A612B3A8AAED3AC2C141D94 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty os-sec:hasLanguage . + + _:genid-9680bf0f7dd24180a40001ce163fefba-090DA92438ED0E277ACF41BA2AB0E9AD a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty <http://xmlns.com/foaf/0.1/mbox>; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-12B29922D3054E875EB97232BB2E1442 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty <http://xmlns.com/foaf/0.1/lastName>; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-333FB6063D3CB6AD5C5743650B5589DC a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty <http://xmlns.com/foaf/0.1/firstName>; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + os-sec:Profile a owl:Class; + rdfs:label "Profile"@en, "Profil"@fr . + + os-sec:hasPasswordHash a owl:DatatypeProperty; + rdfs:label "empreinte de mot de passe"@fr, "password hash"@en . + + os-sec:Group a owl:Class; + rdfs:label "Group"@en, "Groupe"@fr . + + os-sec:isAdmin a owl:DatatypeProperty; + rdfs:label "est administrateur"@fr, "is admin"@en . + + os-sec:GroupUserProfile a owl:Class; + rdfs:label "User profile"@en, "Profil utilisateur"@fr . +} + +<http://www.opensilex.org/vocabulary/oeso> { + rdf:type a owl:DatatypeProperty; + rdfs:label "Type"@en, "Type"@fr . + + owl:DatatypeProperty a owl:Class . + + rdfs:label a owl:DatatypeProperty, owl:NamedIndividual; + rdfs:label "Name"@en, "Nom"@fr . + + rdfs:comment a owl:DatatypeProperty, owl:NamedIndividual; + rdfs:label "Description"@en, "Description"@fr . + + :creator a owl:NamedIndividual; + rdfs:label "Creator"@en; + rdfs:comment "An entity primarily responsible for making the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#creator-006>; + dc:description "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."@en . + + <http://xmlns.com/foaf/0.1/Agent> a owl:Class . + + os-sec:Profile a owl:Class; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-FEC0F6DF12FB23305916F0D736613B1D, + _:genid-9680bf0f7dd24180a40001ce163fefba-9E2EE8A12BCE8E37DDCC0DCDEC1DD9CF, _:genid-9680bf0f7dd24180a40001ce163fefba-1669C5E04AC6ACED3F7D0E7DD71FF246 . + + os-sec:Group a owl:Class; + rdfs:label "Group"@en, "Groupe"@fr; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-B45BBAC2F3665AFD5EF18A7F113BB5EB, + _:genid-9680bf0f7dd24180a40001ce163fefba-157A793BC15A489276ABA1D00E29928E, _:genid-9680bf0f7dd24180a40001ce163fefba-FDAD1B10B751EC0D97566EFE4667AA5E . + + os-sec:GroupUserProfile a owl:Class; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-D11C59436A9C9C0793552E2993011656, + _:genid-9680bf0f7dd24180a40001ce163fefba-186BC15628B5B001280184592687A968 . + + <http://www.opensilex.org/vocabulary/oeso> a owl:Ontology; + rdfs:label """OpenSILEX ontology's +OESO"""; + rdfs:comment """INRA MISTEA + Copyright © - INRA - 2014 - 2021 + The Object Ontology is licensed by CC 4.0 (http://creativecommons.org/licenses/by/4.0/legalcode)""", + "Authors : Anne TIREAU, Llorenç CABRERA-BOSQUET, Morgane VIDAL, Pascal NEVEU"; + owl:versionInfo "Version 3.2.1 (2021-10-20) created by INRAE", "New version of 3.0.2 release http://www.phenome-fppn.fr/vocabulary/2018/oepo"; + rdfs:seeAlso "http://www.phenome-fppn.fr/vocabulary/2018/oepo"; + owl:versionIRI <http://www.opensilex.org/vocabulary/oeso> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FEC0F6DF12FB23305916F0D736613B1D a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty rdfs:label; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9E2EE8A12BCE8E37DDCC0DCDEC1DD9CF a owl:Restriction; + owl:onProperty vocabulary:hasFactorLevel; + owl:onClass vocabulary:FactorLevel . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1669C5E04AC6ACED3F7D0E7DD71FF246 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty os-sec:hasCredential . + + <http://purl.org/dc/elements/1.1/> dc:modified "2012-06-14"^^xsd:date; + dc:title "Dublin Core Metadata Element Set, Version 1.1"@en; + dc:publisher <http://purl.org/dc/aboutdcmi#DCMI> . + + dc:modified a owl:AnnotationProperty . + + xsd:date a rdfs:Datatype . + + <http://www.w3.org/2004/02/skos/core#note> a owl:AnnotationProperty . + + dc:issued a owl:AnnotationProperty . + + dc:hasVersion a owl:AnnotationProperty . + + dc:description a owl:AnnotationProperty . + + <http://xmlns.com/foaf/0.1/mbox> a owl:DatatypeProperty . + + <http://xmlns.com/foaf/0.1/lastName> a owl:DatatypeProperty . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B45BBAC2F3665AFD5EF18A7F113BB5EB a owl:Restriction; + owl:onProperty os-sec:hasUserProfile; + owl:onClass os-sec:GroupUserProfile . + + _:genid-9680bf0f7dd24180a40001ce163fefba-157A793BC15A489276ABA1D00E29928E a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty rdfs:label; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FDAD1B10B751EC0D97566EFE4667AA5E a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty :description; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-D11C59436A9C9C0793552E2993011656 a owl:Restriction; + owl:onProperty os-sec:hasUser; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass <http://xmlns.com/foaf/0.1/Agent> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-186BC15628B5B001280184592687A968 a owl:Restriction; + owl:onProperty os-sec:hasProfile; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass os-sec:Profile . + + <http://xmlns.com/foaf/0.1/firstName> a owl:DatatypeProperty . + + <http://xmlns.com/foaf/0.1/homepage> a owl:DatatypeProperty . + + :description a owl:DatatypeProperty, owl:NamedIndividual; + rdfs:label "Description"@en; + rdfs:comment "An account of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#description-006>; + dc:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en . + + :title a owl:DatatypeProperty, owl:NamedIndividual; + rdfs:label "Title"@en; + rdfs:comment "A name given to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#title-006> . + + <http://xmlns.com/foaf/0.1/Organization> a owl:Class, owl:NamedIndividual; + rdfs:comment "The Organization class represents a kind of Agent corresponding to social instititutions such as companies, societies etc."@en; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + vocabulary:ExperimentalCondition a owl:Class, owl:NamedIndividual; + rdfs:label "contexte expérimental"@fr, "experimental context"@en; + rdfs:comment "A set of environmental conditions, infrastructure and supporting equipment or resources necessary to conduct a given experiment and in which plants, plots or group of plants are raised"@en; + :source "skos:closeMatch http://www.ontobee.org/ontology/rdf/PECO?iri=http://purl.obolibrary.org/obo/PECO_0007359" . + + :date a owl:NamedIndividual; + rdfs:label "Date"@en; + rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#date-006>; + dc:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en . + + vcard:Address a owl:Class . +} + +<http://www.w3.org/2002/07/owl> { + owl:DatatypeProperty a rdfs:Class; + rdfs:label "DatatypeProperty"; + rdfs:comment "The class of data properties."; + rdfs:subClassOf rdf:Property; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:topDataProperty a owl:DatatypeProperty; + rdfs:label "topDataProperty"; + rdfs:comment "The data property that relates every individual to every data value."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Literal; + rdfs:domain owl:Thing . + + owl:Ontology a rdfs:Class; + rdfs:label "Ontology"; + rdfs:comment "The class of ontologies."; + rdfs:subClassOf rdfs:Resource; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:versionInfo a owl:AnnotationProperty; + rdfs:label "versionInfo"; + rdfs:comment "The annotation property that provides version information for an ontology or another OWL construct."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:Class a rdfs:Class; + rdfs:label "Class"; + rdfs:comment "The class of OWL classes."; + rdfs:subClassOf rdfs:Class; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:NamedIndividual a rdfs:Class; + rdfs:label "NamedIndividual"; + rdfs:comment "The class of named individuals."; + rdfs:subClassOf owl:Thing; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + <http://www.w3.org/2002/07/owl> a owl:Ontology; + rdfs:comment """ + This ontology partially describes the built-in classes and + properties that together form the basis of the RDF/XML syntax of OWL 2. + The content of this ontology is based on Tables 6.1 and 6.2 + in Section 6.4 of the OWL 2 RDF-Based Semantics specification, + available at http://www.w3.org/TR/owl2-rdf-based-semantics/. + Please note that those tables do not include the different annotations + (labels, comments and rdfs:isDefinedBy links) used in this file. + Also note that the descriptions provided in this ontology do not + provide a complete and correct formal description of either the syntax + or the semantics of the introduced terms (please see the OWL 2 + recommendations for the complete and normative specifications). + Furthermore, the information provided by this ontology may be + misleading if not used with care. This ontology SHOULD NOT be imported + into OWL ontologies. Importing this file into an OWL 2 DL ontology + will cause it to become an OWL 2 Full ontology and may have other, + unexpected, consequences. + """; + owl:versionInfo "$Date: 2009/11/15 10:54:12 $"; + rdfs:isDefinedBy <http://www.w3.org/TR/owl2-syntax/>, <http://www.w3.org/TR/owl2-mapping-to-rdf/>, + <http://www.w3.org/TR/owl2-rdf-based-semantics/>; + :title "The OWL 2 Schema vocabulary (OWL 2)"; + rdfs:seeAlso <http://www.w3.org/TR/owl2-rdf-based-semantics/#table-axiomatic-properties>, + <http://www.w3.org/TR/owl2-rdf-based-semantics/#table-axiomatic-classes>; + owl:versionIRI <http://www.w3.org/2002/07/owl>; + owl:imports <http://www.w3.org/2000/01/rdf-schema>; + <http://www.w3.org/2003/g/data-view#namespaceTransformation> <http://dev.w3.org/cvsweb/2009/owl-grddl/owx2rdf.xsl> . + + owl:Thing a owl:Class; + rdfs:label "Thing"; + rdfs:comment "The class of OWL individuals."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:onDataRange a rdf:Property; + rdfs:label "onDataRange"; + rdfs:comment "The property that determines the data range that a qualified data cardinality restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Datatype; + rdfs:domain owl:Restriction . + + owl:Restriction a rdfs:Class; + rdfs:label "Restriction"; + rdfs:comment "The class of property restrictions."; + rdfs:subClassOf owl:Class; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:maxQualifiedCardinality a rdf:Property; + rdfs:label "maxQualifiedCardinality"; + rdfs:comment "The property that determines the cardinality of a maximum qualified cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:onProperty a rdf:Property; + rdfs:label "onProperty"; + rdfs:comment "The property that determines the property that a property restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:Property; + rdfs:domain owl:Restriction . + + owl:AnnotationProperty a rdfs:Class; + rdfs:label "AnnotationProperty"; + rdfs:comment "The class of annotation properties."; + rdfs:subClassOf rdf:Property; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:qualifiedCardinality a rdf:Property; + rdfs:label "qualifiedCardinality"; + rdfs:comment "The property that determines the cardinality of an exact qualified cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:ObjectProperty a rdfs:Class; + rdfs:label "ObjectProperty"; + rdfs:comment "The class of object properties."; + rdfs:subClassOf rdf:Property; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:InverseFunctionalProperty a rdfs:Class; + rdfs:label "InverseFunctionalProperty"; + rdfs:comment "The class of inverse-functional properties."; + rdfs:subClassOf owl:ObjectProperty; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:FunctionalProperty a rdfs:Class; + rdfs:label "FunctionalProperty"; + rdfs:comment "The class of functional properties."; + rdfs:subClassOf rdf:Property; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:inverseOf a rdf:Property; + rdfs:label "inverseOf"; + rdfs:comment "The property that determines that two given properties are inverse."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:ObjectProperty; + rdfs:domain owl:ObjectProperty . + + owl:disjointWith a rdf:Property; + rdfs:label "disjointWith"; + rdfs:comment "The property that determines that two given classes are disjoint."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Class; + rdfs:domain owl:Class . + + owl:equivalentClass a rdf:Property; + rdfs:label "equivalentClass"; + rdfs:comment "The property that determines that two given classes are equivalent, and that is used to specify datatype definitions."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Class; + rdfs:domain rdfs:Class . + + owl:equivalentProperty a rdf:Property; + rdfs:label "equivalentProperty"; + rdfs:comment "The property that determines that two given properties are equivalent."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:Property; + rdfs:domain rdf:Property . + + owl:intersectionOf a rdf:Property; + rdfs:label "intersectionOf"; + rdfs:comment "The property that determines the collection of classes or data ranges that build an intersection."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Class . + + owl:deprecated a owl:AnnotationProperty; + rdfs:label "deprecated"; + rdfs:comment "The annotation property that indicates that a given entity has been deprecated."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:someValuesFrom a rdf:Property; + rdfs:label "someValuesFrom"; + rdfs:comment "The property that determines the class that an existential property restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Class; + rdfs:domain owl:Restriction . + + owl:maxCardinality a rdf:Property; + rdfs:label "maxCardinality"; + rdfs:comment "The property that determines the cardinality of a maximum cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . +} + +<http://www.opensilex.org/vocabulary/oeev> { + :creator a owl:AnnotationProperty . +} + +<https://www.opensilex.org/vocabulary/oeso-sixtine> { + :creator a owl:AnnotationProperty . + + <http://xmlns.com/foaf/0.1/Organization> a owl:Class; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + vocabulary:ExperimentalCondition a owl:Class . +} + +<http://xmlns.com/foaf/0.1/> { + <http://xmlns.com/foaf/0.1/Agent> a owl:Class, rdfs:Class; + rdfs:label "Agent"; + rdfs:comment "An agent (eg. person, group, software or physical artifact)."; + owl:equivalentClass dc:Agent; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/mbox> a rdf:Property, owl:ObjectProperty, owl:InverseFunctionalProperty; + rdfs:label "personal mailbox"; + rdfs:comment "A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/lastName> a owl:DatatypeProperty, rdf:Property; + rdfs:label "lastName"; + rdfs:comment "The last name of a person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/firstName> a owl:DatatypeProperty, rdf:Property; + rdfs:label "firstName"; + rdfs:comment "The first name of a person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/homepage> a rdf:Property, owl:ObjectProperty, owl:InverseFunctionalProperty; + rdfs:label "homepage"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/isPrimaryTopicOf>, <http://xmlns.com/foaf/0.1/page>; + rdfs:comment "A homepage for some thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + :description a owl:AnnotationProperty . + + :title a owl:AnnotationProperty . + + <http://xmlns.com/foaf/0.1/Organization> a owl:Class, rdfs:Class; + rdfs:label "Organization"; + rdfs:comment "An organization."; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent>; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + owl:disjointWith <http://xmlns.com/foaf/0.1/Person>, <http://xmlns.com/foaf/0.1/Document>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + :date a owl:AnnotationProperty . + + owl:Thing rdfs:label "Thing" . + + rdfs:Class a owl:Class . + + <http://xmlns.com/foaf/0.1/> a owl:Ontology; + :description "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language."; + :title "Friend of a Friend (FOAF) vocabulary" . + + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> a owl:AnnotationProperty . + + <http://xmlns.com/foaf/0.1/Person> a owl:Class, rdfs:Class; + rdfs:label "Person"; + rdfs:comment "A person."; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent>, <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing>; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + owl:disjointWith <http://xmlns.com/foaf/0.1/Organization>, <http://xmlns.com/foaf/0.1/Project>; + owl:equivalentClass <http://schema.org/Person>, <http://www.w3.org/2000/10/swap/pim/contact#Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/knows> a rdf:Property, owl:ObjectProperty; + rdfs:label "knows"; + rdfs:comment "A person known by this person (indicating some level of reciprocated interaction between the parties)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Person>; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> a owl:Class; + rdfs:label "Spatial Thing" . + + <http://xmlns.com/foaf/0.1/Project> a owl:Class, rdfs:Class; + rdfs:label "Project"; + rdfs:comment "A project (a collective endeavour of some kind)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + owl:disjointWith <http://xmlns.com/foaf/0.1/Person>, <http://xmlns.com/foaf/0.1/Document>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/icqChatID> a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "ICQ chat ID"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/nick>; + rdfs:comment "An ICQ chat ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/nick> a owl:DatatypeProperty, rdf:Property; + rdfs:label "nickname"; + rdfs:comment "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/birthday> a owl:DatatypeProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "birthday"; + rdfs:comment "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/givenname> a owl:DatatypeProperty, rdf:Property; + rdfs:label "Given name"; + rdfs:comment "The given name of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + <http://xmlns.com/foaf/0.1/focus> a rdf:Property, owl:ObjectProperty; + rdfs:label "focus"; + rdfs:comment "The underlying or 'focal' entity associated with some SKOS-described concept."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://www.w3.org/2004/02/skos/core#Concept>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://www.w3.org/2004/02/skos/core#Concept> rdfs:label "Concept" . + + <http://xmlns.com/foaf/0.1/accountServiceHomepage> a rdf:Property, owl:ObjectProperty; + rdfs:label "account service homepage"; + rdfs:comment "Indicates a homepage of the service provide for this online account."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/OnlineAccount>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/Document> a owl:Class, rdfs:Class; + rdfs:label "Document"; + rdfs:comment "A document."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + owl:disjointWith <http://xmlns.com/foaf/0.1/Organization>, <http://xmlns.com/foaf/0.1/Project>; + owl:equivalentClass <http://schema.org/CreativeWork>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/OnlineAccount> a owl:Class, rdfs:Class; + rdfs:label "Online Account"; + rdfs:comment "An online account."; + rdfs:subClassOf owl:Thing; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/isPrimaryTopicOf> a rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "is primary topic of"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/page>; + rdfs:comment "A document that this thing is the primary topic of."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain owl:Thing; + owl:inverseOf <http://xmlns.com/foaf/0.1/primaryTopic>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/page> a rdf:Property, owl:ObjectProperty; + rdfs:label "page"; + rdfs:comment "A page or document about this thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain owl:Thing; + owl:inverseOf <http://xmlns.com/foaf/0.1/topic>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/primaryTopic> a rdf:Property, owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "primary topic"; + rdfs:comment "The primary topic of some page or document."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://xmlns.com/foaf/0.1/Document>; + owl:inverseOf <http://xmlns.com/foaf/0.1/isPrimaryTopicOf>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/topic> a rdf:Property, owl:ObjectProperty; + rdfs:label "topic"; + rdfs:comment "A topic of some page or document."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://xmlns.com/foaf/0.1/Document>; + owl:inverseOf <http://xmlns.com/foaf/0.1/page>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/depicts> a rdf:Property, owl:ObjectProperty; + rdfs:label "depicts"; + rdfs:comment "A thing depicted in this representation."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://xmlns.com/foaf/0.1/Image>; + owl:inverseOf <http://xmlns.com/foaf/0.1/depiction>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/Image> a owl:Class, rdfs:Class; + rdfs:label "Image"; + rdfs:comment "An image."; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Document>; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + owl:equivalentClass <http://schema.org/ImageObject>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/depiction> a rdf:Property, owl:ObjectProperty; + rdfs:label "depiction"; + rdfs:comment "A depiction of some thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Image>; + rdfs:domain owl:Thing; + owl:inverseOf <http://xmlns.com/foaf/0.1/depicts>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/phone> a rdf:Property, owl:ObjectProperty; + rdfs:label "phone"; + rdfs:comment "A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/openid> a rdf:Property, owl:ObjectProperty, owl:InverseFunctionalProperty; + rdfs:label "openid"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/isPrimaryTopicOf>; + rdfs:comment "An OpenID for an Agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/givenName> a owl:DatatypeProperty, rdf:Property; + rdfs:label "Given name"; + rdfs:comment "The given name of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/account> a rdf:Property, owl:ObjectProperty; + rdfs:label "account"; + rdfs:comment "Indicates an account held by this agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/OnlineAccount>; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/skypeID> a owl:DatatypeProperty, rdf:Property; + rdfs:label "Skype ID"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/nick>; + rdfs:comment "A Skype ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/OnlineEcommerceAccount> a owl:Class, rdfs:Class; + rdfs:label "Online E-commerce Account"; + rdfs:comment "An online e-commerce account."; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/OnlineAccount>; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/membershipClass> a rdf:Property, owl:AnnotationProperty; + rdfs:label "membershipClass"; + rdfs:comment "Indicates the class of individuals that are a member of a Group"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/yahooChatID> a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "Yahoo chat ID"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/nick>; + rdfs:comment "A Yahoo chat ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/wot/0.1/assurance> a owl:AnnotationProperty . + + <http://xmlns.com/foaf/0.1/topic_interest> a rdf:Property, owl:ObjectProperty; + rdfs:label "topic_interest"; + rdfs:comment "A thing of interest to this person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/dnaChecksum> a owl:DatatypeProperty, rdf:Property; + rdfs:label "DNA checksum"; + rdfs:comment "A checksum for the DNA of some thing. Joke."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + <http://xmlns.com/foaf/0.1/gender> a owl:DatatypeProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "gender"; + rdfs:comment "The gender of this Agent (typically but not necessarily 'male' or 'female')."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/mbox_sha1sum> a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "sha1sum of a personal mailbox URI name"; + rdfs:comment "The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/logo> a rdf:Property, owl:ObjectProperty, owl:InverseFunctionalProperty; + rdfs:label "logo"; + rdfs:comment "A logo representing some thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/img> a rdf:Property, owl:ObjectProperty; + rdfs:label "image"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/depiction>; + rdfs:comment "An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Image>; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/fundedBy> a rdf:Property, owl:ObjectProperty; + rdfs:label "funded by"; + rdfs:comment "An organization funding a project or person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + <http://xmlns.com/foaf/0.1/interest> a rdf:Property, owl:ObjectProperty; + rdfs:label "interest"; + rdfs:comment "A page about a topic of interest to this person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/familyName> a owl:DatatypeProperty, rdf:Property; + rdfs:label "familyName"; + rdfs:comment "The family name of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/status> a owl:DatatypeProperty, rdf:Property; + rdfs:label "status"; + rdfs:comment "A string expressing what the user is happy for the general public (normally) to know about their current activity."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/msnChatID> a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "MSN chat ID"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/nick>; + rdfs:comment "An MSN chat ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/sha1> a owl:DatatypeProperty, rdf:Property; + rdfs:label "sha1sum (hex)"; + rdfs:comment "A sha1sum hash, in hex."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:domain <http://xmlns.com/foaf/0.1/Document>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/PersonalProfileDocument> a owl:Class, rdfs:Class; + rdfs:label "PersonalProfileDocument"; + rdfs:comment "A personal profile RDF document."; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Document>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/workInfoHomepage> a rdf:Property, owl:ObjectProperty; + rdfs:label "work info homepage"; + rdfs:comment "A work info homepage of some person; a page about their work for some organization."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/currentProject> a rdf:Property, owl:ObjectProperty; + rdfs:label "current project"; + rdfs:comment "A current project this person works on."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/schoolHomepage> a rdf:Property, owl:ObjectProperty; + rdfs:label "schoolHomepage"; + rdfs:comment "A homepage of a school attended by the person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/holdsAccount> a rdf:Property, owl:ObjectProperty; + rdfs:label "account"; + rdfs:comment "Indicates an account held by this agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/OnlineAccount>; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + <http://xmlns.com/foaf/0.1/maker> a rdf:Property, owl:ObjectProperty; + rdfs:label "maker"; + rdfs:comment "An agent that made this thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain owl:Thing; + owl:inverseOf <http://xmlns.com/foaf/0.1/made>; + owl:equivalentProperty dc:creator; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/made> a rdf:Property, owl:ObjectProperty; + rdfs:label "made"; + rdfs:comment "Something that was made by this agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + owl:inverseOf <http://xmlns.com/foaf/0.1/maker>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/pastProject> a rdf:Property, owl:ObjectProperty; + rdfs:label "past project"; + rdfs:comment "A project this person has previously worked on."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/OnlineChatAccount> a owl:Class, rdfs:Class; + rdfs:label "Online Chat Account"; + rdfs:comment "An online chat account."; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/OnlineAccount>; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/jabberID> a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "jabber ID"; + rdfs:comment "A jabber ID for something."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/accountName> a owl:DatatypeProperty, rdf:Property; + rdfs:label "account name"; + rdfs:comment "Indicates the name (identifier) associated with this online account."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/OnlineAccount>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/name> a owl:DatatypeProperty, rdf:Property; + rdfs:label "name"; + rdfs:subPropertyOf rdfs:label; + rdfs:comment "A name for some thing."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/tipjar> a rdf:Property, owl:ObjectProperty; + rdfs:label "tipjar"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/page>; + rdfs:comment "A tipjar document for this agent, describing means for payment and reward."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/wot/0.1/src_assurance> a owl:AnnotationProperty . + + <http://xmlns.com/foaf/0.1/age> a owl:DatatypeProperty, rdf:Property, owl:FunctionalProperty; + rdfs:label "age"; + rdfs:comment "The age in years of some agent."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/myersBriggs> a owl:DatatypeProperty, rdf:Property; + rdfs:label "myersBriggs"; + rdfs:comment "A Myers Briggs (MBTI) personality classification."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/OnlineGamingAccount> a owl:Class, rdfs:Class; + rdfs:label "Online Gaming Account"; + rdfs:comment "An online gaming account."; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/OnlineAccount>; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/workplaceHomepage> a rdf:Property, owl:ObjectProperty; + rdfs:label "workplace homepage"; + rdfs:comment "A workplace homepage of some person; the homepage of an organization they work for."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/weblog> a rdf:Property, owl:ObjectProperty, owl:InverseFunctionalProperty; + rdfs:label "weblog"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/page>; + rdfs:comment "A weblog of some thing (whether person, group, company etc.)."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/title> a owl:DatatypeProperty, rdf:Property; + rdfs:label "title"; + rdfs:comment "Title (Mr, Mrs, Ms, Dr. etc)"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/thumbnail> a rdf:Property, owl:ObjectProperty; + rdfs:label "thumbnail"; + rdfs:comment "A derived thumbnail image."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Image>; + rdfs:domain <http://xmlns.com/foaf/0.1/Image>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/LabelProperty> a owl:Class, rdfs:Class; + rdfs:label "Label Property"; + rdfs:comment "A foaf:LabelProperty is any RDF property with texual values that serve as labels."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "unstable" . + + <http://xmlns.com/foaf/0.1/based_near> a rdf:Property, owl:ObjectProperty; + rdfs:label "based near"; + rdfs:comment "A location that something is based near, for some broadly human notion of near."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing>; + rdfs:domain <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/surname> a owl:DatatypeProperty, rdf:Property; + rdfs:label "Surname"; + rdfs:comment "The surname of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + <http://xmlns.com/foaf/0.1/plan> a owl:DatatypeProperty, rdf:Property; + rdfs:label "plan"; + rdfs:comment "A .plan comment, in the tradition of finger and '.plan' files."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/aimChatID> a owl:DatatypeProperty, rdf:Property, owl:InverseFunctionalProperty; + rdfs:label "AIM chat ID"; + rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/nick>; + rdfs:comment "An AIM chat ID"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . + + <http://xmlns.com/foaf/0.1/Group> a owl:Class, rdfs:Class; + rdfs:label "Group"; + rdfs:comment "A class of Agents."; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/geekcode> a owl:DatatypeProperty, rdf:Property; + rdfs:label "geekcode"; + rdfs:comment "A textual geekcode for this person, see http://www.geekcode.com/geek.html"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + <http://xmlns.com/foaf/0.1/family_name> a owl:DatatypeProperty, rdf:Property; + rdfs:label "family_name"; + rdfs:comment "The family name of some person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range rdfs:Literal; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + <http://xmlns.com/foaf/0.1/member> a rdf:Property, owl:ObjectProperty . +} + +<http://purl.org/dc/terms/> { + dc:modified a rdf:Property; + rdfs:label "Date Modified"@en; + rdfs:subPropertyOf :date, dc:date; + rdfs:comment "Date on which the resource was changed."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en; + rdfs:range rdfs:Literal . + + dc:issued a rdf:Property; + rdfs:label "Date Issued"@en; + rdfs:subPropertyOf :date, dc:date; + rdfs:comment "Date of formal issuance of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en; + rdfs:range rdfs:Literal . + + dc:hasVersion a rdf:Property; + rdfs:label "Has Version"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of."@en . + + dc:description a rdf:Property; + rdfs:label "Description"@en; + rdfs:subPropertyOf :description; + rdfs:comment "An account of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en . + + dc:Agent a rdfs:Class, dc:AgentClass; + rdfs:label "Agent"@en; + rdfs:comment "A resource that acts or has the power to act."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:creator a rdf:Property; + rdfs:label "Creator"@en; + rdfs:subPropertyOf :creator, dc:contributor; + rdfs:comment "An entity responsible for making the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided."@en; + owl:equivalentProperty <http://xmlns.com/foaf/0.1/maker>; + <http://purl.org/dc/dcam/rangeIncludes> dc:Agent . +} + +<http://www.w3.org/ns/oa> { + dc:modified a owl:AnnotationProperty . + + :title a owl:AnnotationProperty . + + rdfs:Resource a owl:Class . + + <http://xmlns.com/foaf/0.1/Person> a owl:Class . + + <http://www.w3.org/2004/02/skos/core#Concept> a owl:Class . + + dc:creator a owl:AnnotationProperty . + + <http://xmlns.com/foaf/0.1/name> a owl:AnnotationProperty . +} + +<http://www.w3.org/2006/vcard/ns> { + vcard:Address a owl:Class; + rdfs:label "Address"@en; + rdfs:comment "To specify the components of the delivery address for the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentClass _:genid-9680bf0f7dd24180a40001ce163fefba-B266EAB65221079BD408C5D828065A2D . +} + +<http://xmlns.com/foaf/0.1/> { + <http://xmlns.com/foaf/0.1/member> rdfs:label "member"; + rdfs:comment "Indicates a member of a Group"; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain <http://xmlns.com/foaf/0.1/Group>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" . + + <http://xmlns.com/foaf/0.1/theme> a rdf:Property, owl:ObjectProperty; + rdfs:label "theme"; + rdfs:comment "A theme."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "archaic" . + + <http://xmlns.com/foaf/0.1/publications> a rdf:Property, owl:ObjectProperty; + rdfs:label "publications"; + rdfs:comment "A link to the publications of this person."; + rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/>; + rdfs:range <http://xmlns.com/foaf/0.1/Document>; + rdfs:domain <http://xmlns.com/foaf/0.1/Person>; + <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" . +} + +<http://www.opensilex.org/vocabulary/oeev> { + <http://www.opensilex.org/vocabulary/oeev> a owl:Ontology; + rdfs:label "OpenSILEX - Ontology of Experimental Events (OEEv)"@en; + rdfs:comment """INRA MISTEA +Copyright © - INRA - 2014 - 2019 +The event Ontology is licensed by CC 4.0 (http://creativecommons.org/licenses/by-sa/4.0/legalcode)"""; + owl:versionInfo "Version 3.0 (2019-01-16) created by INRA"; + :creator "Anne Tireau, Llorenç Cabrera-Bosquet, Pascal Neveu (INRA Montpellier)" . +} + +<http://purl.org/dc/terms/> { + <http://purl.org/dc/terms/> dc:modified "2012-06-14"^^xsd:date; + dc:title "DCMI Metadata Terms - other"@en; + dc:publisher <http://purl.org/dc/aboutdcmi#DCMI> . + + dc:contributor a rdf:Property; + rdfs:label "Contributor"@en; + rdfs:subPropertyOf :contributor; + rdfs:comment "An entity responsible for making contributions to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "The guidelines for using names of persons or organizations as creators apply to contributors."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Agent . + + dc:AgentClass a rdfs:Class; + rdfs:label "Agent Class"@en; + rdfs:comment "A group of agents."@en; + rdfs:subClassOf rdfs:Class; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . +} + +<http://www.w3.org/2006/vcard/ns> { + vcard:photo a owl:ObjectProperty; + rdfs:label "photo"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasPhoto . + + <http://www.w3.org/2006/vcard/ns> a owl:Ontology; + rdfs:label "Ontology for vCard"@en; + rdfs:comment "Ontology for vCard based on RFC6350"@en; + owl:versionInfo "Final"@en . + + vcard:hasPhoto a owl:ObjectProperty; + rdfs:label "has photo"@en; + rdfs:comment "To specify an image or photograph information that annotates some aspect of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:photo . + + vcard:Friend a owl:Class; + rdfs:label "Friend"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:RelatedType a owl:Class; + rdfs:label "Relation Type"@en; + rdfs:comment "Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Colleague a owl:Class; + rdfs:label "Colleague"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasCountryName a owl:ObjectProperty; + rdfs:label "has country name"@en; + rdfs:comment "Used to support property parameters for the country name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Msg a owl:Class; + rdfs:label "Msg"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:TelephoneType a owl:Class; + rdfs:label "Phone"@en; + rdfs:comment "Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Coresident a owl:Class; + rdfs:label "Coresident"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:n a owl:ObjectProperty; + rdfs:label "name"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasName . + + vcard:hasName a owl:ObjectProperty; + rdfs:label "has name"@en; + rdfs:comment "To specify the components of the name of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range vcard:Name; + owl:equivalentProperty vcard:n . + + vcard:Name a owl:Class; + rdfs:label "Name"@en; + rdfs:comment "To specify the components of the name of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentClass _:genid-9680bf0f7dd24180a40001ce163fefba-3D2D81977B9865AA4925D4AB97A0EB11 . + + vcard:hasAddress a owl:ObjectProperty; + rdfs:label "has address"@en; + rdfs:comment "To specify the components of the delivery address for the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range vcard:Address . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B266EAB65221079BD408C5D828065A2D a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-A043A431BBC0870BD514990F46CF2A4D . + + vcard:hasRegion a owl:ObjectProperty; + rdfs:label "has region"@en; + rdfs:comment "Used to support property parameters for the region data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Neighbor a owl:Class; + rdfs:label "Neighbor"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Coworker a owl:Class; + rdfs:label "Coworker"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Me a owl:Class; + rdfs:label "Me"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:None a owl:Class; + rdfs:label "None"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Gender a owl:Class; + rdfs:label "Gender"@en; + rdfs:comment "Used for gender codes. The URI of the gender code must be used as the value for Gender."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:family-name a owl:DatatypeProperty; + rdfs:label "family name"@en; + rdfs:comment "The family name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:hasUID a owl:ObjectProperty; + rdfs:label "has uid"@en; + rdfs:comment "To specify a value that represents a globally unique identifier corresponding to the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Organization a owl:Class; + rdfs:label "Organization"@en; + rdfs:comment """An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like. +"""@en; + rdfs:subClassOf vcard:Kind; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Kind a owl:Class; + rdfs:label "Kind"@en; + rdfs:comment "The parent class for all objects"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentClass vcard:VCard, _:genid-9680bf0f7dd24180a40001ce163fefba-3F935612691A7C5C1D9F7EAE74F5F96D . + + vcard:VCard a owl:Class; + rdfs:label "VCard"@en; + rdfs:comment "The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards (Individual, Organization, Location, Group)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentClass vcard:Kind . + + _:genid-9680bf0f7dd24180a40001ce163fefba-3F935612691A7C5C1D9F7EAE74F5F96D a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty vcard:fn; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + vcard:street-address a owl:DatatypeProperty; + rdfs:label "street address"@en; + rdfs:comment "The street address associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:hasRelated a owl:ObjectProperty; + rdfs:label "has related"@en; + rdfs:comment "To specify a relationship between another entity and the entity represented by this object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:ISDN a owl:Class; + rdfs:label "ISDN"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Type a owl:Class; + rdfs:label "Type"@en; + rdfs:comment "Used for type codes. The URI of the type code must be used as the value for Type."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Video a owl:Class; + rdfs:label "Video"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:region a owl:DatatypeProperty; + rdfs:label "region"@en; + rdfs:comment "The region (e.g. state or province) associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:fn a owl:DatatypeProperty; + rdfs:label "formatted name"@en; + rdfs:comment "The formatted text corresponding to the name of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:X400 a owl:Class; + rdfs:label "X400"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Label a owl:Class; + rdfs:label "Label"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:post-office-box a owl:DatatypeProperty; + rdfs:label "post office box"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:country-name a owl:DatatypeProperty; + rdfs:label "country name"@en; + rdfs:comment "The country name associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:title a owl:DatatypeProperty; + rdfs:label "title"@en; + rdfs:comment "To specify the position or job of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Female a owl:Class; + rdfs:label "Female"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasMember a owl:ObjectProperty; + rdfs:label "has member"@en; + rdfs:comment "To include a member in the group this object represents. (This property can only be used by Group individuals)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range vcard:Kind; + rdfs:domain vcard:Group . + + vcard:Group a owl:Class; + rdfs:label "Group"@en; + rdfs:comment "Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group."@en; + rdfs:subClassOf vcard:Kind; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:disjointWith vcard:Organization, vcard:Location, vcard:Individual; + owl:equivalentClass _:genid-9680bf0f7dd24180a40001ce163fefba-D988A289C0552A6FA053BB29705697C4 . + + vcard:Location a owl:Class; + rdfs:label "Location"@en; + rdfs:comment "An object representing a named geographical place"@en; + rdfs:subClassOf vcard:Kind; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:disjointWith vcard:Organization . + + vcard:Individual a owl:Class; + rdfs:label "Individual"@en; + rdfs:comment "An object representing a single person or entity"@en; + rdfs:subClassOf vcard:Kind; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:disjointWith vcard:Organization, vcard:Location . + + _:genid-9680bf0f7dd24180a40001ce163fefba-D988A289C0552A6FA053BB29705697C4 a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-4AD38A32C39CA97BE5A4A5748C160A7D . + + vcard:key a owl:ObjectProperty; + rdfs:label "key"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasKey . + + vcard:hasKey a owl:ObjectProperty; + rdfs:label "has key"@en; + rdfs:comment "To specify a public key or authentication certificate associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:key . + + vcard:rev a owl:DatatypeProperty; + rdfs:label "revision"@en; + rdfs:comment "To specify revision information about the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:dateTime . + + vcard:Sweetheart a owl:Class; + rdfs:label "Sweetheart"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:logo a owl:ObjectProperty; + rdfs:label "logo"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasLogo . + + vcard:hasLogo a owl:ObjectProperty; + rdfs:label "has logo"@en; + rdfs:comment "To specify a graphic image of a logo associated with the object "@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:logo . + + vcard:Contact a owl:Class; + rdfs:label "Contact"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:language a owl:DatatypeProperty; + rdfs:label "language"@en; + rdfs:comment "To specify the language that may be used for contacting the object. May also be used as a property parameter."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Cell a owl:Class; + rdfs:label "Cell"@en; + rdfs:comment "Also called mobile telephone"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Acquaintance a owl:Class; + rdfs:label "Acquaintance"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Intl a owl:Class; + rdfs:label "Intl"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Modem a owl:Class; + rdfs:label "Modem"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Emergency a owl:Class; + rdfs:label "Emergency"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:organization-name a owl:DatatypeProperty; + rdfs:label "organization name"@en; + rdfs:comment "To specify the organizational name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:hasSource a owl:ObjectProperty; + rdfs:label "has source"@en; + rdfs:comment "To identify the source of directory information of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:label a owl:DatatypeProperty; + rdfs:label "label"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:honorific-suffix a owl:DatatypeProperty; + rdfs:label "honorific suffix"@en; + rdfs:comment "The honorific suffix of the name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:geo a owl:ObjectProperty; + rdfs:label "geo"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasGeo . + + vcard:hasGeo a owl:ObjectProperty; + rdfs:label "has geo"@en; + rdfs:comment "To specify information related to the global positioning of the object. May also be used as a property parameter."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasStreetAddress a owl:ObjectProperty; + rdfs:label "has street address"@en; + rdfs:comment "Used to support property parameters for the street address data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:postal-code a owl:DatatypeProperty; + rdfs:label "postal code"@en; + rdfs:comment "The postal code associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Internet a owl:Class; + rdfs:label "Internet"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:hasGender a owl:ObjectProperty; + rdfs:label "has gender"@en; + rdfs:comment "To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:honorific-prefix a owl:DatatypeProperty; + rdfs:label "honorific prefix"@en; + rdfs:comment "The honorific prefix of the name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:given-name a owl:DatatypeProperty; + rdfs:label "given name"@en; + rdfs:comment "The given name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:sort-string a owl:DatatypeProperty; + rdfs:label "sort as"@en; + rdfs:comment "To specify the string to be used for national-language-specific sorting. Used as a property parameter only."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Other a owl:Class; + rdfs:label "Other"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Spouse a owl:Class; + rdfs:label "Spouse"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasURL a owl:ObjectProperty; + rdfs:label "has url"@en; + rdfs:comment "To specify a uniform resource locator associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:url . + + vcard:url a owl:ObjectProperty; + rdfs:label "url"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasURL . + + vcard:Parcel a owl:Class; + rdfs:label "Parcel"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Postal a owl:Class; + rdfs:label "Postal"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:locality a owl:DatatypeProperty; + rdfs:label "locality"@en; + rdfs:comment "The locality (e.g. city or town) associated with the address of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:category a owl:DatatypeProperty; + rdfs:label "category"@en; + rdfs:comment "The category information about the object, also known as tags"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:tel a owl:ObjectProperty; + rdfs:label "telephone"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasTelephone . + + vcard:hasTelephone a owl:ObjectProperty; + rdfs:label "has telephone"@en; + rdfs:comment "To specify the telephone number for telephony communication with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:tel . + + vcard:latitude a owl:DatatypeProperty; + rdfs:label "latitude"@en; + rdfs:comment "This data property has been deprecated. See hasGeo"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Work a owl:Class; + rdfs:label "Work"@en; + rdfs:comment "This implies that the property is related to an individual's work place"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasPostalCode a owl:ObjectProperty; + rdfs:label "has postal code"@en; + rdfs:comment "Used to support property parameters for the postal code data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Sibling a owl:Class; + rdfs:label "Sibling"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:bday a owl:DatatypeProperty; + rdfs:label "birth date"@en; + rdfs:comment "To specify the birth date of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range _:genid-9680bf0f7dd24180a40001ce163fefba-01B34E1F87A2D00D45F6D10E6D3D7E3F . + + _:genid-9680bf0f7dd24180a40001ce163fefba-01B34E1F87A2D00D45F6D10E6D3D7E3F a rdfs:Datatype; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-51ADACF2FF9705D96608B2CDFFC2B1E8 . + + vcard:Car a owl:Class; + rdfs:label "Car"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:hasLanguage a owl:ObjectProperty; + rdfs:label "has language"@en; + rdfs:comment "Used to support property parameters for the language data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Child a owl:Class; + rdfs:label "Child"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Email a owl:Class; + rdfs:label "Email"@en; + rdfs:comment "To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Male a owl:Class; + rdfs:label "Male"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:adr a owl:ObjectProperty; + rdfs:label "address"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasAddress . + + vcard:hasFN a owl:ObjectProperty; + rdfs:label "has formatted name"@en; + rdfs:comment "Used to support property parameters for the formatted name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:tz a owl:DatatypeProperty; + rdfs:label "time zone"@en; + rdfs:comment "To indicate time zone information that is specific to the object. May also be used as a property parameter."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Pref a owl:Class; + rdfs:label "Pref"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Text a owl:Class; + rdfs:label "Text"@en; + rdfs:comment "Also called sms telephone"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasOrganizationName a owl:ObjectProperty; + rdfs:label "has organization name"@en; + rdfs:comment "Used to support property parameters for the organization name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Kin a owl:Class; + rdfs:label "Kin"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Muse a owl:Class; + rdfs:label "Muse"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasGivenName a owl:ObjectProperty; + rdfs:label "has given name"@en; + rdfs:comment "Used to support property parameters for the given name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:nickname a owl:DatatypeProperty; + rdfs:label "nickname"@en; + rdfs:comment "The nick name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Agent a owl:Class; + rdfs:label "Agent"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasTitle a owl:ObjectProperty; + rdfs:label "has title"@en; + rdfs:comment "Used to support property parameters for the title data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasHonorificPrefix a owl:ObjectProperty; + rdfs:label "has honorific prefix"@en; + rdfs:comment "Used to support property parameters for the honorific prefix data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:BBS a owl:Class; + rdfs:label "BBS"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:organization-unit a owl:DatatypeProperty; + rdfs:label "organizational unit name"@en; + rdfs:subPropertyOf vcard:organization-name; + rdfs:comment "To specify the organizational unit name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Date a owl:Class; + rdfs:label "Date"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasFamilyName a owl:ObjectProperty; + rdfs:label "has family name"@en; + rdfs:comment "Used to support property parameters for the family name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:sound a owl:ObjectProperty; + rdfs:label "sound"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasSound . + + vcard:hasSound a owl:ObjectProperty; + rdfs:label "has sound"@en; + rdfs:comment "To specify a digital sound content information that annotates some aspect of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:sound . + + vcard:hasCategory a owl:ObjectProperty; + rdfs:label "has category"@en; + rdfs:comment "Used to support property parameters for the category data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasLocality a owl:ObjectProperty; + rdfs:label "has locality"@en; + rdfs:comment "Used to support property parameters for the locality data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:prodid a owl:DatatypeProperty; + rdfs:label "product id"@en; + rdfs:comment "To specify the identifier for the product that created the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:Pager a owl:Class; + rdfs:label "Pager"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Met a owl:Class; + rdfs:label "Met"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:additional-name a owl:DatatypeProperty; + rdfs:label "additional name"@en; + rdfs:comment "The additional name associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:email a owl:ObjectProperty; + rdfs:label "email"@en; + rdfs:comment "This object property has been mapped"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:hasEmail . + + vcard:hasEmail a owl:ObjectProperty; + rdfs:label "has email"@en; + rdfs:comment "To specify the electronic mail address for communication with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range vcard:Email . + + vcard:hasInstantMessage a owl:ObjectProperty; + rdfs:label "has messaging"@en; + rdfs:comment "To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Voice a owl:Class; + rdfs:label "Voice"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:note a owl:DatatypeProperty; + rdfs:label "note"@en; + rdfs:comment "A note associated with the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:PCS a owl:Class; + rdfs:label "PCS"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Parent a owl:Class; + rdfs:label "Parent"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:mailer a owl:DatatypeProperty; + rdfs:label "mailer"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:Tel a owl:Class; + rdfs:label "Tel"@en; + rdfs:comment "This class is deprecated. Use the hasTelephone object property."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:hasNote a owl:ObjectProperty; + rdfs:label "has note"@en; + rdfs:comment "Used to support property parameters for the note data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasAdditionalName a owl:ObjectProperty; + rdfs:label "has additional name"@en; + rdfs:comment "Used to support property parameters for the additional name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Unknown a owl:Class; + rdfs:label "Unknown"@en; + rdfs:subClassOf vcard:Gender; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:agent a owl:ObjectProperty; + rdfs:label "agent"@en; + rdfs:comment "This object property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:hasHonorificSuffix a owl:ObjectProperty; + rdfs:label "has honorific suffix"@en; + rdfs:comment "Used to support property parameters for the honorific suffix data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasNickname a owl:ObjectProperty; + rdfs:label "has nickname"@en; + rdfs:comment "Used to support property parameters for the nickname data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:seeAlso vcard:nickname . + + vcard:Fax a owl:Class; + rdfs:label "Fax"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:extended-address a owl:DatatypeProperty; + rdfs:label "extended address"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:TextPhone a owl:Class; + rdfs:label "Text phone"@en; + rdfs:subClassOf vcard:TelephoneType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-3D2D81977B9865AA4925D4AB97A0EB11 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-20EB0FFA078C13784DD864CC3653BA84 . + + vcard:role a owl:DatatypeProperty; + rdfs:label "role"@en; + rdfs:comment "To specify the function or part played in a particular situation by the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range xsd:string . + + vcard:hasCalendarLink a owl:ObjectProperty; + rdfs:label "has calendar link"@en; + rdfs:comment "To specify the calendar associated with the object. (Was called CALURI in RFC6350)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:value a owl:DatatypeProperty; + rdfs:label "value"@en; + rdfs:comment "Used to indicate the literal value of a data property that requires property parameters"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:longitude a owl:DatatypeProperty; + rdfs:label "longitude"@en; + rdfs:comment "This data property has been deprecated. See hasGeo"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:hasValue a owl:ObjectProperty; + rdfs:label "has value"@en; + rdfs:comment "Used to indicate the resource value of an object property that requires property parameters"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Dom a owl:Class; + rdfs:label "Dom"@en; + rdfs:comment "This class is deprecated"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:anniversary a owl:DatatypeProperty; + rdfs:label "anniversary"@en; + rdfs:comment "The date of marriage, or equivalent, of the object"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + rdfs:range _:genid-9680bf0f7dd24180a40001ce163fefba-F0371BC53606D65D52B7871A47856D4A . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F0371BC53606D65D52B7871A47856D4A a rdfs:Datatype; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-C229FD2C1F97E690A17359C443A1A49D . + + vcard:Home a owl:Class; + rdfs:label "Home"@en; + rdfs:comment "This implies that the property is related to an individual's personal life"@en; + rdfs:subClassOf vcard:Type; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:Crush a owl:Class; + rdfs:label "Crush"@en; + rdfs:subClassOf vcard:RelatedType; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasOrganizationUnit a owl:ObjectProperty; + rdfs:label "has organization unit name"@en; + rdfs:comment "Used to support property parameters for the organization unit name data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:class a owl:DatatypeProperty; + rdfs:label "class"@en; + rdfs:comment "This data property has been deprecated"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:deprecated true . + + vcard:org a owl:ObjectProperty; + rdfs:label "organization"@en; + rdfs:comment "This object property has been mapped. Use the organization-name data property."@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns>; + owl:equivalentProperty vcard:organization-name . + + vcard:hasRole a owl:ObjectProperty; + rdfs:label "has role"@en; + rdfs:comment "Used to support property parameters for the role data property"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasCalendarBusy a owl:ObjectProperty; + rdfs:label "has calendar busy"@en; + rdfs:comment "To specify the busy time associated with the object. (Was called FBURL in RFC6350)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . + + vcard:hasCalendarRequest a owl:ObjectProperty; + rdfs:label "has calendar request"@en; + rdfs:comment "To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)"@en; + rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns> . +} + +<http://www.w3.org/2002/07/owl> { + owl:unionOf a rdf:Property; + rdfs:label "unionOf"; + rdfs:comment "The property that determines the collection of classes or data ranges that build a union."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Class . + + owl:minQualifiedCardinality a rdf:Property; + rdfs:label "minQualifiedCardinality"; + rdfs:comment "The property that determines the cardinality of a minimum qualified cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:minCardinality a rdf:Property; + rdfs:label "minCardinality"; + rdfs:comment "The property that determines the cardinality of a minimum cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:onClass a rdf:Property; + rdfs:label "onClass"; + rdfs:comment "The property that determines the class that a qualified object cardinality restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Class; + rdfs:domain owl:Restriction . + + owl:propertyChainAxiom a rdf:Property; + rdfs:label "propertyChainAxiom"; + rdfs:comment "The property that determines the n-tuple of properties that build a sub property chain of a given property."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:ObjectProperty . + + owl:hasKey a rdf:Property; + rdfs:label "hasKey"; + rdfs:comment "The property that determines the collection of properties that jointly build a key."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:Class . +} + +<http://www.w3.org/2006/time> { + xsd:dateTimeStamp rdfs:label "sello de tiempo"@es . + + <http://www.w3.org/2006/time> a owl:Ontology; + rdfs:label "OWL-Time"@en, "Tiempo en OWL"@es; + dc:modified "2017-04-06"^^xsd:date; + dc:creator <http://orcid.org/0000-0002-3884-3420>, <mailto:panfeng66@gmail.com>, <https://en.wikipedia.org/wiki/Jerry_Hobbs>; + dc:contributor <https://orcid.org/0000-0001-8269-8171>, <mailto:chris.little@metoffice.gov.uk>; + rdfs:seeAlso <http://www.w3.org/TR/owl-time>, <http://dx.doi.org/10.3233/SW-150187>, + <http://www.semantic-web-journal.net/content/time-ontology-extended-non-gregorian-calendar-applications>; + dc:created "2006-09-27"^^xsd:date; + dc:license <https://creativecommons.org/licenses/by/4.0/>; + owl:versionIRI time:2016; + dc:rights "Copyright © 2006-2017 W3C, OGC. W3C and OGC liability, trademark and document use rules apply."@en; + owl:priorVersion time:2006; + <http://www.w3.org/2004/02/skos/core#historyNote> """Update of OWL-Time ontology, extended to support general temporal reference systems. + +Ontology engineering by Simon J D Cox"""@en; + dc:isVersionOf <http://www.w3.org/TR/owl-time>; + <http://www.w3.org/2004/02/skos/core#changeNote> "2016-12-20 - adjust range of time:timeZone to time:TimeZone, moved up from the tzont ontology. ", + "2016-06-15 - initial update of OWL-Time - modified to support arbitrary temporal reference systems. ", + "2017-02 - intervalIn, intervalDisjoint, monthOfYear added; TemporalUnit subclass of TemporalDuration", + "2016-12-20 - restore time:Year and time:January which were present in the 2006 version of the ontology, but now marked \"deprecated\". ", + "2017-04-06 - hasTime, hasXSDDuration added; Number removed; all duration elements changed to xsd:decimal" . +} + +<http://www.w3.org/ns/org> { + org:Role a owl:Class, rdfs:Class; + rdfs:label "Rôle"@fr, "Role"@en, "actividad"@es, "Ruolo"@it; + rdfs:comment "人ã¾ãŸã¯ãã®ä»–ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆãŒçµ„ç¹”ã§æ‹…ã†ã“ã¨ãŒã§ãる役割を表ã‚ã—ã¾ã™ã€‚ã“ã®ç¨®ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã¯ã€æŠ½è±¡çš„ãªå½¹å‰²ã‚’記述ã—ã¾ã™ã€‚特定ã®çµ„ç¹”ã§ãã®å½¹å‰²ã‚’æ‹…ã£ã¦ã„る人ã®ç‰¹å®šã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã‚’示ã™ãŸã‚ã«ã¯ã€org:Membershipã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã‚’使用ã—ã¾ã™ã€‚"@ja, + "Indica il ruolo che una Person o un altro Agent può assumere in un'organizzazione. Le istanze di questa classe descrivono un ruolo astratto; per esprimere il ruolo che una precisa persona ricopre in un'organizzazione si usi un'istanza di `org:Membership`. È comune organizzare i ruoli in una qualche struttura tassonomica e quindi si raccomanda SKOS per questo. Altre proprietà descrittive per il Role, come salario, possono essere aggiunte mediante l'uso di altri vocabolari."@it, + "Indique le rôle qu'une Personne ou un autre Agent peut avoir dans une Organisation. Les instances de cette classe décrivent le rôle dans l'absolu; pour indiquer une personne ayant ce rôle spécifique dans une Organisation, utilisez une instance de `org:Membership`. Il est courant que les rôles soient organisés dans une sorte de taxonomie, ce qui peut être représenté avec SKOS. Les propriétés de libellés standards de SKOS devraient être utilisées pour libeller le Rôle. D'autres propriétés additionnelles pour ce rôle, comme une fourchette de Salaire peuvent être ajoutées par une extension de ce vocabulaire."@fr, + "Denotes a role that a Person or other Agent can take in an organization. Instances of this class describe the abstract role; to denote a specific instance of a person playing that role in a specific organization use an instance of `org:Membership`. It is common for roles to be arranged in some taxonomic structure and we use SKOS to represent that. The normal SKOS lexical properties should be used when labelling the Role. Additional descriptive properties for the Role, such as a Salary band, may be added by extension vocabularies."@en, + "Función que una persona o agente desempeña en el seno de una organización. Las instancias de esta clase describen la actividad en abstracto; si lo que se pretende es incluir una instancia que refleje la función o actividad que desempeña una persona en concreto en una organización especÃfica, se indica el uso de instancias de la clase `org:Membership`. Es común que dichas actividades se representen en una estructura taxonómica mediante SKOS. Las propiedades léxicas de SKOS deberÃan utilizarse a la hora de denominar o etiquetar la actividad desempeñada. Para añadir propiedades descriptivas adicionales, como rango salarial, se tendrá que recurrir a vocabularios externos."@es; + rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept>; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:disjointWith org:ChangeEvent, org:Site, org:Membership . + + org:ChangeEvent a owl:Class, rdfs:Class; + rdfs:label "Change Event"@en, "Evento di cambiamento"@it, "Évènement"@fr, "evento de cambio"@es; + rdfs:comment "Represents an event which resulted in a major change to an organization such as a merger or complete restructuring. It is intended for situations where the resulting organization is sufficient distinct from the original organizations that it has a distinct identity and distinct URI. Extension vocabularies should define sub-classes of this to denote particular categories of event. The instant or interval at which the event occurred should be given by `prov:startAtTime` and `prov:endedAtTime`, a description should be given by `dct:description`. "@en, + "Evento que da como resultado un cambio sustancial en la organización, por ejemplo, una fusión o una reestructuración total. Está pensado para situaciones en las que la organización resultante es lo suficientemente distinta de las organizaciones originales, tiene una identidad distinta y una URI también distinta. Se deberÃan definir subtipos de eventos mediante vocabularios especÃficos (Extension vocabularies) para referirse a categorÃas de eventos especÃficos. El momento o periodo en el que el evento ocurre se deberÃa expresar mediante las propiedades `prov:startAtTime` y `prov:endedAtTime`, y una descripción del mismo se deberÃa incluir mediante el uso de la propiedad `dct:description`."@es, + "Rappresenta un evento risultato essere un importante cambiamento per un'organizzazione come ad esempio una fusione o una riorganizzazione. È pensato per quelle situazioni in cui l'organizzazione risultante si distingue da quella originale sufficientemente da essere rappresentata con una URI differente. Le estensioni del vocabolario dovrebbero definire le sotto-classi per esprimere particolari categorie di eventi. L'istante o l'intervallo in cui l'evento accade dovrebbe essere espresso tramite `prov:startAtTime` e`prov:endedAtTime`. Una descrizione dovrebbe essere fornita attraverso `dct:description`."@it, + "åˆä½µã‚„完全ãªå†ç·¨ãªã©ã®çµ„ç¹”ã«å¤§ããªå¤‰åŒ–ã‚’ã‚‚ãŸã‚‰ã—ãŸå‡ºæ¥äº‹ã‚’表ã‚ã—ã¾ã™ã€‚ã“ã‚Œã¯ã€çµæžœã¨ã—ã¦ä½œæˆã•ã‚Œã‚‹çµ„ç¹”ã¨å…ƒã®çµ„ç¹”ã¨ãŒã€åˆ¥ã®ã‚¢ã‚¤ãƒ‡ãƒ³ãƒ†ã‚£ãƒ†ã‚£ãƒ¼ã¨åˆ¥ã®URIã‚’æŒã¤ã«è¶³ã‚‹ã»ã©ç•°ãªã‚‹çŠ¶æ³ã‚’対象ã¨ã—ã¦ã„ã¾ã™ã€‚"@ja, + "Représente un Évènement impliquant un changement majeur dans l'Organisation, comme une fusion ou une restructuration. Prévu pour des situations ou l'organisation finale est suffisamment différente des Organisations originales pour qu'elle ait une identité et une URI distinctes. Des vocabulaires d'extension devraient définir des sous-classes de celle-ci pour annoter les différentes catégories d'Évènemenents. Le moment ou l'intervalle de l'Évènement devrait être indiqué avec `prov:startAtTime` et `prov:endedAtTime`, et une description avec la classe `dct:description`. "@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity>; + rdfs:isDefinedBy <http://www.w3.org/ns/org> . + + org:Site a owl:Class, rdfs:Class; + rdfs:label "Sede"@it, "Site"@fr, "Site"@en, "sede"@es; + rdfs:comment "組織ãŒä½ç½®ã™ã‚‹ã‚ªãƒ•ã‚£ã‚¹ã‚„ãã®ä»–ã®æ•·åœ°ã€‚多ãã®çµ„ç¹”ãŒè¤‡æ•°ã®ã‚µã‚¤ãƒˆã«æ•£åœ¨ã—ã¦ãŠã‚Šã€å¤šãã®ã‚µã‚¤ãƒˆãŒå¤šæ•°ã®å ´æ‰€ã‚’æŒã¤ã§ã—ょã†ã€‚"@ja, "Oficina, local o cualquier otro lugar en el que se encuentra una organización. Muchas organizaciones están distribuidas en varias sedes, que a su vez están repartidas en distintas ubicaciones. En muchos casos una sede será un sitio o local fÃsico. Sin embargo, no se excluye la posibilidad de lugares no fÃsicos como oficinas virtuales con los correspondientes apartados de correo y servicio de atención telefónica. Se pueden añadir más subtipos mediante extensiones para incluir tipos especiales de lugares."@es, + "Un ufficio o altra sede dovei l'organizzazione è situata. Molte organizzazione sono distribuite su più sedi e molte sedi ospitano più ubicazioni. Nella maggior parte dei casi un Site è una locazione fisica. Non si esclude la possibilità di indicare sedi non fisiche come ad esempio gli uffici virtuali. Le estensioni dell'ontologia potrebbero usare delle sottoclassi per rappresentare i tipi particolari di sede."@it, + "An office or other premise at which the organization is located. Many organizations are spread across multiple sites and many sites will host multiple locations. In most cases a Site will be a physical location. However, we don't exclude the possibility of non-physical sites such as a virtual office with an associated post box and phone reception service. Extensions may provide subclasses to denote particular types of site."@en, + "Un établissement ou tout autre lieu dans lequel une Organisation est localisé. Beaucoup d'organisations sont dispersées à travers plusieurs sites. Dans la plupart des cas un Site sera un lieu physique. Toutefois, nous n'excluons pas la possibilité de sites non-physiques comme un bureau virtuel avec une boîte postale et un service de secrétariat mutualisé. Des extensions pourraient fournir des sous-classes pour décrire des types de sites particuliers."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:disjointWith org:ChangeEvent . + + org:Membership a owl:Class, rdfs:Class; + rdfs:label "Membership"@en, "Appartenenza"@it, "Engagement"@fr, "membresÃa"@es; + rdfs:comment "Indicates the nature of an Agent's membership of an organization. Represents an n-ary relation between an Agent, an Organization and a Role. It is possible to directly indicate membership, independent of the specific Role, through use of the `org:memberOf` property."@en, + "Pertenencia o afiliación de un agente a una organización. Es una relación n-aria entre un agente, una organización y una actividad. Es posible indicar pertenencia mediante el uso de la propiedad `org:memberOf`, independientemente de la actividad especÃfica que se desempeñe."@es, + "Indica la natura della relazione di appartenenza di un Agent in un'organizzazione. Rappresenta una relazione n-aria tra un'Agent, un Organization e un Role. È possibile indicare direttamente la membership, indipendentemente dallo specifico Role, attraverso l'uso della proprietà `org:memberOf`"@it, + "組織ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆã®æ§‹æˆå“¡ã®æœ¬è³ªã‚’示ã—ã¾ã™ã€‚"@ja, "Indique la nature de l'engagement d'un Agent dans une Organisation. Représente une relation n-aire entre un Agent, une Organisation et un Role. Il est possible d'indiquer directement l'appartenance à une organisation, independemment d'un rôle spécifique, à travers l'usage de la propriété `org:memberOf`."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:disjointWith org:ChangeEvent, org:Site . + + org:holds a rdf:Property, owl:ObjectProperty; + rdfs:label "holds"@en, "ricopre"@it, "occupe"@fr, "ocupa"@es; + rdfs:comment "Puesto ocupado por algún agente."@es, "Indica un Impiego ricoperto da un Agent."@it, + "ã‚るエージェントã«ã‚ˆã£ã¦ä¿æŒã•ã‚Œã¦ã„ã‚‹ãƒã‚¹ãƒˆã‚’示ã—ã¾ã™ã€‚"@ja, "Indicate un Poste occupé par un Agent."@fr, "Indicates a Post held by some Agent."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Post; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + owl:inverseOf org:heldBy . + + org:Post a owl:Class, rdfs:Class; + rdfs:label "Impiego"@it, "puesto"@es, "Poste"@fr, "Post"@en; + rdfs:comment "Un Impiego rappresenta una posizione all'interno dell'organizzazione che esiste indipendentemente dalla persona che la ricopre. Gli impieghi possono essere utilizzati per le situazioni in cui una persona è membro di un'organizzazione o di un ufficio (ad esempio un segretario di stato). Un Impiego può essere ricoperto da più persone."@it, + "Puesto o posición que representa algún tipo de empleo dentro de una organización, que existe independientemente de la persona o personas que lo desempeñan. Esta clase puede utilizarse para representar situaciones en las que una persona es miembro de una organización ex oficio (por ejemplo, el Secretario de Estado escocés es parte del Gabinete del gobierno británico por virtud de ser Secretario de Estado en Escocia, y no como individuo). Un puesto puede ser desempeñado por múltiples individuos y de aquà que sea tratado como una organización en sà misma."@es, + "ãƒã‚¹ãƒˆã¯ã€ãれを埋ã‚る人(人々)ã¨ã¯ç„¡é–¢ä¿‚ã«å˜åœ¨ã™ã‚‹çµ„織内ã®ã‚ã‚‹ä½ç½®ã‚’表ã‚ã—ã¾ã™ã€‚ãƒã‚¹ãƒˆã¯ã€äººãŒè·æ¨©ä¸Šã€çµ„ç¹”ã®ãƒ¡ãƒ³ãƒãƒ¼ã§ã‚る状æ³ã‚’表ã‚ã™ãŸã‚ã«ä½¿ç”¨ã§ãã¾ã™ï¼ˆä¾‹ãˆã°ã€ã‚¹ã‚³ãƒƒãƒˆãƒ©ãƒ³ãƒ‰å¤§è‡£ã¯ã€å€‹äººã¨ã—ã¦ã§ã¯ãªãã€ã‚¹ã‚³ãƒƒãƒˆãƒ©ãƒ³ãƒ‰å¤§è‡£ã§ã‚ã‚‹ã“ã¨ã«ã‚ˆã‚Šã€è‹±å›½å†…é–£ã®ä¸€éƒ¨ã§ã™ï¼‰ã€‚ãƒã‚¹ãƒˆã¯ã€è¤‡æ•°ã®äººã€…ã«ã‚ˆã£ã¦ä¿æŒã•ã‚Œã‚‹ã“ã¨ãŒå¯èƒ½ã ã‚ã‚‹ãŸã‚ã€ãれ自体を組織ã¨ã—ã¦æ‰±ã†ã“ã¨ãŒã§ãã¾ã™ã€‚"@ja, + "A Post represents some position within an organization that exists independently of the person or persons filling it. Posts may be used to represent situations where a person is a member of an organization ex officio (for example the Secretary of State for Scotland is part of UK Cabinet by virtue of being Secretary of State for Scotland, not as an individual person). A post can be held by multiple people and hence can be treated as a organization in its own right."@en, + "Un Poste représente une position au sein d'une Organisation qui existe indépendamment de la personne ou des personnes qui le remplissent. Les postes peuvent être utilisés pour représenter des situations où une personne est membre d'une Organisation d'office (par exemple, le Secrétaire d'Etat pour l'Ecosse fait partie du Cabinet du Royaume-Uni du fait d'être Secrétaire d'Etat pour l'Ecosse, non pas comme une personne physique). Un poste après peut être occupé par plusieurs personnes et peut donc être considéré comme une Organisation à part entière."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org> . + + org:heldBy a rdf:Property, owl:ObjectProperty; + rdfs:label "ocupado por"@es, "occupé par"@fr, "held by"@en, "ricoperto da"@it; + rdfs:comment "Indicates an Agent which holds a Post."@en, "Indica un Agent che ricopre un Post."@it, + "Agente que ocupa un puesto."@es, "Indicate un Agent qui occupe le Poste."@fr, "ãƒã‚¹ãƒˆã‚’ä¿æŒã™ã‚‹ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆã‚’示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain org:Post . + + org:OrganizationalUnit a owl:Class, rdfs:Class; + rdfs:label "OrganizationalUnit"@en, "unidad organizativa"@es, "Unité opérationnelle"@fr, + "Unità Organizzativa"@it; + rdfs:comment "An Organization such as a University Support Unit which is part of some larger FormalOrganization and only has full recognition within the context of that FormalOrganization, it is not a Legal Entity in its own right. Units can be large and complex containing other Units and even FormalOrganizations. Alternative names: _OU_ _Unit_ _Department_"@en, + "ã‚るより大ããªçµ„ç¹”ã®ä¸€éƒ¨ã§ã‚ã‚Šã€ãã®çµ„ç¹”ã®ä¸ã«ãŠã„ã¦ã®ã¿å®Œå…¨ã«èªè˜ã•ã‚Œã‚‹éƒ¨å±€ã‚„支æ´éƒ¨ç½²ãªã©ã®çµ„ç¹”ã§ã™ã€‚特ã«ã€ãã®å˜ä½ã¯ãれ自体ã§ã¯æ³•çš„実体ã¨è¦‹ãªã•ã‚Œã¾ã›ã‚“。"@ja, + "Organización que forma parte de una organización formal más amplia, como el servicio de informática o centro de cálculo de una universidad, y que sólo tiene reconocimiento pleno en el contexto de dicha organización formal, pero que no es una entidad legal propiamente dicha. Estas unidades pueden ser amplias y complejas, e incluir a otras unidades o incluso a otras organizaciones formales. Denominaciones alternativas: departamento."@es, + "Un'organizzazione come ad esempio l'unità dei sistemi informativi che è parte di una più grande FormalOrganization e che, pur essendo riconosciuta nel contesto della propria organizzazione di riferimento, non è legalmente riconosciuta come entità a sé stante. Le unità possono essere ampie e complesse e contenere al loro interno sia altre unità che addirittura FormalOrganization."@it, + "Une organisation telle que le support informatique d'une université, qui fait partie d'une Organisation Formelle plus importante et qui ne peut être reconnue qu'en tant que membre de cette organisation supérieure, ce n'est pas une entité légale en elle-même. Les unités opérationnelles peuvent être étendues, complexes et inclure elles-mêmes d'autres branches ou Unités Opérationnelles, voire des Organisations Formelles."@fr; + rdfs:subClassOf org:Organization; + rdfs:isDefinedBy <http://www.w3.org/ns/org> . + + org:Organization a owl:Class, rdfs:Class; + rdfs:label "Organization"@en, "Organizzazione"@it, "Organisation"@fr, "organización"@es; + rdfs:comment "Représente un groupe de personnes organisées en communauté où tout autre forme de structure sociale, commerciale ou politique. Le groupe a un but commun ou une raison d'être qui va au-delà de la somme des personnes qui en font partie et peut agir en tant que \"Agent\". Les organisations sont souvent décomposables en structures hiérarchisées. Il est recommandé que des labels lexicaux SKOS soient utilisés pour nommer l'Organisation. En particulier `skos:prefLabel` pour le nom principal (en général le nom légal), `skos:altLabel` pour les noms alternatifs (marques, sigles, appellations familières) et `skos:notation` pour indiquer un code provenant d'une liste de code."@fr, + "Grupo de personas que se organiza en una comunidad u otro tipo de estructura social, comercial o polÃtica. Dicho grupo tiene un objetivo o motivo común para su existencia que va más allá del conjunto de personas que lo forman y que puede actuar como “agenteâ€. A menudo las organizaciones se pueden agrupar en estructuras jerárquicas. Se recomienda el uso de etiquetas de SKOS para denominar a cada “organizaciónâ€. En concreto, `skos:prefLabel` para la denominación principal o recomendada (aquella reconocida legalmente, siempre que sea posible), `skos:altLabel` para denominaciones alternativas (nombre comercial, sigla, denominación por la que se conoce a la organización coloquialmente) y `skos:notation` para referirse al código que identifique a la organización en una lista de códigos. Denominaciones alternativas: _colectivo_ _corporación_ _grupo_"@es, + "Rappresenta una collezione di persone organizzate all'interno di una communità o di una qualche struttura sociale, commerciale o politica. Il gruppo condivide un obiettivo o una ragione d'essere che va oltre gli stessi membri appartenenti al gruppo e può agire come un Agent. Le organizzazioni si possono spesso suddividere in strutture gerarchiche. Si raccomanda di usare le label per l'Organization mediante le proprietà di SKOS. In particolare, `skos:prefLabel` per il nome principale (possibilmente un nome legalmente riconosciuto)â€, `skos:altLabel` come nome alternativo (denominazione commerciale, denominazione colloquiale) e `skos:notation` per indicare un codice di una lista di codici."@it, + "Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. It is recommended that SKOS lexical labels should be used to label the Organization. In particular `skos:prefLabel` for the primary (possibly legally recognized name), `skos:altLabel` for alternative names (trading names, colloquial names) and `skos:notation` to denote a code from a code list. Alternative names: _Collective_ _Body_ _Org_ _Group_"@en, + "コミュニティーã€ãã®ä»–ã®ç¤¾ä¼šã€å•†æ¥ã€æ”¿æ²»çš„ãªæ§‹é€ ã«å…±ã«ç·¨å…¥ã•ã‚ŒãŸäººã€…ã®é›†åˆã‚’表ã‚ã—ã¾ã™ã€‚グループã«ã¯ã€ãã“ã«å±žã™ã‚‹äººã€…を超ãˆãŸã€å˜åœ¨ã«å¯¾ã™ã‚‹ã‚る共通ã®ç›®çš„ã‚„ç†ç”±ãŒã‚ã‚Šã€ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆï¼ˆä»£ç†ï¼‰ã‚’å‹™ã‚ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚組織ã¯ã€å¤šãã®å ´åˆã€éšŽå±¤æ§‹é€ ã«åˆ†å‰²ã§ãã¾ã™ã€‚"@ja; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent>; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:disjointWith org:Role, org:ChangeEvent, org:Site, org:Membership; + owl:equivalentClass <http://xmlns.com/foaf/0.1/Organization>; + owl:hasKey _:genid-9680bf0f7dd24180a40001ce163fefba-F6708EA3C64BBDB37EB121B113E3E146 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F6708EA3C64BBDB37EB121B113E3E146 rdf:first + org:identifier; + rdf:rest rdf:nil . + + org:identifier a owl:DatatypeProperty, rdf:Property; + rdfs:label "identifiant"@fr, "tiene identificador"@es, "identifier"@en, "identificatore"@it; + rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#notation>; + rdfs:comment "Donne un identifiant, comme par exemple le numéro d'enregistrement d'une entreprise, qui peut être utilisé comme identifiant unique pour l'Organisation. De nombreux schémas nationaux et internationaux sont disponibles. Cette ontologie reste neutre par rapport au schéma utilisé. Le schéma particulier utilisé devrait être indiqué par le `datatype` de la valeur de l'identifiant. Utiliser les datatypes pour distinguer les schémas de notation est cohérent avec les bonnes pratiques pour `skos:notation` dont cette propriété est une spécialisation."@fr, + "組織を一æ„ã«è˜åˆ¥ã™ã‚‹ãŸã‚ã«ä½¿ç”¨ã§ãる会社登録番å·ãªã©ã®è˜åˆ¥åを与ãˆã¾ã™ã€‚"@ja, "Indica un identificatore univoco per l'organizzazione, come ad esempio la partita IVA di un'azienda. Molti schemi di identificazione a livello nazionale e internazionale sono disponibili allo scopo. L'ontologia ORG è neutrale rispetto allo schema da utilizzare. Lo schema di identificazione dovrebbe essere indicato dal datatype del valore dell'identificatore. L'uso del datatype per distinguere lo schema di identificazione è coerente con le best practice per `skos:notation`, di cui questa proprietà è una specializzazione."@it, + "Gives an identifier, such as a company registration number, that can be used to used to uniquely identify the organization. Many different national and international identier schemes are available. The org ontology is neutral to which schemes are used. The particular identifier scheme should be indicated by the datatype of the identifier value. Using datatypes to distinguish the notation scheme used is consistent with recommended best practice for `skos:notation` of which this property is a specialization."@en, + "Código o identificador, como por ejemplo el CIF de una empresa, que permite identificar de forma inequÃvoca a una organización. Existen muchos códigos de identificación tanto nacionales como internacionales. Esta ontologÃa no obliga al uso de ningún esquema en concreto. Los códigos de identificación utilizados en cada caso se deberÃan indicar mediante el uso de la propiedad “datatype†del valor del identificador. El uso de la propiedad “datatype†para especificar el esquema de notación utilizado está en consonancia con las buenas prácticas recomendadas para el uso de la propiedad `skos:notation`, de la que esta propiedad es una especialización."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Organization . + + org:hasSite a rdf:Property, owl:ObjectProperty; + rdfs:label "a un site"@fr, "ha sede"@it, "has site"@en, "tiene sede en"@es; + rdfs:comment "Indica la sede in cui l'Organization ha una qualche presenza anche in modo indiretto (ad esempio un ufficio virtuale). È l'inverso di `org:siteOf`."@it, + "Lugar en donde la organización tiene algún tipo de presencia, incluso si es de forma indirecta (por ejemplo, una oficina virtual o servicio profesional que hagan la función de dirección registrada de la compañÃa). Es la relación inversa de `org:siteOf`."@es, + "Indique un site sur lequel l'Organisation possède une présence, même indirecte (domiciliation, boite postale). Inverse de `org:siteOf`."@fr, + "Indicates a site at which the Organization has some presence even if only indirect (e.g. virtual office or a professional service which is acting as the registered address for a company). Inverse of `org:siteOf`."@en, + "組織ãŒã€é–“接(例ãˆã°ã€ä¼šç¤¾ã®ç™»éŒ²ä½æ‰€ã¨ã—ã¦æ©Ÿèƒ½ã—ã¦ã„ã‚‹ãƒãƒ¼ãƒãƒ£ãƒ«ãƒ»ã‚ªãƒ•ã‚£ã‚¹ã‚„プãƒãƒ•ã‚§ãƒƒã‚·ãƒ§ãƒŠãƒ«ãƒ»ã‚µãƒ¼ãƒ“ス)ã®ã¿ã§ã‚ã£ãŸã¨ã—ã¦ã‚‚ã€ã‚ã‚‹å˜åœ¨æ„Ÿã‚’æŒã£ã¦ã„るサイトを示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Site; + rdfs:domain org:Organization; + owl:inverseOf org:siteOf . + + org:siteOf a rdf:Property, owl:ObjectProperty; + rdfs:label "sede di"@it, "es sede de"@es, "site de"@fr, "site Of"@en; + rdfs:comment "Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`."@en, + "Indica un'Organization che ha una qualche presenza nella data sede. È l'inverso di `org:hasSite`."@it, + "Organización que tiene ubicación en un lugar. Es la relación inversa de `org:hasSite`."@es, + "Indique une Organisation qui a une présence sur le site en question. Inverse de `org:hasSite`."@fr, + "ã‚るサイトã§ã‚ã‚‹å˜åœ¨æ„Ÿã‚’æŒã£ã¦ã„る組織を示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Site; + owl:inverseOf org:hasSite . + + org:resultingOrganization a rdf:Property, owl:ObjectProperty; + rdfs:label "resulted in"@en, "resulta en"@es . +} + +<http://www.opensilex.org/vocabulary/oeso> { + org:Site a owl:Class, owl:NamedIndividual; + rdfs:label "Site"@fr, "Site"@en; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + <http://www.w3.org/ns/prov#Activity> a owl:Class; + rdfs:label "Activité"@fr, "Activity"@en; + rdfs:comment "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities."@en; + owl:disjointWith <http://www.w3.org/ns/prov#Entity> . + + org:hasSite a owl:ObjectProperty . + + org:siteOf a owl:ObjectProperty . +} + +<http://www.w3.org/ns/org> { + org:resultingOrganization rdfs:label "risultato in"@it, "a donné naissance à "@fr; + rdfs:comment "Organización que ha sido creada o modificada tras un evento especÃfico. Es la relación inversa de `org:resultedFrom`."@es, + "出æ¥äº‹ã®çµæžœã€ä½œæˆã€å¤‰æ›´ã•ã‚ŒãŸçµ„織を示ã—ã¾ã™ã€‚"@ja, "Indique une organisation qui a été créée ou a été modifiée à la suite d'un Évènement de changement. Inverse de `org:resultedFrom`."@fr, + "Indica l'organizzazione che è stata creata o mutata a seguito dell'evento. È l'inverso di `org:resultedFrom`."@it, + "Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:ChangeEvent; + owl:inverseOf org:resultedFrom . + + org:resultedFrom a rdf:Property, owl:ObjectProperty; + rdfs:label "resulted from"@en, "es el resultado de"@es, "issue de"@fr, "risultato da"@it; + rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasGeneratedBy>; + rdfs:comment "Indica l'evento che ha permesso all'organizzazione di instaurarsi. È l'inverso di `org:resultingOrganization`."@it, + "Indique un évènement dont est issue l'Organisation. Inverse de `org:resultingOrganization`."@fr, + "Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`."@en, + "ã“ã®çµ„ç¹”ã«ãªã£ãŸï¼ˆå°Žã„ãŸã€ä½œæˆã•ã‚ŒãŸï¼‰ãã£ã‹ã‘ã¨ãªã£ãŸå‡ºæ¥äº‹ã‚’示ã—ã¾ã™ã€‚"@ja, "Evento que tiene como resultado la creación de una organización."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:ChangeEvent; + rdfs:domain org:Organization; + owl:inverseOf org:resultingOrganization . + + org:classification a rdf:Property, owl:ObjectProperty; + rdfs:label "classificazione"@it, "pertenece a la clasificación"@es, "classification"@fr, + "classification"@en; + rdfs:comment "Indica una classificazione per questa Organization all'interno di un qualche schema di classificazione. Alcuni vocabolari potrebbero voler specializzare questa proprietà per avere un codominio corrispondente a uno specifico `skos:ConceptScheme`. Si noti che la presenza di questa proprietà è ancora in fase di discussione e potrebbe essere revisionata o rimossa."@it, + """ã‚る分類表内ã®ã“ã®çµ„ç¹”ã«å¯¾ã™ã‚‹åˆ†é¡žã‚’示ã—ã¾ã™ã€‚ +アプリケーションãŒorg:Organizationã®ã‚µãƒ–クラスを組織的ãªã‚«ãƒ†ã‚´ãƒªãƒ¼ã‚’表ã‚ã™æ‰‹æ®µã¨ã—ã¦å®šç¾©ã™ã‚‹ã“ã¨ã‚‚許容ã•ã‚Œã‚‹ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。"""@ja, + "Indique une classification pour cette Organisation dans le cadre d'un schéma de classification. Il est possible de spécialiser cette propriété en utilisant un vocabulaire spécialisé pour que le champ corresponde à un concept spécifique `skos:ConceptScheme`. Cette propriété est en discussion est pourrait être révisée ou supprimée - dans de nombreux cas, les organisations sont mieux catégorisées par une hiérarchie de sous-classe dans un vocabulaire externe."@fr, + "Ordenación jerárquica que se hace de una organización dentro de un esquema de clasificación. Es posible que algunos vocabularios especifiquen esta propiedad de forma que el rango se corresponda con un `skos:ConceptScheme` especÃfico. La conveniencia de incluir esta propiedad se está debatiendo y puede que se revise o elimine (en muchos casos las organizaciones se clasifican mejor si se define una jerarquÃa de subclases en un vocabulario aparte)"@es, + "Indicates a classification for this Organization within some classification scheme. Extension vocabularies may wish to specialize this property to have a range corresponding to a specific `skos:ConceptScheme`. This property is under discussion and may be revised or removed - in many cases organizations are best categorized by defining a sub-class hierarchy in an extension vocabulary."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range <http://www.w3.org/2004/02/skos/core#Concept>; + rdfs:domain org:Organization . + + org:reportsTo a rdf:Property, owl:ObjectProperty; + rdfs:label "riporta a"@it, "est subordonné à "@fr, "reports to"@en, "responde ante"@es; + rdfs:comment "Relación de subordinación que se representa en los organigramas de las organizaciones. La semántica de la relación de subordinación varÃa según las organizaciones, pero su intención es abarcar tanto a las relaciones de supervisión directa (por ejemplo, aquellas en las que la autoridad determina los objetivos o el salario) como a las relaciones de subordinación más generales (por ejemplo, las llamadas lÃneas de autoridad o de mando (y responsabilidad) (http://www.promonegocios.net/organigramas/tipos-de-organigramas.html))."@es, + "組織図ã§æã‹ã‚Œã‚‹ã‹ã‚‚ã—ã‚Œãªã„よã†ãªä¸Šä¸‹é–¢ä¿‚を示ã—ã¾ã™ã€‚エージェント間ã¾ãŸã¯ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆãŒå°±ãã“ã¨ãŒã§ãã‚‹ãƒã‚¹ãƒˆé–“ã®ä¸Šä¸‹é–¢ä¿‚を直接的ã«ç¤ºã™ãŸã‚ã«ä½¿ç”¨ã§ãã¾ã™ã€‚"@ja, + "Indica una relazione di subordinazione all'interno dell'organigramma. La semantica precisa può variare a seconda dell'organizzazione, per esempio può essere usata per rappresentare la proprietà di supervisione oppure per le relazioni di rendicontazione."@it, + "Indicates a reporting relationship as might be depicted on an organizational chart. The precise semantics of the reporting relationship will vary by organization but is intended to encompass both direct supervisory relationships (e.g. carrying objective and salary setting authority) and more general reporting or accountability relationships (e.g. so called _dotted line_ reporting)."@en, + "Indique une relation de subordination comme elle pourrait figurer dans un organigramme. La sémantique précise de cette subordination pourra varier selon l'Organisation mais vise à englober aussi bien les relations hiérarchiques directes (définition d'objectifs, montant du salaire) que des relations plus générales ou organisationnelles (les liens en pointillés dans les organigrammes)."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range _:genid-9680bf0f7dd24180a40001ce163fefba-3858596A4AB02AD0C5BA1B94D710FDD9; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-9DEEA259789F41077A85210902DF9134 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-3858596A4AB02AD0C5BA1B94D710FDD9 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-64253F1D650CAFFA52F326D907F71C17 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9DEEA259789F41077A85210902DF9134 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-42D91FE7679082769259C0781272A492 . + + org:headOf a rdf:Property, owl:ObjectProperty; + rdfs:label "responsabile di"@it, "responsable de"@fr, "head of"@en, "es director ejecutivo de"@es; + rdfs:subPropertyOf org:memberOf; + rdfs:comment "人(ã¾ãŸã¯ä»–ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆï¼‰ãŒçµ„ç¹”ã®ãƒªãƒ¼ãƒ€ãƒ¼ã‚„æ£å¼ãªãƒˆãƒƒãƒ—ã§ã‚ã‚‹ã“ã¨ã‚’示ã—ã¾ã™ã€‚"@ja, "Indique qu'une personne est le directeur ou le responsable formel d'une Organisation. Ceci indique souvent qu'il est au sommet de du graphe acyclique des `org:reportsTo`, même si une organisation peut avoir plus d'un responsable."@fr, + "Persona que es jefe o jefa, representante ,,director o directora de la organización. Esto significa que dicha persona es el rango de la relación `org:reportsTo` en el organigrama de la organización (acÃclico), aunque una organización puede tener más de un jefe."@es, + "Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` (acyclic) graph, though an organization may have more than one head."@en, + "Indica che una persona è leader o responsabile formale di una Organization. Questo significa che la persona è alla radice del grafo (aciclico) creato dalle `org:reportsTo`, sebbene un'organizzazione possa avere più di un responsabile."@it; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent> . + + org:memberOf a rdf:Property, owl:ObjectProperty; + rdfs:label "membre de"@fr, "es miembro de"@es, "member of"@en, "membro di"@it; + rdfs:comment "Indique qu'une personne est membre de l'Organisation sans précision sur la nature de cet engagement ou du rôle joué. Notez que le choix du nom de cette propriété ne vise pas à la limiter aux seuls engagements formels, elle peut également couvrir des concepts reliés comme l'affiliation ou le bénévolat. Des extensions peuvent spécialiser cette relation pour indiquer des rôles particuliers au sein de l'Organisation or des relations plus nuancées avec elle. Possède une propriété inverse optionnelle, `org:hasmember`."@fr, + "Indicates that a person is a member of the Organization with no indication of the nature of that membership or the role played. Note that the choice of property name is not meant to limit the property to only formal membership arrangements, it is also indended to cover related concepts such as affilliation or other involvement in the organization. Extensions can specialize this relationship to indicate particular roles within the organization or more nuanced relationships to the organization. Has an optional inverse, `org:hasmember`."@en, + "エージェント(人ã¾ãŸã¯ä»–ã®çµ„織)ãŒçµ„ç¹”ã®ãƒ¡ãƒ³ãƒãƒ¼ã§ã‚ã‚‹ã“ã¨ã‚’示ã—ã¾ã™ã€‚ãŸã ã—ã€ãã®æ§‹æˆå“¡ã®æœ¬è³ªã‚„æ‹…ã†å½¹å‰²ã¯ç¤ºã—ã¾ã›ã‚“。プãƒãƒ‘ティーåã®é¸æŠžã¯ã€ãƒ—ãƒãƒ‘ティーをæ£å¼ãªæ§‹æˆå“¡é…ç½®ã®ã¿ã«åˆ¶é™ã™ã‚‹ã“ã¨ãŒç›®çš„ã§ã¯ãªã„ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。所属や組織ã¸ã®ãã®ä»–ã®é–¢ä¸Žãªã©ã®é–¢é€£ã™ã‚‹æ¦‚念をカãƒãƒ¼ã™ã‚‹ã“ã¨ã‚‚æ„図ã•ã‚Œã¦ã„ã¾ã™ã€‚æ‹¡å¼µã«ã‚ˆã‚Šã€ã“ã®é–¢ä¿‚を特殊化ã—ã€çµ„織内ã®ç‰¹å®šã®å½¹å‰²ã‚„よりニュアンスをå«ã‚“ã 組織ã¨ã®é–¢ä¿‚を示ã™ã“ã¨ãŒã§ãã¾ã™ã€‚"@ja, + "Indica che una persona è membro di una Organization senza una precisa indicazione sulla natura di questa appartenenza e sul suo ruolo. Si noti che la scelta del nome di questa proprietà non intende limitarla alla sola rappresentazione formalmente di un'appartenenza. La proprietà può coprire anche altri coinvolgimenti nell'organizzazione. Questa proprietà può essere specializzata per indicare ruoli all'interno organizzazione o relazioni di diverse tipologie. Ha `org:hasmember` come proprietà inversa opzionale."@it, + "Persona que pertenece a la organización o es miembro de la misma, sin que conste la naturaleza de dicha pertenencia o el papel que desempeña. Se debe tener en cuenta que la elección de una denominación para esta propiedad no significa que la propiedad esté limitada a ciertos tipos de pertenencia formales, sino que pretende cubrir conceptos relacionados como el de afiliación u otras formas de participación en la organización. Se puede hacer uso de extensiones para especializar esta relación de forma que incluya tipos especÃficos de pertenencia a las organizaciones o relaciones especiales con la organización."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + owl:inverseOf org:hasMember . + + org:hasMember a rdf:Property, owl:ObjectProperty; + rdfs:label "has member"@en, "tiene miembro"@es, "ha membro"@it, "possède un membre"@fr; + rdfs:comment "Indicates a person who is a member of the subject Organization. Inverse of `org:memberOf`, see that property for further clarification. Provided for compatibility with `foaf:member`."@en, + "対象組織ã®ãƒ¡ãƒ³ãƒãƒ¼ã§ã‚るエージェント(人ã¾ãŸã¯ä»–ã®çµ„織)を示ã—ã¾ã™ã€‚org:memberOfã®é€†ã€‚ã•ã‚‰ã«æ˜Žç¢ºãªèª¬æ˜Žã«ã¤ã„ã¦ã¯ã€ãã®ãƒ—ãƒãƒ‘ティーをå‚ç…§ã—ã¦ãã ã•ã„。"@ja, + "Indique une personne membre de l'Organisation sujet. Inverse de `org:memberOf`, voyez la description de cette propriété pour plus de précisions. Fourni pour la compatibilité avec `foaf:member`."@fr, + "Persona que es miembro de la organización en cuestión. Es la relación inversa de `org:memberOf`, véase la descripción de esa propiedad para más detalles. Se prevé compatibilidad con foaf:member`."@es, + "Indica una persona che è membro della data Organization. È l'inverso di `org:memberOf` ed è fornita per compatibilità con `foaf:member`."@it; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain org:Organization; + owl:inverseOf org:memberOf; + owl:equivalentProperty <http://xmlns.com/foaf/0.1/member> . + + <http://www.w3.org/ns/prov#wasDerivedFrom> owl:propertyChainAxiom _:genid-9680bf0f7dd24180a40001ce163fefba-98243593710F71C8B63B53AF05B3D308 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-98243593710F71C8B63B53AF05B3D308 rdf:first + org:resultedFrom; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-456DC11693C08D8A482F8A84294F0DBE . + + org:roleProperty a rdf:Property, owl:AnnotationProperty; + rdfs:label "rôle (propriété)"@fr, "role (property)"@en, "desempeña la actividad de (propiedad)"@es, + "ruolo (proprietà )"@it; + rdfs:comment "Questa è una meta-proprietà usata per annotare un'istanza di `org:Role` con una sotto-proprietà di `org:memberOf` e può essere usata per indicare direttamente il ruolo per facilitare un'interrogazione sui dati."@it, + "Ceci est une méta-propriété utilisée pour annoter une instance de `org:Role` ayant une sous-propriété `org:memberOf` qui peut être utilisée pour indiquer directement le rôle et pouvoir faire des requêtes plus facilement. La sémantique visée est un Engagement impliquant l'existence d'une relation de propriété directe à travers d'une règle d'inférence de la forme: `{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -> {?p ?r ?o}`."@fr, + "ã“ã‚Œã¯ã€ã‚¯ã‚¨ãƒªãŒå®¹æ˜“ã«ãªã‚‹ã‚ˆã†ã«å½¹å‰²ã‚’直接的ã«ç¤ºã™ãŸã‚ã«ä½¿ç”¨ã§ãã‚‹org:memberOfã®ã‚µãƒ–プãƒãƒ‘ティーã§org:Roleインスタンスを注釈ã™ã‚‹ãŸã‚ã«ç”¨ã„られるメタレベルã®ãƒ—ãƒãƒ‘ティーã§ã™ã€‚"@ja, + "This is a metalevel property which is used to annotate an `org:Role` instance with a sub-property of `org:memberOf` that can be used to directly indicate the role for easy of query. The intended semantics is a Membership relation involving the Role implies the existence of a direct property relationship through an inference rule of the form: `{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -> {?p ?r ?o}`."@en, + "Meta-propiedad que se utiliza para anotar una instancia de `org:Role` con una sub-propiedad de `org:memberOf`, que puede ser utilizada para indicar directamente la actividad a fin de facilitar las consultas a los datos. The intended semantics is that a Membership relation involving the Role implies the existence of a direct property relationship through an inference rule of the form: { [] org:member ?a; org:organization ?o; org:role [org:roleProperty ?r] } -> {?a ?r ?o}"@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range rdf:Property; + rdfs:domain org:Role . + + org:linkedTo a rdf:Property, owl:ObjectProperty; + rdfs:label "está relacionado con"@es, "linked to"@en, "está relacionada con"@es, "collegato a"@it, + "relié à "@fr; + rdfs:comment "Indica una relazione arbitraria tra due organizzazioni. Ad esempio, specializzazioni di questa proprietà possono essere usate per denotare relazioni particolari tipo il finanziamento o la fornitura."@it, + "Indicates an arbitrary relationship between two organizations. Specializations of this can be used to, for example, denote funding or supply chain relationships."@en, + "Indique une relation arbitraire entre deux Organisations. Des spécialisations peuvent être utilisées pour, par exemple, qualifier une relation de fournisseur ou de financeur."@fr, + "2ã¤ã®çµ„ç¹”ã®ä»»æ„ã®é–¢ä¿‚を示ã—ã¾ã™ã€‚"@ja, "Relación arbitraria entre dos organizaciones. Las especializaciones de esta relación se pueden utilizar para denotar relaciones de financiación o suministro, entre otras."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Organization . + + org:changedBy a rdf:Property, owl:ObjectProperty; + rdfs:label "cambiata da"@it, "changed by"@en, "es modificado por"@es, "es modificada por"@es, + "modifiée par"@fr; + rdfs:comment "Indique un évènement qui a impliqué un changement dans l'Organisation. Selon l'évènement, l'Organisation a continué à exister après l'évènement, ou pas. Inverse de `org:originalOrganization`."@fr, + "Evento de cambio que resulta en una modificación en la organización. Dependiendo del evento, la organización puede dejar de existir tras el cambio. Es la relación inversa de `org:originalOrganization`."@es, + "Indicates a change event which resulted in a change to this organization. Depending on the event the organization may or may not have continued to exist after the event. Inverse of `org:originalOrganization`."@en, + "Indica un evento che ha contribuito al cambiamento di questa organizzazione. A seconda dell'evento, l'organizzazione potrebbe essere esistente dopo l'evento o aver cessato la propria esistenza. È l'inverso di `org:originalOrganization`."@it, + "ã“ã®çµ„ç¹”ã®å¤‰æ›´ã®ãã£ã‹ã‘ã¨ãªã£ãŸå‡ºæ¥äº‹ã‚’示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:ChangeEvent; + rdfs:domain org:Organization; + owl:inverseOf org:originalOrganization . + + org:originalOrganization a rdf:Property, owl:ObjectProperty; + rdfs:label "es organización original"@es, "organizzazione originale"@it, "original organization"@en, + "organisation originelle"@fr; + rdfs:subPropertyOf <http://www.w3.org/ns/prov#used>; + rdfs:comment "Indica una o più organizzazioni pregresse rispetto a un evento di cambiamento. A seconda dell'evento, queste organizzazioni potrebbero essere esistenti dopo l'evento o aver cessato la loro esistenza. È l'inverso di `org:changedBy`."@it, + "Una o más organizaciones que existÃan antes de que sucediera el cambio en la organización. Dependiendo del tipo de cambio, dichas organizaciones pueden haber dejado de existir o no. Es la relación inversa de `org:changedBy`."@es, + "Indique une ou plusieurs organisations qui ont existé avant un évènement de changement. Selon l'évènement, ces organisations ont pu continuer à exister ou non. Inverse de `org:changedBy`. "@fr, + "変更ã®ãã£ã‹ã‘ã¨ãªã£ãŸå‡ºæ¥äº‹ä»¥å‰ã«å˜åœ¨ã—ãŸ1ã¤ä»¥ä¸Šã®çµ„織を示ã—ã¾ã™ã€‚出æ¥äº‹ã«ã‚ˆã£ã¦ã€å‡ºæ¥äº‹ã®å¾Œã«ãれらã¯å˜åœ¨ã—続ã‘ãŸã‹ã‚‚ã€å˜åœ¨ã—続ã‘ãªã‹ã£ãŸã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。"@ja, + "Indicates one or more organizations that existed before the change event. Depending on the event they may or may not have continued to exist after the event. Inverse of `org:changedBy`."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:ChangeEvent; + owl:inverseOf org:changedBy . + + org:remuneration a rdf:Property, owl:ObjectProperty; + rdfs:label "rémuneration"@fr, "remunerazione"@it, "recibe remuneración"@es, "remuneration"@en; + rdfs:comment "Indique un salaire ou tout autre compensation associée au Rôle. Typiquement, ceci sera annoté en utilisant un schéma existant comme `gr:PriceSpecification` mais le champ de cette propriété est laissé ouvert afin de permettre aux applications de la spécialiser (par exemple remunerationEuro)."@fr, + "Indicates a salary or other reward associated with the role. Typically this will be denoted using an existing representation scheme such as `gr:PriceSpecification` but the range is left open to allow applications to specialize it (e.g. to remunerationInGBP)."@en, + "Indica il salario o altra forma di remunerazione associata al ruolo. In genere, questo si denota usando uno schema di rappresentazione esistente come il `gr:PriceSpecification` ma il codominio è lasciato libero di essere specializzato a seconda delle applicazioni."@it, + "Salario o cualquier otra remuneración asociada con la actividad. La forma usual de referirse a dicha remuneración será utilizando un esquema de representación como el propuesto en la ontologÃa GoodRelations `gr:PriceSpecification`, pero el rango se deja abierto a que las distintas aplicaciones lo especialicen (por ejemplo, remunerationInGBP)"@es, + "役割ã«é–¢ä¿‚ã™ã‚‹çµ¦æ–™ã‚„ãã®ä»–ã®å ±é…¬ã‚’示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Role . + + org:member a rdf:Property, owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "member"@en, "membre"@fr, "membro"@it, "es condición de miembro sobre agente"@es; + rdfs:comment "Indicates the Person (or other Agent including Organization) involved in the Membership relationship. Inverse of `org:hasMembership`"@en, + "Persona (u otro agente, incluyendo una organización) que participa en la relación de membresÃa. Es la relación inversa de `org:hasMembership`."@es, + "Indica la Person (o un altro Agent) coinvolto in una relazione di Membership. È l'inverso di `org:hasMembership`."@it, + "構æˆå“¡é–¢ä¿‚ã«å«ã¾ã‚Œã¦ã„る人(ã¾ãŸã¯ã€çµ„織をå«ã‚“ã§ã„ã‚‹ä»–ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆï¼‰ã‚’示ã—ã¾ã™ã€‚"@ja, "Indique une personne (ou tout autre Agent, y compris une Organisation) impliqué dans la relation d'Engagement. Inverse de `org:hasMembership`"@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain org:Membership; + owl:inverseOf org:hasMembership . + + org:hasMembership a rdf:Property, owl:ObjectProperty; + rdfs:label "appartenenza"@it, "tiene membresÃa"@es, "membership"@en, "engagement"@fr; + rdfs:comment "Indicates a membership relationship that the Agent plays. Inverse of `org:member`."@en, + "Indica una relazione di appartenenza che coinvolge un Agent. È l'inverso di `org:member`."@it, + "Relación de pertenencia o afiliación a una organización en la que el agente desempeña un cargo o función. Es la relación inversa de `org:member`."@es, + "Indique pour cet Agent un engagement dans une Organisation. Inverse de `org:member`."@fr, + "エージェントãŒæ‹…ã†æ§‹æˆå“¡é–¢ä¿‚を示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Membership; + rdfs:domain <http://xmlns.com/foaf/0.1/Agent>; + owl:inverseOf org:member . + + org:transitiveSubOrganizationOf a rdf:Property, owl:ObjectProperty, owl:TransitiveProperty; + rdfs:label "transitive sub-organization"@en, "es suborganización de manera transitiva de"@es, + "es suborganización de (transitiva)"@es, "sotto-Organization transitiva"@it, "sous-Organization transitive de"@fr; + rdfs:comment "subOrganizationOfã®æŽ¨ç§»é–‰åŒ…ã§ã€ã“れをå«ã‚€ã™ã¹ã¦ã®çµ„ç¹”ã®è¡¨ç¾ã‚’与ãˆã‚‹ã€‚技術的ã«ã€ã“ã‚ŒãŒæŽ¨ç§»é–‰åŒ…ã®ã‚¹ãƒ¼ãƒ‘ープãƒãƒ‘ティーã§ã‚ã‚‹ãŸã‚ã€è¿½åŠ ã®è¨€æ˜Žã‚’å«ã‚€ã“ã¨ãŒã§ãã¾ã™ãŒã€ãã®ã‚ˆã†ãªä½¿ç”¨æ³•ã¯ãŠå‹§ã‚ã§ããªã„ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。"@ja, + "È la chiusura transitiva di subOrganizationOf, quindi rappresenta tutte le organizzazioni che la contengono. Tecnicamente, essendo una chiusura transitiva, può contenere asserzioni che non la riguardano e quindi il suo uso è sconsigliato."@it, + "La versión transitiva de la propiedad “subOrganizationOfâ€, es decir, la representación de todas las organizaciones en las que esta está contenida. Téngase en cuenta que desde el punto de vista técnico esta es una propiedad que contiene a todas las propiedades transitivas, de forma que podrÃa contener afirmaciones adicionales, aunque su uso no está aconsejado."@es, + "La version transitive de la propriété subOrganizationOf, renvoie une représentation de toutes les organisations qui contiennent celle-ci. Notez que ceci est une super-propriété de la relation transitive donc elle pourrait contenir des assertions additionnelles mais cet usage n'est pas recommandé."@fr, + "The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged."@en; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Organization . + + org:hasSubOrganization a rdf:Property, owl:ObjectProperty; + rdfs:label "has SubOrganization"@en, "tiene suborganización"@es, "a une Sous-Organization"@fr, + "ha sotto-Organization"@it; + rdfs:comment "Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization. Inverse of `org:subOrganizationOf`."@en, + "組織ã¾ãŸã¯çµ„ç¹”å˜ä½ã®éšŽå±¤çš„包å«ã‚’表ã‚ã—ã¾ã™ã€‚ã“ã®çµ„ç¹”ã®ã‚µãƒ–パートã¾ãŸã¯åã§ã‚る組織を示ã—ã¾ã™ã€‚"@ja, "Rappresenta un contenimento gerarchico di una Organization o di una OrganizationalUnit. Indica una organizzazione che è parte di una organizzazione più grande. È l'inverso di `org:subOrganizationOf`."@it, + "Indique le statut de dépendance hiérarchique pour des Organisations ou des Unités Opérationnelles; indique une Organisation qui est une sous-partie ou une branche d'une Organisation plus large. C'est la propriété inverse de `org:subOrganizationOf`."@fr, + "Organización jerárquica de organizaciones o unidades. Indica que una organización es parte de otra organización más amplia o pertenece a ella. Es la relación inversa de `org:subOrganizationOf`."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Organization; + owl:inverseOf org:subOrganizationOf . + + org:subOrganizationOf a rdf:Property, owl:ObjectProperty; + rdfs:label "sous-Organization de"@fr, "sotto-Organization di"@it, "es suborganización de"@es, + "subOrganization of"@en; + rdfs:subPropertyOf org:transitiveSubOrganizationOf; + rdfs:comment "Rappresenta un contenimento gerarchico di una Organization o di una OrganizationalUnit. È l'inverso di `org:hasSubOrganization`. Ha nome come nome alternativo hasSubOrg."@it, + "Distribución jerárquica de organizaciones o unidades. Indica que una organización contiene a otra organización. Es la relación inversa de `org:hasSubOrganization`"@es, + "Représente une relation hierarchique des Organisations ou des Unités Opérationnelles; indique une Organisation sujet qui contient cette Organisation. Inverse de `org:hasSubOrganization`."@fr, + "Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`."@en, + "組織ã¾ãŸã¯çµ„ç¹”å˜ä½ã®éšŽå±¤çš„包å«ã‚’表ã‚ã—ã¾ã™ã€‚ã“ã®çµ„織をå«ã‚€çµ„織を示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Organization; + owl:inverseOf org:hasSubOrganization . + + org:Head a org:Role; + rdfs:label "directora ejecutiva"@es, "responsabile"@it, "responsable"@fr, "head"@en, + "director ejecutivo"@es; + rdfs:comment "Un rôle correspondant à la propriété `org:headOf`"@fr, "Un ruolo corrispondente alla proprietà `org:headOf`."@it, + "A role corresponding to the `org:headOf` property"@en, "Actividad correspondiente a la propiedad `org:headOf`."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + org:roleProperty org:headOf; + <http://www.w3.org/2004/02/skos/core#prefLabel> "responsabile"@it, "responsable"@fr, + "head"@en . + + <http://www.w3.org/ns/org#> a owl:Ontology; + rdfs:label "Core organization ontology"@en, "OntologÃa de organizaciones"@es, "Ontologia delle organizzazioni"@it, + "Ontologie des organisations"@fr; + rdfs:comment "Vocabulary for describing organizational structures, specializable to a broad variety of types of organization."@en, + "Vocabolario per descrivere strutture organizzative, le quali possono essere specializzate in una vasta varietà di tipi di organizzazione"@it, + "Vocabulario para describir organizaciones, adaptable a una amplia variedad de ellas."@es; + owl:versionInfo "0.8"; + dc:modified "2010-06-09"^^xsd:date, "2014-01-25"^^xsd:date, "2014-04-12"^^xsd:date, + "2010-10-08"^^xsd:date, "2013-12-16"^^xsd:date, "2012-10-06"^^xsd:date, "2014-01-02"^^xsd:date, + "2014-02-05"^^xsd:date, "2013-02-15"^^xsd:date, "2012-09-30"^^xsd:date; + dc:contributor _:genid-9680bf0f7dd24180a40001ce163fefba-82D4E5AA88F9B12166486C38C65554F7, + _:genid-9680bf0f7dd24180a40001ce163fefba-1BE681131D7214615D56CD6D6DEE4197, _:genid-9680bf0f7dd24180a40001ce163fefba-C213CCCF0CFD0BA8BEC99E307C2E3C33, + _:genid-9680bf0f7dd24180a40001ce163fefba-5F0B7C7DC8F13E7039654D16ED903DF2, _:genid-9680bf0f7dd24180a40001ce163fefba-11F2F3C5DC08FB93689EA3FECB672BE0, + _:genid-9680bf0f7dd24180a40001ce163fefba-1C36E065D1101E050D5BD18FE89E2355, _:genid-9680bf0f7dd24180a40001ce163fefba-EBD234C65FC03036D3A8A17AB26C76E4, + _:genid-9680bf0f7dd24180a40001ce163fefba-17CB86175E2DEB1F3FA4E8E366FEEDB0, _:genid-9680bf0f7dd24180a40001ce163fefba-EE998E5B0C3C30EC53D17B362D147F43; + rdfs:seeAlso <http://www.w3.org/TR/vocab-org/>; + dc:title "Core organization ontology"@en, "OntologÃa de organizaciones"@es, "Ontologia delle organizzazioni"@it, + "Ontologie des organisations"@fr; + dc:created "2010-05-28"^^xsd:date; + dc:license <http://www.opendatacommons.org/licenses/pddl/1.0/> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-82D4E5AA88F9B12166486C38C65554F7 <http://xmlns.com/foaf/0.1/homepage> + <http://www.asahi-net.or.jp/~ax2s-kmtn/>; + <http://xmlns.com/foaf/0.1/name> "Shuji Kamitsuna" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1BE681131D7214615D56CD6D6DEE4197 <http://xmlns.com/foaf/0.1/mbox> + "emontiel@fi.upm.es"; + <http://xmlns.com/foaf/0.1/name> "Elena Montiel Ponsoda" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C213CCCF0CFD0BA8BEC99E307C2E3C33 <http://xmlns.com/foaf/0.1/mbox> + "dave@epimorphics.com"; + <http://xmlns.com/foaf/0.1/name> "Dave Reynolds" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-5F0B7C7DC8F13E7039654D16ED903DF2 <http://xmlns.com/foaf/0.1/mbox> + "giorgia.lodi@agid.gov.it"; + <http://xmlns.com/foaf/0.1/name> "Giorgia Lodi" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-11F2F3C5DC08FB93689EA3FECB672BE0 <http://xmlns.com/foaf/0.1/mbox> + "ogiraldo@fi.upm.es"; + <http://xmlns.com/foaf/0.1/name> "Olga Ximena Giraldo" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1C36E065D1101E050D5BD18FE89E2355 <http://xmlns.com/foaf/0.1/mbox> + "antonio.maccioni@agid.gov.it"; + <http://xmlns.com/foaf/0.1/name> "Antonio Maccioni" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-EBD234C65FC03036D3A8A17AB26C76E4 <http://xmlns.com/foaf/0.1/mbox> + "mpoveda@fi.upm.es"; + <http://xmlns.com/foaf/0.1/name> "MarÃa Poveda Villalón" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-17CB86175E2DEB1F3FA4E8E366FEEDB0 <http://xmlns.com/foaf/0.1/mbox> + "lupe@fi.upm.es"; + <http://xmlns.com/foaf/0.1/name> "Guadalupe Aguado de Cea" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-EE998E5B0C3C30EC53D17B362D147F43 <http://xmlns.com/foaf/0.1/mbox> + "dguardiola@quinode.fr"; + <http://xmlns.com/foaf/0.1/name> "Dominique Guardiola" . + + org:OrganizationalCollaboration a owl:Class, rdfs:Class; + rdfs:label "Partenariat"@fr, "Collaborazione"@it, "proyecto de cooperación empresarial"@es, + "Endeavour"@en; + rdfs:comment "プãƒã‚¸ã‚§ã‚¯ãƒˆãªã©ã®2ã¤ä»¥ä¸Šã®çµ„織間ã®ã‚³ãƒ©ãƒœãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã€‚ãã‚Œã¯ã€ã‚¢ã‚¤ãƒ‡ãƒ³ãƒ†ã‚£ãƒ†ã‚£ã‚’有ã—ã€ãã®ç‰¹å®šã®ãƒ¡ãƒ³ãƒãƒ¼ã¨ã¯ç„¡é–¢ä¿‚ã«ç›®çš„を定ã‚ã¦ã„ã‚‹ã¨ã„ã†ç‚¹ã§ã€çµ„ç¹”ã¨ã—ã¦ã®åŸºæº–を満ãŸã—ã¾ã™ãŒã€æ£å¼ã«èªè˜ã•ã‚ŒãŸæ³•çš„実体ã§ã‚‚ã€ã‚るより大ããªçµ„織内ã®ã‚µãƒ–ユニットã§ã‚‚ã‚ã‚Šã¾ã›ã‚“。一般的ã«ã¯ã€ãã®å†…部ã®çµ„織よりもå˜ç¶šæœŸé–“ãŒçŸã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ãŒã€å¿…ãšã—ã‚‚ãã†ã¨ã¯é™ã‚Šã¾ã›ã‚“。"@ja, + "Une collaboration entre deux ou plusieurs Organisations, telle qu'un projet commun. Un partenariat peut être considéré comme Organisation dans le sens ou il possède une identité et un But propre indépendant de ceux de ses membres, mais ce n'est ni une entité légale ni une sous-unité d'une Organisation plus grande. Typiquement, elle peut avoir une durée de vie plus courte que les Organisations qui la composent, mais pas nécessairement. Tous les membres sont des `org:Organization`s plutôt que des individus et ces Organisations peuvent jouer des Rôles particuliers au sein du Partenariat. "@fr, + "Colaboración determinada entre dos o más organizaciones, como en el caso de un proyecto común. Cumple con los criterios de ser una organización en sà misma, en la medida en que tiene una identidad y un propósito definido independiente de sus miembros en particular, pero no es una entidad legal formalmente reconocida ni una sub-unidad dentro de una organización más grande. La duración suele ser más corta que la de las organizaciones que lo componen, pero no necesariamente. Todos sus miembros son de tipo `org:Organization` en vez de individuos, y desempeñan una actividad concreta en el marco del proyecto de cooperación."@es, + "È una collaborazione tra due o più Organization come ad esempio un progetto. Consente di rappresentare alcune identità dell'Organization che sono fuori dallo scopo principale e non sono formalmente riconosciute. Potrebbe anche avere un ciclo di vita limitato."@it, + "A collaboration between two or more Organizations such as a project. It meets the criteria for being an Organization in that it has an identity and defining purpose independent of its particular members but is neither a formally recognized legal entity nor a sub-unit within some larger organization. Might typically have a shorter lifetime than the Organizations within it, but not necessarily. All members are `org:Organization`s rather than individuals and those Organizations can play particular roles within the venture. Alternative names: _Project_ _Venture_ _Endeavour_ _Consortium_ _Endeavour_"@en; + rdfs:subClassOf org:Organization; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + owl:equivalentClass _:genid-9680bf0f7dd24180a40001ce163fefba-3BE2FD7389B26D532060490817D9F812 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-3BE2FD7389B26D532060490817D9F812 a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-512F69AE3490D0FCDEC93BFE31A2735D . + + org:hasPrimarySite a rdf:Property, owl:ObjectProperty; + rdfs:label "tiene sede principal en"@es, "site principal"@fr, "primary Site"@en, "sede principale"@it; + rdfs:subPropertyOf org:hasSite; + rdfs:comment "Indicates a primary site for the Organization, this is the default means by which an Organization can be contacted and is not necessarily the formal headquarters."@en, + "Oficina principal de la organización, la opción por defecto para ponerse en contacto con una organización, aunque no corresponde necesariamente con las oficinas centrales de la organización."@es, + "組織ã®ä¸»è¦ã‚µã‚¤ãƒˆã‚’示ã—ã¾ã™ã€‚組織ã®çª“å£ã¨ãªã‚Šãˆã‚‹ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®æ‰‹æ®µã§ã™ãŒã€æ£å¼ãªæœ¬éƒ¨ã¨ã¯é™ã‚Šã¾ã›ã‚“。"@ja, "Indica la sede principale per l'Organization. È da considerarsi come la sede di default in cui l'Organization deve essere contattata pur non essendo necessariamente il quartier generale."@it, + "Indique le site principal d'une Organisation, le moyen par défaut par lequel l'Organisation peut être contactée et pas nécessairement le siège social légal."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Site; + rdfs:domain org:Organization . + + org:organization a rdf:Property, owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "organization"@en, "organizzazione"@it, "organisation"@fr, "es condición de miembro sobre organización"@es; + rdfs:comment "Indica l'Organization in cui l'Agent è un membro."@it, "Indique l'Organization dont l'agent est membre."@fr, + "Organización a la que pertenece el agente en calidad de miembro."@es, "Indicates Organization in which the Agent is a member."@en, + "エージェントãŒãƒ¡ãƒ³ãƒãƒ¼ã§ã‚る組織を示ã—ã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Membership . + + org:purpose a rdf:Property; + rdfs:label "but"@fr, "tiene objetivo"@es, "purpose"@en, "obiettivo"@it; + rdfs:comment "Indique le but de cette Organisation. Il peut exister plusieurs buts à différents niveaux d'abstraction mais la nature d'une organisation est d'avoir une raison d'exister et cette propriété doit servir à documenter cette raison d'être. Une Organisation peut avoir plusieurs Buts. Il est recommandé que le but soit libellé à l'aide d'un vocabulaire contrôlé ou autre code établi, idéalement avec un concept `skos:Concept`. Toutefois, le champ de cette propriété est laissé ouvert et pourrait accepter d'autres schémas de description. Il est préférable que les spécialisations ou les profils d'applications de ce vocabulaire contraignent le champ de cette propriété."@fr, + "Indica l'obiettivo di questa Organization. In generale, si possono esprimere gli obiettivi di un'organizzazione secondo diversi livelli di astrazione, ma la natura stessa dell'organizzazione ha una ragione d'essere ed è proprio questa che deve essere catturata con tale proprietà . Inoltre, un'Organization può avere obiettivi multipli. È raccomandabile che l'obiettivo faccia parte di una code list, e che sia preferibilmente un `skos:Concept`. Ad ogni modo, il codominio della proprietà è lasciato aperto per consentire altri tipi di di descrizione. Conseguentemente, eventuali specializzazioni o profili applicativi possono utilizzare quel vocabolario come codominio della proprietà ."@it, + "ã“ã®çµ„ç¹”ã®ç›®çš„を示ã—ã¾ã™ã€‚ç•°ãªã‚‹æŠ½è±¡ãƒ¬ãƒ™ãƒ«ã®å¤šãã®ç›®çš„ãŒã‚ã‚Šãˆã¾ã™ãŒã€çµ„ç¹”ã®æœ¬è³ªã¯å˜åœ¨ç†ç”±ã‚’æŒã¤ã“ã¨ã§ã‚ã‚Šã€ã“ã®ãƒ—ãƒãƒ‘ティーã¯ãã®ç†ç”±ã‚’ドã‚ュメント化ã™ã‚‹æ‰‹æ®µã§ã™ã€‚組織ã¯ã€è¤‡æ•°ã®ç›®çš„ã‚’æŒã£ã¦ã„ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚"@ja, + "Indicates the purpose of this Organization. There can be many purposes at different levels of abstraction but the nature of an organization is to have a reason for existence and this property is a means to document that reason. An Organization may have multiple purposes. It is recommended that the purpose be denoted by a controlled term or code list, ideally a `skos:Concept`. However, the range is left open to allow for other types of descriptive schemes. It is expected that specializations or application profiles of this vocabulary will constrain the range of the purpose. Alternative names: _remit_ _responsibility_ (esp. if applied to OrganizationalUnits such as Government Departments)."@en, + "Finalidad u objetivo de la organización. La organización puede tener muchos objetivos a diferentes niveles de abstracción, pero en la naturaleza de las organizaciones está el tener una razón para existir, y la finalidad de esta propiedad es documentar dicha razón. La organización podrá tener más de un objetivo. Se recomienda el uso de vocabularios controlados o listas de códigos para indicar el objetivo, preferentemente mediante el uso de un `skos:Concept`. Sin embargo, el rango no está predeterminado, de forma que otros tipos de esquemas descriptivos tiene cabida. Se espera que ciertas especializaciones de este vocabulario o ciertos perfiles de aplicaciones restrinjan el rango del objetivo. Denominaciones alternativas: área_ _jurisdicción_ _ responsabilidad _ (especialmente cuando se aplica a unidades tales como ministerios o divisiones administrativas de los gobiernos)"@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Organization . + + org:postIn a rdf:Property, owl:ObjectProperty; + rdfs:label "poste chez"@fr, "post in"@en, "es un puesto en"@es, "impiego in"@it; + rdfs:comment "Indicates the Organization in which the Post exists."@en, "ãƒã‚¹ãƒˆãŒå˜åœ¨ã™ã‚‹çµ„織を示ã—ã¾ã™ã€‚"@ja, + "Organización en la que existe el puesto."@es, "Indica l'Organization in cui il Post è presente."@it, + "Indicate l'Organisation dans laquelle le Poste existe."@fr; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Organization; + rdfs:domain org:Post; + owl:inverseOf org:hasPost . + + org:hasPost a rdf:Property, owl:ObjectProperty; + rdfs:label "possède un poste"@fr, "post"@en, "tiene puesto"@es, "impiego"@it; + rdfs:comment "組織内ã«å˜åœ¨ã™ã‚‹ãƒã‚¹ãƒˆã‚’示ã—ã¾ã™ã€‚"@ja, "Indica il Post che è presente in una Organization."@it, + "Indicates a Post which exists within the Organization."@en, "Indicate un Poste qui existe dans l'Organisation."@fr, + "Posición que existe en una organización."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Post; + rdfs:domain org:Organization . + + org:basedAt a rdf:Property, owl:ObjectProperty; + rdfs:label "basé à "@fr, "based At"@en, "basata a"@it, "trabaja en la sede"@es; + rdfs:comment "Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites."@en, + "人ãŒåŸºç¤Žã¨ã—ã¦ã„るサイトを示ã—ã¾ã™ã€‚人ãŒè¤‡æ•°ã®ã‚µã‚¤ãƒˆã‚’基礎ã¨ã—ã¦ã„ã‚‹å¯èƒ½æ€§ã‚’制é™ã—ã¾ã›ã‚“。"@ja, "Lugar en el que trabaja una persona. No se restringe el hecho de que una persona pueda estar adscrita a múltiples ubicaciones."@es, + "Indique le site sur lequel une personne est basée. Nous ne limitons pas le nombre de sites sur lesquels une personne peut être basée."@fr, + "Indica la sede in cui una è stabilita una persona. Non esclude la possibilità che una persona sia allocata su più sedi."@it; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Site; + rdfs:domain <http://xmlns.com/foaf/0.1/Person> . + + org:siteAddress a rdf:Property, owl:ObjectProperty; + rdfs:label "es la dirección de la sede"@es, "site Address"@en, "indirizzo della sede"@it, + "adresse du Site"@fr; + rdfs:comment "Dirección de la sede según una codificación adecuada. Se recomienda el uso de vCard (que utiliza el vocabulario en http://www.w3.org/TR/vcard-rdf/), pero el rango no se restringe únicamente al uso de este vocabulario sino que se permite el uso de otros códigos. La dirección puede constar de una dirección de correo electrónico, un número de teléfono o información de geo-localización, y no se limita a una dirección postal fÃsica."@es, + "Indicates an address for the site in a suitable encoding. Use of vCard (using the http://www.w3.org/TR/vcard-rdf/ vocabulary) is encouraged but the range is left open to allow other encodings to be used. The address may include email, telephone, and geo-location information and is not restricted to a physical address. "@en, + "Indique une adresse pour le site dans un encodage approprié. L'usage du vocabulaire vCard ( http://www.w3.org/TR/vcard-rdf/) est encouragé, mais le range est ouvert pour permettre l'utilisation d'autres vocabulaires. L'adresse peut comporter le courriel, le téléphone, et l'information de géolocalisation; et n'est donc pas seulement limitée à une adresse physique. "@fr, + "Indica un indirizzo per la sede in una codifica appropriata. Il codominio è lasciato libero ma è consigliabile l'uso del vocabolario vCard (http://www.w3.org/TR/vcard-rdf/). L'indirizzo può includere email, numero di telefono e informazioni di geolocalizzazione e non è vincolato ad essere un indirizzo fisico."@it, + "é©åˆ‡ã«ã‚³ãƒ¼ãƒ‰åŒ–ã•ã‚ŒãŸã‚µã‚¤ãƒˆã®ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’示ã—ã¾ã™ã€‚vCard[vcard-rdf]語彙ãªã©ã®æœ‰åãªã‚¢ãƒ‰ãƒ¬ã‚¹ã®ã‚³ãƒ¼ãƒ‰åŒ–ã®ä½¿ç”¨ãŒå¥¨åŠ±ã•ã‚Œã¾ã™ãŒã€ä»–ã®ç¬¦å·åŒ–ã®ä½¿ç”¨ã‚’å¯èƒ½ã¨ã™ã‚‹ãŸã‚ã«å€¤åŸŸã¯ã‚ªãƒ¼ãƒ—ンã®ã¾ã¾ã«ã•ã‚Œã¾ã™ã€‚アドレスã«ã¯ã€é›»åメールã€é›»è©±ãŠã‚ˆã³ã‚¸ã‚ªãƒã‚±ãƒ¼ã‚·ãƒ§ãƒ³æƒ…å ±ã‚’å«ã‚€ã“ã¨ãŒã§ãã€ç‰©ç†çš„ãªã‚¢ãƒ‰ãƒ¬ã‚¹ã«åˆ¶é™ã•ã‚Œã¾ã›ã‚“。"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Site . + + org:memberDuring a rdf:Property, owl:ObjectProperty; + rdfs:label "member During"@en, "durée d'engagement"@fr, "membro durante"@it, "es miembro durante"@es; + rdfs:comment "Proprietà opzionale per indicare l'intervallo per il quale l'appartenenza è/è stata valida."@it, + "Propriété optionnelle pour indiquer l'intervalle durant lequel l'engagemnet est ou était valide."@fr, + "Optional property to indicate the interval for which the membership is/was valid."@en, + "Propiedad opcional que indica el periodo durante el cual la relación de membresÃa o pertenencia a una organización se mantiene en vigencia."@es, + "構æˆå“¡ãŒæœ‰åŠ¹ã§ã‚ã‚‹ï¼ã§ã‚ã£ãŸæœŸé–“を示ã™ãŸã‚ã®ã‚ªãƒ—ションã®ãƒ—ãƒãƒ‘ティー。"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:domain org:Membership . + + org:location a owl:DatatypeProperty, rdf:Property; + rdfs:label "está ubicada en"@es, "está ubicado en"@es, "luogo"@it, "localisation"@fr, + "location"@en; + rdfs:comment "Indique la description de l'endroit ou est basé une personne de l'Organisation, par exemple pour des besoins de messagerie interne (Bureau 42)."@fr, + "例ãˆã°ã€å†…部é…é€ç›®çš„ã®ãƒ¡ãƒ¼ãƒ«ãƒ»ã‚¹ãƒˆãƒƒãƒ—(Mail Stop)ãªã©ã®ã€çµ„織内ã®äººã®ä½ç½®è¨˜è¿°ã‚’æä¾›ã—ã¾ã™ã€‚"@ja, "Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes."@en, + "Indica la descrizione del luogo presso cui è possibile reperire una persona dell'organizzazione."@it, + "Lugar o ubicación exacta de una persona en una organización con el objetivo de facilitar, por ejemplo, la entrega de correo."@es; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range xsd:string; + rdfs:domain <http://xmlns.com/foaf/0.1/Person> . + + org:role a rdf:Property, owl:ObjectProperty; + rdfs:label "role"@en, "rôle"@fr, "desempeña la actividad de"@es, "ruolo"@it; + rdfs:comment "Indica il Role che un Agent ricopre in una relazione di Membership con una Organization"@it, + "Actividad que el agente desempeña en una relación de pertenencia a una organización."@es, + "Indicates the Role that the Agent plays in a Membership relationship with an Organization."@en, + "Indique le Rôle de l'Agent dans son Engagement avec l'Organisation."@fr, "エージェントãŒçµ„ç¹”ã¨ã®æ§‹æˆå“¡é–¢ä¿‚ã«ãŠã„ã¦æ‹…ã†å½¹å‰²ã‚’示ã—ã¾ã™ã€‚ãƒã‚¹ãƒˆã®ä¿æŒè€…ãŒæ‹…ã†å½¹å‰²ã‚’示ã™ãŸã‚ã«org:Postã§ç”¨ã„ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚"@ja; + rdfs:isDefinedBy <http://www.w3.org/ns/org>; + rdfs:range org:Role; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-2BA75FEF4441ACC24D7D365AF633B913 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-2BA75FEF4441ACC24D7D365AF633B913 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-F0BAD11957B2438D4A2B51CAE70F3E43 . +} + +<http://www.opensilex.org/vocabulary/oeso> { + <http://www.w3.org/ns/prov#wasGeneratedBy> a owl:ObjectProperty; + rdfs:label "was generated by"@en, "a été généré par"@fr; + rdfs:subPropertyOf owl:topObjectProperty . + + <http://www.w3.org/ns/prov#used> a owl:ObjectProperty; + rdfs:label "utilise"@fr, "used"@en . + + dc:title a owl:AnnotationProperty . + + org:hasPrimarySite a owl:ObjectProperty . + + org:siteAddress a owl:ObjectProperty; + rdfs:range vcard:Address . + + <http://www.w3.org/ns/prov#Entity> a owl:Class; + rdfs:label "Entité"@fr, "Entity"@en; + rdfs:comment "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary."@en . + + vocabulary:FactorCategory a owl:Class; + rdfs:label "Factor Category"@en, "Catégorie de facteur"@fr; + rdfs:comment "Terme structuré et contrôlé qui décrit les traitements, les conditions d'étude et/ou les types d'étude utilisés dans les expériences."@fr, + "A structured term, controlled vocabulary which describes the treatments, study conditions, and/or study types used in experiments."@en; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + vocabulary:WindyArea a owl:Class; + rdfs:label "Zone venteuse"@fr, "Windy area"@en; + rdfs:subClassOf vocabulary:StructuralArea . + + vocabulary:StructuralArea a owl:Class; + rdfs:label "Zone structurelle"@fr, "Structural area"@en; + rdfs:comment "lifetime, building, cadastral, floodable, etc."@en, "durée de vie, bâtiment, cadastre, inondable, etc."@fr; + rdfs:subClassOf vocabulary:Area . + + vocabulary:Area a owl:Class; + rdfs:label "Zone"@fr, "Area"@en; + rdfs:comment """Zone in the broadest sense. +Can define a zone in the physical or theoretical sense"""@en, + """Zone au sens large. +Peut définir une zone au sens physique ou théorique"""@fr; + rdfs:subClassOf vocabulary:Equipement . + + vocabulary:Device a owl:Class; + rdfs:label "Device"@en, "Dispositif"@fr; + rdfs:subClassOf vocabulary:Equipement, _:genid-9680bf0f7dd24180a40001ce163fefba-F72A87AC515D7C5235140B145701D837, + _:genid-9680bf0f7dd24180a40001ce163fefba-2B5341F810B1F22949AD2216E5E6E8D3 . + + vocabulary:Equipement a owl:Class, owl:NamedIndividual; + rdfs:label "equipment"@en, "équipement"@fr; + rdfs:comment "An INSTALLATION is the elementary level for data acquisition in a specific type of experiments. It stands for other frequently used terms such as ‘platform’, ‘facility’ or others."@en; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F72A87AC515D7C5235140B145701D837 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:label; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-2B5341F810B1F22949AD2216E5E6E8D3 a owl:Restriction; + owl:onDataRange <xsd:string>; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:comment . + + vocabulary:hasDevice a owl:ObjectProperty; + rdfs:label "has device"@en, "a un appareil"@fr; + rdfs:range vocabulary:Device . + + rdfs:member a owl:ObjectProperty; + rdfs:label "member"@en, "membre"@fr; + rdfs:comment "to uses with Bag or container"@en . + + <http://www.w3.org/2004/02/skos/core#closeMatch> a owl:DatatypeProperty . + + <http://www.w3.org/2003/01/geo/wgs84_pos#within> a owl:ObjectProperty . + + vocabulary:WebSite a owl:Class; + rdfs:label "Web Site"@en, "Site web"@fr; + rdfs:subClassOf vocabulary:InteractiveResource . + + vocabulary:InteractiveResource a owl:Class; + rdfs:label "Ressource interactive"@fr, "Interactive Resource"@en; + rdfs:subClassOf vocabulary:Document; + :source "http://purl.org/dc/dcmitype/InteractiveResource" . + + vocabulary:Document a owl:Class, owl:NamedIndividual; + rdfs:label "Document"@en, "Document"@fr . + + :source a owl:NamedIndividual, owl:AnnotationProperty; + rdfs:label "Source"@en; + rdfs:comment "A related resource from which the described resource is derived."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#source-006>; + dc:description "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en . + + vocabulary:FloodArea rdfs:label "Flood area"@en, "Zone inondable"@fr . + + :publisher a owl:NamedIndividual; + rdfs:label "Publisher"@en; + rdfs:comment "An entity responsible for making the resource available."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#publisher-006>; + dc:description "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."@en . + + dc:publisher a owl:AnnotationProperty . + + vocabulary:Report a owl:Class; + rdfs:label "Report"@en, "Rapport de stage"@fr; + rdfs:subClassOf vocabulary:ScientificDocument . + + vocabulary:ScientificDocument a owl:Class; + rdfs:label "Scientific Document"@en, "Document Scientifique"@fr; + rdfs:subClassOf vocabulary:Document . + + <http://www.w3.org/ns/prov#generated> a owl:ObjectProperty; + rdfs:label "génère"@fr, "generated"@en; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:isDefinedBy "http://www.w3.org/ns/prov-o#"@en . + + vocabulary:Facility a owl:Class, owl:NamedIndividual; + rdfs:label "Facility"@en, "Installation environnementale"@fr; + rdfs:comment "Material facility like greenhouse, compartment, etc."@fr . + + vocabulary:Vector a owl:Class; + rdfs:label "Vector"@en, "Vecteur"@fr; + rdfs:subClassOf vocabulary:Device . + + vocabulary:Population a owl:Class; + rdfs:label "Population"@fr, "Population"@en; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:ScientificObject a owl:Class, owl:NamedIndividual; + rdfs:label "Objet scientifique"@fr, "Scientific object"@en; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-A8F4225875D639237D25F1879819D4E2, + _:genid-9680bf0f7dd24180a40001ce163fefba-1FFFF2E769D27BD6F9A333145F4D06A0, _:genid-9680bf0f7dd24180a40001ce163fefba-0305BB26800DBB4906FBAFC2ED2D0FCC, + _:genid-9680bf0f7dd24180a40001ce163fefba-CA498DC4FE1EF92940B580C764DE9DCF, _:genid-9680bf0f7dd24180a40001ce163fefba-79DC9815BDFD11DB0E15934E90B891E6, + _:genid-9680bf0f7dd24180a40001ce163fefba-EDBE24A61E83608E296596BFFE61CB79, _:genid-9680bf0f7dd24180a40001ce163fefba-982F166C322D78762572C3934C8C55C7, + _:genid-9680bf0f7dd24180a40001ce163fefba-EB663871DED6BF8B33FC447B906F07FC . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A8F4225875D639237D25F1879819D4E2 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:isHosted; + owl:onClass vocabulary:Facility . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1FFFF2E769D27BD6F9A333145F4D06A0 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:isPartOf; + owl:onClass vocabulary:ScientificObject . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0305BB26800DBB4906FBAFC2ED2D0FCC a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:label; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-CA498DC4FE1EF92940B580C764DE9DCF a owl:Restriction; + owl:onProperty vocabulary:hasFactorLevel; + owl:onClass vocabulary:FactorLevel . + + _:genid-9680bf0f7dd24180a40001ce163fefba-79DC9815BDFD11DB0E15934E90B891E6 a owl:Restriction; + owl:onDataRange xsd:date; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasDestructionDate . + + _:genid-9680bf0f7dd24180a40001ce163fefba-EDBE24A61E83608E296596BFFE61CB79 a owl:Restriction; + owl:onDataRange <xsd:string>; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:comment . + + _:genid-9680bf0f7dd24180a40001ce163fefba-982F166C322D78762572C3934C8C55C7 a owl:Restriction; + owl:onDataRange xsd:date; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasCreationDate . + + _:genid-9680bf0f7dd24180a40001ce163fefba-EB663871DED6BF8B33FC447B906F07FC a owl:Restriction; + owl:onDataRange <xsd:string>; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasGeometry . + + vocabulary:hasSpecies a owl:ObjectProperty; + rdfs:range vocabulary:Species . + + vocabulary:Species a owl:Class, owl:NamedIndividual; + rdfs:label "Species"@en, "Espèce"@fr; + rdfs:subClassOf vocabulary:Germplasm . + + vocabulary:Germplasm a owl:Class, owl:NamedIndividual; + rdfs:label "germplasm descriptor information"@en, "Matériel Génétique"@fr . + + vocabulary:measures a owl:ObjectProperty; + rdfs:label "mesure"@fr, "measures"@en; + rdfs:comment "Variable mesurée par le capteur"@fr, "Variable measured by the sensor"@en; + rdfs:range vocabulary:Variable; + rdfs:domain vocabulary:SensingDevice . + + vocabulary:Variable a owl:Class; + rdfs:label "Variable"@en, "Variable"@fr; + rdfs:subClassOf vocabulary:VariableBase, _:genid-9680bf0f7dd24180a40001ce163fefba-91626ED41052BF34DCFE43886EAE2FCA, + _:genid-9680bf0f7dd24180a40001ce163fefba-28B87D9B525C7FFF8727B258F3557E57, _:genid-9680bf0f7dd24180a40001ce163fefba-0E4273D10CF1B3EB4E983D855B51C1BC, + _:genid-9680bf0f7dd24180a40001ce163fefba-FD0C8B2864FA08FF9E6970D5E7C6016B . + + vocabulary:SensingDevice a owl:Class; + rdfs:label "SensingDevice"@en, "Capteur"@fr; + rdfs:subClassOf vocabulary:Device, _:genid-9680bf0f7dd24180a40001ce163fefba-FA85B822FB736BF65B9D7C4B16174371 . + + vocabulary:VariableBase a owl:Class; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-FBFE26F8F59DB8B4CF82A35290E9D83B, + _:genid-9680bf0f7dd24180a40001ce163fefba-D8AC64E0EB68B0E13036BD0995038C0A, _:genid-9680bf0f7dd24180a40001ce163fefba-F29D8416A195A4912E42C545EBD477B0, + _:genid-9680bf0f7dd24180a40001ce163fefba-109C0696B7E809EB2894CBB63FEDFFCF, _:genid-9680bf0f7dd24180a40001ce163fefba-1DEF82E53DB6B0630CBE039B1D16F44E, + _:genid-9680bf0f7dd24180a40001ce163fefba-D74BC2DAE5CEBAC7E6D1F94B3A798050 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-91626ED41052BF34DCFE43886EAE2FCA a owl:Restriction; + owl:onProperty vocabulary:hasUnit; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Unit . + + _:genid-9680bf0f7dd24180a40001ce163fefba-28B87D9B525C7FFF8727B258F3557E57 a owl:Restriction; + owl:onProperty vocabulary:hasMethod; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Method . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0E4273D10CF1B3EB4E983D855B51C1BC a owl:Restriction; + owl:onProperty vocabulary:hasEntity; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Entity . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FD0C8B2864FA08FF9E6970D5E7C6016B a owl:Restriction; + owl:onProperty vocabulary:hasCharacteristic; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Characteristic . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FA85B822FB736BF65B9D7C4B16174371 a owl:Restriction; + owl:onProperty vocabulary:measures; + owl:onClass vocabulary:Variable . + + :coverage a owl:NamedIndividual; + rdfs:label "Coverage"@en; + rdfs:comment "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#coverage-006>; + dc:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en . + + vocabulary:longString a owl:DatatypeProperty; + rdfs:subPropertyOf owl:topDataProperty . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FBFE26F8F59DB8B4CF82A35290E9D83B a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:comment . + + _:genid-9680bf0f7dd24180a40001ce163fefba-D8AC64E0EB68B0E13036BD0995038C0A a owl:Restriction; + owl:onDataRange xsd:anyURI; + owl:onProperty <http://www.w3.org/2004/02/skos/core#broader> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F29D8416A195A4912E42C545EBD477B0 a owl:Restriction; + owl:onDataRange xsd:anyURI; + owl:onProperty <http://www.w3.org/2004/02/skos/core#exactMatch> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-109C0696B7E809EB2894CBB63FEDFFCF a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty rdfs:label; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1DEF82E53DB6B0630CBE039B1D16F44E a owl:Restriction; + owl:onDataRange xsd:anyURI; + owl:onProperty <http://www.w3.org/2004/02/skos/core#narrower> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-D74BC2DAE5CEBAC7E6D1F94B3A798050 a owl:Restriction; + owl:onDataRange xsd:anyURI; + owl:onProperty <http://www.w3.org/2004/02/skos/core#closeMatch> . + + vocabulary:ITKDocument a owl:Class; + rdfs:label "Technical itinerary"@en, "ITK"@fr; + rdfs:subClassOf vocabulary:TechnicalDocument . + + vocabulary:TechnicalDocument a owl:Class; + rdfs:label "Technical Document"@en, "Document Technique"@fr; + rdfs:subClassOf vocabulary:Document . + + vocabulary:hasFinancialFunding a owl:DatatypeProperty . + + :contributor a owl:NamedIndividual; + rdfs:label "Contributor"@en; + rdfs:comment "An entity responsible for making contributions to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#contributor-006>; + dc:description "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."@en . + + :rights a owl:NamedIndividual; + rdfs:label "Rights"@en; + rdfs:comment "Information about rights held in and over the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#rights-006>; + dc:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en . + + :relation a owl:NamedIndividual; + rdfs:label "Relation"@en; + rdfs:comment "A related resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#relation-006>; + dc:description "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en . +} + +<http://www.w3.org/2002/07/owl> { + owl:TransitiveProperty a rdfs:Class; + rdfs:label "TransitiveProperty"; + rdfs:comment "The class of transitive properties."; + rdfs:subClassOf owl:ObjectProperty; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:allValuesFrom a rdf:Property; + rdfs:label "allValuesFrom"; + rdfs:comment "The property that determines the class that a universal property restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Class; + rdfs:domain owl:Restriction . + + owl:topObjectProperty a owl:ObjectProperty; + rdfs:label "topObjectProperty"; + rdfs:comment "The object property that relates every two individuals."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing . + + owl:versionIRI a owl:OntologyProperty; + rdfs:label "versionIRI"; + rdfs:comment "The property that identifies the version IRI of an ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . +} + +<http://purl.org/dc/terms/> { + dc:title a rdf:Property; + rdfs:label "Title"@en; + rdfs:subPropertyOf :title; + rdfs:comment "A name given to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + rdfs:range rdfs:Literal . + + dc:created a rdf:Property; + rdfs:label "Date Created"@en; + rdfs:subPropertyOf :date, dc:date; + rdfs:comment "Date of creation of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en; + rdfs:range rdfs:Literal . + + dc:license a rdf:Property; + rdfs:label "License"@en; + rdfs:subPropertyOf :rights, dc:rights; + rdfs:comment "A legal document giving official permission to do something with the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2004-06-14"^^xsd:date; + dc:description "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:LicenseDocument . + + dc:publisher a rdf:Property; + rdfs:label "Publisher"@en; + rdfs:subPropertyOf :publisher; + rdfs:comment "An entity responsible for making the resource available."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:Agent . + + dc:date a rdf:Property; + rdfs:label "Date"@en; + rdfs:subPropertyOf :date; + rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."@en; + rdfs:range rdfs:Literal . + + dc:rights a rdf:Property; + rdfs:label "Rights"@en; + rdfs:subPropertyOf :rights; + rdfs:comment "Information about rights held in and over the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:RightsStatement . + + dc:LicenseDocument a rdfs:Class; + rdfs:label "License Document"@en; + rdfs:comment "A legal document giving official permission to do something with a resource."@en; + rdfs:subClassOf dc:RightsStatement; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:relation a rdf:Property; + rdfs:label "Relation"@en; + rdfs:subPropertyOf :relation; + rdfs:comment "A related resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided."@en . +} + +<https://www.opensilex.org/vocabulary/oeso-sixtine> { + vocabulary:Device a owl:Class; + rdfs:subClassOf vocabulary:Equipement . + + vocabulary:Equipement a owl:Class; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + :source a owl:AnnotationProperty . + + vocabulary:Facility a owl:Class . + + vocabulary:Vector a owl:Class; + rdfs:subClassOf vocabulary:Device . + + vocabulary:ScientificObject a owl:Class; + rdfs:comment "Entité physique qui est la principale unité d'intérêt, sur laquelle sont réalisées des observations, mesures ou prélèvements."@fr; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x108, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x109 . + + vocabulary:Germplasm a owl:Class . + + vocabulary:SensingDevice a owl:Class; + rdfs:subClassOf vocabulary:Device . + + vocabulary:VariableBase a owl:Class . + + vocabulary:hasFinancialFunding a owl:ObjectProperty; + rdfs:label "financement"@fr, "financial funding"@en; + rdfs:range vocabulary:FinancialFunding; + rdfs:domain vocabulary:Project . +} + +<http://www.opensilex.org/vocabulary/oeev> { + :source a owl:AnnotationProperty . +} + +<http://www.w3.org/ns/oa> { + oa:prefix a owl:DatatypeProperty; + rdfs:label "prefix"; + rdfs:comment "The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string . + + <http://www.w3.org/ns/oa#> a owl:Ontology; + rdfs:comment "The Web Annotation ontology defines the terms of the Web Annotation vocabulary. Any changes to this document MUST be from a Working Group in the W3C that has established expertise in the area."; + owl:versionInfo "2016-11-12T21:28:11Z"; + dc:modified "2016-11-12T21:28:11Z"; + :title "Web Annotation Ontology"; + dc:creator _:genid-9680bf0f7dd24180a40001ce163fefba-C8F090EF5AD854F2F1F6115E68481E38, + _:genid-9680bf0f7dd24180a40001ce163fefba-F05EE59276C342FCFAD6657680328674, _:genid-9680bf0f7dd24180a40001ce163fefba-5AEEC88FDD6761E9203432595CE863F5; + rdfs:seeAlso <http://www.w3.org/TR/annotation-vocab/>; + <http://www.w3.org/ns/prov#wasRevisionOf> <http://www.openannotation.org/spec/core/20130208/oa.owl> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C8F090EF5AD854F2F1F6115E68481E38 a <http://xmlns.com/foaf/0.1/Person>; + <http://xmlns.com/foaf/0.1/name> "Benjamin Young" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F05EE59276C342FCFAD6657680328674 a <http://xmlns.com/foaf/0.1/Person>; + <http://xmlns.com/foaf/0.1/name> "Robert Sanderson" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-5AEEC88FDD6761E9203432595CE863F5 a <http://xmlns.com/foaf/0.1/Person>; + <http://xmlns.com/foaf/0.1/name> "Paolo Ciccarese" . + + <http://www.w3.org/ns/prov#wasRevisionOf> a owl:AnnotationProperty . + + oa:canonical rdfs:label "canonical"; + rdfs:comment "A object of the relationship is the canonical IRI that can always be used to deduplicate the Annotation, regardless of the current IRI used to access the representation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:hasScope a owl:AnnotationProperty; + rdfs:label "hasScope"; + rdfs:comment "The scope or context in which the resource is used within the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:SpecificResource . + + oa:SpecificResource a owl:Class; + rdfs:label "SpecificResource"; + rdfs:comment "Instances of the SpecificResource class identify part of another resource (referenced with oa:hasSource), a particular representation of a resource, a resource with styling hints for renders, or any combination of these, as used within an Annotation."; + rdfs:subClassOf oa:ResourceSelection; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:ResourceSelection a owl:Class; + rdfs:label "ResourceSelection"; + rdfs:comment "Instances of the ResourceSelection class identify part (described by an oa:Selector) of another resource (referenced with oa:hasSource), possibly from a particular representation of a resource (described by an oa:State). Please note that ResourceSelection is not used directly in the Web Annotation model, but is provided as a separate class for further application profiles to use, separate from oa:SpecificResource which has many Annotation specific features."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:hasSelector a owl:ObjectProperty; + rdfs:label "hasSelector"; + rdfs:comment "The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Selector; + rdfs:domain oa:ResourceSelection . + + oa:Selector a owl:Class; + rdfs:label "Selector"; + rdfs:comment "A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in the Annotation model, only its subclasses."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:SvgSelector a owl:Class; + rdfs:label "SvgSelector"; + rdfs:comment "An SvgSelector defines an area through the use of the Scalable Vector Graphics [SVG] standard. This allows the user to select a non-rectangular area of the content, such as a circle or polygon by describing the region using SVG. The SVG may be either embedded within the Annotation or referenced as an External Resource."; + rdfs:subClassOf oa:Selector; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:questioning a owl:NamedIndividual, oa:Motivation; + rdfs:label "questionner"@fr, "questioning"@en; + rdfs:comment "The motivation for when the user intends to ask a question about the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:Motivation a owl:Class; + rdfs:label "Motivation"; + rdfs:comment "The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with."; + rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept>; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:hasPurpose a owl:ObjectProperty; + rdfs:label "hasPurpose"; + rdfs:comment "The purpose served by the resource in the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Motivation . + + oa:hasState a owl:ObjectProperty; + rdfs:label "hasState"; + rdfs:comment "The relationship between the ResourceSelection, or its subclass SpecificResource, and a State resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:State; + rdfs:domain oa:ResourceSelection . + + oa:State a owl:Class; + rdfs:label "State"; + rdfs:comment "A State describes the intended state of a resource as applied to the particular Annotation, and thus provides the information needed to retrieve the correct representation of that resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:TextPositionSelector a owl:Class; + rdfs:label "TextPositionSelector"; + rdfs:comment "The TextPositionSelector describes a range of text by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first character, position 1 would be immediately before the second character, and so on."; + rdfs:subClassOf oa:Selector; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:assessing a owl:NamedIndividual, oa:Motivation; + rdfs:label "évaluer"@fr, "assessing"@en; + rdfs:comment "The motivation for when the user intends to provide an assessment about the Target resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:refinedBy rdfs:label "refinedBy"; + rdfs:comment "The relationship between a Selector and another Selector or a State and a Selector or State that should be applied to the results of the first to refine the processing of the source resource. "; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:Style a owl:Class; + rdfs:label "Style"; + rdfs:comment "A Style describes the intended styling of a resource as applied to the particular Annotation, and thus provides the information to ensure that rendering is consistent across implementations."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:sourceDateStart a owl:DatatypeProperty; + rdfs:label "sourceDateStart"; + rdfs:comment "The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:dateTime; + rdfs:domain oa:TimeState . + + oa:TimeState a owl:Class; + rdfs:label "TimeState"; + rdfs:comment "A TimeState records the time at which the resource's state is appropriate for the Annotation, typically the time that the Annotation was created and/or a link to a persistent copy of the current version."; + rdfs:subClassOf oa:State; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:describing a owl:NamedIndividual, oa:Motivation; + rdfs:label "décrire"@fr, "describing"@en; + rdfs:comment "The motivation for when the user intends to describe the Target, as opposed to a comment about them."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:DataPositionSelector a owl:Class; + rdfs:label "DataPositionSelector"; + rdfs:comment "DataPositionSelector describes a range of data by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first byte, position 1 would be immediately before the second byte, and so on. The start byte is thus included in the list, but the end byte is not."; + rdfs:subClassOf oa:Selector; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:exact a owl:DatatypeProperty; + rdfs:label "exact"; + rdfs:comment "The object of the predicate is a copy of the text which is being selected, after normalization."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string . + + oa:hasEndSelector a owl:ObjectProperty; + rdfs:label "hasEndSelector"; + rdfs:comment "The relationship between a RangeSelector and the Selector that describes the end position of the range. "; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Selector; + rdfs:domain oa:RangeSelector . + + oa:RangeSelector a owl:Class; + rdfs:label "RangeSelector"; + rdfs:comment "A Range Selector can be used to identify the beginning and the end of the selection by using other Selectors. The selection consists of everything from the beginning of the starting selector through to the beginning of the ending selector, but not including it."; + rdfs:subClassOf oa:Selector; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:highlighting a owl:NamedIndividual, oa:Motivation; + rdfs:label "mettre en évidence"@fr, "highlighting"@en; + rdfs:comment "The motivation for when the user intends to highlight the Target resource or segment of it."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:commenting a owl:NamedIndividual, oa:Motivation; + rdfs:label "commenting"@en, "commenter"@fr; + rdfs:comment "The motivation for when the user intends to comment about the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:XPathSelector a owl:Class; + rdfs:label "XPathSelector"; + rdfs:comment " An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value."; + rdfs:subClassOf oa:Selector; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:sourceDate a owl:DatatypeProperty; + rdfs:label "sourceDate"; + rdfs:comment "The timestamp at which the Source resource should be interpreted as being applicable to the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:dateTime; + rdfs:domain oa:TimeState . + + oa:suffix a owl:DatatypeProperty; + rdfs:label "suffix"; + rdfs:comment "The snippet of text that occurs immediately after the text which is being selected."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string . + + oa:ltrDirection a owl:NamedIndividual, oa:Direction; + rdfs:label "ltrDirection"; + rdfs:comment "The direction of text that is read from left to right."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:Direction a owl:Class; + rdfs:label "Direction"; + rdfs:comment "A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:HttpRequestState a owl:Class; + rdfs:label "HttpRequestState"; + rdfs:comment "The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource. "; + rdfs:subClassOf oa:State; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:styleClass a owl:DatatypeProperty; + rdfs:label "styleClass"; + rdfs:comment "The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string; + rdfs:domain oa:SpecificResource . + + oa:FragmentSelector a owl:Class; + rdfs:label "FragmentSelector"; + rdfs:comment "The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type."; + rdfs:subClassOf oa:Selector; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:rtlDirection a owl:NamedIndividual, oa:Direction; + rdfs:label "rtlDirection"; + rdfs:comment "The direction of text that is read from right to left."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:CssSelector a owl:Class; + rdfs:label "CssSelector"; + rdfs:comment "A CssSelector describes a Segment of interest in a representation that conforms to the Document Object Model through the use of the CSS selector specification."; + rdfs:subClassOf oa:Selector; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:bodyValue a owl:DatatypeProperty; + rdfs:label "bodyValue"; + rdfs:comment """The object of the predicate is a plain text string to be used as the content of the body of the Annotation. The value MUST be an xsd:string and that data type MUST NOT be expressed in the serialization. Note that language MUST NOT be associated with the value either as a language tag, as that is only available for rdf:langString . + """; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string; + rdfs:domain oa:Annotation . + + oa:Annotation a owl:Class; + rdfs:label "Annotation"; + rdfs:comment "The class for Web Annotations."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:end a owl:DatatypeProperty; + rdfs:label "end"; + rdfs:comment "The end property is used to convey the 0-based index of the end position of a range of content."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:nonNegativeInteger . + + oa:CssStyle a owl:Class; + rdfs:label "CssStyle"; + rdfs:comment "A resource which describes styles for resources participating in the Annotation using CSS."; + rdfs:subClassOf oa:Style; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:textDirection a owl:ObjectProperty; + rdfs:label "textDirection"; + rdfs:comment "The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Direction . + + oa:hasSource a owl:AnnotationProperty; + rdfs:label "hasSource"; + rdfs:comment "The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:ResourceSelection . + + oa:identifying a owl:NamedIndividual, oa:Motivation; + rdfs:label "identifying"@en, "identifier"@fr; + rdfs:comment "The motivation for when the user intends to assign an identity to the Target or identify what is being depicted or described in the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:tagging a owl:NamedIndividual, oa:Motivation; + rdfs:label "tagging"@en, "tagger"@fr; + rdfs:comment "The motivation for when the user intends to associate a tag with the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:bookmarking a owl:NamedIndividual, oa:Motivation; + rdfs:label "mettre en favori"@fr, "bookmarking"@en; + rdfs:comment "The motivation for when the user intends to create a bookmark to the Target or part thereof."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:replying a owl:NamedIndividual, oa:Motivation; + rdfs:label "répondre"@fr, "replying"@en; + rdfs:comment "The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:renderedVia a owl:AnnotationProperty; + rdfs:label "renderedVia"; + rdfs:comment "A system that was used by the application that created the Annotation to render the resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:SpecificResource . + + oa:TextualBody a owl:Class; + rdfs:label "TextualBody"; + rdfs:comment ""; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:Choice a owl:Class; + rdfs:label "Choice"; + rdfs:comment "A subClass of as:OrderedCollection that conveys to a consuming application that it should select one of the resources in the as:items list to use, rather than all of them. This is typically used to provide a choice of resources to render to the user, based on further supplied properties. If the consuming application cannot determine the user's preference, then it should use the first in the list."; + rdfs:subClassOf <http://www.w3.org/ns/activitystreams#OrderedCollection>; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + <http://www.w3.org/ns/activitystreams#OrderedCollection> a owl:Class . + + oa:via rdfs:label "via"; + rdfs:comment "A object of the relationship is a resource from which the source resource was retrieved by the providing system."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:cachedSource a owl:AnnotationProperty; + rdfs:label "cachedSource"; + rdfs:comment "A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:TimeState . + + oa:annotationService rdfs:label "annotationService"; + rdfs:comment """The object of the relationship is the end point of a service that conforms to the annotation-protocol, and it may be associated with any resource. The expectation of asserting the relationship is that the object is the preferred service for maintaining annotations about the subject resource, according to the publisher of the relationship. + + This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol. + """; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:start a owl:DatatypeProperty; + rdfs:label "start"; + rdfs:comment "The start position in a 0-based index at which a range of content is selected from the data in the source resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:nonNegativeInteger . + + oa:styledBy a owl:ObjectProperty; + rdfs:label "styledBy"; + rdfs:comment "A reference to a Stylesheet that should be used to apply styles to the Annotation rendering."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Style; + rdfs:domain oa:Annotation . + + oa:motivatedBy a owl:ObjectProperty; + rdfs:label "motivatedBy"; + rdfs:comment "The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Motivation; + rdfs:domain oa:Annotation . + + oa:processingLanguage a owl:DatatypeProperty; + rdfs:label "processingLanguage"; + rdfs:comment "The object of the property is the language that should be used for textual processing algorithms when dealing with the content of the resource, including hyphenation, line breaking, which font to use for rendering and so forth. The value must follow the recommendations of BCP47."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:string . + + oa:sourceDateEnd a owl:DatatypeProperty; + rdfs:label "sourceDateEnd"; + rdfs:comment "The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range xsd:dateTime; + rdfs:domain oa:TimeState . + + oa:linking a owl:NamedIndividual, oa:Motivation; + rdfs:label "linking"@en, "lier"@fr; + rdfs:comment "The motivation for when the user intends to link to a resource related to the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:hasTarget a owl:AnnotationProperty; + rdfs:label "hasTarget"; + rdfs:comment "The relationship between an Annotation and its Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:Annotation . + + oa:hasStartSelector a owl:ObjectProperty; + rdfs:label "hasStartSelector"; + rdfs:comment "The relationship between a RangeSelector and the Selector that describes the start position of the range. "; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:range oa:Selector; + rdfs:domain oa:RangeSelector . + + oa:hasBody a owl:AnnotationProperty; + rdfs:label "hasBody"; + rdfs:comment "The object of the relationship is a resource that is a body of the Annotation."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#>; + rdfs:domain oa:Annotation . + + oa:moderating a owl:NamedIndividual, oa:Motivation; + rdfs:label "modérer"@fr, "moderating"@en; + rdfs:comment "The motivation for when the user intends to assign some value or quality to the Target."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:classifying a owl:NamedIndividual, oa:Motivation; + rdfs:label "classifying"@en, "classer"@fr; + rdfs:comment "The motivation for when the user intends to that classify the Target as something."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:TextQuoteSelector a owl:Class; + rdfs:label "TextQuoteSelector"; + rdfs:comment "The TextQuoteSelector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix) it to distinguish between multiple copies of the same sequence of characters."; + rdfs:subClassOf oa:Selector; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:editing a owl:NamedIndividual, oa:Motivation; + rdfs:label "éditer"@fr, "editing"@en; + rdfs:comment "The motivation for when the user intends to request a change or edit to the Target resource."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:PreferContainedIRIs a owl:NamedIndividual, rdfs:Resource; + rdfs:label "PreferContainedIRIs"; + rdfs:comment "An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . + + oa:PreferContainedDescriptions a owl:NamedIndividual, rdfs:Resource; + rdfs:label "PreferContainedDescriptions"; + rdfs:comment "An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs."; + rdfs:isDefinedBy <http://www.w3.org/ns/oa#> . +} + +<http://purl.obolibrary.org/obo/peco.owl> { + <http://purl.obolibrary.org/obo/PECO_0007357> a owl:Class; + rdfs:label "Exposition à des éléments biotiques"@fr, "Biotic plant exposure"@en; + rdfs:comment "A plant biotic exposure (PECO:0001001) involving the application of a biotic or biological factor such as a microbe, insect, animal, or plant or a combination thereof."@en; + rdfs:subClassOf vocabulary:FactorCategory . + + <http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> a owl:AnnotationProperty . + + <http://purl.obolibrary.org/obo/PECO_0007161> a owl:Class; + rdfs:label "Température de l'air"@fr, "Air temperature exposure"@en; + rdfs:comment "The treatment involving an exposure to wind with varying degree of temperature, which may depend on the study type or the regional environment."@en; + rdfs:subClassOf vocabulary:FactorCategory . + + <http://purl.obolibrary.org/obo/PECO_0007167> a owl:Class; + rdfs:label "Produits phytosanitaires (pesticides)"@fr, "Pesticide exposure"@en; + rdfs:comment "An exposure to a chemical that has the role of pesticide"@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007189> . + + <http://purl.obolibrary.org/obo/PECO_0007189> a owl:Class; + rdfs:label "Traitement chimique"@fr, "Chemical exposure"@en; + rdfs:comment "An abiotic plant exposure (PECO:0007189) involving the application of chemical(s)."@en; + rdfs:subClassOf vocabulary:FactorCategory . + + <http://purl.obolibrary.org/obo/PECO_0007049> a owl:Class; + rdfs:label "Soil environment exposure"@en, "Charactéristiques du sol"@fr; + rdfs:comment "An exposure involving growing plants in soil growth media with varying contents."@en; + rdfs:subClassOf vocabulary:FactorCategory . + + <http://www.geneontology.org/formats/oboInOwl#id> a owl:AnnotationProperty . + + <http://www.opensilex.org/vocabulary/set/factor/category> a owl:Ontology . + + <http://www.geneontology.org/formats/oboInOwl#hasAlternativeId> a owl:AnnotationProperty . + + <http://purl.obolibrary.org/obo/PECO_0007151> a owl:Class; + rdfs:label "Radiation exposure"@en, "Exposition à un rayonnement"@fr; + rdfs:comment "Electromagnetic radiation is classified according to the frequency of its waves. The electromagnetic spectrum, in order of increasing frequency and decreasing wavelength, consists of radio waves, microwaves, infrared radiation, visible light, ultraviolet radiation, X-rays and gamma rays."@en; + rdfs:subClassOf vocabulary:FactorCategory . + + <http://purl.obolibrary.org/obo/PECO_0007383> a owl:Class; + rdfs:label "Watering exposure"@en, "Irrigation"@fr; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007198> . + + <http://purl.obolibrary.org/obo/PECO_0007198> a owl:Class; + rdfs:label "water environment exposure"@en, "Gestion de l'eau"@fr; + rdfs:comment "A physical plant exposure (PECO:0007316) involving an exposure of varying amounts of water and watering frequencies, which may depend on regional environment."; + rdfs:subClassOf vocabulary:FactorCategory . + + <http://purl.obolibrary.org/obo/PECO_0007085> a owl:Class; + rdfs:label "Fertilizer exposure"@en, "Fertilisation engrais de synthèse"@fr; + rdfs:comment "A plant nutrient exposure (PECO:0007241) involving the use of a fertilizer, a combination of plant nutrients."@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007189> . + + <http://purl.obolibrary.org/obo/PECO_0007041> a owl:Class; + rdfs:label "Traitement curatif (antibiotique)"@fr, "Antibiotic exposure"@en; + rdfs:comment "A chemical exposure (PECO:0007189) involving the use of antibiotic for selection purposes."@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007189> . + + <http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym> a owl:AnnotationProperty . + + <http://www.geneontology.org/formats/oboInOwl#hasDbXref> a owl:AnnotationProperty . + + <http://purl.obolibrary.org/obo/PECO_0007027> a owl:Class; + rdfs:label "Seasonal environment exposure"@en, "Impact des saisons"@fr; + rdfs:comment "A plant exposure (PECO:0001001) involving growth during conditions of regional seasons."; + rdfs:subClassOf vocabulary:FactorCategory . + + <http://purl.obolibrary.org/obo/IAO_0000115> a owl:AnnotationProperty . + + <http://purl.obolibrary.org/obo/PECO_0007259> a owl:Class; + rdfs:label "Soil water content exposure"@en, "Contenu en eau du sol"@fr; + rdfs:comment "The treatment involving an exposure to varying amounts of water in soil growth media."@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007049> . + + <http://purl.obolibrary.org/obo/PECO_0007404> a owl:Class; + rdfs:label "Exposition à l'environnement de sécheresse"@fr, "Drought environment exposure"@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007198> . + + <http://purl.obolibrary.org/obo/PECO_0007197> a owl:Class; + rdfs:label "Humidity exposure"@en, "Exposition à l'humidité"@fr; + rdfs:comment "The treatment involving an exposure to varying degree of humidity, which may depend on regional environment."@en; + rdfs:subClassOf <http://purl.obolibrary.org/obo/PECO_0007198> . +} + +<https://www.opensilex.org/vocabulary/oeso-sixtine> { + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x108 a owl:Restriction; + owl:onProperty vocabulary:hasGermplasm; + owl:someValuesFrom vocabulary:Germplasm . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x109 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasReplication . + + vocabulary:FinancialFunding a owl:Class; + rdfs:label "financial funding"@en, "support financier"@fr . + + vocabulary:Project a owl:Class . + + vocabulary:Experiment a owl:Class . + + vocabulary:ScionLot a owl:Class; + rdfs:label "Lot de greffon"@fr, "Scion Lot"@en; + rdfs:subClassOf vocabulary:PlantMaterialLot . + + vocabulary:PlantMaterialLot a owl:Class; + rdfs:label "Lot de matériel vegetal"@fr, "Plant material lot"@en; + rdfs:subClassOf vocabulary:Germplasm . + + vocabulary:Accession a owl:Class; + rdfs:label "Accession"@en, "Accession"@fr; + rdfs:subClassOf vocabulary:Germplasm . + + vocabulary:hasContact a owl:ObjectProperty . + + vocabulary:EntityOfInterest a owl:Class; + rdfs:subClassOf vocabulary:VariableBase . + + vocabulary:Datafile a owl:Class . + + vocabulary:Vitroplant a owl:Class; + rdfs:label "Lot de Vitroplant"@fr, "Vitroplant Lot"@en; + rdfs:subClassOf vocabulary:PlantMaterialLot . + + vocabulary:hasDocument a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:domain owl:Thing . + + vocabulary:startDate a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasDate . + + vocabulary:hasDate a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "date"@fr, "date"@en . + + vocabulary:Image a owl:Class; + rdfs:subClassOf vocabulary:Datafile . + + vocabulary:hasGermplasm a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty . + + vocabulary:hasShortname a owl:DatatypeProperty; + rdfs:label "acronyme"@fr, "shortname"@en . + + vocabulary:SeedLot a owl:Class; + rdfs:label "Lot de semence"@fr, "Seed Lot"@en; + rdfs:subClassOf vocabulary:PlantMaterialLot . + + vocabulary:Variety a owl:Class; + rdfs:label "Variety"@en, "Variété"@fr; + rdfs:subClassOf vocabulary:Germplasm . + + vocabulary:RootstockLot a owl:Class; + rdfs:label "Lot de Porte-greffe"@fr, "Rootstock Lot"@en; + rdfs:subClassOf vocabulary:PlantMaterialLot . + + vocabulary:endDate a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasDate . + + vocabulary:Actuator a owl:Class; + rdfs:subClassOf vocabulary:Device . +} + +<http://www.opensilex.org/vocabulary/oeso> { + vocabulary:Project a owl:Class, owl:NamedIndividual; + rdfs:label "project"@en, "projet"@fr; + rdfs:comment "PROJECT (e.g. EU or national projects) involves partners that are in charge of experiments performed in one or more local infrastructures."@en; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + vocabulary:Experiment a owl:Class, owl:NamedIndividual; + rdfs:label "experiment"@en, "expérimentation"@fr; + rdfs:comment "An EXPERIMENT is a planned activity carried out by a given set of persons on a given set of observation unit, like plants or microplots (see §2.1), involving a protocol, methods and a resulting dataset."@en; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-6A03611135A9CE5DF78DFDC4BE005517, + _:genid-9680bf0f7dd24180a40001ce163fefba-AEF602F8331BAD66C84A6A2BABC76F78, _:genid-9680bf0f7dd24180a40001ce163fefba-DE5C7D2315D816A05F94B3199ABCC906 . + + vocabulary:ScionLot a owl:NamedIndividual . + + vocabulary:Accession a owl:NamedIndividual . + + vocabulary:hasContact a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range <http://xmlns.com/foaf/0.1/Agent> . + + vocabulary:EntityOfInterest a owl:Class; + rdfs:label "Entité d'intérêt"@fr, "Entity of interest"@en; + rdfs:subClassOf vocabulary:VariableBase . + + vocabulary:Datafile a owl:Class; + rdfs:label "Fichier de données"@fr, "Datafile"@en; + rdfs:comment "Datafile is a type of data, group in a file, like HDF5 archive or images."@en . + + vocabulary:Vitroplant a owl:NamedIndividual . + + vocabulary:hasDocument a owl:ObjectProperty; + rdfs:range vocabulary:Document; + rdfs:domain owl:Thing . + + vocabulary:startDate a owl:NamedIndividual; + rdfs:label "date de début"@fr, "start date"@en . + + vocabulary:Image a owl:Class; + rdfs:label "image"@fr, "image"@en; + rdfs:comment "image view like a raw data, to be analyzed"@en; + rdfs:subClassOf vocabulary:Datafile . + + vocabulary:hasGermplasm a owl:NamedIndividual, owl:ObjectProperty; + rdfs:label "Germplasm"@en, "Matériel génétique"@fr; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:Germplasm; + rdfs:domain vocabulary:ScientificObject . + + vocabulary:hasShortname a owl:DatatypeProperty . + + vocabulary:SeedLot a owl:NamedIndividual . + + vocabulary:Variety a owl:NamedIndividual . + + vocabulary:RootstockLot a owl:NamedIndividual . + + vocabulary:endDate a owl:DatatypeProperty; + rdfs:subPropertyOf owl:topDataProperty . + + vocabulary:Actuator a owl:Class; + rdfs:label "Actuator"@en, "Actionneur"@fr; + rdfs:subClassOf vocabulary:Device . + + vocabulary:hasAuthor a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:Document . + + <http://www.w3.org/2004/02/skos/core#exactMatch> a owl:DatatypeProperty . + + _:genid-9680bf0f7dd24180a40001ce163fefba-6A03611135A9CE5DF78DFDC4BE005517 a owl:Restriction; + owl:onProperty vocabulary:usesOrganization; + owl:onClass <http://xmlns.com/foaf/0.1/Organization> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-AEF602F8331BAD66C84A6A2BABC76F78 a owl:Restriction; + owl:onProperty vocabulary:hasDevice; + owl:onClass vocabulary:Device . + + _:genid-9680bf0f7dd24180a40001ce163fefba-DE5C7D2315D816A05F94B3199ABCC906 a owl:Restriction; + owl:onProperty os-sec:hasGroup; + owl:onClass os-sec:Group . + + vocabulary:hasAlternativeSymbol a owl:DatatypeProperty; + rdfs:range xsd:string; + rdfs:domain vocabulary:Unit . + + vocabulary:Unit a owl:Class; + rdfs:label "Unit"@en, "Unité"@fr; + rdfs:subClassOf vocabulary:VariableBase, _:genid-9680bf0f7dd24180a40001ce163fefba-D31DF30EE81CDF03ED8BA53F6EE0FB75, + _:genid-9680bf0f7dd24180a40001ce163fefba-C3E88BABEF917DCB45D12A28668DD893 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-D31DF30EE81CDF03ED8BA53F6EE0FB75 a owl:Restriction; + owl:onDataRange xsd:string; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty vocabulary:hasAlternativeSymbol . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C3E88BABEF917DCB45D12A28668DD893 a owl:Restriction; + owl:onDataRange xsd:string; + owl:onProperty vocabulary:hasSymbol; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:ControlLaw a owl:Class; + rdfs:label "Loi de commande"@fr, "Control law"@en; + rdfs:subClassOf vocabulary:Device, _:genid-9680bf0f7dd24180a40001ce163fefba-E136FF251397FFEC4F65F76E3349D957, + _:genid-9680bf0f7dd24180a40001ce163fefba-D176E6C369503B8948453D8B22FCF757 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-E136FF251397FFEC4F65F76E3349D957 a owl:Restriction; + owl:onProperty vocabulary:hasDevice; + owl:onClass vocabulary:SensingDevice . + + _:genid-9680bf0f7dd24180a40001ce163fefba-D176E6C369503B8948453D8B22FCF757 a owl:Restriction; + owl:onProperty vocabulary:hasDevice; + owl:onClass vocabulary:Actuator . + + vocabulary:Operator a owl:Class; + rdfs:label "Operator"@en, "Operateur"@fr; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> . + + vocabulary:hasCharacteristic a owl:ObjectProperty; + rdfs:range vocabulary:Characteristic; + rdfs:domain vocabulary:Variable . + + vocabulary:Characteristic a owl:Class; + rdfs:label "Characteristic"@en, "Caractéristique"@fr; + rdfs:subClassOf vocabulary:VariableBase . + + <http://www.w3.org/ns/prov#Agent> a owl:Class; + rdfs:label "Agent"@fr, "Agent"@en; + rdfs:comment "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity."@en . + + vocabulary:Shed a owl:Class; + rdfs:label "Shed"@en, "Hangar"@fr; + rdfs:subClassOf vocabulary:Equipement . + + <http://www.w3.org/2004/02/skos/core#narrower> a owl:DatatypeProperty . + + vocabulary:MeasuresAcquisition a owl:Class; + rdfs:label "Measures Acquisition"@en, "Acquisition de measures"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> . + + vocabulary:hasProductionYear a owl:ObjectProperty . + + vocabulary:fromVariety a owl:ObjectProperty . + + :identifier a owl:NamedIndividual; + rdfs:label "Identifier"@en; + rdfs:comment "An unambiguous reference to the resource within a given context."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#identifier-006>; + dc:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en . + + :language a owl:NamedIndividual; + rdfs:label "Language"@en; + rdfs:comment "A language of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#language-007>; + dc:description "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]."@en; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc4646.txt> . + + vocabulary:usesFacility a owl:ObjectProperty; + rdfs:label "uses facility"@en, "utilise l'installation environnementale"@fr; + rdfs:range vocabulary:Facility; + rdfs:domain vocabulary:Experiment . + + vocabulary:ExperimentalProtocol a owl:Class; + rdfs:label "Protocole expérimental"@fr, "Experimental protocol"@en; + rdfs:subClassOf vocabulary:TechnicalDocument . + + vocabulary:ExperimentalUnit a owl:Class; + rdfs:label "Unité Expérimentale"@fr, "Experimental Unit"@en; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Organization> . + + vocabulary:hasPart a owl:ObjectProperty; + rdfs:label "has part"@en, "a une partie"@fr; + owl:inverseOf vocabulary:isPartOf . + + vocabulary:isPartOf a owl:NamedIndividual, owl:ObjectProperty; + rdfs:label "is part of"@en, "est une partie de"@fr; + rdfs:comment "A related resource in which the described resource is physically or logically included"@en, + "Une ressource liée dans laquelle la ressource décrite est physiquement ou logiquement incluse"@fr . + + vocabulary:ImageAcquisition a owl:Class; + rdfs:label "Image Acquisition"@en, "Acquisition d'images"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> . + + vocabulary:hasScientificContact a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-1A24FF105DA00B955E985FBCD1CEA90D . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1A24FF105DA00B955E985FBCD1CEA90D a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-6E15A4065418120D48E9FD4D507B3749 . + + os-sec:hasUserProfile a owl:ObjectProperty . + + vocabulary:withinSite a owl:ObjectProperty; + rdfs:label "Is located within site"@en, "Est situé à l'intérieur du site"@fr; + rdfs:comment "Indicates the site in which the facility is located"@en, "Indique le site dans lequel l'installation environnementale est située"@fr; + rdfs:range org:Site; + rdfs:domain vocabulary:Facility; + rdfs:seeAlso "Similar to <http://www.opengis.net/ont/geosparql#within>"@en, "Similaire à <http://www.opengis.net/ont/geosparql#within>"@fr . + + vocabulary:hasCreationDate a owl:DatatypeProperty; + rdfs:label "Date de création"@fr, "Creation date"@en; + rdfs:range xsd:date; + rdfs:domain vocabulary:ScientificObject . + + vocabulary:ResearchUnit a owl:Class; + rdfs:label "Unité de Recherche"@fr, "Research Unit"@en; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Organization> . + + vocabulary:hasAdministrativeContact a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-8012B4BF8505253F206ADFEB7B9F4501 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-8012B4BF8505253F206ADFEB7B9F4501 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-DDCA8A5F92823DEEEDC4659E4DB4991C . + + vocabulary:fromSpecies a owl:ObjectProperty; + rdfs:range vocabulary:Species . + + vocabulary:areaEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "zone"@fr, "area"@en . + + :subject a owl:NamedIndividual; + rdfs:label "Subject"@en; + rdfs:comment "The topic of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2012-06-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#subject-007>; + dc:description "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary."@en . + + vocabulary:SoilArea a owl:Class; + rdfs:label "Zone de sol"@fr, "Soil area"@en; + rdfs:subClassOf vocabulary:StructuralArea . + + vocabulary:Compartment a owl:Class; + rdfs:label "Compartment"@en, "Compartiment"@fr; + rdfs:subClassOf vocabulary:Facility . + + vocabulary:usesOrganization a owl:ObjectProperty; + rdfs:label "utilise l'organisation"@en, "uses organization"@en; + rdfs:range <http://xmlns.com/foaf/0.1/Organization>; + rdfs:domain vocabulary:Experiment . + + vocabulary:Method a owl:Class; + rdfs:label "Method"@en, "Méthode"@fr; + rdfs:subClassOf vocabulary:VariableBase . + + vocabulary:hasMethod a owl:ObjectProperty; + rdfs:range vocabulary:Method; + rdfs:domain vocabulary:Variable . + + vocabulary:isHosted a owl:ObjectProperty; + rdfs:label "is hosted"@en, "est accueillie"@fr; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:Facility; + rdfs:domain <http://xmlns.com/foaf/0.1/Organization> . + + os-sec:hasCredential a owl:DatatypeProperty . + + os-sec:hasUser a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty . + + vocabulary:hasFactorLevel a owl:NamedIndividual, owl:ObjectProperty; + rdfs:label "Factor level"@en, "Modalité de facteur"@fr; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range vocabulary:FactorLevel; + rdfs:domain vocabulary:ScientificObject . + + vocabulary:FactorLevel a owl:Class, owl:NamedIndividual; + rdfs:label "Factor level"@en, "Niveau de facteur"@fr; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:seeAlso vocabulary:Factor . + + vocabulary:Factor a owl:Class, owl:NamedIndividual; + rdfs:label "Facteur"@fr, "Factor"@en; + rdfs:comment "A factor of an experiment is a controlled independent variable; a variable whose levels are set by the experimenter."@en, + "Un facteur d'une expérience est une variable indépendante contrôlée; une variable dont les niveaux sont fixés par l'expérimentateur."@fr; + rdfs:subClassOf vocabulary:ExperimentalCondition . + + vocabulary:AdministrativeDocument a owl:Class; + rdfs:label "Document Administratif"@fr, "Administrative Document"@en; + rdfs:subClassOf vocabulary:Document . + + vocabulary:Archive a owl:Class; + rdfs:label "Archive"@fr, "Archive"@en; + rdfs:comment "Archive"@fr, "Archive"@en; + rdfs:subClassOf vocabulary:Datafile . + + vocabulary:ClayeyArea a owl:Class; + rdfs:label "Zone argileuse"@fr, "Clayey area"@en; + rdfs:subClassOf vocabulary:SoilArea . + + :format a owl:NamedIndividual; + rdfs:label "Format"@en; + rdfs:comment "The file format, physical medium, or dimensions of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#format-007>; + dc:description "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en . + + vocabulary:LimestoneArea a owl:Class; + rdfs:label "Zone calcaire"@fr, "Limestone area"@en; + rdfs:subClassOf vocabulary:SoilArea . + + vocabulary:Trait a owl:Class; + rdfs:label "Trait"@fr, "Trait"@en; + rdfs:isDefinedBy "http://purl.org/ppeo/PPEO.owl#PPEO_000009"@en . + + vocabulary:Station a owl:Class; + rdfs:label "Station"@fr, "Station"@en; + rdfs:subClassOf vocabulary:Device . + + vocabulary:Treatment a owl:Class; + rdfs:label "Treatment"@en, "Traitement"@fr; + rdfs:subClassOf vocabulary:ExperimentalCondition; + rdfs:isDefinedBy "http://purl.org/ppeo/PPEO.owl#PPEO_000018" . + + vocabulary:FloodableArea a owl:Class; + rdfs:label "Zone inondable"@fr, "Floodable area"@en; + rdfs:subClassOf vocabulary:StructuralArea . + + vocabulary:hasTechnicalSupervisor a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:domain vocabulary:Experiment . + + <http://www.w3.org/ns/prov#startedAtTime> a owl:DatatypeProperty; + rdfs:label "started at time"@en, "commence au temps"@fr; + rdfs:subPropertyOf owl:topDataProperty; + rdfs:comment "The time at which an activity started."@en; + rdfs:range xsd:dateTime; + rdfs:domain <http://www.w3.org/ns/prov#Activity> . + + vocabulary:hasSymbol a owl:DatatypeProperty; + rdfs:range xsd:string; + rdfs:domain vocabulary:Unit . + + vocabulary:Sample a owl:Class; + rdfs:label "Échantillon"@fr, "Sample"@en; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:hasCampaign a owl:DatatypeProperty . + + <http://www.w3.org/ns/prov#Organization> rdfs:label "Organization"@en, "Organisation"@fr . + + vocabulary:Entity a owl:Class; + rdfs:label "Entité"@fr, "Entity"@en; + rdfs:subClassOf vocabulary:VariableBase . + + vocabulary:hasEntity a owl:ObjectProperty; + rdfs:range vocabulary:Entity; + rdfs:domain vocabulary:Variable . + + vocabulary:greenhouse a owl:NamedIndividual . + + vocabulary:isPublic a owl:DatatypeProperty; + rdfs:range xsd:boolean . + + vocabulary:RGBImage a owl:Class; + rdfs:label "image RGB"@fr, "RGB image"@en; + rdfs:subClassOf vocabulary:Image . + + <http://www.w3.org/ns/prov#SoftwareAgent> a owl:Class; + rdfs:label "Software"@en, "Logiciel"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> . + + vocabulary:hasUnit a owl:ObjectProperty; + rdfs:range vocabulary:Unit; + rdfs:domain vocabulary:Variable . + + vocabulary:siteEOI a owl:NamedIndividual; + rdfs:label "organization"@en, "organisation"@fr . + + vocabulary:ImageAnalysis a owl:Class; + rdfs:label "Image Analysis"@en, "Analyse d'images"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> . + + <http://www.w3.org/ns/prov#Person> a owl:Class; + rdfs:label "Personne"@fr, "Person"@en; + rdfs:comment "Person agents are people."@en; + rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> . + + vocabulary:hasObjective a owl:DatatypeProperty; + rdfs:domain vocabulary:Project . + + <http://www.w3.org/ns/prov#endedAtTime> a owl:DatatypeProperty; + rdfs:label "ended at time"@en, "a fini à "@fr; + rdfs:subPropertyOf owl:topDataProperty; + rdfs:comment "The time at which an activity ended."@en; + rdfs:range xsd:dateTime; + rdfs:domain <http://www.w3.org/ns/prov#Activity> . + + vocabulary:participatesIn a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty . + + os-sec:hasGroup a owl:ObjectProperty . + + <http://www.w3.org/2004/02/skos/core#broader> a owl:DatatypeProperty . + + vocabulary:Computation a owl:Class; + rdfs:label "Computation"@en, "Calcul"@fr; + rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> . + + vocabulary:containsFacility a owl:ObjectProperty; + rdfs:label "Contains facility"@en, "Contient l'installation environnementale"@fr; + rdfs:comment "Indicates a facility spatially located within the site"@en, "Indique une installation environnementale localisée dans le site"@fr; + rdfs:range vocabulary:Facility; + rdfs:domain org:Site; + owl:inverseOf vocabulary:withinSite . + + vocabulary:hasDestructionDate a owl:DatatypeProperty; + rdfs:label "Destruction date"@en, "Date de destruction"@fr; + rdfs:range xsd:date; + rdfs:domain vocabulary:ScientificObject . + + os-sec:hasProfile a owl:ObjectProperty . + + vocabulary:ShinyAppPackage a owl:Class; + rdfs:label "Shiny Application"@en, "Application Shiny"@fr; + rdfs:subClassOf vocabulary:InteractiveResource . + + vocabulary:Multimedia a owl:Class; + rdfs:label "Multimédia"@fr, "Multimedia"@en; + rdfs:subClassOf vocabulary:Document . + + vocabulary:hasProject a owl:ObjectProperty; + rdfs:range vocabulary:Project; + rdfs:domain vocabulary:Experiment . + + vocabulary:ElaboratedVariable a owl:Class, owl:NamedIndividual; + rdfs:label "elaborated variable"@en, "variable élaborée"@fr; + rdfs:subClassOf vocabulary:Variable . + + rdf:Bag a owl:Class; + rdfs:label "Bag"@fr, "Bag"@en; + rdfs:comment """The rdf:Bag class is the class of RDF 'Bag' containers. It is a subclass of rdfs:Container. Whilst formally it is no different from an rdf:Seq or an rdf:Alt, the rdf:Bag class is used conventionally to indicate to a human reader that the container is intended to be unordered. + +Used in OpenSILEX for group things"""@en . + + vocabulary:fromInstitute a owl:ObjectProperty; + rdfs:domain vocabulary:Germplasm . + + vocabulary:hasKeyword a owl:DatatypeProperty . + + vocabulary:hasEntityOfInterest a owl:ObjectProperty; + rdfs:label "has entity of interest"@en, "entité d'interêt"@fr; + rdfs:range vocabulary:EntityOfInterest; + rdfs:domain vocabulary:Variable . + + vocabulary:TemporalArea a owl:Class; + rdfs:label "Zone temporel"@fr, "Temporal area"@en; + rdfs:comment "Area that are link to an event."@en; + rdfs:subClassOf vocabulary:Area . + + vocabulary:studyEffectOf a owl:ObjectProperty; + rdfs:range vocabulary:Factor; + rdfs:domain vocabulary:Experiment . + + vocabulary:hasCoordinator a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-DBEFAFB9555360DE971F8ABE39980257 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-DBEFAFB9555360DE971F8ABE39980257 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-9704E28A767A1B9FA5AB71CED97DF368 . + + vocabulary:Software a owl:Class; + rdfs:label "Software"@en, "Logiciel"@fr; + rdfs:subClassOf vocabulary:Device . + + vocabulary:InfrastructureTeam a owl:NamedIndividual . + + vocabulary:Publication a owl:Class; + rdfs:label "Publication"@fr, "Publication"@en; + rdfs:subClassOf vocabulary:ScientificDocument . + + vocabulary:hasRelatedProject a owl:ObjectProperty . + + vocabulary:Dataset a owl:Class; + rdfs:label "Jeu de données"@fr, "Dataset"@en; + rdfs:subClassOf vocabulary:Document; + :source "http://purl.org/dc/dcmitype/Dataset" . + + :type a owl:NamedIndividual; + rdfs:label "Type"@en; + rdfs:comment "The nature or genre of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>; + dc:modified "2008-01-14"^^xsd:date; + <http://www.w3.org/2004/02/skos/core#note> "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en; + dc:issued "1999-07-02"^^xsd:date; + dc:hasVersion <http://dublincore.org/usage/terms/history/#type-006>; + dc:description "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en . + + vocabulary:Installation a owl:Class; + rdfs:label "Installation"@fr, "Installation"@en; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Organization> . + + vocabulary:Provenance a owl:Class, owl:NamedIndividual; + rdfs:label "provenance"@en, "provenance"@fr . + + vocabulary:VariablesGroup a owl:Class; + rdfs:label "Groupe de variables"@fr, "Group of variables"@en; + rdfs:subClassOf rdf:Bag . + + vocabulary:hasScientificSupervisor a owl:ObjectProperty; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:range <http://xmlns.com/foaf/0.1/Agent>; + rdfs:domain vocabulary:Experiment . + + <http://www.opensilex.org/vocabulary/opensilex-api#propertyMapping> a owl:AnnotationProperty . + + vocabulary:fromAccession a owl:ObjectProperty; + rdfs:subPropertyOf owl:topObjectProperty . + + vocabulary:hasVariety a owl:ObjectProperty . +} + +<http://www.opensilex.org/vocabulary/oeev> { + oeev:PreventativeTreatment a owl:Class; + rdfs:label "Traitement preventif"@fr, "Preventive treatment"@en; + rdfs:subClassOf oeev:Treatment . + + oeev:Treatment a owl:Class; + rdfs:label "Treatment"@en, "Traitement"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:ScientificObjectManagement a owl:Class; + rdfs:label "Scientific object management"@en, "Gestion d'objet scientifique"@fr; + rdfs:subClassOf oeev:Event . + + oeev:PhenologyScoring a owl:Class; + rdfs:label "Observed phenology"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Event a owl:Class; + rdfs:label "Event"@en, "Événement"@fr; + rdfs:comment "Event linked to an object involved in an experiment"@en, "Événement lié a un objet"@fr; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-9D0D6D214FB2B045BBD3270F0F065E27, + _:genid-9680bf0f7dd24180a40001ce163fefba-09DEA109536DCE65DF15A9C70246244D, _:genid-9680bf0f7dd24180a40001ce163fefba-05A7955608AB00B891C50675EE89FAE6, + _:genid-9680bf0f7dd24180a40001ce163fefba-FEF0265C8913D911672B3EAC0ABCDF01, _:genid-9680bf0f7dd24180a40001ce163fefba-CE206AEEF9B610339F37ABF6DA8A1953 . + + oeev:Start a owl:Class; + rdfs:label "Start"@en, "Démarrage"@fr; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:FacilityManagement a owl:Class; + rdfs:label "Gestion d'équipement"@fr, "Facility management"@en; + rdfs:comment "Refers to the set of actions related to the management and maintenance infrastructure and supporting equipment."@en; + rdfs:subClassOf oeev:Event . + + oeev:Irrigation a owl:Class; + rdfs:label "Irrigation"@fr, "Irrigation"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:isConfidential a owl:DatatypeProperty, owl:FunctionalProperty; + rdfs:label "confidentialité"@fr, "confidentiality"@en; + rdfs:range xsd:boolean . + + oeev:silking a owl:NamedIndividual; + rdfs:label "silking"@en . + + oeev:Trouble a owl:Class; + rdfs:label "Trouble"@en, "Problème"@fr; + rdfs:subClassOf oeev:Event . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9D0D6D214FB2B045BBD3270F0F065E27 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty time:hasEnd; + owl:onClass time:Instant . + + _:genid-9680bf0f7dd24180a40001ce163fefba-09DEA109536DCE65DF15A9C70246244D a owl:Restriction; + owl:onDataRange <xsd:anyURI>; + owl:onProperty oeev:concerns; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-05A7955608AB00B891C50675EE89FAE6 a owl:Restriction; + owl:onDataRange <xsd:string>; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty rdfs:comment . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FEF0265C8913D911672B3EAC0ABCDF01 a owl:Restriction; + owl:onDataRange xsd:boolean; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty oeev:isInstant; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-CE206AEEF9B610339F37ABF6DA8A1953 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty time:hasBeginning; + owl:onClass time:Instant . + + oeev:Potting a owl:Class; + rdfs:label "Potting"@en, "Empotage"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Installation a owl:Class; + rdfs:label "Installation of devices"@en; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:Incident a owl:Class; + rdfs:label "Incident"@fr, "Incident"@en; + rdfs:comment "Concerns a scientific object"@en, "Agit sur un objet scientifique"@fr; + rdfs:subClassOf oeev:Trouble . + + oeev:isInstant a owl:DatatypeProperty; + rdfs:label "Est instantané"@fr, "Is instant"@en; + rdfs:comment "Indique si l'évenement est instantané ou non"@fr, "Indicate if the event is instantaneous or not"@en; + rdfs:range xsd:boolean; + rdfs:domain oeev:Event . + + oeev:StuckPlant a owl:Class; + rdfs:label "Stuck plant"@en, "Plante bloquée"@fr; + rdfs:subClassOf oeev:Incident . + + time:hasTime a owl:ObjectProperty; + rdfs:label "has time"@en . + + oeev:ManualCalibration a owl:Class; + rdfs:label "Manual calibration"@en, "Calibration manuel"@fr; + rdfs:subClassOf oeev:Calibration . + + oeev:Calibration a owl:Class; + rdfs:label "Calibration"@fr, "Calibration"@en; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:Sampling a owl:Class; + rdfs:label "Sampling"@en, "Echantillonnage"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Loading a owl:Class; + rdfs:label "Loading"@en, "Chargement"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Breakdown a owl:Class; + rdfs:label "Panne"@fr, "Breakdown"@en; + rdfs:subClassOf oeev:Trouble . + + oeev:fromIP a owl:DatatypeProperty . + + oeev:from a owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "From"@en, "Depuis"@fr; + owl:propertyDisjointWith oeev:to . +} + +<http://www.w3.org/2006/time> { + time:hasTime a owl:ObjectProperty; + rdfs:label "has time"@en, "tiene tiempo"@es; + rdfs:comment "Proporciona soporte a la asociación de una entidad temporal (instante o intervalo) a cualquier cosa."@es, + "Supports the association of a temporal entity (instant or interval) to any thing"@en; + rdfs:range time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Proporciona soporte a la asociación de una entidad temporal (instante o intervalo) a cualquier cosa."@es, + "Supports the association of a temporal entity (instant or interval) to any thing"@en; + <http://www.w3.org/2004/02/skos/core#editorialNote> "Feature at risk - added in 2017 revision, and not yet widely used. "@en, + "CaracterÃstica arriesgada -añadida en la revisión del 2017 que no ha sido todavÃa utilizada de forma amplia."@es . +} + +<http://www.w3.org/2002/07/owl> { + owl:propertyDisjointWith a rdf:Property; + rdfs:label "propertyDisjointWith"; + rdfs:comment "The property that determines that two given properties are disjoint."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:Property; + rdfs:domain rdf:Property . + + owl:OntologyProperty a rdfs:Class; + rdfs:label "OntologyProperty"; + rdfs:comment "The class of ontology properties."; + rdfs:subClassOf rdf:Property; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:members a rdf:Property; + rdfs:label "members"; + rdfs:comment "The property that determines the collection of members in either a owl:AllDifferent, owl:AllDisjointClasses or owl:AllDisjointProperties axiom."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Resource . + + owl:AllDisjointClasses a rdfs:Class; + rdfs:label "AllDisjointClasses"; + rdfs:comment "The class of collections of pairwise disjoint classes."; + rdfs:subClassOf rdfs:Resource; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:imports a owl:OntologyProperty; + rdfs:label "imports"; + rdfs:comment "The property that is used for importing other ontologies into a given ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . + + owl:DeprecatedProperty a rdfs:Class; + rdfs:label "DeprecatedProperty"; + rdfs:comment "The class of deprecated properties."; + rdfs:subClassOf rdf:Property; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:annotatedSource a rdf:Property; + rdfs:label "annotatedSource"; + rdfs:comment "The property that determines the subject of an annotated axiom or annotated annotation."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:backwardCompatibleWith a owl:AnnotationProperty, owl:OntologyProperty; + rdfs:label "backwardCompatibleWith"; + rdfs:comment "The annotation property that indicates that a given ontology is backward compatible with another ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . + + owl:annotatedTarget a rdf:Property; + rdfs:label "annotatedTarget"; + rdfs:comment "The property that determines the object of an annotated axiom or annotated annotation."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:differentFrom a rdf:Property; + rdfs:label "differentFrom"; + rdfs:comment "The property that determines that two given individuals are different."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing . + + owl:AllDisjointProperties a rdfs:Class; + rdfs:label "AllDisjointProperties"; + rdfs:comment "The class of collections of pairwise disjoint properties."; + rdfs:subClassOf rdfs:Resource; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:onProperties a rdf:Property; + rdfs:label "onProperties"; + rdfs:comment "The property that determines the n-tuple of properties that a property restriction on an n-ary data range refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:Restriction . + + owl:DeprecatedClass a rdfs:Class; + rdfs:label "DeprecatedClass"; + rdfs:comment "The class of deprecated classes."; + rdfs:subClassOf rdfs:Class; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:SymmetricProperty a rdfs:Class; + rdfs:label "SymmetricProperty"; + rdfs:comment "The class of symmetric properties."; + rdfs:subClassOf owl:ObjectProperty; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:sameAs a rdf:Property; + rdfs:label "sameAs"; + rdfs:comment "The property that determines that two given individuals are equal."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing . + + owl:complementOf a rdf:Property; + rdfs:label "complementOf"; + rdfs:comment "The property that determines that a given class is the complement of another class."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Class; + rdfs:domain owl:Class . + + owl:DataRange a rdfs:Class; + rdfs:label "DataRange"; + rdfs:comment "The class of OWL data ranges, which are special kinds of datatypes. Note: The use of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used instead."; + rdfs:subClassOf rdfs:Datatype; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:Nothing a owl:Class; + rdfs:label "Nothing"; + rdfs:comment "This is the empty class."; + rdfs:subClassOf owl:Thing; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:bottomDataProperty a owl:DatatypeProperty; + rdfs:label "bottomDataProperty"; + rdfs:comment "The data property that does not relate any individual to any data value."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Literal; + rdfs:domain owl:Thing . + + owl:oneOf a rdf:Property; + rdfs:label "oneOf"; + rdfs:comment "The property that determines the collection of individuals or data values that build an enumeration."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Class . + + owl:NegativePropertyAssertion a rdfs:Class; + rdfs:label "NegativePropertyAssertion"; + rdfs:comment "The class of negative property assertions."; + rdfs:subClassOf rdfs:Resource; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:AllDifferent a rdfs:Class; + rdfs:label "AllDifferent"; + rdfs:comment "The class of collections of pairwise different individuals."; + rdfs:subClassOf rdfs:Resource; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:IrreflexiveProperty a rdfs:Class; + rdfs:label "IrreflexiveProperty"; + rdfs:comment "The class of irreflexive properties."; + rdfs:subClassOf owl:ObjectProperty; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:targetValue a rdf:Property; + rdfs:label "targetValue"; + rdfs:comment "The property that determines the value of a negative data property assertion."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Literal; + rdfs:domain owl:NegativePropertyAssertion . + + owl:datatypeComplementOf a rdf:Property; + rdfs:label "datatypeComplementOf"; + rdfs:comment "The property that determines that a given data range is the complement of another data range with respect to the data domain."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Datatype; + rdfs:domain rdfs:Datatype . + + owl:AsymmetricProperty a rdfs:Class; + rdfs:label "AsymmetricProperty"; + rdfs:comment "The class of asymmetric properties."; + rdfs:subClassOf owl:ObjectProperty; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:Annotation a rdfs:Class; + rdfs:label "Annotation"; + rdfs:comment "The class of annotated annotations for which the RDF serialization consists of an annotated subject, predicate and object."; + rdfs:subClassOf rdfs:Resource; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:Axiom a rdfs:Class; + rdfs:label "Axiom"; + rdfs:comment "The class of annotated axioms for which the RDF serialization consists of an annotated subject, predicate and object."; + rdfs:subClassOf rdfs:Resource; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:incompatibleWith a owl:AnnotationProperty, owl:OntologyProperty; + rdfs:label "incompatibleWith"; + rdfs:comment "The annotation property that indicates that a given ontology is incompatible with another ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . + + owl:disjointUnionOf a rdf:Property; + rdfs:label "disjointUnionOf"; + rdfs:comment "The property that determines that a given class is equivalent to the disjoint union of a collection of other classes."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:Class . + + owl:ReflexiveProperty a rdfs:Class; + rdfs:label "ReflexiveProperty"; + rdfs:comment "The class of reflexive properties."; + rdfs:subClassOf owl:ObjectProperty; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#> . + + owl:cardinality a rdf:Property; + rdfs:label "cardinality"; + rdfs:comment "The property that determines the cardinality of an exact cardinality restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain owl:Restriction . + + owl:priorVersion a owl:AnnotationProperty, owl:OntologyProperty; + rdfs:label "priorVersion"; + rdfs:comment "The annotation property that indicates the predecessor ontology of a given ontology."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Ontology; + rdfs:domain owl:Ontology . + + owl:hasValue a rdf:Property; + rdfs:label "hasValue"; + rdfs:comment "The property that determines the individual that a has-value restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain owl:Restriction . + + owl:withRestrictions a rdf:Property; + rdfs:label "withRestrictions"; + rdfs:comment "The property that determines the collection of facet-value pairs that define a datatype restriction."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain rdfs:Datatype . + + owl:sourceIndividual a rdf:Property; + rdfs:label "sourceIndividual"; + rdfs:comment "The property that determines the subject of a negative property assertion."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:NegativePropertyAssertion . + + owl:annotatedProperty a rdf:Property; + rdfs:label "annotatedProperty"; + rdfs:comment "The property that determines the predicate of an annotated axiom or annotated annotation."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain rdfs:Resource . + + owl:bottomObjectProperty a owl:ObjectProperty; + rdfs:label "bottomObjectProperty"; + rdfs:comment "The object property that does not relate any two individuals."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:Thing . + + owl:distinctMembers a rdf:Property; + rdfs:label "distinctMembers"; + rdfs:comment "The property that determines the collection of pairwise different individuals in a owl:AllDifferent axiom."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:List; + rdfs:domain owl:AllDifferent . + + owl:onDatatype a rdf:Property; + rdfs:label "onDatatype"; + rdfs:comment "The property that determines the datatype that a datatype restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Datatype; + rdfs:domain rdfs:Datatype . + + owl:assertionProperty a rdf:Property; + rdfs:label "assertionProperty"; + rdfs:comment "The property that determines the predicate of a negative property assertion."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdf:Property; + rdfs:domain owl:NegativePropertyAssertion . + + owl:targetIndividual a rdf:Property; + rdfs:label "targetIndividual"; + rdfs:comment "The property that determines the object of a negative object property assertion."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range owl:Thing; + rdfs:domain owl:NegativePropertyAssertion . + + owl:hasSelf a rdf:Property; + rdfs:label "hasSelf"; + rdfs:comment "The property that determines the property that a self restriction refers to."; + rdfs:isDefinedBy <http://www.w3.org/2002/07/owl#>; + rdfs:range rdfs:Resource; + rdfs:domain owl:Restriction . +} + +<http://www.opensilex.org/vocabulary/oeev> { + oeev:to a owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "vers"@fr, "to"@en . + + oeev:Reparation a owl:Class; + rdfs:label "Réparation"@fr, "Repair"@en; + rdfs:subClassOf oeev:CorrectiveMaintenance . + + oeev:CorrectiveMaintenance a owl:Class; + rdfs:label "Maintenance correctrice"@fr, "Corrective maintenance"@en; + rdfs:subClassOf oeev:Operability . + + oeev:Operability a owl:Class; + rdfs:label "Opérabilité"@fr, "Operability"@en; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:associatedWithSensingDevice a owl:ObjectProperty; + rdfs:label "Associé avec un capteur"@fr, "Associated with a sensing device"@en; + rdfs:subPropertyOf oeev:associatedWith; + rdfs:range vocabulary:SensingDevice; + rdfs:domain oeev:AssociationWithSensingDevice . + + oeev:associatedWith a owl:ObjectProperty; + rdfs:label "Associé avec"@fr, "Associated with"@en; + rdfs:domain oeev:Association . + + oeev:AssociationWithSensingDevice a owl:Class; + rdfs:label "Association with a sensing device"@en, "Association avec un capteur"@fr; + rdfs:subClassOf oeev:Association, _:genid-9680bf0f7dd24180a40001ce163fefba-4E02333583B5D080B280FBECD395CE4C . + + oeev:AddingProduct a owl:Class; + rdfs:label "Ajout de produit"@fr, "Adding product"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Detasseling a owl:Class; + rdfs:label "Detasseling"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:emergence a owl:NamedIndividual; + rdfs:label "Emergence"@en . + + oeev:Checking a owl:Class; + rdfs:label "Révision"@fr, "Checking"@en; + rdfs:comment "Révision"; + rdfs:subClassOf oeev:Servicing . + + oeev:Servicing a owl:Class; + rdfs:label "Servicing"@en, "Entretien"@fr; + rdfs:comment "Entretien révision..."; + rdfs:subClassOf oeev:Operability . + + oeev:Association a owl:Class; + rdfs:label "Association"@fr, "Association"@en; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:Sowing a owl:Class; + rdfs:label "Sowing"@en, "Ensemencement"@fr; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Restart a owl:Class; + rdfs:label "Restart"@en, "Redémarrage"@fr; + rdfs:subClassOf oeev:FacilityManagement . + + oeev:Staking a owl:Class; + rdfs:label "Tuteurage"@fr, "Staking"@en; + rdfs:comment "Tuteurage d'une plante"@fr, "Installation of plant tutors"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:anthesis a owl:NamedIndividual; + rdfs:label "Anthesis"@en . + + oeev:leafStage a owl:NamedIndividual; + rdfs:label "leaf stage"@en . + + oeev:Thinning a owl:Class; + rdfs:label "Thinning"@en, "Eclaircissage"@fr; + rdfs:comment "Bien que les fruits aient développé des mécanismes d'autorégulation de leur charge, la chute physiologique des fruits est souvent insuffisante pour garantir des fruits de bon calibre commercial et un rendement commercial maximal à la récolte. Ce mécanisme est également insuffisant pour éviter les portages alternés. C'est pourquoi l'éclaircissage des fruits, c'est-à -dire la suppression volontaire d'un certain nombre de fruits par arbre, est une pratique culturale incontournable qui doit être réalisée régulièrement chez certaines espèces (Costa, 2018)."@fr, + "Although fruits have evolved fruit load self-regulatory mechanisms, physiological fruit drop is often insufficient to guarantee fruits of good marketable size and maximum commercial yield at harvest. This mechanism is also insufficient to avoid alternate bearing. For this reason, fruit thinning, i.e. the voluntary removal of a certain number of fruits per tree, is an unavoidable cultural practice that must be performed regularly in some species (Costa, 2018)."@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:associatedWithScientificObject a owl:ObjectProperty; + rdfs:label "Associé avec un objet scientifique"@fr, "Associated with a scientific object"@en; + rdfs:subPropertyOf oeev:associatedWith; + rdfs:range vocabulary:ScientificObject; + rdfs:domain oeev:AssociationWithScientificObject . + + oeev:AssociationWithScientificObject a owl:Class; + rdfs:label "Association avec un objet scientifique"@fr, "Association with a scientific object"@en; + rdfs:subClassOf oeev:Association, _:genid-9680bf0f7dd24180a40001ce163fefba-E2B133DECD0000DC93012EEFEB18E084 . + + oeev:Move a owl:Class; + rdfs:label "Move"@en, "Déplacement"@fr; + rdfs:comment "Evénement de déplacement général objet scientifique, équipement, etc."@fr, + "Event describing the displacement in time and space of the different objects participating in experiments. For instance, plants are often transferred, during a single experiment, between installations or compartments with different environmental conditions. Similarly, sensors can be replaced or moved to different positions in the field or greenhouse."@en; + rdfs:subClassOf oeev:Event, _:genid-9680bf0f7dd24180a40001ce163fefba-7CACE250157174CD66CC25879C82ABE6, + _:genid-9680bf0f7dd24180a40001ce163fefba-58F5DDE44749533C80631FC3AE960AEE . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7CACE250157174CD66CC25879C82ABE6 a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty oeev:from; + owl:onClass vocabulary:Facility . + + _:genid-9680bf0f7dd24180a40001ce163fefba-58F5DDE44749533C80631FC3AE960AEE a owl:Restriction; + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onProperty oeev:to; + owl:onClass vocabulary:Facility . + + oeev:concerns a owl:DatatypeProperty; + rdfs:label "Concerne"@fr, "Concerns"@en; + rdfs:comment "Objet concerné par l'évènement"@fr, "Object concerned by the event"@en; + rdfs:domain oeev:Event . + + oeev:Cleaning a owl:Class; + rdfs:label "Nettoyage"@fr, "Cleaning"@en; + rdfs:subClassOf oeev:Servicing . + + oeev:Dysfunction a owl:Class; + rdfs:label "Dysfunctionnement"@fr, "Dysfunction"@en; + rdfs:subClassOf oeev:Trouble . + + oeev:Clipping a owl:Class; + rdfs:label "Ecrêtage"@fr, "Clipping"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Stop a owl:Class; + rdfs:label "Stop"@en, "Arrêt"@fr; + rdfs:subClassOf oeev:FacilityManagement . + + _:genid-9680bf0f7dd24180a40001ce163fefba-E2B133DECD0000DC93012EEFEB18E084 a owl:Restriction; + owl:onProperty oeev:associatedWithScientificObject; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:ScientificObject . + + oeev:fromDevice a owl:DatatypeProperty; + rdfs:label "From device"@en, "Depuis le terminal"@fr . + + oeev:CurativeTreatment a owl:Class; + rdfs:label "Traitement curatif"@fr, "Curative treatment"@en; + rdfs:subClassOf oeev:Treatment . + + oeev:hasDocument a owl:ObjectProperty; + rdfs:label "has document"@en . + + oeev:hasPest a owl:ObjectProperty; + rdfs:label "has pest"@en; + rdfs:subPropertyOf owl:topObjectProperty; + rdfs:range oeev:Pest; + rdfs:domain oeev:PestAttack . + + oeev:Pest a owl:Class; + rdfs:label "Type de ravageur"@fr, "Pest type"@en; + rdfs:isDefinedBy "skos:closeMatch http://www.cropontology.org/rdf/CO_715:0000216" . + + oeev:PestAttack a owl:Class; + rdfs:label "Pest attack"@en, "Attaque de ravageurs"@fr; + rdfs:subClassOf oeev:Incident . + + oeev:Harvesting a owl:Class; + rdfs:label "Récolte"@fr, "Harvesting"@en; + rdfs:subClassOf oeev:ScientificObjectManagement . + + oeev:Fertilization a owl:Class; + rdfs:label "Fertilization"@en; + rdfs:subClassOf oeev:AddingProduct . + + oeev:Lodging a owl:Class; + rdfs:label "Verse"@fr, "Lodging"@en; + rdfs:subClassOf oeev:Incident; + rdfs:isDefinedBy "skos:closeMatch http://www.cropontology.org/rdf/CO_323:0000021" . + + oeev:Flooding a owl:Class; + rdfs:label "Flooding"@en, "Inondation"@fr; + rdfs:subClassOf oeev:Incident . + + oeev:AutomaticCalibration a owl:Class; + rdfs:label "Calibration automatique"@fr, "Automatic calibration"@en; + rdfs:subClassOf oeev:Calibration . + + _:genid-9680bf0f7dd24180a40001ce163fefba-4E02333583B5D080B280FBECD395CE4C a owl:Restriction; + owl:onProperty oeev:associatedWithSensingDevice; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:SensingDevice . + + oeev:EvolutiveMaintenance a owl:Class; + rdfs:label "Maintenance évolutive"@fr, "Evolutive maintenance"@en; + rdfs:subClassOf oeev:Operability . + + oeev:PotFall a owl:Class; + rdfs:label "Pot fall"@en, "Chute du pot"@fr; + rdfs:subClassOf oeev:Incident . +} + +<http://www.w3.org/2006/time> { + time:Instant a owl:Class; + rdfs:label "instante de tiempo."@es, "Time instant"@en; + rdfs:comment "Una entidad temporal con una extensión o duración cero."@es, "A temporal entity with zero extent or duration"@en; + rdfs:subClassOf time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Una entidad temporal con una extensión o duración cero."@es, + "A temporal entity with zero extent or duration"@en . + + time:TemporalEntity a owl:Class; + rdfs:label "entidad temporal"@es, "Temporal entity"@en; + rdfs:comment "Un intervalo temporal o un instante."@es, "A temporal interval or instant."@en; + rdfs:subClassOf owl:Thing; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-C3F195DF83333358915FD0F4A0275ED5; + <http://www.w3.org/2004/02/skos/core#definition> "Un intervalo temporal o un instante."@es, + "A temporal interval or instant."@en . + + time:hasBeginning a owl:ObjectProperty; + rdfs:label "has beginning"@en, "A pour début"@fr, "tiene principio"@es; + rdfs:subPropertyOf time:hasTime; + rdfs:comment "Beginning of a temporal entity"@en, "Comienzo de una entidad temporal."@es; + rdfs:range time:Instant; + rdfs:domain time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Comienzo de una entidad temporal."@es, + "Beginning of a temporal entity."@en . + + time:hasEnd a owl:ObjectProperty; + rdfs:label "tiene fin"@es, "has end"@en, "A pour fin"@fr; + rdfs:subPropertyOf time:hasTime; + rdfs:comment "Final de una entidad temporal."@es, "End of a temporal entity."@en; + rdfs:range time:Instant; + rdfs:domain time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Final de una entidad temporal."@es, + "End of a temporal entity."@en . + + time:seconds a owl:DatatypeProperty; + rdfs:label "duración en segundos"@es, "seconds duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en segundos."@es, + "length of, or element of the length of, a temporal extent expressed in seconds"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + rdfs:seeAlso <http://www.bipm.org/en/publications/si-brochure/second.html> . + + time:GeneralDurationDescription a owl:Class; + rdfs:label "descripción de duración generalizada"@es, "Generalized duration description"@en; + rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."@en, + "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario."@es; + rdfs:subClassOf time:TemporalDuration, _:genid-9680bf0f7dd24180a40001ce163fefba-3F457FFE3BDB029A6B2DCC8219751617, + _:genid-9680bf0f7dd24180a40001ce163fefba-3107F2A18B43B0CEA4999C62DB0C8704, _:genid-9680bf0f7dd24180a40001ce163fefba-B65438AA566DE8BF59DD1DBA02EADABA, + _:genid-9680bf0f7dd24180a40001ce163fefba-0362B1E2BC56996988226D78E2F2DCA0, _:genid-9680bf0f7dd24180a40001ce163fefba-839EF841929E34223F28317515BEAAC1, + _:genid-9680bf0f7dd24180a40001ce163fefba-94981604B14A0B9596353C448552F481, _:genid-9680bf0f7dd24180a40001ce163fefba-96B999C26B1E4328E154DA29A6C33566, + _:genid-9680bf0f7dd24180a40001ce163fefba-85181842D16D2FD3A575891463738379; + <http://www.w3.org/2004/02/skos/core#note> "La extensión de una duración de tiempo expresada como una 'descripción de duración general' depende del Sistema de Referencia Temporal. En algunos calendarios la longitud de la semana o del mes no es constante a lo largo del año. Por tanto, un valor como \"25 meses\" puede no ser necesariamente ser comparado con un duración similar expresada en términos de semanas o dÃas. Cuando se consideran calendarios que no están basados en el movimiento de la Tierra, se deben tomar incluso más precauciones en la comparación de duraciones."@es, + "The extent of a time duration expressed as a GeneralDurationDescription depends on the Temporal Reference System. In some calendars the length of the week or month is not constant within the year. Therefore, a value like \"2.5 months\" may not necessarily be exactly compared with a similar duration expressed in terms of weeks or days. When non-earth-based calendars are considered even more care must be taken in comparing durations."@en; + <http://www.w3.org/2004/02/skos/core#definition> "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."@en, + "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario."@es . + + time:Year a owl:Class, owl:DeprecatedClass; + rdfs:label "Year"@en; + rdfs:comment "Year duration"; + rdfs:subClassOf time:DurationDescription, _:genid-9680bf0f7dd24180a40001ce163fefba-486272F71D9047B3196DDA9CC661DCA1, + _:genid-9680bf0f7dd24180a40001ce163fefba-FBD77308B11531AABC3E8C030886F0C7, _:genid-9680bf0f7dd24180a40001ce163fefba-37784DC2A79F8573071447CF9E1626D3, + _:genid-9680bf0f7dd24180a40001ce163fefba-9192CCF12A959A6118BBBB587D13B9C8, _:genid-9680bf0f7dd24180a40001ce163fefba-77A75575DFD158B26E15F67462B25865, + _:genid-9680bf0f7dd24180a40001ce163fefba-86D92B75ECA0CA8E8BC88D0B11497E3A, _:genid-9680bf0f7dd24180a40001ce163fefba-4EA77486A9158BED84078E9131DB5663; + owl:deprecated true; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Year"@en, "Ano"@pt, "Anno"@it, "سنة"@ar, + "Rok"@pl, "Jaar"@nl, "Año"@es, "Jahr"@de, "Année (calendrier)"@fr, "Год"@ru, "å¹´"@zh, + "å¹´"@ja; + <http://www.w3.org/2004/02/skos/core#definition> "Year duration"; + <http://www.w3.org/2004/02/skos/core#historyNote> """Year was proposed in the 2006 version of OWL-Time as an example of how DurationDescription could be specialized to allow for a duration to be restricted to a number of years. + +It is deprecated in this edition of OWL-Time. """ . + + time:DurationDescription a owl:Class; + rdfs:label "descripción de duración"@es, "Duration description"@en; + rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal"@en, + "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario. El sistema de referencia temporal se fija al calendario gregoriano, y el intervalo de cada una de las propiedades numéricas se restringe a xsd:decimal."@es; + rdfs:subClassOf time:GeneralDurationDescription, _:genid-9680bf0f7dd24180a40001ce163fefba-BC75075B127C31A3090454B0ECA126E7, + _:genid-9680bf0f7dd24180a40001ce163fefba-F51CB33DD3872551300740DCDEEB83BE, _:genid-9680bf0f7dd24180a40001ce163fefba-BF72D86B8740F93BF594EA4966C5675D, + _:genid-9680bf0f7dd24180a40001ce163fefba-45EFE9EBAEB53C213F0E52F38474AA4F, _:genid-9680bf0f7dd24180a40001ce163fefba-80EF931B3390753B966509B5E40ACF12, + _:genid-9680bf0f7dd24180a40001ce163fefba-AA544716C292C059D0765334272C26FE, _:genid-9680bf0f7dd24180a40001ce163fefba-A39AC9FCDE40B2FE242ED852F03A7CB1, + _:genid-9680bf0f7dd24180a40001ce163fefba-C71F4343903C6C21D556D9141EEA7394; + <http://www.w3.org/2004/02/skos/core#note> "In the Gregorian calendar the length of the month is not fixed. Therefore, a value like \"2.5 months\" cannot be exactly compared with a similar duration expressed in terms of weeks or days."@en, + "En el calendario gregoriano la longitud de los meses no es fija. Por lo tanto, un valor como \"2,5 meses\" no se puede comparar exactamente con una duración similar expresada en términos de semanas o dÃas."@es; + <http://www.w3.org/2004/02/skos/core#definition> "Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal"@en, + "Descripción de extensión temporal estructurada con valores separados para los distintos elementos de un sistema de horario-calendario. El sistema de referencia temporal se fija al calendario gregoriano, y el intervalo de cada una de las propiedades numéricas se restringe a xsd:decimal."@es . + + _:genid-9680bf0f7dd24180a40001ce163fefba-486272F71D9047B3196DDA9CC661DCA1 a owl:Restriction; + owl:onProperty time:days; + owl:cardinality 0 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FBD77308B11531AABC3E8C030886F0C7 a owl:Restriction; + owl:onProperty time:months; + owl:cardinality 0 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-37784DC2A79F8573071447CF9E1626D3 a owl:Restriction; + owl:onProperty time:seconds; + owl:cardinality 0 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9192CCF12A959A6118BBBB587D13B9C8 a owl:Restriction; + owl:onProperty time:hours; + owl:cardinality 0 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-77A75575DFD158B26E15F67462B25865 a owl:Restriction; + owl:onProperty time:weeks; + owl:cardinality 0 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-86D92B75ECA0CA8E8BC88D0B11497E3A a owl:Restriction; + owl:onProperty time:minutes; + owl:cardinality 0 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-4EA77486A9158BED84078E9131DB5663 a owl:Restriction; + owl:onProperty time:years; + owl:cardinality 1 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-BC75075B127C31A3090454B0ECA126E7 a owl:Restriction; + owl:onProperty time:hasTRS; + owl:hasValue <http://www.opengis.net/def/uom/ISO-8601/0/Gregorian> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F51CB33DD3872551300740DCDEEB83BE a owl:Restriction; + owl:onProperty time:seconds; + owl:allValuesFrom xsd:decimal . + + _:genid-9680bf0f7dd24180a40001ce163fefba-BF72D86B8740F93BF594EA4966C5675D a owl:Restriction; + owl:onProperty time:hours; + owl:allValuesFrom xsd:decimal . + + _:genid-9680bf0f7dd24180a40001ce163fefba-45EFE9EBAEB53C213F0E52F38474AA4F a owl:Restriction; + owl:onProperty time:months; + owl:allValuesFrom xsd:decimal . + + _:genid-9680bf0f7dd24180a40001ce163fefba-80EF931B3390753B966509B5E40ACF12 a owl:Restriction; + owl:onProperty time:days; + owl:allValuesFrom xsd:decimal . + + _:genid-9680bf0f7dd24180a40001ce163fefba-AA544716C292C059D0765334272C26FE a owl:Restriction; + owl:onProperty time:years; + owl:allValuesFrom xsd:decimal . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A39AC9FCDE40B2FE242ED852F03A7CB1 a owl:Restriction; + owl:onProperty time:minutes; + owl:allValuesFrom xsd:decimal . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C71F4343903C6C21D556D9141EEA7394 a owl:Restriction; + owl:onProperty time:weeks; + owl:allValuesFrom xsd:decimal . + + time:Sunday a time:DayOfWeek; + rdfs:label "Sunday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Sunday"@en, "Zondag"@nl, "ВоÑкреÑенье"@ru, + "Sonntag"@de, "Domingo"@pt, "Domingo"@es, "الأØد (يوم)"@ar, "Niedziela"@pl, "Dimanche"@fr, + "日曜日"@ja, "Domenica"@it, "星期日"@zh . + + time:DayOfWeek a owl:Class; + rdfs:label "dÃa de la semana"@es, "Day of week"@en; + rdfs:comment "The day of week"@en, "El dÃa de la semana"@es; + rdfs:subClassOf owl:Thing; + <http://www.w3.org/2004/02/skos/core#note> "Membership of the class :DayOfWeek is open, to allow for alternative week lengths and different day names."@en, + "La pertenencia a la clase 'dÃa de la semana' está abierta, para permitir longitudes de semana alternativas y diferentes nombres de dÃas."@es; + <http://www.w3.org/2004/02/skos/core#definition> "The day of week"@en, "El dÃa de la semana"@es; + <http://www.w3.org/2004/02/skos/core#changeNote> """Remove enumeration from definition, in order to allow other days to be used when required in other calendars. +NOTE: existing days are still present as members of the class, but the class membership is now open. + +In the original OWL-Time the following constraint appeared: + owl:oneOf ( + time:Monday + time:Tuesday + time:Wednesday + time:Thursday + time:Friday + time:Saturday + time:Sunday + ) ;"""@en . + + time:Interval a owl:Class; + rdfs:label "intervalo de tiempo"@es, "Time interval"@en; + rdfs:comment "Una entidad temporal con una extensión o duración."@es, "A temporal entity with an extent or duration"@en; + rdfs:subClassOf time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Una entidad temporal con una extensión o duración."@es, + "A temporal entity with an extent or duration"@en . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C3F195DF83333358915FD0F4A0275ED5 rdf:first + time:Instant; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-979DF54B23E2B0CD0B430CA2DE30A14E . + + time:generalDay a rdfs:Datatype; + rdfs:label "DÃa generalizado"@es, "Generalized day"@en; + rdfs:comment """DÃa del mes - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gDay, excepto que se permiten valores hasta el 99, con el propósito de proporcionar soporte a calendarios con meses con más de 31 dÃas. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Day of month - formulated as a text string with a pattern constraint to reproduce the same lexical form as gDay, except that values up to 99 are permitted, in order to support calendars with more than 31 days in a month. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + <http://www.w3.org/2004/02/skos/core#definition> """DÃa del mes - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gDay, excepto que se permiten valores hasta el 99, con el propósito de proporcionar soporte a calendarios con meses con más de 31 dÃas. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Day of month - formulated as a text string with a pattern constraint to reproduce the same lexical form as gDay, except that values up to 99 are permitted, in order to support calendars with more than 31 days in a month. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + owl:withRestrictions _:genid-9680bf0f7dd24180a40001ce163fefba-0319839B25423B94B72E7847FEBBFB3E; + owl:onDatatype xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0319839B25423B94B72E7847FEBBFB3E rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-B53B374F6DE01D508553F17B2E90773B; + rdf:rest rdf:nil . + + time:month a owl:DatatypeProperty; + rdfs:label "month"@en, "mes"@es; + rdfs:comment """Posición de mes en un sistema calendario-reloj. + El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación especÃfica de un mes de calendario de un calendario cualquiera."""@es, + """Month position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar month from any calendar. """@en; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> """Month position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar month from any calendar. """@en, + """Posición de mes en un sistema calendario-reloj. + El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación especÃfica de un mes de calendario de un calendario cualquiera."""@es . + + time:GeneralDateTimeDescription a owl:Class; + rdfs:label "descripción de fecha-hora generalizada"@es, "Generalized date-time description"@en; + rdfs:comment "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj."@es, + "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en; + rdfs:subClassOf time:TemporalPosition, _:genid-9680bf0f7dd24180a40001ce163fefba-D3C5A25654AC0B1F5FA6A126EF862FF8, + _:genid-9680bf0f7dd24180a40001ce163fefba-C2C90EC47DD2870373C151F36F964A78, _:genid-9680bf0f7dd24180a40001ce163fefba-BDD16A64082B73595533C21985418A33, + _:genid-9680bf0f7dd24180a40001ce163fefba-FBEFE0916ACDE4397165BC3595E46CA1, _:genid-9680bf0f7dd24180a40001ce163fefba-0B9BB15128235E226BAAEB56D3C5C467, + _:genid-9680bf0f7dd24180a40001ce163fefba-718DB28D2DEACB59BF44C3814A70906C, _:genid-9680bf0f7dd24180a40001ce163fefba-90C029DCD447216B66ED19114BCA4E11, + _:genid-9680bf0f7dd24180a40001ce163fefba-31A7C468BA0612A63886CB108C38EC75, _:genid-9680bf0f7dd24180a40001ce163fefba-312226CEDD41C8E22D2E2A778AE00ACF, + _:genid-9680bf0f7dd24180a40001ce163fefba-F405EC02E99C7FB9B75D64E575AECCF4, _:genid-9680bf0f7dd24180a40001ce163fefba-1251119AEDF041B3AE19287AEBBAF42D, + _:genid-9680bf0f7dd24180a40001ce163fefba-79585E312A01451FB848BE89535FB6BF; + <http://www.w3.org/2004/02/skos/core#note> "Algunas combinaciones de propiedades son redundantes - por ejemplo, dentro de un 'año' especificado si se proporciona 'dÃa del año' entonces 'dÃa' y 'mes' se pueden computar, y viceversa. Los valores individuales deberÃan ser consistentes entre ellos y con el calendario, indicado a través del valor de la propiedad 'tiene TRS'."@es, + "Some combinations of properties are redundant - for example, within a specified :year if :dayOfYear is provided then :day and :month can be computed, and vice versa. Individual values should be consistent with each other and the calendar, indicated through the value of the :hasTRS property."; + <http://www.w3.org/2004/02/skos/core#definition> "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en, + "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj." . + + time:intervalBefore a owl:ObjectProperty; + rdfs:label "interval before"@en, "intervalo anterior"@es; + rdfs:subPropertyOf time:intervalDisjoint, time:before; + rdfs:comment "Si un intervalo propio T1 está antes que otro intervalo propio T2, entonces el final de T1 está antes que el principio de T2."@es, + "If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalAfter; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 está antes que otro intervalo propio T2, entonces el final de T1 está antes que el principio de T2."@es, + "If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2."@en . + + time:intervalDisjoint a owl:ObjectProperty; + rdfs:label "interval disjoint"@en, "intervalo disjunto"@es; + rdfs:comment "Si un intervalo propio T1 es disjunto con otro intervalo propio T2, entonces el principio de T1 está después del final de T2, o el final de T1 está antes que el principio de T2, es decir, los intervalos no se solapan de ninguna forma, aunque su relación de orden no se conozca."@es, + "If a proper interval T1 is intervalDisjoint another proper interval T2, then the beginning of T1 is after the end of T2, or the end of T1 is before the beginning of T2, i.e. the intervals do not overlap in any way, but their ordering relationship is not known."@en; + <http://www.w3.org/2004/02/skos/core#note> "This interval relation is not included in the 13 basic relationships defined in Allen (1984), but is defined in (T.3) as the union of :intervalBefore v :intervalAfter . However, that is outside OWL2 expressivity, so is implemented as an explicit property, with :intervalBefore , :intervalAfter as sub-properties"@en, + "Esta relación entre intervalos no estaba incluida en las 13 relaciones básicas definidas por Allen (1984), pero está definida en T.3 como la unión de 'intervalo anterior' con 'intervalo posterior'. Sin embargo, esto está fuera de la expresividad de OWL2, por tanto, está implementado como una propiedad explÃcita, con 'intervalo anterior' e 'intervalo posterior' como sub-propiedades."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 es disjunto con otro intervalo propio T2, entonces el principio de T1 está después del final de T2, o el final de T1 está antes que el principio de T2, es decir, los intervalos no se solapan de ninguna forma, aunque su relación de orden no se conozca."@es, + "If a proper interval T1 is intervalDisjoint another proper interval T2, then the beginning of T1 is after the end of T2, or the end of T1 is before the beginning of T2, i.e. the intervals do not overlap in any way, but their ordering relationship is not known."@en . + + time:before a owl:ObjectProperty, owl:TransitiveProperty; + rdfs:label "antes"@es, "before"@en; + rdfs:comment "Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, \"before\" can be considered to be basic to instants and derived for intervals."@en, + "Asume una dirección en el tiempo. Si una entidad temporal T1 está antes que otra entidad temporal T2, entonces el final de T1 está antes que el principio de T2. AsÃ, \"antes\" se puede considerar básica para instantes y derivada para intervalos."@es; + rdfs:range time:TemporalEntity; + rdfs:domain time:TemporalEntity; + owl:inverseOf time:after; + <http://www.w3.org/2004/02/skos/core#definition> "Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, \"before\" can be considered to be basic to instants and derived for intervals."@en, + "Asume una dirección en el tiempo. Si una entidad temporal T1 está antes que otra entidad temporal T2, entonces el final de T1 está antes que el principio de T2. AsÃ, \"antes\" se puede considerar básica para instantes y derivada para intervalos."@es . + + time:ProperInterval a owl:Class; + rdfs:label "intervalo propio"@es, "Proper interval"@en; + rdfs:comment "Una entidad temporal con extensión o duración distinta de cero, es decir, para la cual los valores de principio y fin del intervalo son diferentes."@es, + "A temporal entity with non-zero extent or duration, i.e. for which the value of the beginning and end are different"@en; + rdfs:subClassOf time:Interval; + owl:disjointWith time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Una entidad temporal con extensión o duración distinta de cero, es decir, para la cual los valores de principio y fin del intervalo son diferentes."@es, + "A temporal entity with non-zero extent or duration, i.e. for which the value of the beginning and end are different"@en . + + time:intervalAfter a owl:ObjectProperty; + rdfs:label "interval after"@en, "intervalo posterior"@es; + rdfs:subPropertyOf time:intervalDisjoint, time:after; + rdfs:comment "If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2."@en, + "Si un intervalo propio T1 es posterior a otro intervalo propio T2, entonces el principio de T1 está después que el final de T2."; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalBefore; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2."@en, + "Si un intervalo propio T1 es posterior a otro intervalo propio T2, entonces el principio de T1 está después que el final de T2."@es . + + time:after a owl:ObjectProperty; + rdfs:label "after"@en, "después"@es; + rdfs:comment "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es, + "Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2."@en; + rdfs:range time:TemporalEntity; + rdfs:domain time:TemporalEntity; + owl:inverseOf time:before; + <http://www.w3.org/2004/02/skos/core#definition> "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es, + "Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2."@en . + + time:inDateTime a owl:ObjectProperty; + rdfs:label "in date-time description"@en, "en descripción de fecha-hora"@es; + rdfs:subPropertyOf time:inTemporalPosition; + rdfs:comment "Posición de un instante, expresada utilizando una descripción estructurada."@es, + "Position of an instant, expressed using a structured description"@en; + rdfs:range time:GeneralDateTimeDescription; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresada utilizando una descripción estructurada."@es, + "Position of an instant, expressed using a structured description"@en . + + time:inTemporalPosition a owl:ObjectProperty; + rdfs:label "posición temporal"@es, "Temporal position"@en; + rdfs:comment "Posición de un instante de tiempo."@es, "Position of a time instant"@en; + rdfs:range time:TemporalPosition; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante de tiempo."@es, + "Position of a time instant"@en . + + time:TemporalPosition a owl:Class; + rdfs:label "posición temporal"@es, "Temporal position"@en; + rdfs:comment "Una posición sobre una lÃnea de tiempo."@es, "A position on a time-line"@en; + rdfs:subClassOf _:genid-9680bf0f7dd24180a40001ce163fefba-573F935987EB3C674F9CC7E2146093A7; + <http://www.w3.org/2004/02/skos/core#definition> "Una posición sobre una lÃnea de tiempo."@es, + "A position on a time-line"@en . + + _:genid-9680bf0f7dd24180a40001ce163fefba-D3C5A25654AC0B1F5FA6A126EF862FF8 a owl:Restriction; + owl:onProperty time:unitType; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C2C90EC47DD2870373C151F36F964A78 a owl:Restriction; + owl:onProperty time:year; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-BDD16A64082B73595533C21985418A33 a owl:Restriction; + owl:onProperty time:week; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FBEFE0916ACDE4397165BC3595E46CA1 a owl:Restriction; + owl:onProperty time:monthOfYear; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0B9BB15128235E226BAAEB56D3C5C467 a owl:Restriction; + owl:onProperty time:hour; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-718DB28D2DEACB59BF44C3814A70906C a owl:Restriction; + owl:onProperty time:timeZone; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-90C029DCD447216B66ED19114BCA4E11 a owl:Restriction; + owl:onProperty time:day; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-31A7C468BA0612A63886CB108C38EC75 a owl:Restriction; + owl:onProperty time:dayOfWeek; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-312226CEDD41C8E22D2E2A778AE00ACF a owl:Restriction; + owl:onProperty time:month; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F405EC02E99C7FB9B75D64E575AECCF4 a owl:Restriction; + owl:onProperty time:minute; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1251119AEDF041B3AE19287AEBBAF42D a owl:Restriction; + owl:onProperty time:second; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-79585E312A01451FB848BE89535FB6BF a owl:Restriction; + owl:onProperty time:dayOfYear; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + time:inXSDDateTimeStamp a owl:DatatypeProperty; + rdfs:label "en fecha-sello de tiempo XSD"@es, "in XSD Date-Time-Stamp"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:dateTimeStamp."@es, + "Position of an instant, expressed using xsd:dateTimeStamp"@en; + rdfs:range xsd:dateTimeStamp; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:dateTimeStamp."@es, + "Position of an instant, expressed using xsd:dateTimeStamp"@en . + + time:intervalFinishes a owl:ObjectProperty; + rdfs:label "intervalo termina"@es, "interval finishes"@en; + rdfs:subPropertyOf time:intervalIn; + rdfs:comment "If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 termina otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 coincide con el final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalFinishedBy; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 termina otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 coincide con el final de T2."@es . + + time:intervalIn a owl:ObjectProperty; + rdfs:label "interval in"@en, "intervalo interior"@es; + rdfs:comment "Si un intervalo propio T1 es un intervalo interior a otro intervalo propio T2, entonces el principio de T1 está después del principio de T2 o coincide con el principio de T2, y el final de T1 está antes que el final de T2, o coincide con el final de T2, excepto que el final de T1 puede no coincidir con el final de T2 si el principio de T1 coincide con el principio de T2."@es, + "If a proper interval T1 is intervalIn another proper interval T2, then the beginning of T1 is after the beginning of T2 or is coincident with the beginning of T2, and the end of T1 is before the end of T2, or is coincident with the end of T2, except that end of T1 may not be coincident with the end of T2 if the beginning of T1 is coincident with the beginning of T2."@en; + <http://www.w3.org/2004/02/skos/core#note> "This interval relation is not included in the 13 basic relationships defined in Allen (1984), but is referred to as 'an important relationship' in Allen and Ferguson (1997). It is the disjoint union of :intervalStarts v :intervalDuring v :intervalFinishes . However, that is outside OWL2 expressivity, so is implemented as an explicit property, with :intervalStarts , :intervalDuring , :intervalFinishes as sub-properties"@en, + "Esta relación entre intervalos no estaba incluida en las 13 relaciones básicas definidas por Allen (1984), pero se hace referencia a ella como \"una relación importante\" en Allen y Ferguson (1997). Es la unión disjunta de 'intervalo empieza', 'intervalo durante' y con 'intervalo termina'. Sin embargo, esto está fuera de la expresividad de OWL2, por tanto, se implementa como una propiedad explÃcita, con 'intervalo empieza', 'intervalo durante' e 'intervalo termina' como sub-propiedades."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:propertyDisjointWith time:intervalEquals; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 es un intervalo interior a otro intervalo propio T2, entonces el principio de T1 está después del principio de T2 o coincide con el principio de T2, y el final de T1 está antes que el final de T2, o coincide con el final de T2, excepto que el final de T1 puede no coincidir con el final de T2 si el principio de T1 coincide con el principio de T2."@es, + "If a proper interval T1 is intervalIn another proper interval T2, then the beginning of T1 is after the beginning of T2 or is coincident with the beginning of T2, and the end of T1 is before the end of T2, or is coincident with the end of T2, except that end of T1 may not be coincident with the end of T2 if the beginning of T1 is coincident with the beginning of T2."@en . + + time:intervalFinishedBy a owl:ObjectProperty; + rdfs:label "intervalo terminado por"@es, "interval finished by"@en; + rdfs:comment "If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 está terminado por otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 coincide con el final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalFinishes; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 está terminado por otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 coincide con el final de T2."@es . + + time:intervalEquals a owl:ObjectProperty; + rdfs:label "intervalo igual"@es, "interval equals"@en; + rdfs:comment "If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 es igual a otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 coincide con el final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:propertyDisjointWith time:intervalIn; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 es igual a otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 coincide con el final de T2."@es . + + time:minutes a owl:DatatypeProperty; + rdfs:label "minutos"@es, "minutes"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en minutos."@es, + "length, or element of, a temporal extent expressed in minutes"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Longitud de, o elemento de la longitud de, una extensión temporal expresada en minutos."@es, + "length, or element of, a temporal extent expressed in minutes"@en . + + time:TemporalDuration a owl:Class; + rdfs:label "duración temporal"@es, "Temporal duration"@en; + rdfs:comment "Extensión de tiempo; duración de un intervalo de tiempo independiente de su posición de inicio particular."@es, + "Time extent; duration of a time interval separate from its particular start position"@en; + <http://www.w3.org/2004/02/skos/core#definition> "Extensión de tiempo; duración de un intervalo de tiempo independiente de su posición de inicio particular."@es, + "Time extent; duration of a time interval separate from its particular start position"@en . + + _:genid-9680bf0f7dd24180a40001ce163fefba-3F457FFE3BDB029A6B2DCC8219751617 a owl:Restriction; + owl:onProperty time:years; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-3107F2A18B43B0CEA4999C62DB0C8704 a owl:Restriction; + owl:onProperty time:days; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B65438AA566DE8BF59DD1DBA02EADABA a owl:Restriction; + owl:onProperty time:hasTRS; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0362B1E2BC56996988226D78E2F2DCA0 a owl:Restriction; + owl:onProperty time:hours; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-839EF841929E34223F28317515BEAAC1 a owl:Restriction; + owl:onProperty time:minutes; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-94981604B14A0B9596353C448552F481 a owl:Restriction; + owl:onProperty time:months; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-96B999C26B1E4328E154DA29A6C33566 a owl:Restriction; + owl:onProperty time:weeks; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-85181842D16D2FD3A575891463738379 a owl:Restriction; + owl:onProperty time:seconds; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + time:week a owl:DatatypeProperty; + rdfs:label "semana"@es, "week"@en; + rdfs:comment "Número de semana en el año."@es, "Week number within the year."@en; + <http://www.w3.org/2004/02/skos/core#note> "Weeks are numbered differently depending on the calendar in use and the local language or cultural conventions (locale). ISO-8601 specifies that the first week of the year includes at least four days, and that Monday is the first day of the week. In that system, week 1 is the week that contains the first Thursday in the year."@en; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#scopeNote> "Las semanas están numeradas de forma diferente dependiendo del calendario en uso y de las convenciones lingüÃsticas y culturales locales (locale en inglés). El ISO-8601 especifica que la primera semana del año incluye al menos cuatro dÃas, y que el lunes es el primer dÃa de la semana. En ese sistema, la semana 1 es la semana que contiene el primer jueves del año."@es . + + time:months a owl:DatatypeProperty; + rdfs:label "duración en meses"@es, "months duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en meses."@es, + "length of, or element of the length of, a temporal extent expressed in months"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Longitud de, o elemento de la longitud de, una extensión temporal expresada en meses."@es, + "length of, or element of the length of, a temporal extent expressed in months"@en . + + time:second a owl:DatatypeProperty; + rdfs:label "segundo"@es, "second"@en; + rdfs:comment "Posición de segundo en un sistema calendario-reloj."@es, "Second position in a calendar-clock system."@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDateTimeDescription . + + time:dayOfYear a owl:DatatypeProperty; + rdfs:label "dÃa del año"@es, "day of year"@en; + rdfs:comment "El número de dÃa en el año."@es, "The number of the day within the year"@en; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "El número de dÃa en el año."@es, + "The number of the day within the year"@en . + + time:years a owl:DatatypeProperty; + rdfs:label "duración en años"@es, "years duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en años."@es, + "length of, or element of the length of, a temporal extent expressed in years"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription . + + time:intervalMetBy a owl:ObjectProperty; + rdfs:label "intervalo encontrado por"@es, "interval met by"@en; + rdfs:comment "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 es 'intervalo encontrado por' otro intervalo propio T2, entonces el principio de T1 coincide con el final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalMeets; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en, + "Si un intervalo propio T1 es 'intervalo encontrado por' otro intervalo propio T2, entonces el principio de T1 coincide con el final de T2."@es . + + time:intervalMeets a owl:ObjectProperty; + rdfs:label "intervalo se encuentra"@es, "interval meets"@en; + rdfs:comment "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en, + "Si un intervalo propio T1 se encuentra con otro intervalo propio T2, entonces el final de T1 coincide con el principio de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalMetBy; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en, + "Si un intervalo propio T1 se encuentra con otro intervalo propio T2, entonces el final de T1 coincide con el principio de T2."@es . + + time:hasDurationDescription a owl:ObjectProperty; + rdfs:label "tiene descripción de duración"@es, "has duration description"@en; + rdfs:subPropertyOf time:hasTemporalDuration; + rdfs:comment "Duración de una entidad temporal, expresada utilizando una descripción estructurada."@es, + "Duration of a temporal entity, expressed using a structured description"@en; + rdfs:range time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Duración de una entidad temporal, expresada utilizando una descripción estructurada."@es, + "Duration of a temporal entity, expressed using a structured description"@en . + + time:hasTemporalDuration a owl:ObjectProperty; + rdfs:label "tiene duración temporal"@es, "has temporal duration"@en; + rdfs:comment "Duración de una entidad temporal."@es, "Duration of a temporal entity."@en; + rdfs:range time:TemporalDuration; + rdfs:domain time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Duración de una entidad temporal."@es, + "Duration of a temporal entity."@en . + + time:days a owl:DatatypeProperty; + rdfs:label "duración en dÃas"@es, "days duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en dÃas."@es, + "length of, or element of the length of, a temporal extent expressed in days"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Longitud de, o elemento de la longitud de, una extensión temporal expresada en dÃas."@es, + "length of, or element of the length of, a temporal extent expressed in days"@en . + + time:weeks a owl:DatatypeProperty; + rdfs:label "duración en semanas"@es, "weeks duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en semanas."@es, + "length of, or element of the length of, a temporal extent expressed in weeks"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription . + + time:intervalOverlappedBy a owl:ObjectProperty; + rdfs:label "intervalo solapado por"@es, "interval overlapped by"@en; + rdfs:comment "Si un intervalo propio T1 es 'intervalo solapado por' otro intervalo propio T2, entonces el principio de T1 es posterior al principio de T2, y el principio de T1 es anterior al final de T2, y el final de T1 es posterior al final de T2."@es, + "If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalOverlaps; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 es 'intervalo solapado por' otro intervalo propio T2, entonces el principio de T1 es posterior al principio de T2, y el principio de T1 es anterior al final de T2, y el final de T1 es posterior al final de T2."@es, + "If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2."@en . + + time:intervalOverlaps a owl:ObjectProperty; + rdfs:label "interval overlaps"@en, "intervalo se solapa"@es; + rdfs:comment "If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en, + "Si un intervalo propio T1 se solapa con otro intervalo propio T2, entonces el principio de T1 es anterior al principio de T2, el final de T1 es posterior al principio de T2, y el final de T1 es anterior al final de T2."@es . +} + +<http://purl.org/dc/terms/> { + dc:isVersionOf a rdf:Property; + rdfs:label "Is Version Of"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource of which the described resource is a version, edition, or adaptation."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version."@en . +} + +<http://www.w3.org/2006/time> { + time:intervalOverlaps rdfs:comment "Asume una dirección en el tiempo. Si una entidad temporal T1 está después de otra entidad temporal T2, entonces el principio de T1 está después del final de T2."@es; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalOverlappedBy; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en, + "Si un intervalo propio T1 se solapa con otro intervalo propio T2, entonces el principio de T1 es anterior al principio de T2, el final de T1 es posterior al principio de T2, y el final de T1 es anterior al final de T2."@es . + + time:unitType a owl:ObjectProperty; + rdfs:label "tipo de unidad temporal"@es, "temporal unit type"@en; + rdfs:comment "La unidad de tiempo que proporciona la precisión de un valor fecha-hora o la escala de una extensión temporal."@es, + "The temporal unit which provides the precision of a date-time value or scale of a temporal extent"@en; + rdfs:range time:TemporalUnit; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-5817BAE03DDB303F9345B78211A68F9D . + + time:TemporalUnit a owl:Class; + rdfs:label "unidad de tiempo"@es, "Temporal unit"@en; + rdfs:comment "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en, + "Una duración estándar, que proporciona un factor de escala para una extensión de tiempo, o la granularidad o precisión para una posición de tiempo."@es; + rdfs:subClassOf time:TemporalDuration; + <http://www.w3.org/2004/02/skos/core#note> "La pertenencia de la clase 'unidad de tiempo' está abierta, para permitir otras unidades de tiempo utilizadas en algunas aplicaciones técnicas (por ejemplo, millones de años o el mes Baha'i)."@es, + "Membership of the class TemporalUnit is open, to allow for other temporal units used in some technical applications (e.g. millions of years, Baha'i month)."@en; + <http://www.w3.org/2004/02/skos/core#definition> "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en, + "Una duración estándar, que proporciona un factor de escala para una extensión de tiempo, o la granularidad o precisión para una posición de tiempo."@es; + <http://www.w3.org/2004/02/skos/core#changeNote> """Remove enumeration from definition, in order to allow other units to be used when required in other coordinate systems. +NOTE: existing units are still present as members of the class, but the class membership is now open. + +In the original OWL-Time the following constraint appeared: + owl:oneOf ( + time:unitSecond + time:unitMinute + time:unitHour + time:unitDay + time:unitWeek + time:unitMonth + time:unitYear + ) ;"""@en . + + _:genid-9680bf0f7dd24180a40001ce163fefba-5817BAE03DDB303F9345B78211A68F9D a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-55068B592EA8CB7CFEACA08E14C18189 . + + time:day a owl:DatatypeProperty; + rdfs:label "dÃa"@es, "day"@en; + rdfs:comment "Posición de dÃa en un sistema calendario-reloj."@es, """Day position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> """Day position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en, + """Posición de dÃa en un sistema calendario-reloj. + +El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por una representación especÃfica de un dÃa de calendario de cualquier calendario."""@es . + + time:inTimePosition a owl:ObjectProperty; + rdfs:label "posición de tiempo"@es, "Time position"@en; + rdfs:subPropertyOf time:inTemporalPosition; + rdfs:comment "Posición de un instante, expresada como una coordenada temporal o un valor nominal."@es, + "Position of an instant, expressed as a temporal coordinate or nominal value"@en; + rdfs:range time:TimePosition; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresada como una coordenada temporal o un valor nominal."@es, + "Position of a time instant expressed as a TimePosition"@en . + + time:TimePosition a owl:Class; + rdfs:label "posición de tiempo"@es, "Time position"@en; + rdfs:comment "Una posición temporal descrita utilizando bien un valor (nominal) de un sistema de referencia ordinal, o un valor (numérico) en un sistema de coordenadas temporales."@es, + "A temporal position described using either a (nominal) value from an ordinal reference system, or a (numeric) value in a temporal coordinate system. "@en; + rdfs:subClassOf time:TemporalPosition, _:genid-9680bf0f7dd24180a40001ce163fefba-CF0B0290DF11D3C6FF175AC71012CC18; + <http://www.w3.org/2004/02/skos/core#definition> "Una posición temporal descrita utilizando bien un valor (nominal) de un sistema de referencia ordinal, o un valor (numérico) en un sistema de coordenadas temporales."@es, + "A temporal position described using either a (nominal) value from an ordinal reference system, or a (numeric) value in a temporal coordinate system. "@en . + + _:genid-9680bf0f7dd24180a40001ce163fefba-CF0B0290DF11D3C6FF175AC71012CC18 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-0E76AA8459052AF2B7F1EC7107773882 . + + time:timeZone a owl:ObjectProperty; + rdfs:label "in time zone"@en, "en huso horario"@es; + rdfs:comment "The time zone for clock elements in the temporal position"@en; + <http://www.w3.org/2004/02/skos/core#note> """IANA maintains a database of timezones. These are well maintained and generally considered authoritative, but individual items are not available at individual URIs, so cannot be used directly in data expressed using OWL-Time. + +DBPedia provides a set of resources corresponding to the IANA timezones, with a URI for each (e.g. http://dbpedia.org/resource/Australia/Eucla). The World Clock service also provides a list of time zones with the description of each available as an individual webpage with a convenient individual URI (e.g. https://www.timeanddate.com/time/zones/acwst). These or other, similar, resources might be used as a value of the time:timeZone property.""", + """IANA mantiene una base de datos de husos horarios. Éstas están bien mantenidas y generalmente se consideran autorizadas, pero los Ãtems individuales no están disponibles en URIs individuales, por tanto, no se pueden utilizar directamente en datos expresados utilizando OWL-Time. + La BDPedia proporciona un conjunto de recursos correspondientes a los husos horarios de IANA, con una URI para cada uno (por ejemplo, http://dbpedia.org/resource/Australia/Eucla). El Servicio de Reloj Mundial también proporciona una lista de husos horarios con la descripción de cada uno de los disponibles como una página Web individual con una URI adecuada individual (por ejemplo, https://www.timeanddate.com/time/zones/acwst). Éstos, y otros recursos similares, se puden usar como un valor de la propiedad 'huso horario'."""@es; + rdfs:range time:TimeZone; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#historyNote> """En la versión original de OWL-Time de 2006, el rango de 'en huso horario' se definió en un espacio de nombres diferente \"http://www.w3.org/2006/timezone#\". + Un axioma de alineación permite que los datos codificados de acuerdo con la versión anterior sean consistentes con la ontologÃa actualizada."""@es, + """In the original 2006 version of OWL-Time, the range of time:timeZone was a TimeZone class in a separate namespace \"http://www.w3.org/2006/timezone#\". +An alignment axiom + tzont:TimeZone rdfs:subClassOf time:TimeZone . +allows data encoded according to the previous version to be consistent with the updated ontology. """ . + + time:TimeZone a owl:Class; + rdfs:label "Time Zone"@en, "huso horario"@es; + rdfs:comment """Un huso horario especifica la cantidad en que la hora local está desplazada con respecto a UTC. + Un huso horario normalmente se denota geográficamente (p.ej. el horario de verano del este de Australia), con un valor constante en una región dada. + La región donde aplica y el desplazamiento desde UTC las especifica una autoridad gubernamental localmente reconocida."""@es, + """A Time Zone specifies the amount by which the local time is offset from UTC. + A time zone is usually denoted geographically (e.g. Australian Eastern Daylight Time), with a constant value in a given region. +The region where it applies and the offset from UTC are specified by a locally recognised governing authority."""@en; + <http://www.w3.org/2004/02/skos/core#note> """A designated timezone is associated with a geographic region. However, for a particular region the offset from UTC often varies seasonally, and the dates of the changes may vary from year to year. The timezone designation usually changes for the different seasons (e.g. Australian Eastern Standard Time vs. Australian Eastern Daylight Time). Furthermore, the offset for a timezone may change over longer timescales, though its designation might not. + +Detailed guidance about working with time zones is given in http://www.w3.org/TR/timezone/ ."""@en, + "An ontology for time zone descriptions was described in [owl-time-20060927] and provided as RDF in a separate namespace tzont:. However, that ontology was incomplete in scope, and the example datasets were selective. Furthermore, since the use of a class from an external ontology as the range of an ObjectProperty in OWL-Time creates a dependency, reference to the time zone class has been replaced with the 'stub' class in the normative part of this version of OWL-Time."@en, + """Un huso horario designado está asociado con una región geográfica. Sin embargo, para una región particular el desplazamiento desde UTC a menudo varÃa según las estaciones, y las fechas de los cambios pueden variar de un año a otro. La designación de huso horario normalmente cambia de una estación a otra (por ejemplo, el horario estándar frente al horario de verano ambos del este de Australia). Además, del desplazamiento para un huso horario puede cambiar sobre escalas de tiempo mayores, aunque su designación no lo haga. + Se puede encontrar una guÃa detallada sobre el funcionamiento de husos horarios en http://www.w3.org/TR/timezone/.\"@es , \"En [owl-time-20060927] se describió una ontologÃa para descripciones de husos horarios, y se proporcionó en un espacio de nombres separado tzont:. Sin embargo, dicha ontologÃa estaba incompleta en su alcance, y el ejemplo de conjuntos de datos (datasets) era selectivo. Además, puesto que el uso de una clase de una ontologÃa externa como el rango de una propiedad de objeto en OWL-Time crea una dependencia, la referencia a la clase huso horario se ha reemplazado por una clase que viene a ser un \"cajón de sastre\" en la en la parte normativa de esta versión de OWL-Time."""@es; + <http://www.w3.org/2004/02/skos/core#definition> """A Time Zone specifies the amount by which the local time is offset from UTC. + A time zone is usually denoted geographically (e.g. Australian Eastern Daylight Time), with a constant value in a given region. +The region where it applies and the offset from UTC are specified by a locally recognised governing authority."""@en, + """Un huso horario especifica la cantidad en que la hora local está desplazada con respecto a UTC. + Un huso horario normalmente se denota geográficamente (p.ej. el horario de verano del este de Australia), con un valor constante en una región dada. + La región donde aplica y el desplazamiento desde UTC las especifica una autoridad gubernamental localmente reconocida."""@es; + <http://www.w3.org/2004/02/skos/core#historyNote> """En la versión original de OWL-Time de 2006, se definió, en un espacio de nombres diferente \"http://www.w3.org/2006/timezone#\", la clase 'huso horario', con varias propiedades especÃficas correspondientes a un modelo especÃfico de huso horario. + En la versión actual hay una clase con el mismo nombre local en el espacio de nombres de OWL-Time, eliminando la dependencia del espacio de nombres externo. + Un axioma de alineación permite que los datos codificados de acuerdo con la versión anterior sean consistentes con la ontologÃa actualizada."""@es, + """In the original 2006 version of OWL-Time, the TimeZone class, with several properties corresponding to a specific model of time-zones, was defined in a separate namespace \"http://www.w3.org/2006/timezone#\". + +In the current version a class with same local name is put into the main OWL-Time namespace, removing the dependency on the external namespace. + +An alignment axiom + tzont:TimeZone rdfs:subClassOf time:TimeZone . +allows data encoded according to the previous version to be consistent with the updated ontology. """; + <http://www.w3.org/2004/02/skos/core#scopeNote> "En esta implementación 'huso horario' no tiene definidas propiedades. Se deberÃa pensar como una superclase \"abstracta\" de todas las implementaciones de huso horario especÃficas."@es, + "In this implementation TimeZone has no properties defined. It should be thought of as an 'abstract' superclass of all specific timezone implementations." . + + time:Tuesday a time:DayOfWeek; + rdfs:label "Tuesday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Tuesday"@en, "Dienstag"@de, "Terça-feira"@pt, + "الثلاثاء"@ar, "Mardi"@fr, "Вторник"@ru, "Dinsdag"@nl, "ç«æ›œæ—¥"@ja, "Wtorek"@pl, "Martes"@es, + "星期二"@zh, "Martedì"@it . + + time:Friday a time:DayOfWeek; + rdfs:label "Friday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Friday"@en, "Venerdì"@it, "Vendredi"@fr, + "Viernes"@es, "PiÄ…tek"@pl, "Vrijdag"@nl, "Freitag"@de, "金曜日"@ja, "ПÑтница"@ru, "الجمعة"@ar, + "星期五"@zh, "Sexta-feira"@pt . + + time:numericPosition a owl:DatatypeProperty; + rdfs:label "valor numérico de posición temporal"@es, "Numeric value of temporal position"@en; + rdfs:comment "El valor (numérico) que indica posición temporal en un sistema de referencia ordinal."@es, + "The (numeric) value indicating position within a temporal coordinate system "@en; + rdfs:range xsd:decimal; + rdfs:domain time:TimePosition; + <http://www.w3.org/2004/02/skos/core#definition> "El valor (numérico) que indica posición temporal en un sistema de referencia ordinal."@es, + "The (numeric) value indicating position within a temporal coordinate system "@en . + + time:DateTimeInterval a owl:Class; + rdfs:label "intervalo de fecha-hora"@es, "Date-time interval"@en; + rdfs:comment "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en, + "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es; + rdfs:subClassOf time:ProperInterval; + <http://www.w3.org/2004/02/skos/core#note> ":DateTimeInterval can only be used for an interval whose limits coincide with a date-time element aligned to the calendar and timezone indicated. For example, while both have a duration of one day, the 24-hour interval beginning at midnight at the beginning of 8 May in Central Europe can be expressed as a :DateTimeInterval, but the 24-hour interval starting at 1:30pm cannot."@en, + "'intervalo de fecha-hora' se puede utilizar sólo para un intervalo cuyos lÃmites coinciden con un elemento de fecha-hora alineados con el calendario y la zona horaria indicados. Por ejemplo, aunque ambos tienen una duración de un dÃa, el intervalo de 24 horas que empieza en la media noche del comienzo del 8 mayo en Europa Central se puede expresar como un 'intervalo de fecha-hora', el intervalo de 24 horas que empieza a las 1:30pm no."@es; + <http://www.w3.org/2004/02/skos/core#definition> "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en, + "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es . + + _:genid-9680bf0f7dd24180a40001ce163fefba-573F935987EB3C674F9CC7E2146093A7 a owl:Restriction; + owl:onProperty time:hasTRS; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + time:year a owl:DatatypeProperty; + rdfs:label "year"@en; + rdfs:comment """Posición de año en un sistema calendario-reloj. + +l rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación especÃfica de un año de calendario de un calendario cualquiera."""@es, + """Year position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar year from any calendar. """@en; + rdfs:domain time:GeneralDateTimeDescription . + + time:dayOfWeek a owl:ObjectProperty; + rdfs:label "dÃa de la semana"@es, "day of week"@en; + rdfs:comment "El dÃa de la semana, cuyo valor es un miembro de la clase 'dÃa de la semana'.", + "The day of week, whose value is a member of the class time:DayOfWeek"@en; + rdfs:range time:DayOfWeek; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "The day of week, whose value is a member of the class time:DayOfWeek"@en, + "El dÃa de la semana, cuyo valor es un miembro de la clase 'dÃa de la semana'."@es . + + time:unitHour a time:TemporalUnit; + rdfs:label "Hour (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "один чаÑ\"@ru", "一時間"@jp, "godzina"@pl, + "Stunde"@de, "一å°æ™‚"@zh, "í•œ 시간"@kr, "hora"@pt, "hora"@es, "ora"@it, "hour"@en, "ساعة واØدة"@ar, + "uur"@nl, "heure"@fr; + time:seconds 0.0; + time:minutes 0.0; + time:months 0.0; + time:years 0.0; + time:days 0.0; + time:weeks 0.0; + time:hours 1.0 . + + time:hours a owl:DatatypeProperty; + rdfs:label "duración en horas"@es, "hours duration"@en; + rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en horas."@es, + "length of, or element of the length of, a temporal extent expressed in hours"@en; + rdfs:range xsd:decimal; + rdfs:domain time:GeneralDurationDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Longitud de, o elemento de la longitud de, una extensión temporal expresada en horas."@es, + "length of, or element of the length of, a temporal extent expressed in hours"@en . + + time:unitWeek a time:TemporalUnit; + rdfs:label "Week (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "semana"@es, "week"@en, "一週間"@jp, + "week"@nl, "settimana"@it, "semana"@pt, "одна неделÑ"@ru, "tydzieÅ„"@pl, "ì¼ì£¼ì¼"@kr, + "一周"@zh, "semaine"@fr, "سبوع واØد"@ar, "Woche"@de; + time:seconds 0.0; + time:minutes 0.0; + time:months 0.0; + time:years 0.0; + time:days 0.0; + time:weeks 1.0; + time:hours 0.0 . + + time:MonthOfYear a owl:Class; + rdfs:label "Month of year"@en, "mes del año"@es; + rdfs:comment "The month of the year"@en, "El mes del año."@es; + rdfs:subClassOf time:DateTimeDescription, _:genid-9680bf0f7dd24180a40001ce163fefba-DB8A7DD2F19F2DF20D9815C9A077B033, + _:genid-9680bf0f7dd24180a40001ce163fefba-42782AD447C2DA2554AAD5FE899A8016, _:genid-9680bf0f7dd24180a40001ce163fefba-8244426050A13A6A96670383906B84D6, + _:genid-9680bf0f7dd24180a40001ce163fefba-9DFF5E36522ED425CD2674CE9C21171E, _:genid-9680bf0f7dd24180a40001ce163fefba-41182AD0EBF316CE2C2F00B6F6DC8073, + _:genid-9680bf0f7dd24180a40001ce163fefba-27CB0F1195F4847E543F649C95D11724, _:genid-9680bf0f7dd24180a40001ce163fefba-63D5315E8A0EBB1497600B21BCD221D3, + _:genid-9680bf0f7dd24180a40001ce163fefba-7C196F12F35FC410AFE29F36C00F5CDA; + <http://www.w3.org/2004/02/skos/core#note> "Membership of the class :MonthOfYear is open, to allow for alternative annual calendars and different month names."@en, + "La pertenencia a la clase 'mes del año' está abierta, a permitir calendarios anuales alternativos y diferentes nombres de meses."@es; + <http://www.w3.org/2004/02/skos/core#definition> "The month of the year"@en, "El mes del año."@es; + <http://www.w3.org/2004/02/skos/core#editorialNote> "Feature at risk - added in 2017 revision, and not yet widely used. "@en, + "CaracterÃstica en riesgo - añadida en la revisión de 2017, y no utilizada todavÃa de forma amplia."@es . + + time:DateTimeDescription a owl:Class; + rdfs:label "descripción de fecha-tiempo"@es, "Date-Time description"@en; + rdfs:comment "Descripción de fecha y tiempo estructurada con valores separados para los diferentes elementos de un sistema calendario-reloj. El sistema de referencia temporal está fijado al calendario gregoriano, y el rango de las propiedades año, mes, dÃa restringidas a los correspondientes tipos del XML Schema xsd:gYear, xsd:gMonth y xsd:gDay respectivamente."@es, + "Description of date and time structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively."@en; + rdfs:subClassOf time:GeneralDateTimeDescription, _:genid-9680bf0f7dd24180a40001ce163fefba-A84C1DC571CBE7379DA3E22623BD0DED, + _:genid-9680bf0f7dd24180a40001ce163fefba-F1AD9B2019B42B96D8FF6B0763FFF335, _:genid-9680bf0f7dd24180a40001ce163fefba-B47F5B83F25FFDE945788349E0F6DFE6, + _:genid-9680bf0f7dd24180a40001ce163fefba-1B93A9E3DE8E0F306F35752B69B11376; + <http://www.w3.org/2004/02/skos/core#definition> "Descripción de fecha y tiempo estructurada con valores separados para los diferentes elementos de un sistema calendario-reloj. El sistema de referencia temporal está fijado al calendario gregoriano, y el rango de las propiedades año, mes, dÃa restringidas a los correspondientes tipos del XML Schema xsd:gYear, xsd:gMonth y xsd:gDay respectivamente."@es, + "Description of date and time structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively."@en . + + _:genid-9680bf0f7dd24180a40001ce163fefba-DB8A7DD2F19F2DF20D9815C9A077B033 a owl:Restriction; + owl:onProperty time:month; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-42782AD447C2DA2554AAD5FE899A8016 a owl:Restriction; + owl:onProperty time:minute; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-8244426050A13A6A96670383906B84D6 a owl:Restriction; + owl:onProperty time:unitType; + owl:hasValue time:unitMonth . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9DFF5E36522ED425CD2674CE9C21171E a owl:Restriction; + owl:onProperty time:second; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-41182AD0EBF316CE2C2F00B6F6DC8073 a owl:Restriction; + owl:onProperty time:hour; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-27CB0F1195F4847E543F649C95D11724 a owl:Restriction; + owl:onProperty time:day; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-63D5315E8A0EBB1497600B21BCD221D3 a owl:Restriction; + owl:onProperty time:year; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7C196F12F35FC410AFE29F36C00F5CDA a owl:Restriction; + owl:onProperty time:week; + owl:cardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A84C1DC571CBE7379DA3E22623BD0DED a owl:Restriction; + owl:onProperty time:hasTRS; + owl:hasValue <http://www.opengis.net/def/uom/ISO-8601/0/Gregorian> . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F1AD9B2019B42B96D8FF6B0763FFF335 a owl:Restriction; + owl:onProperty time:month; + owl:allValuesFrom xsd:gMonth . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B47F5B83F25FFDE945788349E0F6DFE6 a owl:Restriction; + owl:onProperty time:day; + owl:allValuesFrom xsd:gDay . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1B93A9E3DE8E0F306F35752B69B11376 a owl:Restriction; + owl:onProperty time:year; + owl:allValuesFrom xsd:gYear . + + time:generalYear a rdfs:Datatype; + rdfs:label "Año generalizado"@es, "Generalized year"@en; + rdfs:comment """Número de año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gYear, aunque no está restringido a valores del calendario gregoriano. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Year number - formulated as a text string with a pattern constraint to reproduce the same lexical form as gYear, but not restricted to values from the Gregorian calendar. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + <http://www.w3.org/2004/02/skos/core#definition> """Número de año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gYear, aunque no está restringido a valores del calendario gregoriano. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Year number - formulated as a text string with a pattern constraint to reproduce the same lexical form as gYear, but not restricted to values from the Gregorian calendar. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + owl:withRestrictions _:genid-9680bf0f7dd24180a40001ce163fefba-CDB10BD334F7C4D2FF2B38A376CC1479; + owl:onDatatype xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-CDB10BD334F7C4D2FF2B38A376CC1479 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-4F77CB37ADF824FA9FBE93D671FDA5BE; + rdf:rest rdf:nil . + + time:Saturday a time:DayOfWeek; + rdfs:label "Saturday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Saturday"@en, "السبت"@ar, "土曜日"@ja, + "Sabato"@it, "Sábado"@pt, "Sábado"@es, "Zaterdag"@nl, "Суббота"@ru, "Sobota"@pl, "星期å…"@zh, + "Samedi"@fr, "Samstag"@de . + + time:hour a owl:DatatypeProperty; + rdfs:label "hora"@es, "hour"@en; + rdfs:comment "Posición de hora en un sistema calendario-reloj."@es, "Hour position in a calendar-clock system."@en; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de hora en un sistema calendario-reloj."@es, + "Hour position in a calendar-clock system."@en . + + time:hasTRS a owl:ObjectProperty, owl:FunctionalProperty; + rdfs:label "sistema de referencia temporal utilizado"@es, "Temporal reference system used"@en; + rdfs:comment "The temporal reference system used by a temporal position or extent description. "@en, + "El sistema de referencia temporal utilizado por una posición temporal o descripción de extensión."@es; + rdfs:range time:TRS; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-FE757D946281771122AB755C6F826062; + <http://www.w3.org/2004/02/skos/core#definition> "The temporal reference system used by a temporal position or extent description. "@en, + "El sistema de referencia temporal utilizado por una posición temporal o descripción de extensión."@es . + + time:TRS a owl:Class; + rdfs:label "sistema de referencia temporal"@es, "Temporal Reference System"@en; + rdfs:comment """Un sistema de referencia temporal, tal como un sistema de coordenadas temporales (con un origen, una dirección y una escala), una combinación calendario-reloj, o un sistema ordinal (posiblemente jerárquico). + Esta clase comodÃn representa el conjunto de todos los sistemas de referencia temporal."""@es, + """A temporal reference system, such as a temporal coordinate system (with an origin, direction, and scale), a calendar-clock combination, or a (possibly hierarchical) ordinal system. + +This is a stub class, representing the set of all temporal reference systems."""@en; + <http://www.w3.org/2004/02/skos/core#note> "En el ISO 19108:2002 [ISO19108] se proporciona una taxonomÃa de sistemas de referencia temporal, incluyendo (a) sistemas de calendario + reloj; (b) sistemas de coordenadas temporales (es decir, desplazamiento numérico a partir de una época); (c) sistemas de referencia ordinales temporales (es decir, secuencia ordenada de intervalos nombrados, no necesariamente de igual duración)."@es, + "A taxonomy of temporal reference systems is provided in ISO 19108:2002 [ISO19108], including (a) calendar + clock systems; (b) temporal coordinate systems (i.e. numeric offset from an epoch); (c) temporal ordinal reference systems (i.e. ordered sequence of named intervals, not necessarily of equal duration)."@en; + <http://www.w3.org/2004/02/skos/core#definition> """A temporal reference system, such as a temporal coordinate system (with an origin, direction, and scale), a calendar-clock combination, or a (possibly hierarchical) ordinal system. + +This is a stub class, representing the set of all temporal reference systems."""@en, + """Un sistema de referencia temporal, tal como un sistema de coordenadas temporales (con un origen, una dirección y una escala), una combinación calendario-reloj, o un sistema ordinal (posiblemente jerárquico). + Esta clase comodÃn representa el conjunto de todos los sistemas de referencia temporal."""@es . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FE757D946281771122AB755C6F826062 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-2E9FA43BD4FB6ADB8D51BDDEB9132DE4 . + + time:intervalStarts a owl:ObjectProperty; + rdfs:label "interval starts"@en, "intervalo empieza"@es; + rdfs:subPropertyOf time:intervalIn; + rdfs:comment "Si un intervalo propio T1 empieza otro intervalo propio T2, entonces del principio de T1 con el principio de T2, y el final de T1 es anterior al final de T2."@es, + "If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalStartedBy; + <http://www.w3.org/2004/02/skos/core#definition> "If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2."@en, + "Si un intervalo propio T1 empieza otro intervalo propio T2, entonces del principio de T1 con el final de T2, y el final de T1 es anterior al final de T2."@es . + + time:intervalStartedBy a owl:ObjectProperty; + rdfs:label "interval started by"@en; + rdfs:comment "Si un intervalo propio T1 es empezado por otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 es posterior al final de T2."@es, + "If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalStarts; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 es empezado por otro intervalo propio T2, entonces el principio de T1 coincide con el principio de T2, y el final de T1 es posterior al final de T2."@es, + "If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2."@en . + + time:intervalDuring a owl:ObjectProperty; + rdfs:label "intervalo durante"@es, "interval during"@en; + rdfs:subPropertyOf time:intervalIn; + rdfs:comment "Si un intervalo propio T1 está durante otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 está antes que el final de T2."@es, + "If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalContains; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 está durante otro intervalo propio T2, entonces del principio de T1 está después del principio de T2, y el final de T1 está antes que el final de T2."@es, + "If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en . + + time:intervalContains a owl:ObjectProperty; + rdfs:label "intervalo contiene"@es, "interval contains"@en; + rdfs:comment "Si un intervalo propio T1 contiene otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 está después del final de T2."@es, + "If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2."@en; + rdfs:range time:ProperInterval; + rdfs:domain time:ProperInterval; + owl:inverseOf time:intervalDuring; + <http://www.w3.org/2004/02/skos/core#definition> "Si un intervalo propio T1 contiene otro intervalo propio T2, entonces el principio de T1 está antes que el principio de T2, y el final de T1 está después del final de T2."@es, + "If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2."@en . + + time:unitMonth a time:TemporalUnit; + rdfs:label "Month (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "month"@en, "mes"@es, "mese"@it, "mois"@fr, + "한달"@kr, "один меÑÑц"@ru, "Monat"@de, "maand"@nl, "miesiÄ…c"@pl, "一個月"@zh, "شهر واØد"@ar, + "一ã‹æœˆ"@jp; + time:seconds 0.0; + time:minutes 0.0; + time:months 1.0; + time:years 0.0; + time:days 0.0; + time:weeks 0.0; + time:hours 0.0 . + + time:nominalPosition a owl:DatatypeProperty; + rdfs:label "nombre de posición temporal"@es, "Name of temporal position"@en; + rdfs:comment "El valor (nominal) que indica posición temporal en un sistema de referencia ordinal."@es, + "The (nominal) value indicating temporal position in an ordinal reference system "@en; + rdfs:range xsd:string; + rdfs:domain time:TimePosition; + <http://www.w3.org/2004/02/skos/core#definition> "El valor (nominal) que indica posición temporal en un sistema de referencia ordinal."@es, + "The (nominal) value indicating temporal position in an ordinal reference system "@en . + + time:Wednesday a time:DayOfWeek; + rdfs:label "Wednesday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Wednesday"@en, "Mercoledì"@it, "Среда"@ru, + "Woensdag"@nl, "Mercredi"@fr, "水曜日"@ja, "Quarta-feira"@pt, "Åšroda"@pl, "星期三"@zh, "الأربعاء"@ar, + "Mittwoch"@de, "Miércoles"@es . + + time:minute a owl:DatatypeProperty; + rdfs:label "minuto"@es, "minute"@en; + rdfs:comment "Posición de minuto en un sistema calendario-reloj."@es, "Minute position in a calendar-clock system."@en; + rdfs:range xsd:nonNegativeInteger; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de minuto en un sistema calendario-reloj."@es, + "Minute position in a calendar-clock system."@en . + + time:Thursday a time:DayOfWeek; + rdfs:label "Thursday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Thursday"@en, "Четверг"@ru, "الخميس"@ar, + "Donnerstag"@de, "Czwartek"@pl, "Donderdag"@nl, "Jeudi"@fr, "Quinta-feira"@pt, "Jueves"@es, + "星期四"@zh, "木曜日"@ja, "Giovedì"@it . + + time:generalMonth a rdfs:Datatype; + rdfs:label "Mes generalizado"@es, "Generalized month"@en; + rdfs:comment """Mes del año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gMonth, excepto que se permiten valores hasta el 20, con el propósito de proporcionar soporte a calendarios con años con más de 12 meses. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Month of year - formulated as a text string with a pattern constraint to reproduce the same lexical form as gMonth, except that values up to 20 are permitted, in order to support calendars with more than 12 months in the year. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + <http://www.w3.org/2004/02/skos/core#definition> """Mes del año - formulado como una cadena de texto con una restricción patrón para reproducir la misma forma léxica que gMonth, excepto que se permiten valores hasta el 20, con el propósito de proporcionar soporte a calendarios con años con más de 12 meses. + Nótese que el espacio de valores no está definido, por tanto, un procesador genérico de OWL2 no puede computar relaciones de orden de valores de este tipo."""@es, + """Month of year - formulated as a text string with a pattern constraint to reproduce the same lexical form as gMonth, except that values up to 20 are permitted, in order to support calendars with more than 12 months in the year. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en; + owl:withRestrictions _:genid-9680bf0f7dd24180a40001ce163fefba-C826C4F869FE12EC601A81139A7E4C4F; + owl:onDatatype xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C826C4F869FE12EC601A81139A7E4C4F rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-4BA3358D4A868B779AF22EBDCB3E569B; + rdf:rest rdf:nil . + + time:inXSDDate a owl:DatatypeProperty; + rdfs:label "en fecha XSD"@es, "in XSD date"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:date."@es, "Position of an instant, expressed using xsd:date"@en; + rdfs:range xsd:date; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:date."@es, + "Position of an instant, expressed using xsd:date"@en . + + time:hasXSDDuration a owl:DatatypeProperty; + rdfs:label "has XSD duration"@en, "tiene duración XSD"@es; + rdfs:comment "Extensión de una entidad temporal, expresada utilizando xsd:duration."@es, + "Extent of a temporal entity, expressed using xsd:duration"@en; + rdfs:range xsd:duration; + rdfs:domain time:TemporalEntity; + <http://www.w3.org/2004/02/skos/core#definition> "Extensión de una entidad temporal, expresada utilizando xsd:duration."@es, + "Extent of a temporal entity, expressed using xsd:duration"@en; + <http://www.w3.org/2004/02/skos/core#editorialNote> "Feature at risk - added in 2017 revision, and not yet widely used. "@en, + "CaracterÃstica arriesgada - añadida en la revisión de 2017, y todavÃa no ampliamente utilizada."@es . + + time:unitYear a time:TemporalUnit; + rdfs:label "Year (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Jahr"@de, "year"@en, "anno"@it, "سنة واØدة"@ar, + "一年"@zh, "jaar"@nl, "один год"@ru, "un año"@es, "an"@fr, "1 ë…„"@kr, "1å¹´"@jp, "ano"@pt, + "rok"@pl; + time:seconds 0.0; + time:minutes 0.0; + time:months 0.0; + time:years 1.0; + time:days 0.0; + time:weeks 0.0; + time:hours 0.0 . + + time:monthOfYear a owl:ObjectProperty; + rdfs:label "mes del año"@es, "month of year"@en; + rdfs:comment "The month of the year, whose value is a member of the class time:MonthOfYear"@en, + "El mes del año, cuyo valor es un miembro de la clase 'mes del año'."@es; + rdfs:range time:MonthOfYear; + rdfs:domain time:GeneralDateTimeDescription; + <http://www.w3.org/2004/02/skos/core#definition> "The month of the year, whose value is a member of the class time:MonthOfYear"@en, + "El mes del año, cuyo valor es un miembro de la clase 'mes del año'."@es; + <http://www.w3.org/2004/02/skos/core#editorialNote> "Feature at risk - added in 2017 revision, and not yet widely used. "@en, + "CaracterÃstica arriesgada - añadida en la revisión de 2017, y todavÃa no ampliamente utilizada."@es . + + time:Monday a time:DayOfWeek; + rdfs:label "Monday"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "Monday"@en, "Lunes"@es, "Lundi"@fr, + "Montag"@de, "الاثنين"@ar, "月曜日"@ja, "Lunedì"@it, "Понедельник"@ru, "Maandag"@nl, + "PoniedziaÅ‚ek"@pl, "星期一"@zh, "Segunda-feira"@pt . + + time:numericDuration a owl:DatatypeProperty; + rdfs:label "valor numérico de duración temporal"@es, "Numeric value of temporal duration"@en; + rdfs:comment "Valor de una extensión temporal expresada como un número decimal escalado por una unidad de tiempo."@es, + "Value of a temporal extent expressed as a decimal number scaled by a temporal unit"@en; + rdfs:range xsd:decimal; + rdfs:domain time:Duration; + <http://www.w3.org/2004/02/skos/core#definition> "Valor de una extensión temporal expresada como un número decimal escalado por una unidad de tiempo."@es, + "Value of a temporal extent expressed as a decimal number scaled by a temporal unit"@en . + + time:Duration a owl:Class; + rdfs:label "duración de tiempo", "Time duration"@en; + rdfs:comment "Duration of a temporal extent expressed as a number scaled by a temporal unit"@en, + "Duración de una extensión temporal expresada como un número escalado por una unidad temporal."@es; + rdfs:subClassOf time:TemporalDuration, _:genid-9680bf0f7dd24180a40001ce163fefba-C494D92FCE6E4CEB06826EFAF803D041, + _:genid-9680bf0f7dd24180a40001ce163fefba-A1517B9508BD7289BD66B3FB34093B46; + <http://www.w3.org/2004/02/skos/core#note> "Alternative to time:DurationDescription to support description of a temporal duration other than using a calendar/clock system."@en, + "Alternativa a 'descripción de tiempo' para proporcionar descripción soporte a una duración temporal diferente a utilizar un sistema de calendario/reloj."@es; + <http://www.w3.org/2004/02/skos/core#definition> "Duration of a temporal extent expressed as a number scaled by a temporal unit"@en, + "Duración de una extensión temporal expresada como un número escalado por una unidad temporal."@es . + + time:unitDay a time:TemporalUnit; + rdfs:label "Day (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "dÃa"@es, "day"@en, "Tag"@de, "dag"@nl, + "dia"@pt, "doba"@pl, "ã‚ã‚‹æ—¥"@jp, "يوماً ما"@ar, "giorno"@it, "ì–¸ì ê°€"@kr, "jour"@fr, "一天"@zh; + time:seconds 0.0; + time:minutes 0.0; + time:months 0.0; + time:years 0.0; + time:days 1.0; + time:weeks 0.0; + time:hours 0.0 . + + time:hasDuration a owl:ObjectProperty; + rdfs:label "tiene duración"@es, "has duration"@en; + rdfs:subPropertyOf time:hasTemporalDuration; + rdfs:comment "Duración de una entidad temporal, expresada como un valor escalado o un valor nominal."@es, + "Duration of a temporal entity, expressed as a scaled value or nominal value"@en; + rdfs:range time:Duration; + <http://www.w3.org/2004/02/skos/core#definition> "Duración de una entidad temporal, evento o actividad, o cosa, expresada como un valor escalado."@es, + "Duration of a temporal entity, event or activity, or thing, expressed as a scaled value"@en . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C494D92FCE6E4CEB06826EFAF803D041 a owl:Restriction; + owl:onProperty time:numericDuration; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A1517B9508BD7289BD66B3FB34093B46 a owl:Restriction; + owl:onProperty time:unitType; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + time:January a owl:Class, owl:DeprecatedClass; + rdfs:label "January"; + rdfs:subClassOf time:DateTimeDescription, _:genid-9680bf0f7dd24180a40001ce163fefba-F034DEF54BFF4661C685260BE6FE6E65, + _:genid-9680bf0f7dd24180a40001ce163fefba-1741C66C91613F0668A7D3F8A4B2AA57; + owl:deprecated true; + <http://www.w3.org/2004/02/skos/core#historyNote> "This class was present in the 2006 version of OWL-Time. It was presented as an example of how DateTimeDescription could be specialized, but does not belong in the revised ontology. " . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F034DEF54BFF4661C685260BE6FE6E65 a owl:Restriction; + owl:onProperty time:month; + owl:hasValue "--01" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1741C66C91613F0668A7D3F8A4B2AA57 a owl:Restriction; + owl:onProperty time:unitType; + owl:hasValue time:unitMonth . + + time:unitSecond a time:TemporalUnit; + rdfs:label "Second (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "segundo"@es, "second"@en, "segundo"@pt, + "seconde"@nl, "seconde"@fr, "Sekunde"@de, "ثانية واØدة"@ar, "一秒"@zh, "一秒"@jp, "ì¼ì´ˆ"@kr, + "SekundÄ™"@pl, "secondo"@it; + time:seconds 1.0; + time:minutes 0.0; + time:months 0.0; + time:years 0.0; + time:days 0.0; + time:weeks 0.0; + time:hours 0.0 . + + time:inside a owl:ObjectProperty; + rdfs:label "tiene instante de tiempo dentro"@es, "has time instant inside"@en; + rdfs:comment "Un instante que cae dentro del intervalo. Se asume que no es ni el principio ni el final de ningún intervalo."@es, + "An instant that falls inside the interval. It is not intended to include beginnings and ends of intervals."@en; + rdfs:range time:Instant; + rdfs:domain time:Interval; + <http://www.w3.org/2004/02/skos/core#definition> "Un instante que cae dentro del intervalo. Se asume que no es ni el principio ni el final de ningún intervalo."@es, + "An instant that falls inside the interval. It is not intended to include beginnings and ends of intervals."@en . + + time:inXSDgYear a owl:DatatypeProperty; + rdfs:label "en año gregoriano XSD"@es, "in XSD g-Year"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:gYear."@es, "Position of an instant, expressed using xsd:gYear"@en; + rdfs:range xsd:gYear; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:gYear."@es, + "Position of an instant, expressed using xsd:gYear"@en . + + time:xsdDateTime a owl:DatatypeProperty, owl:DeprecatedProperty; + rdfs:label "has XSD date-time"@en, "tiene fecha-hora XSD"@es; + rdfs:comment "Valor de 'intervalo de fecha-hora' expresado como un valor compacto."@es, + "Value of DateTimeInterval expressed as a compact value."@en; + <http://www.w3.org/2004/02/skos/core#note> "Utilizando xsd:dateTime en este lugar significa que la duración del intervalo está implÃcita: se corresponde con la longitud del elemento más pequeño distinto de cero del literal fecha-hora. Sin embargo, esta regla no se puede utilizar para intervalos cuya duración es mayor que un rango más pequeño que el tiempo de comienzo - p.ej. el primer minuto o segundo del dÃa, la primera hora del mes, o el primer dÃa del año. En estos casos el intervalo deseado no se puede distinguir del intervalo correspondiente al próximo rango más alto. Debido a esta ambigüedad esencial, no se recomienda el uso de esta propiedad y está desaprobada.", + "Using xsd:dateTime in this place means that the duration of the interval is implicit: it corresponds to the length of the smallest non-zero element of the date-time literal. However, this rule cannot be used for intervals whose duration is more than one rank smaller than the starting time - e.g. the first minute or second of a day, the first hour of a month, or the first day of a year. In these cases the desired interval cannot be distinguished from the interval corresponding to the next rank up. Because of this essential ambiguity, use of this property is not recommended and it is deprecated."@en; + rdfs:range xsd:dateTime; + rdfs:domain time:DateTimeInterval; + owl:deprecated true . + + time:unitMinute a time:TemporalUnit; + rdfs:label "Minute (unit of temporal duration)"@en; + <http://www.w3.org/2004/02/skos/core#prefLabel> "minuto"@es, "minute"@en, "دقيقة واØدة"@ar, + "minuut"@nl, "одна минута"@ru, "Minute"@de, "minuto"@pt, "minuto"@it, "분"@kr, "ç‰ä¸€ä¸‹"@zh, + "一分"@jp, "minute"@fr, "minuta"@pl; + time:seconds 0.0; + time:minutes 1.0; + time:months 0.0; + time:years 0.0; + time:days 0.0; + time:weeks 0.0; + time:hours 0.0 . + + time:hasDateTimeDescription a owl:ObjectProperty; + rdfs:label "tiene descripción fecha-hora"@es, "has Date-Time description"@en; + rdfs:comment "Valor de intervalo de fecha-hora expresado como un valor estructurado. El principio y el final del intervalo coincide con los lÃmites del elemento más corto en la descripción."@es, + "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en; + rdfs:range time:GeneralDateTimeDescription; + rdfs:domain time:DateTimeInterval; + <http://www.w3.org/2004/02/skos/core#definition> "Valor de intervalo de fecha-hora expresado como un valor estructurado. El principio y el final del intervalo coincide con los lÃmites del elemento más corto en la descripción."@es, + "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en . + + time:inXSDgYearMonth a owl:DatatypeProperty; + rdfs:label "en año-mes gregoriano XSD"@es, "in XSD g-YearMonth"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:gYearMonth."@es, "Position of an instant, expressed using xsd:gYearMonth"@en; + rdfs:range xsd:gYearMonth; + rdfs:domain time:Instant; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:gYearMonth."@es, + "Position of an instant, expressed using xsd:gYearMonth"@en . + + time:inXSDDateTime a owl:DatatypeProperty, owl:DeprecatedProperty; + rdfs:label "en fecha-tiempo XSD"@es, "in XSD Date-Time"@en; + rdfs:comment "Posición de un instante, expresado utilizando xsd:dateTime."@es, "Position of an instant, expressed using xsd:dateTime"@en; + <http://www.w3.org/2004/02/skos/core#note> "La propiedad 'en fecha-hora XSD' ha sido reemplazada por 'en fecha-sello de tiempo XSD' que hace obligatorio el campo 'huso horario'."@es, + "The property :inXSDDateTime is replaced by :inXSDDateTimeStamp which makes the time-zone field mandatory."@en; + rdfs:range xsd:dateTime; + rdfs:domain time:Instant; + owl:deprecated true; + <http://www.w3.org/2004/02/skos/core#definition> "Posición de un instante, expresado utilizando xsd:dateTime."@es, + "Position of an instant, expressed using xsd:dateTime"@en . +} + +<http://purl.org/dc/terms/> { + dc:RightsStatement a rdfs:Class; + rdfs:label "Rights Statement"@en; + rdfs:comment "A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . +} + +<http://vitis-explorer.inrae.fr/set/profile> { + <http://www.opensilex.org/profiles/default-profile> a os-sec:Profile; + rdfs:label "Default profile"; + os-sec:hasCredential "germplasm-delete", "scientific-objects-delete", "package-access", + "event-modification", "device-access", "scientific-objects-access", "data-modification", + "scientific-objects-modification", "germplasm-access", "variable-delete", "variable-access", + "infrastructure-modification", "project-access", "project-delete", "project-modification", + "vocabulary-access", "group-modification", "experiment-access", "experiment-delete", + "infrastructure-delete", "germplasm-modification", "annotation-delete", "variable-modification", + "user-delete", "factor-modification", "user-access", "document-modification", "provenance-delete", + "provenance-access", "group-access", "device-modification", "factor-delete", "area-delete", + "user-modification", "group-delete", "annotation-modification", "experiment-modification", + "data-delete", "facility-modification", "document-access", "profile-access", "profile-delete", + "event-delete", "device-delete", "document-delete", "data-access", "area-modification", + "provenance-modification", "profile-modification", "organization-access", "facility-delete", + "event-access" . +} + +<http://vitis-explorer.inrae.fr/set/variablesGroup> { + <http://vitis-explorer.inrae.fr/id/variablesGroup/environmental_variables> a vocabulary:VariablesGroup; + rdfs:label "Environmental variables"; + dc:description "This group is about environmental variables\"" . +} + +<http://vitis-explorer.inrae.fr/set/variable> { + vocabulary:standard_method a vocabulary:Method; + rdfs:label "Standard method"; + rdfs:comment "For usual method" . + + <http://vitis-explorer.inrae.fr/id/variable/entity_of_interest.plot> a vocabulary:EntityOfInterest; + rdfs:label "Plot" . + + <http://vitis-explorer.inrae.fr/id/variable/entity_of_interest.plant> a vocabulary:EntityOfInterest; + rdfs:label "Plant" . + + <http://vitis-explorer.inrae.fr/id/variable/entity_of_interest.genotype> a vocabulary:EntityOfInterest; + rdfs:label "Genotype" . + + <http://vitis-explorer.inrae.fr/id/variable/entity_of_interest.site> a vocabulary:EntityOfInterest; + rdfs:label "Site" . + + <http://vitis-explorer.inrae.fr/id/variable/entity_of_interest.green_house> a vocabulary:EntityOfInterest; + rdfs:label "Green house" . + + <http://vitis-explorer.inrae.fr/id/variable/entity_of_interest.chamber_growth> a vocabulary:EntityOfInterest; + rdfs:label "Chamber growth" . +} + +<http://vitis-explorer.inrae.fr/set/germplasm> { + <http://aims.fao.org/aos/agrovoc/c_12332> a vocabulary:Species; + rdfs:label "Zea mays"@la, "maïs"@fr, "maize"@en . + + <http://aims.fao.org/aos/agrovoc/c_15476> a vocabulary:Species; + rdfs:label "Zea mexicana"@la, "téosintes"@fr, "teosintes"@en . + + <http://aims.fao.org/aos/agrovoc/c_3662> a vocabulary:Species; + rdfs:label "Hordeum vulgare"@la, "orge"@fr, "barley"@en . + + <http://aims.fao.org/aos/agrovoc/c_14386> a vocabulary:Species; + rdfs:label "Triticum aestivum"@la, "blé tendre"@fr, "bread wheat"@en . + + <http://aims.fao.org/aos/agrovoc/c_6116> a vocabulary:Species; + rdfs:label "Populus"@la, "peuplier"@fr, "poplar"@en . + + <http://aims.fao.org/aos/agrovoc/c_1066> a vocabulary:Species; + rdfs:label "Brassica napus"@la, "colza"@fr, "colza"@en . + + <http://aims.fao.org/aos/agrovoc/c_13199> a vocabulary:Species; + rdfs:label "Pennisetum glaucum"@la, "mil"@fr, "Pearl millet"@en . + + <http://aims.fao.org/aos/agrovoc/c_7247> a vocabulary:Species; + rdfs:label "Sorghum bicolor"@la, "sorgho"@fr, "sorghum"@en . + + <http://aims.fao.org/aos/agrovoc/c_8283> a vocabulary:Species; + rdfs:label "Vitis vinifera"@la, "vigne"@fr, "grapevine"@en . + + <http://aims.fao.org/aos/agrovoc/c_3339> a vocabulary:Species; + rdfs:label "Gossypium hirsutum"@la, "coton mexicain"@fr, "upland cotton"@en . + + <http://aims.fao.org/aos/agrovoc/c_5438> a vocabulary:Species; + rdfs:label "Oriza sativa"@la, "riz"@fr, "rice"@en . + + <http://aims.fao.org/aos/agrovoc/c_4555> a vocabulary:Species; + rdfs:label "Malus × domestica Borkh."@la, "pommier"@fr, "apple tree"@en . + + <http://aims.fao.org/aos/agrovoc/c_29128> a vocabulary:Species; + rdfs:label "Musa"@la, "banane"@fr, "banana"@en . + + <http://aims.fao.org/aos/agrovoc/c_11456> a vocabulary:Species; + rdfs:label "Triticum turgidum"@la, "blé dur"@fr, "durum wheat"@en . +} + +<http://vitis-explorer.inrae.fr/set/user> { + <http://vitis-explorer.inrae.fr/id/user/admin.admin> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$uIUux2elBpxkFx7FjnP/EOr33HwtZkB79th.Z80cs3DLs.l.kLVFO"; + os-sec:isAdmin true; + <http://xmlns.com/foaf/0.1/mbox> "admin@opensilex.org"; + <http://xmlns.com/foaf/0.1/lastName> "admin"; + <http://xmlns.com/foaf/0.1/firstName> "admin" . + + <http://vitis-explorer.inrae.fr/id/user/eric.duchne> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$FgqTnxbfX6YhJcgMRt4pd.ZZxkd1R5enQ5oGyehJPkFhegrWhXfru"; + os-sec:isAdmin true; + <http://xmlns.com/foaf/0.1/mbox> "eric.duchene@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Duchêne"; + <http://xmlns.com/foaf/0.1/firstName> "Eric" . + + <http://vitis-explorer.inrae.fr/id/user/vincent.dumas> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$hbEyqtfMgG2SncBmV6trv.nQpuOGE0VQlM9jaTNslPmY/kKmOznlS"; + os-sec:isAdmin true; + <http://xmlns.com/foaf/0.1/mbox> "vincent.dumas@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Dumas"; + <http://xmlns.com/foaf/0.1/firstName> "Vincent" . +} + +<https://www.opensilex.org/vocabulary/oeso-sixtine> { + vocabulary:Plant a owl:Class; + rdfs:label "Plant"@en, "Plante"@fr; + rdfs:comment "the continuous organism originating from a single seed, callus, rhizome or any other propagation mean"@en; + rdfs:subClassOf vocabulary:ScientificObject; + :source "skos:closeMatch http://www.ontobee.org/ontology/rdf/PO?iri=http://purl.obolibrary.org/obo/PO_0000003" . + + <http://www.opensilex.org/vocabulary/oeso-sixtine> a owl:Ontology; + rdfs:label "OpenSILEX - Sixtine"@en; + rdfs:comment """INRA MISTEA + Copyright © - INRAE - 2014 - 2022 + Oeso extention ontology for SIXTINE is licensed by CC 4.0 (http://creativecommons.org/licenses/by-sa/4.0/legalcode)"""; + owl:versionInfo "Version 1.0.0-rc+1 (2021-11-15) created by INRAE"; + :creator "Anne Tireau, Llorenç Cabrera-Bosquet, Pascal Neveu (INRA Montpellier)" . + + vocabulary:aperture a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "aperture (fnumber)"@en, "ouverture (fnumber)"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:Lens . + + vocabulary:deviceProperty a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "propriété d'un équipement"@fr, "device property"@en . + + vocabulary:Lens a owl:Class; + rdfs:label "lens"@en, "objectif"@fr; + rdfs:subClassOf vocabulary:SensingDevice, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x92, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x93, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x94 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x92 a owl:Restriction; + owl:onProperty vocabulary:aperture; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x93 a owl:Restriction; + owl:onProperty vocabulary:focalLength; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x94 a owl:Restriction; + owl:onProperty vocabulary:hasBrand; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:attenuatorFilter a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "filtre atténuateur"@fr, "attenuator filter"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:MultispectralCamera . + + vocabulary:MultispectralCamera a owl:Class; + rdfs:label "caméra multispectrale"@fr, "multispectral camera"@en; + rdfs:subClassOf vocabulary:Camera, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x97, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x98, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x99, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x100, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x101, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x102, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x103 . + + vocabulary:Camera a owl:Class; + rdfs:label "Camera"@en, "Camera"@fr; + rdfs:subClassOf vocabulary:SensingDevice, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x83, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x84, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x85 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x97 a owl:Restriction; + owl:onProperty vocabulary:attenuatorFilter; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x98 a owl:Restriction; + owl:onProperty vocabulary:focalLength; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x99 a owl:Restriction; + owl:onProperty vocabulary:wavelength; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x100 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x101 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x102 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x103 a owl:Restriction; + owl:onProperty vocabulary:wavelength; + owl:maxCardinality "6"^^xsd:nonNegativeInteger . + + vocabulary:brdfP1 a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "BRDF P1"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:comment "BRDF(θ)=P1+P2cos(θ)+1/2*P3(3*cos^2θ−1)+1/2*P4(5*cos^3θ−3*cosθ)"@en, + "Bidirectional reflectance distribution function"@en . + + vocabulary:brdfP2 a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "BRDF P2"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:comment "BRDF(θ)=P1+P2cos(θ)+1/2*P3(3*cos^2θ−1)+1/2*P4(5*cos^3θ−3*cosθ)"@en, + "Bidirectional reflectance distribution function"@en . + + vocabulary:brdfP3 a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "BRDF P3"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:comment "BRDF(θ)=P1+P2cos(θ)+1/2*P3(3*cos^2θ−1)+1/2*P4(5*cos^3θ−3*cosθ)"@en, + "Bidirectional reflectance distribution function"@en . + + vocabulary:brdfP4 a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "BRDF P4"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:comment "BRDF(θ)=P1+P2cos(θ)+1/2*P3(3*cos^2θ−1)+1/2*P4(5*cos^3θ−3*cosθ)"@en, + "Bidirectional reflectance distribution function"@en . + + vocabulary:concerns a owl:ObjectProperty; + rdfs:label "concerne"@fr, "concerns"@en . + + vocabulary:dateOfLastCalibration a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "date de la dernière calibration"@fr, "date of last calibration"@en; + rdfs:subPropertyOf vocabulary:hasDate, vocabulary:deviceProperty; + rdfs:domain vocabulary:Device . + + vocabulary:dateOfPurchase a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "date of purchase"@en, "date d'achat"@fr; + rdfs:subPropertyOf vocabulary:hasDate, vocabulary:deviceProperty; + rdfs:domain vocabulary:Device . + + vocabulary:focalLength a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "longueur focale (mm)"@fr, "focal length (mm)"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x60 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x60 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x61 . + + vocabulary:halfFieldOfView a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "half field of view (°)"@en, "demi angle d'ouverture (°)"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x63 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x63 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x64 . + + vocabulary:LiDAR a owl:Class; + rdfs:label "LiDAR"@en, "LiDAR"@fr; + rdfs:subClassOf vocabulary:SensingDevice, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x95, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x96 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x95 a owl:Restriction; + owl:onProperty vocabulary:scanningAngularRange; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x96 a owl:Restriction; + owl:onProperty vocabulary:wavelength; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:Spectrometer a owl:Class; + rdfs:label "Spectrometer"@en, "Spectromètre"@fr; + rdfs:subClassOf vocabulary:SensingDevice, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x110, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x111, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x112, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x113 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x110 a owl:Restriction; + owl:onProperty vocabulary:halfFieldOfView; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x111 a owl:Restriction; + owl:onProperty vocabulary:maxWavelength; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x112 a owl:Restriction; + owl:onProperty vocabulary:minWavelength; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x113 a owl:Restriction; + owl:onProperty vocabulary:spectralSamplingInterval; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:hasBrand a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "constructeur"@fr, "brand"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:Device . + + vocabulary:hasLens a owl:ObjectProperty; + rdfs:label "lens"@en, "lentille"@fr; + rdfs:range vocabulary:Lens . + + vocabulary:hasModel a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Model"@en, "Modèle"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty . + + vocabulary:hasOptic a owl:ObjectProperty; + rdfs:label "optic"@en, "optique"@fr; + rdfs:range vocabulary:Lens . + + vocabulary:hasRadiometricTargetMaterial a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Matière"@fr, "Material"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:comment "La valeur doit être dans la liste suivante : Carpet, Paint, Spectralon"@fr, + "The value must be in the following list : Carpet, Paint, Spetralon"@en; + rdfs:range _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x76 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x76 a rdfs:Datatype; + owl:oneOf _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x77 . + + vocabulary:hasSerialNumber a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "serial number"@en, "numéro de série"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:Device . + + vocabulary:hasShape a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Shape"@en, "Forme"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:comment "The value must be in the following list : Circular, Rectangular"@en, + "La valeur doit être dans la liste suivante : Circular, Rectangular"@fr; + rdfs:range _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x80 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x80 a rdfs:Datatype; + owl:oneOf _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x81 . + + vocabulary:hasShapeDiameter a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Diamètre du cercle"@fr, "Circle diameter"@en; + rdfs:subPropertyOf vocabulary:deviceProperty . + + vocabulary:hasShapeLength a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Rectangle length"@en, "Longeur du rectangle"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty . + + vocabulary:hasShapeWidth a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Rectangle width"@en, "Largeur du rectangle"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty . + + vocabulary:hasTechnicalContact a owl:ObjectProperty; + rdfs:label "contact technique"@fr, "technical contact"@en; + rdfs:subPropertyOf vocabulary:hasContact; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x66 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x66 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x67 . + + vocabulary:hasTrait a owl:ObjectProperty; + rdfs:label "trait"@en, "trait"@fr . + + vocabulary:height a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "nombre de pixels en ligne (pixels)"@fr, "height (pixels)"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:comment "this is the number of pixels per row. The value should be in pixels."; + rdfs:domain vocabulary:Camera . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x83 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x84 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x85 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:inServiceDate a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "in service date"@en, "date de mise en service"@fr; + rdfs:subPropertyOf vocabulary:hasDate, vocabulary:deviceProperty; + rdfs:domain vocabulary:Device . + + vocabulary:maxWavelength a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "max wavelength (nm)"@en, "longueur d'onde maximale (nm)"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:Spectrometer . + + vocabulary:measuredVariable a owl:ObjectProperty; + rdfs:label "measured variable"@en, "variable mesurée"@fr . + + vocabulary:minWavelength a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "minimum wavelength (nm)"@en, "longueur d'onde minimale (nm)"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:Spectrometer . + + vocabulary:pixelSize a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "pixel size (μm)"@en, "taille du pixel en μm"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:Camera . + + vocabulary:scanAngularResolution a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "scan angular resolution (°)"@en, "résolution angulaire du scan (°)"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:LiDAR . + + vocabulary:scanningAngularRange a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Demi angle de scan (°)"@fr, "scanning angular range (°)"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:LiDAR . + + vocabulary:spectralSamplingInterval a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "intervale d'échantillonnage spectral"@fr, "spectral sampling interval"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:Spectrometer . + + vocabulary:spotHeight a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "spot height (°)"@en, "hauteur de la tâche (°)"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:LiDAR . + + vocabulary:spotWidth a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "Largeur de la tâche (°)"@fr, "spot width (°)"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:LiDAR . + + vocabulary:waveband a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "bande (longueur d'onde centrale)"@fr, "waveband (central wavelength)"@en; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x70 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x70 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x71 . + + vocabulary:TIRCamera a owl:Class; + rdfs:label "IR thermal camera"@en, "caméra infrarouge thermique"@fr; + rdfs:subClassOf vocabulary:Camera, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x114, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x115, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x116, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x117, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x118 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x114 a owl:Restriction; + owl:onProperty vocabulary:waveband; + owl:minCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x115 a owl:Restriction; + owl:onProperty vocabulary:hasLens; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Lens . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x116 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x117 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x118 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:wavelength a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "wavelength (nm)"@en, "longueur d'onde (nm)"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x73 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x73 a owl:Class; + owl:unionOf _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x74 . + + vocabulary:width a owl:DatatypeProperty, owl:ObjectProperty; + rdfs:label "width (pixel)"@en, "nombre de pixels en colonne (pixels)"@fr; + rdfs:subPropertyOf vocabulary:deviceProperty; + rdfs:domain vocabulary:Camera . + + vocabulary:hasAcronym a owl:DatatypeProperty; + rdfs:label "acronyme"@fr, "acronym"@en; + rdfs:domain vocabulary:Project; + owl:deprecated ""@fr . + + vocabulary:hasExperimentModalities a owl:DatatypeProperty; + rdfs:label "experimental modalities"@en, "modalité expérimentale"@fr . + + vocabulary:hasFinancialReference a owl:DatatypeProperty; + rdfs:label "financial reference"@en, "référence financière"@fr; + rdfs:domain vocabulary:Project . + + vocabulary:hasReplication a owl:DatatypeProperty; + rdfs:label "replication"@en, "réplication"@fr; + rdfs:comment "In statistics, replication is the repetition of the conditions of an experiment, so that the variability associated with the phenomenon can be estimated."@en; + rdfs:range xsd:string; + rdfs:domain vocabulary:ScientificObject . + + vocabulary:personInCharge a owl:DatatypeProperty; + rdfs:label "responsable"@fr, "person in charge"@en . + + vocabulary:status a owl:DatatypeProperty; + rdfs:label "status"@en, "status"@fr . + + vocabulary:AirConditioning a owl:Class; + rdfs:label "Aerotherme en chaud ou froid"@fr, "hot or cold aerotherme"@en; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:AirMixer a owl:Class; + rdfs:label "air mixer"@en, "brassage air"@fr; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:CO2Sensor a owl:Class; + rdfs:label "CO2 sensor"@en, "Capteur de CO2"@fr; + rdfs:subClassOf vocabulary:GasSensor . + + vocabulary:GasSensor a owl:Class; + rdfs:label "Capteur d'air"@fr, "Gas sensor"@en; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:Canopy a owl:Class; + rdfs:label "Canopy"@en, "Couvert végétal"@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:CapacitanceSensor a owl:Class; + rdfs:label "capacitance sensor"@en, "capacitance sensor"@fr; + rdfs:comment "certain materials interact with water vapour and undergo a change in capacitance, in relation to ambient humidity."; + rdfs:subClassOf vocabulary:HumiditySensor; + :source "skos:closeMatch capacitance sensor [ET-AWS] http://www.hydrometeoindustry.org/Meetings2010/ET-AWS-6/Doc8[1]-AWS-MetadataCatalogues.pdf" . + + vocabulary:HumiditySensor a owl:Class; + rdfs:label "capteur d'humidité"@fr, "humidity sensor"@en; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:CapacitiveThinFilmPolymer a owl:Class; + rdfs:label "capacitive - thin film polymer"@en, "capacitive - thin film polymer"@fr; + rdfs:comment "certain materials interact with water vapour and undergo a change in capacitance, in relation to ambient humidity."; + rdfs:subClassOf vocabulary:CapacitanceSensor . + + vocabulary:CultivatedLand a owl:Class; + rdfs:label "Cultivated Land"@en, "Parcelle Argicole"@fr; + rdfs:subClassOf vocabulary:Facility . + + vocabulary:CupAnemometer a owl:Class; + rdfs:label "cup anemometer"@en, "cup anemometer"@fr; + rdfs:comment "the angular velocity of the cup is directly proportional to the component of the wind speed parallel to the axis of rotation."; + rdfs:subClassOf vocabulary:WindSensor; + :source "skos:closeMatch Cup anemometer [GAMP 2.4.1.5] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:WindSensor a owl:Class; + rdfs:label "anémomètre"@fr, "wind sensor"@en; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:ElectricSensorWhichExploitsTheConductivityVariationAsAFunctionOfWetness + a owl:Class; + rdfs:label "electric sensor, which exploits the conductivity variation as a function of wetness"@en, + "electric sensor, which exploits the conductivity variation as a function of wetness"@fr; + rdfs:subClassOf vocabulary:HumiditySensor; + :source "skos:closeMatch electric sensor, which exploits the conductivity variation as a function of wetness [GAMP 2.4.1.6.3] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:ElectricalResistanceBlock a owl:Class; + rdfs:label "electrical resistance block"@en, "electrical resistance block"@fr; + rdfs:subClassOf vocabulary:HumiditySensor; + :source "skos:closeMatch Electrical resistance block [GAMP 2.4.1.6.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:ElectricalResistanceHumiditySensor a owl:Class; + rdfs:label "electrical resistance humidity sensor"@en, "electrical resistance humidity sensor"@fr; + rdfs:comment "certain materials interact with water vapour and undergo a change in electrical resistance, in relation to ambient humidity."; + rdfs:subClassOf vocabulary:HumiditySensor; + :source "skos:closeMatch electrical resistance humidity sensor [ET-AWS] http://www.hydrometeoindustry.org/Meetings2010/ET-AWS-6/Doc8[1]-AWS-MetadataCatalogues.pdf" . + + vocabulary:ElectricalResistanceThermometer a owl:Class; + rdfs:label "electrical resistance thermometer"@en, "electrical resistance thermometer"@fr; + rdfs:comment "For small temperature changes, the increase in resistance of pure metals is proportional to the change in temperature. Often made in Platinum."; + rdfs:subClassOf vocabulary:TemperatureSensor; + :source "skos:closeMatch Resistance thermometer [GAMP 2.4.1.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:TemperatureSensor a owl:Class; + rdfs:label "capteur de température"@fr, "temperature sensor"@en; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:Fan a owl:Class; + rdfs:label "fan"@en, "ventilateur"@fr; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:FiberGlassBlock a owl:Class; + rdfs:label "fiber-glass block"@en, "fiber-glass block"@fr; + rdfs:subClassOf vocabulary:ElectricalResistanceBlock . + + vocabulary:FieldRobot a owl:Class; + rdfs:label "field robot"@en, "phenomobile"@fr; + rdfs:subClassOf vocabulary:Vector . + + vocabulary:Gantry a owl:Class; + rdfs:label "gantry"@en, "portique"@fr; + rdfs:subClassOf vocabulary:Vector . + + vocabulary:GreenSeeker a owl:Class; + rdfs:label "green seeker"@en, "green seeker"@fr; + rdfs:subClassOf vocabulary:Spectroradiometer . + + vocabulary:Spectroradiometer a owl:Class; + rdfs:label "spectroradiometer"@en, "spectroradiometre"@fr; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:Greenhouse a owl:Class; + rdfs:label "Greenhouse"@en, "Serre"@fr; + rdfs:subClassOf vocabulary:Facility, vocabulary:ProtectiveStructure . + + vocabulary:ProtectiveStructure a owl:Class; + rdfs:subClassOf vocabulary:Equipement . + + vocabulary:GrowthChamber a owl:Class; + rdfs:label "Chambre de culture"@fr, "Growth Chamber"@en; + rdfs:subClassOf vocabulary:Facility, vocabulary:ProtectiveStructure . + + vocabulary:GypsumBlock a owl:Class; + rdfs:label "gypsum block"@en, "gypsum block"@fr; + rdfs:subClassOf vocabulary:ElectricalResistanceBlock . + + vocabulary:HemisphericalCamera a owl:Class; + rdfs:label "caméra hémisphérique"@fr, "hemispherical camera"@en; + rdfs:subClassOf vocabulary:Camera, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x86, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x87, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x88 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x86 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x87 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x88 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:HemisphericalImage a owl:Class; + rdfs:label "hemispherical image"@en, "image hémisphérique"@fr; + rdfs:subClassOf vocabulary:Image . + + vocabulary:HorizontalScreen a owl:Class; + rdfs:label "horizontal screen"@en, "ouvrant horizontal"@fr; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:HyperspectralCamera a owl:Class; + rdfs:label "caméra hyperspectrale"@fr, "hyperspectral camera"@en; + rdfs:subClassOf vocabulary:Camera, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x89, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x90, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x91 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x89 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x90 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x91 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:ImagingCabin a owl:Class; + rdfs:label "Imaging cabin"@en, "Imaging cabin"@fr; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:InterRow a owl:Class; + rdfs:label "Inter-Rang"@fr, "Inter-Row"@en; + rdfs:comment "Composant de \"Parcelle Unitaire\" situé entre les rangs d'une culture"@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:IrrigationSystem a owl:Class; + rdfs:label "irrigation system"@en, "système d'irrigation"@fr; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:Leaf a owl:Class; + rdfs:label "Feuille"@fr, "Leaf"@en; + rdfs:comment "A phyllome vascular system (PO:0025206) that includes the totality of the portions of vascular tissue in their specific arrangement in a vascular leaf (PO:0009025). [database_cross_reference: POC:Ramona_Walls]"@en, + "Organisme multicellulaire, autotrophe, photosynthétique avec des stades multicellulaires haploïdes et diploïdes, des gamètes produits par mitose ; peut être terrestre ou aquatique."@fr; + rdfs:subClassOf vocabulary:ScientificObject; + :source "skos:closeMatch http://www.ontobee.org/ontology/rdf/PO?iri=http://purl.obolibrary.org/obo/PO_0000036" . + + vocabulary:LevelMeasurementRainGauge a owl:Class; + rdfs:label "level measurement rain gauge"@en, "level measurement rain gauge"@fr; + rdfs:comment "Measuring the water level in a tube"; + rdfs:subClassOf vocabulary:PrecipitationSensor; + :source "skos:closeMatch Level measurement rain gauge (LRG) [IOM-99_FI-RI 2.2.1e] http://www.wmo.int/pages/prog/www/IMOP/publications/IOM-99_FI-RI.pdf" . + + vocabulary:PrecipitationSensor a owl:Class; + rdfs:label "capteur de précipitation"@fr, "precipitation sensor"@en; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:Lightning a owl:Class; + rdfs:label "lightning"@en, "éclairage"@fr; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:MicroPlot a owl:Class; + rdfs:label "Micro Parcelle"@fr, "Micro Plot"@en; + rdfs:subClassOf vocabulary:PlotComponent . + + vocabulary:PlotComponent a owl:Class; + rdfs:label "Composant Parcellaire"@fr, "Plot Component"@en; + rdfs:comment "Composant correspondant à une subdivison de \"Parcelle Unitaire\""@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:MultispectralImage a owl:Class; + rdfs:label "image multispectrale"@fr, "multispectral image"@en; + rdfs:subClassOf vocabulary:Image . + + vocabulary:NetRadiometerOrNetPyrradiometerOrNetExchangeRadiometerOrBalancemeter a + owl:Class; + rdfs:label "net radiometer or net pyrradiometer or net exchange radiometer or balancemeter"@en, + "net radiometer or net pyrradiometer or net exchange radiometer or balancemeter"@fr; + rdfs:comment "Net all-wave radiation (net flux of downward and upward total radiation i.e. solar, terrestrial and atmospheric)"; + rdfs:subClassOf vocabulary:RadiationSensor; + :source "skos:closeMatch Net radiometers or net pyrradiometers or net exchange radiometers or balancemeters [GAMP 2.4.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:RadiationSensor a owl:Class; + rdfs:label "capteur de rayonnement"@fr, "radiation sensor"@en; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:Nursery a owl:Class; + rdfs:label "Nursery"@en, "Pépinière"@fr; + rdfs:subClassOf vocabulary:Facility . + + vocabulary:NylonUnit a owl:Class; + rdfs:label "nylon unit"@en, "nylon unit"@fr; + rdfs:subClassOf vocabulary:ElectricalResistanceBlock . + + vocabulary:Phytotron a owl:Class; + rdfs:label "Phytotron"@en, "Phytotron"@fr; + rdfs:subClassOf vocabulary:Facility . + + vocabulary:Plot a owl:Class; + rdfs:label "Parcelle Unitaire"@fr, "Plot"@en; + rdfs:comment "A community of plants located on a defined area of a field."@en, "Objet composite comprenant à la fois une \"Zone\" ainsi que d'autres objets qui lui sont liés parmis la liste non exaustive suivante : son sol, les communautés de plantes qu'elle héberge, etc..."@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:PropellerAnemometer a owl:Class; + rdfs:label "propeller anemometer"@en, "propeller anemometer"@fr; + rdfs:comment "the angular velocity of the propeller rotor is directly proportional to the component of the wind speed parallel to the axis of rotation."; + rdfs:subClassOf vocabulary:WindSensor; + :source "skos:closeMatch Propeller and vane anemometer [GAMP 2.4.1.5] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Pyranometer a owl:Class; + rdfs:label "pyranometer"@en, "pyranometer"@fr; + rdfs:comment "total solar irradiance on a horizontal surface"; + rdfs:subClassOf vocabulary:RadiationSensor; + :source "skos:closeMatch solarimeter (pyranometer) [GAMP 2.3.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:PyranometerWithShadeRing a owl:Class; + rdfs:label "pyranometer with shade ring"@en, "pyranometer with shade ring"@fr; + rdfs:subClassOf vocabulary:RadiationSensor; + :source "skos:broaderMatch solarimeter (pyranometer) [GAMP 2.3.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:QuantumSensor a owl:Class; + rdfs:label "quantum sensor"@en, "quantum sensor"@fr; + rdfs:comment "measure the PAR directly in the range 0.4 to 0.7 micrometers"; + rdfs:subClassOf vocabulary:RadiationSensor; + :source "skos:closeMatch quantum sensor [GAMP 2.4.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:RGBCamera a owl:Class; + rdfs:label "RGB camera"@en, "caméra RGB"@fr; + rdfs:subClassOf vocabulary:Camera, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x104, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x105, _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x106, + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x107 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x104 a owl:Restriction; + owl:onProperty vocabulary:hasLens; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vocabulary:Lens . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x105 a owl:Restriction; + owl:onProperty vocabulary:height; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x106 a owl:Restriction; + owl:onProperty vocabulary:pixelSize; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x107 a owl:Restriction; + owl:onProperty vocabulary:width; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + vocabulary:ResearchDepartment a owl:Class; + rdfs:label "Département de recherche"@fr, "Research Department"@en; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Organization> . + + vocabulary:ResearchInfrastructure a owl:Class; + rdfs:label "Infrastructure de Recherche"@fr, "Research Infrastructure"@en; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Organization> . + + vocabulary:ResearchInstitut a owl:Class; + rdfs:label "Institut de Recherche"@fr, "Research Institut"@en; + rdfs:subClassOf <http://xmlns.com/foaf/0.1/Organization> . + + vocabulary:RootSystem a owl:Class; + rdfs:label "Root System"@en, "Système Racinaire"@fr; + rdfs:comment "Organe végétal (généralement souterrain) à fonction d'absorption d'eau et de nutriments, d'ancrage dans le milieu suport de la plante, parfois de stockage d'énergie ou de reproduction végétative."@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:Rootstock a owl:Class; + rdfs:label "Porte-greffe"@fr, "Rootstock"@en; + rdfs:comment "Grape variety used as the underground portion of a grafted vine onto which the scion is grafted. Bred to provide pest resistance and/or adaptability to unfavorable soil or environmental conditions."@en, + "Partie (en général souterraine) d'une plante sur laquelle est greffée un \"Greffon\"; en général choisie pour les qualités de son système racinaire, sa résistance aux maladies et/ou son adaptabilité à des conditions environnementales ou des sols défavorables."@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:Row a owl:Class; + rdfs:label "Rang"@fr, "Row"@en; + rdfs:comment "Composant de \"Parcelle Unitaire\" correspondant à un alignement de plantes."@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:ScientificObjectArea a owl:Class; + rdfs:label "Zone"@fr, "Area"@en; + rdfs:comment "Surface délimitée particulière"@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:Scion a owl:Class; + rdfs:label "Greffon"@fr, "Scion"@en; + rdfs:comment "Is the part of the vine, usually Vitis vinifera, that is grafted on the rootstock and from which wine grapes will be harvested from"@en, + "Partie (en général aérienne) d'une plante qui est gréffée sur un \"Porte-Greffe\"; en général choisie pour les qualités de ses tiges, feuilles, fleurs ou fruits."@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:Shadows a owl:Class; + rdfs:label "ombrière"@fr, "shadows"@en; + rdfs:subClassOf vocabulary:Actuator . + + vocabulary:SubPlot a owl:Class; + rdfs:label "Sous-Parcelle Unitaire"@fr, "SubPlot"@en; + rdfs:comment "Principal composant de \"Parcelle Unitaire\" en général considéré comme un individu statistique permettant de rendre compte de la variabilité au sein de la \"Parcelle Unitaire\". L'ensemble de ces composants sera souvent considéré comme représentatif de la \"Parcelle Unitaire\" qu'ils composent, sauf si l'un d'eux a subi un effet qui le disqualifie (dégats, adventice, etc...)."@fr; + rdfs:subClassOf vocabulary:PlotComponent . + + vocabulary:SurfaceTemperatureRadiometer a owl:Class; + rdfs:label "surface temperature radiometer"@en, "surface temperature radiometer"@fr; + rdfs:comment "measurements of infra-red radiation emitted from near or remote surfaces"; + rdfs:subClassOf vocabulary:RadiationSensor; + :source "skos:closeMatch surface temperature radiometer [GAMP 2.4.1.1] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Tensiometer a owl:Class; + rdfs:label "tensiometer"@en, "tensiomètre"@fr; + rdfs:subClassOf vocabulary:HumiditySensor; + :source "skos:closeMatch Tensiometer [GAMP 2.4.1.6.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Thermistor a owl:Class; + rdfs:label "thermistor"@en, "thermistor"@fr; + rdfs:comment "Based on the variation of resistance of a semiconductor with a relatively large temperature coefficient of resistance, either positive (PTC) or negative (NTC) depending upon the actual material"; + rdfs:subClassOf vocabulary:TemperatureSensor; + :source "skos:closeMatch Thermistor [GAMP 2.4.1.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Thermocouple a owl:Class; + rdfs:label "thermocouple"@en, "thermocouple"@fr; + rdfs:comment "Based on the generation of an electromotive force at the junction between two metals in contact, which is function of the temperature of the two metals"; + rdfs:subClassOf vocabulary:TemperatureSensor; + :source "skos:closeMatch Thermocouple [GAMP 2.4.1.2] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:TippingBucketRainGauge a owl:Class; + rdfs:label "Tipping bucket rain gauge"@en, "Tipping bucket rain gauge"@fr; + rdfs:comment "Tipping balance of two buckets"; + rdfs:subClassOf vocabulary:PrecipitationSensor; + :source "skos:closeMatch Tipping bucket rain gauge [IOM-99_FI-RI 2.2.1a-d] http://www.wmo.int/pages/prog/www/IMOP/publications/IOM-99_FI-RI.pdf" . + + vocabulary:TippingBucketRainGaugeTbrgWithoutCorrection a owl:Class; + rdfs:label "Tipping-bucket rain gauge (TBRG) without correction"@en, "Tipping-bucket rain gauge (TBRG) without correction"@fr; + rdfs:comment "Tipping balance of two buckets"; + rdfs:subClassOf vocabulary:TippingBucketRainGauge . + + vocabulary:TippingBucketRainGaugeWithCorrectionAlgorithmTbrgSc a owl:Class; + rdfs:label "Tipping-bucket rain gauge with correction algorithm (TBRG-SC)"@en, "Tipping-bucket rain gauge with correction algorithm (TBRG-SC)"@fr; + rdfs:comment "Tipping balance of two buckets"; + rdfs:subClassOf vocabulary:TippingBucketRainGauge . + + vocabulary:TippingBucketRainGaugeWithExtraPulseCorrectionTbrgPc a owl:Class; + rdfs:label "Tipping-bucket rain gauge with extra pulse correction (TBRG-PC)"@en, "Tipping-bucket rain gauge with extra pulse correction (TBRG-PC)"@fr; + rdfs:comment "Tipping balance of two buckets"; + rdfs:subClassOf vocabulary:TippingBucketRainGauge . + + vocabulary:TippingBucketRainGaugeWithMechanicalCorrectionTbrgMc a owl:Class; + rdfs:label "Tipping-bucket rain gauge with mechanical correction (TBRG-MC)"@en, "Tipping-bucket rain gauge with mechanical correction (TBRG-MC)"@fr; + rdfs:comment "Tipping balance of two buckets"; + rdfs:subClassOf vocabulary:TippingBucketRainGauge . + + vocabulary:Tree a owl:Class; + rdfs:label "Arbre"@fr, "Tree"@en; + rdfs:comment "Plante vivace ligneuse à une seule tige principale, ou dans le cas des taillis à plusieurs tiges, à couronne plus ou moins définie."@fr; + rdfs:subClassOf vocabulary:Plant . + + vocabulary:UAV a owl:Class; + rdfs:label "drone"@fr, "uav"@en; + rdfs:subClassOf vocabulary:Vector . + + vocabulary:UltrasonicWindSensor a owl:Class; + rdfs:label "ultrasonic wind sensor"@en, "ultrasonic wind sensor"@fr; + rdfs:comment "A sonic signal is emitted by sensor transducers"; + rdfs:subClassOf vocabulary:WindSensor; + :source "skos:closeMatch Sonic anemometer [GAMP 2.4.1.5] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:Weed a owl:Class; + rdfs:label "Adventice"@fr, "Weed"@en; + rdfs:comment "Plante herbacée ou ligneuse qui se trouve dans un agroécosystème sans y avoir été intentionnellement installée"@fr; + rdfs:subClassOf vocabulary:ScientificObject . + + vocabulary:WeighingScale a owl:Class; + rdfs:label "balance"@fr, "weighing scale"@en; + rdfs:subClassOf vocabulary:SensingDevice . + + vocabulary:WindVane a owl:Class; + rdfs:label "Wind Vane"@en, "Wind Vane"@fr; + rdfs:comment "The signal generator is a shaft angle transducer: potentiometers, alternating and direct current synchros, digital angle-encoder disks, direct reading dials, and rotary switches"; + rdfs:subClassOf vocabulary:WindSensor; + :source "skos:closeMatch Wind Vane [GAMP 2.4.1.5] http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html" . + + vocabulary:anrsupport a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "ANR" . + + vocabulary:europeanfunding a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "European"@en, "Européen"@fr . + + vocabulary:germplasmEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "germplasm"@en, "germplasm"@fr . + + vocabulary:greenhouseEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "greenhouse"@en, "serre"@fr . + + vocabulary:growthchamberEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "chambre de culture"@fr, "growth chamber"@en . + + vocabulary:inrafunding a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "INRA" . + + vocabulary:internationalfunding a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "International"@en, "International"@fr . + + vocabulary:plantEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "plant"@en, "plante"@fr . + + vocabulary:plotEOI a owl:NamedIndividual, vocabulary:EntityOfInterest; + rdfs:label "parcelle"@fr, "plot"@en . + + vocabulary:researchunitfunding a owl:NamedIndividual, vocabulary:FinancialFunding; + rdfs:label "Research Unit"@en, "Unité de recherche"@fr . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x61 rdf:first vocabulary:Lens; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x62 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x62 rdf:first vocabulary:MultispectralCamera; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x64 rdf:first vocabulary:LiDAR; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x65 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x65 rdf:first vocabulary:Spectrometer; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x67 rdf:first vocabulary:Device; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x68 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x68 rdf:first vocabulary:Experiment; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x69 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x69 rdf:first vocabulary:Project; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x71 rdf:first vocabulary:MultispectralCamera; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x72 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x72 rdf:first vocabulary:TIRCamera; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x74 rdf:first vocabulary:LiDAR; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x75 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x75 rdf:first vocabulary:MultispectralCamera; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x77 a rdf:List; + rdf:first "Carpet"; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x78 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x78 a rdf:List; + rdf:first "Paint"; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x79 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x79 a rdf:List; + rdf:first "Spectralon"; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x81 a rdf:List; + rdf:first "Circular"; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x82 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-node1fsf7i281x82 a rdf:List; + rdf:first "Rectangular"; + rdf:rest rdf:nil . +} + +<http://vitis-explorer.inrae.fr/set/properties> { + vocabulary:Plot rdfs:subClassOf _:genid-a5611436d1ec45eaa86a0a94160bbe7d-b0, _:genid-2a5baeb1e5944f808ddfcbb9adfc8e06-b0, + _:genid-1fe7518f4f744f0885858b624748b3be-b0 . + + vocabulary:PlantGroup a owl:Class, <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassExtension>; + rdfs:label "Placette"@fr, "PlantGroup"@en; + rdfs:comment "Placette"@fr, "PlantGroup"@en; + rdfs:subClassOf vocabulary:ScientificObject; + <http://www.opensilex.org/vocabulary/owl-vue-extension#isAbstractClass> false . +} + +<http://vitis-explorer.inrae.fr/set/project> { + <http://vitis-explorer.inrae.fr/id/project/pop_50025> a vocabulary:Project; + rdfs:label "Pop_50025"; + dc:description "Étude de la population de vigne 50025 croisement réalisé en 2012, semis en 2013, multiplication par greffage 2014-15, plantation au vignoble 2016, installation en serre en 2017"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin>; + vocabulary:hasFinancialFunding "unite"; + vocabulary:startDate "2012-01-01"^^xsd:date; + vocabulary:hasShortname ""; + vocabulary:endDate "2026-12-31"^^xsd:date; + vocabulary:hasScientificContact <http://vitis-explorer.inrae.fr/id/user/vincent.dumas>; + vocabulary:hasObjective """phénotypage, vigne, population, résistance, +"""; + vocabulary:hasCoordinator <http://vitis-explorer.inrae.fr/id/user/eric.duchne> . +} + +<http://vitis-explorer.inrae.fr/set/experiment> { + <http://vitis-explorer.inrae.fr/id/experiment/inra-col-exp72> a vocabulary:Experiment; + rdfs:label "INRA-Col-Exp72"; + rdfs:comment """phénotypage, vigne, population, résistance, +"""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin>; + vocabulary:startDate "2016-01-01"^^xsd:date; + vocabulary:endDate "2026-12-31"^^xsd:date; + vocabulary:usesOrganization <http://vegetalunit.inrae.fr/vigne/id/organization/site_colmar>; + vocabulary:hasTechnicalSupervisor <http://vitis-explorer.inrae.fr/id/user/vincent.dumas>; + vocabulary:isPublic false; + vocabulary:hasObjective """Dispositif au vignoble regroupant 209 génotypes de la population 50025 composé de 2 blocs complets, intégrant les parents de la population et le témoin répété Chardonnay, porte-greffe SO4 762, densité 4200 ceps/ha, taille guyot double, +"""; + os-sec:hasGroup <http://vitis-explorer.inrae.fr/id/group/umr_svqv>; + vocabulary:hasProject <http://vitis-explorer.inrae.fr/id/project/pop_50025>; + vocabulary:hasScientificSupervisor <http://vitis-explorer.inrae.fr/id/user/eric.duchne> . +} + +<http://vitis-explorer.inrae.fr/set/organization> { + <http://vegetalunit.inrae.fr/vigne/id/organization/site_colmar> a vocabulary:Installation; + rdfs:label "Site Colmar"; + dc:creator <http://vegetalunit.inrae.fr/vigne/id/user/lionel.ley>; + vocabulary:isHosted <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>, + <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/pech_rouge> os-sec:hasGroup <http://vegetalunit.inrae.fr/vigne/id/group/pech_rouge> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/facility.les_colombiers> a vocabulary:CultivatedLand; + rdfs:label "Les Colombiers" . + + <http://vegetalunit.inrae.fr/vigne/id/organization/facility.la_clape> a vocabulary:CultivatedLand; + rdfs:label "La Clape" . + + <http://vegetalunit.inrae.fr/vigne/id/organization/facility.littoral> a vocabulary:CultivatedLand; + rdfs:label "Littoral" . + + <http://vegetalunit.inrae.fr/vigne/id/organization/uevb_1442_vigne> os-sec:hasGroup + <http://vegetalunit.inrae.fr/vigne/id/group/uevb_1442> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/facility.site_grande_ferrade> a + vocabulary:CultivatedLand; + rdfs:label "Site Grande Ferrade"; + vcard:hasAddress <http://vegetalunit.inrae.fr/vigne/id/organization/address.9e394192-50cf-4889-b18e-da1227aa2d1c> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/address.9e394192-50cf-4889-b18e-da1227aa2d1c> + a vcard:Address; + vcard:street-address "Avenue Édouard Bourlaux"; + vcard:region "Nouvelle-Aquitaine"; + vcard:country-name "France"; + vcard:postal-code "33140"; + vcard:locality "Villenave-d'Ornon" . + + <https://www.inrae.fr/> a vocabulary:ResearchInstitut; + rdfs:label "INRAE"; + dc:creator <http://vegetalunit.inrae.fr/vigne/id/user/admin.admin>; + vocabulary:hasPart <http://vegetalunit.inrae.fr/vigne/id/organization/biologie_et_amlioration_des_plantes>; + vocabulary:isHosted <http://vegetalunit.inrae.fr/vigne/id/organization/facility.pepsvi> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/biologie_et_amlioration_des_plantes> + a vocabulary:ResearchDepartment; + rdfs:label "Biologie et Amélioration des Plantes"; + dc:creator <http://vegetalunit.inrae.fr/vigne/id/user/admin.admin>; + vocabulary:hasPart <https://doi.org/10.15454/1.5483269027345498e12> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/facility.pepsvi> a vocabulary:CultivatedLand; + rdfs:label "PEPSVI" . + + <https://doi.org/10.15454/1.5483269027345498e12> a vocabulary:ExperimentalUnit; + rdfs:label "UEAV 0871"; + dc:creator <http://vegetalunit.inrae.fr/vigne/id/user/lionel.ley>; + vocabulary:hasPart <http://vegetalunit.inrae.fr/vigne/id/organization/site_colmar>, + <http://vegetalunit.inrae.fr/vigne/id/organization/site_wintzenheim>, <http://vegetalunit.inrae.fr/vigne/id/organization/site_bergheim>; + vocabulary:isHosted <http://vegetalunit.inrae.fr/vigne/id/organization/facility.pepsvi> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/transform> os-sec:hasGroup <http://vegetalunit.inrae.fr/vigne/id/group/pech_rouge> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/site_wintzenheim> a vocabulary:Installation; + rdfs:label "Site Wintzenheim"; + dc:creator <http://vegetalunit.inrae.fr/vigne/id/user/lionel.ley> . + + <http://vegetalunit.inrae.fr/vigne/id/organization/site_bergheim> a vocabulary:Installation; + rdfs:label "Site Bergheim"; + dc:creator <http://vegetalunit.inrae.fr/vigne/id/user/lionel.ley> . + + <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar> a vocabulary:CultivatedLand; + rdfs:label "Domaine de colmar"; + vcard:hasAddress <http://vitis-explorer.inrae.fr/id/organization/address.bbe69ed1-8018-450c-b051-01d42012676d> . + + <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg> a vocabulary:CultivatedLand; + rdfs:label "INRA_Burlenberg"; + vcard:hasAddress <http://vitis-explorer.inrae.fr/id/organization/address.b47ae28a-c994-4fe8-9b61-48c262bfe1af> . + + <http://vitis-explorer.inrae.fr/id/organization/address.bbe69ed1-8018-450c-b051-01d42012676d> + a vcard:Address; + vcard:street-address "28, Rue de Herrlisheim"; + vcard:region "Grand Est"; + vcard:country-name "France"; + vcard:postal-code "68000"; + vcard:locality "Colmar" . +} + +<http://vitis-explorer.inrae.fr/set/group> { + <http://vitis-explorer.inrae.fr/id/group/umr_svqv> a os-sec:Group; + rdfs:label "UMR SVQV"; + dc:description "Equipe UMR SVQV"; + os-sec:hasUserProfile <http://vitis-explorer.inrae.fr/id/group/1959235011>, <http://vitis-explorer.inrae.fr/id/group/1245577953>, + <http://vitis-explorer.inrae.fr/id/group/964557679> . + + <http://vitis-explorer.inrae.fr/id/group/1959235011> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/vincent.dumas>; + os-sec:hasProfile <http://www.opensilex.org/profiles/default-profile> . + + <http://vitis-explorer.inrae.fr/id/group/1245577953> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/eric.duchne>; + os-sec:hasProfile <http://www.opensilex.org/profiles/default-profile> . + + <http://vitis-explorer.inrae.fr/id/group/964557679> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/test.user>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/373739818> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/eric.duchne>; + os-sec:hasProfile <http://www.opensilex.org/profiles/default-profile> . + + <http://vitis-explorer.inrae.fr/id/group/1377861312> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/vincent.dumas>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/group_acces_donnes> a os-sec:Group; + rdfs:label "COPIL_ET_ACCES_DONNES"; + dc:description "Groupe permettant d'accéder au données et membre du COPIL"; + os-sec:hasUserProfile <http://vitis-explorer.inrae.fr/id/group/373739818>, <http://vitis-explorer.inrae.fr/id/group/1377861312>, + <http://vitis-explorer.inrae.fr/id/group/821502008>, <http://vitis-explorer.inrae.fr/id/group/652050140>, + <http://vitis-explorer.inrae.fr/id/group/1854359441>, <http://vitis-explorer.inrae.fr/id/group/1844890785>, + <http://vitis-explorer.inrae.fr/id/group/1278102239>, <http://vitis-explorer.inrae.fr/id/group/664103356>, + <http://vitis-explorer.inrae.fr/id/group/1595206759>, <http://vitis-explorer.inrae.fr/id/group/1900405028>, + <http://vitis-explorer.inrae.fr/id/group/2074687712>, <http://vitis-explorer.inrae.fr/id/group/1765911819>, + <http://vitis-explorer.inrae.fr/id/group/552538042>, <http://vitis-explorer.inrae.fr/id/group/973445490>, + <http://vitis-explorer.inrae.fr/id/group/861553010> . +} + +<http://vitis-explorer.inrae.fr/set/user> { + <http://vitis-explorer.inrae.fr/id/user/test.user> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$mIth58IDMBRrwbQX.mzV6.kQE.QurwhY6qa63wCDSTH3HHXP5UKuy"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "user@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "User"; + <http://xmlns.com/foaf/0.1/firstName> "Test" . +} + +<http://vitis-explorer.inrae.fr/set/profile> { + <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> a os-sec:Profile; + rdfs:label "Profil de test"; + os-sec:hasCredential "event-modification", "device-access", "data-modification", "scientific-objects-modification", + "germplasm-access", "variable-access", "infrastructure-modification", "project-access", + "project-modification", "vocabulary-access", "group-modification", "experiment-access", + "germplasm-modification", "variable-modification", "factor-modification", "user-access", + "document-modification", "provenance-access", "device-modification", "user-modification", + "annotation-modification", "experiment-modification", "facility-modification", "document-access", + "data-access", "area-modification", "provenance-modification", "profile-modification", + "facility-access" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/inra-col-exp72> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-parcelle_colmar_huben_116> + a vocabulary:Plot; + rdfs:label "Parcelle Colmar Huben 116"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.so4__slection_oppenheim_4>, + <http://vitis-explorer.inrae.fr/id/germplasm/variety.50001_119_x_rac3> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_col_32201> a vocabulary:PlantGroup; + rdfs:label "PU Col 32201"; + vocabulary:isPartOf <http://vitis-explorer.inrae.fr/id/scientific-object/so-parcelle_colmar_huben_116> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-parcelle_colmar_huben_116> + a vocabulary:Plot; + rdfs:label "Parcelle Colmar Huben 116" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_col_32201> a vocabulary:PlantGroup; + rdfs:label "PU Col 32201" . +} + +<http://vitis-explorer.inrae.fr/set/germplasm> { + <http://vitis-explorer.inrae.fr/id/germplasm/variety.so4__slection_oppenheim_4> a + vocabulary:Variety; + rdfs:label "SO4 = Sélection Oppenheim 4"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.50001_119_x_rac3> a vocabulary:Variety; + rdfs:label "50001_119 x RAC3"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/accession.50025_1437s> a vocabulary:Accession; + rdfs:label "50025_1437S"; + vocabulary:fromVariety <http://vitis-explorer.inrae.fr/id/germplasm/variety.50001_119_x_rac3>; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . +} + +<http://purl.org/dc/terms/> { + dc:medium a rdf:Property; + rdfs:label "Medium"@en; + rdfs:subPropertyOf :format, dc:format; + rdfs:comment "The material or physical carrier of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:PhysicalMedium; + <http://purl.org/dc/dcam/domainIncludes> dc:PhysicalResource . + + dc:format a rdf:Property; + rdfs:label "Format"@en; + rdfs:subPropertyOf :format; + rdfs:comment "The file format, physical medium, or dimensions of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)]. Examples of dimensions include size and duration."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:MediaType, dc:Extent . + + dc:PhysicalMedium a rdfs:Class; + rdfs:label "Physical Medium"@en; + rdfs:comment "A physical material or carrier."@en; + rdfs:subClassOf dc:MediaType; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Examples include paper, canvas, or DVD."@en . + + dc:PhysicalResource a rdfs:Class; + rdfs:label "Physical Resource"@en; + rdfs:comment "A material thing."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:MediaType a rdfs:Class; + rdfs:label "Media Type"@en; + rdfs:comment "A file format or physical medium."@en; + rdfs:subClassOf dc:MediaTypeOrExtent; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:MediaTypeOrExtent a rdfs:Class; + rdfs:label "Media Type or Extent"@en; + rdfs:comment "A media type or extent."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:Jurisdiction a rdfs:Class; + rdfs:label "Jurisdiction"@en; + rdfs:comment "The extent or range of judicial, law enforcement, or other authority."@en; + rdfs:subClassOf dc:LocationPeriodOrJurisdiction; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:LocationPeriodOrJurisdiction a rdfs:Class; + rdfs:label "Location, Period, or Jurisdiction"@en; + rdfs:comment "A location, period of time, or jurisdiction."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:subject a rdf:Property; + rdfs:label "Subject"@en; + rdfs:subPropertyOf :subject; + rdfs:comment "A topic of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."@en . + + dc:alternative a rdf:Property; + rdfs:label "Alternative Title"@en; + rdfs:subPropertyOf :title, dc:title; + rdfs:comment "An alternative name for the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "The distinction between titles and alternative titles is application-specific."@en; + rdfs:range rdfs:Literal . + + dc:tableOfContents a rdf:Property; + rdfs:label "Table Of Contents"@en; + rdfs:subPropertyOf dc:description, :description; + rdfs:comment "A list of subunits of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:UDC a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "UDC"@en; + rdfs:comment "The set of conceptual resources specified by the Universal Decimal Classification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://www.udcc.org/> . + + dc:BibliographicResource a rdfs:Class; + rdfs:label "Bibliographic Resource"@en; + rdfs:comment "A book, article, or other documentary resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:source a rdf:Property; + rdfs:label "Source"@en; + rdfs:subPropertyOf :source, dc:relation; + rdfs:comment "A related resource from which the described resource is derived."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."@en . + + dc:isReferencedBy a rdf:Property; + rdfs:label "Is Referenced By"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that references, cites, or otherwise points to the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of References."@en . + + dc:hasFormat a rdf:Property; + rdfs:label "Has Format"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that is substantially the same as the pre-existing described resource, but in another format."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of."@en . + + dc:MESH a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "MeSH"@en; + rdfs:comment "The set of labeled concepts specified by the Medical Subject Headings."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://www.nlm.nih.gov/mesh/meshhome.html> . + + dc:replaces a rdf:Property; + rdfs:label "Replaces"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that is supplanted, displaced, or superseded by the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By."@en . + + dc:mediator a rdf:Property; + rdfs:label "Mediator"@en; + rdfs:subPropertyOf dc:audience; + rdfs:comment "An entity that mediates access to the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2001-05-21"^^xsd:date; + dc:description "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:AgentClass . + + dc:audience a rdf:Property; + rdfs:label "Audience"@en; + rdfs:comment "A class of agents for whom the resource is intended or useful."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2001-05-21"^^xsd:date; + dc:description "Recommended practice is to use this property with non-literal values from a vocabulary of audience types."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:AgentClass . + + dc:extent a rdf:Property; + rdfs:label "Extent"@en; + rdfs:subPropertyOf :format, dc:format; + rdfs:comment "The size or duration of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:SizeOrDuration . + + dc:SizeOrDuration a rdfs:Class; + rdfs:label "Size or Duration"@en; + rdfs:comment "A dimension or extent, or a time taken to play or execute."@en; + rdfs:subClassOf dc:MediaTypeOrExtent; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds."@en . + + dc:rightsHolder a rdf:Property; + rdfs:label "Rights Holder"@en; + rdfs:comment "A person or organization owning or managing rights over the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2004-06-14"^^xsd:date; + dc:description "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Agent . + + dc:accrualPolicy a rdf:Property; + rdfs:label "Accrual Policy"@en; + rdfs:comment "The policy governing the addition of items to a collection."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2005-06-13"^^xsd:date; + dc:description "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)]."@en; + rdfs:domain <http://purl.org/dc/dcmitype/Collection>; + <http://purl.org/dc/dcam/rangeIncludes> dc:Policy . + + dc:Policy a rdfs:Class; + rdfs:label "Policy"@en; + rdfs:comment "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:references a rdf:Property; + rdfs:label "References"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By."@en . + + dc:accessRights a rdf:Property; + rdfs:label "Access Rights"@en; + rdfs:subPropertyOf :rights, dc:rights; + rdfs:comment "Information about who access the resource or an indication of its security status."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2003-02-15"^^xsd:date; + dc:description "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:RightsStatement . + + dc:RFC5646 a rdfs:Datatype; + rdfs:label "RFC 5646"@en; + rdfs:comment "The set of tags constructed according to RFC 5646 for the identification of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2010-10-11"^^xsd:date; + dc:description "RFC 5646 obsoletes RFC 4646."@en; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc5646.txt> . + + dc:Frequency a rdfs:Class; + rdfs:label "Frequency"@en; + rdfs:comment "A rate at which something recurs."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:dateCopyrighted a rdf:Property; + rdfs:label "Date Copyrighted"@en; + rdfs:subPropertyOf :date, dc:date; + rdfs:comment "Date of copyright of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2002-07-13"^^xsd:date; + dc:description "Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en; + rdfs:range rdfs:Literal . + + dc:LCSH a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "LCSH"@en; + rdfs:comment "The set of labeled concepts specified by the Library of Congress Subject Headings."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:abstract a rdf:Property; + rdfs:label "Abstract"@en; + rdfs:subPropertyOf dc:description, :description; + rdfs:comment "A summary of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date . + + dc:Point a rdfs:Datatype; + rdfs:label "DCMI Point"@en; + rdfs:comment "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-point/> . + + dc:RFC4646 a rdfs:Datatype; + rdfs:label "RFC 4646"@en; + rdfs:comment "The set of tags constructed according to RFC 4646 for the identification of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "RFC 4646 obsoletes RFC 3066."@en; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc4646.txt> . + + dc:ISO639-3 a rdfs:Datatype; + rdfs:label "ISO 639-3"@en; + rdfs:comment "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + rdfs:seeAlso <http://www.sil.org/iso639-3/> . + + dc:conformsTo a rdf:Property; + rdfs:label "Conforms To"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "An established standard to which the described resource conforms."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2001-05-21"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:Standard . + + dc:Standard a rdfs:Class; + rdfs:label "Standard"@en; + rdfs:comment "A reference point against which other things can be evaluated or compared."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:accrualPeriodicity a rdf:Property; + rdfs:label "Accrual Periodicity"@en; + rdfs:comment "The frequency with which items are added to a collection."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2005-06-13"^^xsd:date; + dc:description "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)]."@en; + rdfs:domain <http://purl.org/dc/dcmitype/Collection>; + <http://purl.org/dc/dcam/rangeIncludes> dc:Frequency . + + dc:isReplacedBy a rdf:Property; + rdfs:label "Is Replaced By"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that supplants, displaces, or supersedes the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Replaces."@en . + + dc:IMT a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "IMT"@en; + rdfs:comment "The set of media types specified by the Internet Assigned Numbers Authority."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://www.iana.org/assignments/media-types/> . + + dc:identifier a rdf:Property; + rdfs:label "Identifier"@en; + rdfs:subPropertyOf :identifier; + rdfs:comment "An unambiguous reference to the resource within a given context."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs."@en; + rdfs:range rdfs:Literal . + + dc:hasPart a rdf:Property; + rdfs:label "Has Part"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that is included either physically or logically in the described resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of."@en . + + dc:accrualMethod a rdf:Property; + rdfs:label "Accrual Method"@en; + rdfs:comment "The method by which items are added to a collection."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2005-06-13"^^xsd:date; + dc:description "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)]."@en; + rdfs:domain <http://purl.org/dc/dcmitype/Collection>; + <http://purl.org/dc/dcam/rangeIncludes> dc:MethodOfAccrual . + + dc:MethodOfAccrual a rdfs:Class; + rdfs:label "Method of Accrual"@en; + rdfs:comment "A method by which resources are added to a collection."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:type a rdf:Property; + rdfs:label "Type"@en; + rdfs:subPropertyOf :type; + rdfs:comment "The nature or genre of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."@en . + + dc:ISO3166 a rdfs:Datatype; + rdfs:label "ISO 3166"@en; + rdfs:comment "The set of codes listed in ISO 3166-1 for the representation of names of countries."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <https://www.iso.org/obp/ui/#search> . + + dc:dateAccepted a rdf:Property; + rdfs:label "Date Accepted"@en; + rdfs:subPropertyOf :date, dc:date; + rdfs:comment "Date of acceptance of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2002-07-13"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal)."@en; + rdfs:range rdfs:Literal . + + dc:coverage a rdf:Property; + rdfs:label "Coverage"@en; + rdfs:subPropertyOf :coverage; + rdfs:comment "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:Jurisdiction, dc:Location, dc:Period . + + dc:Location a rdfs:Class; + rdfs:label "Location"@en; + rdfs:comment "A spatial region or named place."@en; + rdfs:subClassOf dc:LocationPeriodOrJurisdiction; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:Period a rdfs:Datatype; + rdfs:label "DCMI Period"@en; + rdfs:comment "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-period/> . + + dc:W3CDTF a rdfs:Datatype; + rdfs:label "W3C-DTF"@en; + rdfs:comment "The set of dates and times constructed according to the W3C Date and Time Formats Specification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://www.w3.org/TR/NOTE-datetime> . + + dc:ISO639-2 a rdfs:Datatype; + rdfs:label "ISO 639-2"@en; + rdfs:comment "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://lcweb.loc.gov/standards/iso639-2/langhome.html> . + + dc:educationLevel a rdf:Property; + rdfs:label "Audience Education Level"@en; + rdfs:subPropertyOf dc:audience; + rdfs:comment "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2002-07-13"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:AgentClass . + + dc:isRequiredBy a rdf:Property; + rdfs:label "Is Required By"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that requires the described resource to support its function, delivery, or coherence."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Requires."@en . + + dc:available a rdf:Property; + rdfs:label "Date Available"@en; + rdfs:subPropertyOf :date, dc:date; + rdfs:comment "Date that the resource became or will become available."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en; + rdfs:range rdfs:Literal . + + dc:isPartOf a rdf:Property; + rdfs:label "Is Part Of"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource in which the described resource is physically or logically included."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."@en . + + dc:URI a rdfs:Datatype; + rdfs:label "URI"@en; + rdfs:comment "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc3986.txt> . + + dc:DDC a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "DDC"@en; + rdfs:comment "The set of conceptual resources specified by the Dewey Decimal Classification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://www.oclc.org/dewey/> . + + dc:MethodOfInstruction a rdfs:Class; + rdfs:label "Method of Instruction"@en; + rdfs:comment "A process that is used to engender knowledge, attitudes, and skills."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:instructionalMethod a rdf:Property; + rdfs:label "Instructional Method"@en; + rdfs:comment "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2005-06-13"^^xsd:date; + dc:description "Instructional Method typically includes ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:MethodOfInstruction . + + dc:ProvenanceStatement a rdfs:Class; + rdfs:label "Provenance Statement"@en; + rdfs:comment "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:isFormatOf a rdf:Property; + rdfs:label "Is Format Of"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A pre-existing related resource that is substantially the same as the described resource, but in another format."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Has Format."@en . + + dc:spatial a rdf:Property; + rdfs:label "Spatial Coverage"@en; + rdfs:subPropertyOf :coverage, dc:coverage; + rdfs:comment "Spatial characteristics of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:Location . + + dc:RFC1766 a rdfs:Datatype; + rdfs:label "RFC 1766"@en; + rdfs:comment "The set of tags, constructed according to RFC 1766, for the identification of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc1766.txt> . + + dc:temporal a rdf:Property; + rdfs:label "Temporal Coverage"@en; + rdfs:subPropertyOf :coverage, dc:coverage; + rdfs:comment "Temporal characteristics of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + <http://purl.org/dc/dcam/rangeIncludes> dc:PeriodOfTime . + + dc:PeriodOfTime a rdfs:Class; + rdfs:label "Period of Time"@en; + rdfs:comment "An interval of time that is named or defined by its start and end dates."@en; + rdfs:subClassOf dc:LocationPeriodOrJurisdiction; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . + + dc:DCMIType a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "DCMI Type Vocabulary"@en; + rdfs:comment "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://purl.org/dc/dcmitype/> . + + dc:RFC3066 a rdfs:Datatype; + rdfs:label "RFC 3066"@en; + rdfs:comment "The set of tags constructed according to RFC 3066 for the identification of languages."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2002-07-13"^^xsd:date; + dc:description "RFC 3066 has been obsoleted by RFC 4646."@en; + rdfs:seeAlso <http://www.ietf.org/rfc/rfc3066.txt> . + + dc:TGN a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "TGN"@en; + rdfs:comment "The set of places specified by the Getty Thesaurus of Geographic Names."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://www.getty.edu/research/tools/vocabulary/tgn/index.html> . + + dc:bibliographicCitation a rdf:Property; + rdfs:label "Bibliographic Citation"@en; + rdfs:subPropertyOf :identifier, dc:identifier; + rdfs:comment "A bibliographic reference for the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2003-02-15"^^xsd:date; + dc:description "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."@en; + rdfs:range rdfs:Literal . + + dc:provenance a rdf:Property; + rdfs:label "Provenance"@en; + rdfs:comment "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2004-09-20"^^xsd:date; + dc:description "The statement may include a description of any changes successive custodians made to the resource."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:ProvenanceStatement . + + dc:LCC a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "LCC"@en; + rdfs:comment "The set of conceptual resources specified by the Library of Congress Classification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html> . + + dc:language a rdf:Property; + rdfs:label "Language"@en; + rdfs:subPropertyOf :language; + rdfs:comment "A language of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag."@en; + <http://purl.org/dc/dcam/rangeIncludes> dc:LinguisticSystem . + + dc:LinguisticSystem a rdfs:Class; + rdfs:label "Linguistic System"@en; + rdfs:comment "A system of signs, symbols, sounds, gestures, or rules used in communication."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date; + dc:description "Written, spoken, sign, and computer languages are linguistic systems."@en . + + dc:dateSubmitted a rdf:Property; + rdfs:label "Date Submitted"@en; + rdfs:subPropertyOf :date, dc:date; + rdfs:comment "Date of submission of the resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2002-07-13"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal)."@en; + rdfs:range rdfs:Literal . + + dc:valid a rdf:Property; + rdfs:label "Date Valid"@en; + rdfs:subPropertyOf :date, dc:date; + rdfs:comment "Date (often a range) of validity of a resource."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en; + rdfs:range rdfs:Literal . + + dc:requires a rdf:Property; + rdfs:label "Requires"@en; + rdfs:subPropertyOf :relation, dc:relation; + rdfs:comment "A related resource that is required by the described resource to support its function, delivery, or coherence."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By."@en . + + dc:NLM a <http://purl.org/dc/dcam/VocabularyEncodingScheme>; + rdfs:label "NLM"@en; + rdfs:comment "The set of conceptual resources specified by the National Library of Medicine Classification."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2005-06-13"^^xsd:date; + rdfs:seeAlso <http://wwwcf.nlm.nih.gov/class/> . + + dc:Box a rdfs:Datatype; + rdfs:label "DCMI Box"@en; + rdfs:comment "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme."@en; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2000-07-11"^^xsd:date; + rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-box/> . + + dc:FileFormat a rdfs:Class; + rdfs:label "File Format"@en; + rdfs:comment "A digital resource format."@en; + rdfs:subClassOf dc:MediaType; + rdfs:isDefinedBy <http://purl.org/dc/terms/>; + dc:issued "2008-01-14"^^xsd:date . +} + +<http://www.opensilex.org/vocabulary/iado> { + iado:WhiteWineMaking a owl:Class; + rdfs:label "White"@en, "Blanc"@fr; + rdfs:subClassOf iado:Process . + + <http://www.opensilex.org/vocabulary/iado> a owl:Ontology; + rdfs:comment "An ontology for wine making process mobile app"; + owl:versionIRI <http://www.opensilex.org/vocabulary/iado> . + + iado:Process a owl:Class . + + iado:Harvest a owl:Class; + rdfs:label "Vendange"@fr, "Harvest"@en; + rdfs:subClassOf iado:Process . + + iado:RedSolidWinemaking a owl:Class; + rdfs:label "Rouge en phase solide"@fr, "Red in solid phase"@en; + rdfs:subClassOf iado:Process . + + iado:RoseWineMaking a owl:Class; + rdfs:label "Pink Wine"@en, "Rosé"@fr; + rdfs:subClassOf iado:Process . + + iado:RedLiquidWinemaking a owl:Class; + rdfs:label "Rouge en phase liquide"@fr, "Red in liquid phase"@en; + rdfs:subClassOf iado:Process . +} + +<http://vitis-explorer.inrae.fr/set/germplasm> { + <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay_b> a vocabulary:Variety; + rdfs:label "Chardonnay B"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir> a vocabulary:Variety; + rdfs:label "Pinot noir"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay> a vocabulary:Variety; + rdfs:label "Chardonnay"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0006e> a vocabulary:Variety; + rdfs:label "0006E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0002e> a vocabulary:Variety; + rdfs:label "0002E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> a vocabulary:Variety; + rdfs:label "0001E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0005e> a vocabulary:Variety; + rdfs:label "0005E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> a vocabulary:Variety; + rdfs:label "0004E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0003e> a vocabulary:Variety; + rdfs:label "0003E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0007e> a vocabulary:Variety; + rdfs:label "0007E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0008e> a vocabulary:Variety; + rdfs:label "0008E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0009c> a vocabulary:Variety; + rdfs:label "0009C "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010d> a vocabulary:Variety; + rdfs:label "0010D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0009e> a vocabulary:Variety; + rdfs:label "0009E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010e> a vocabulary:Variety; + rdfs:label "0010E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> a vocabulary:Variety; + rdfs:label "0011D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011e> a vocabulary:Variety; + rdfs:label "0011E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0012e> a vocabulary:Variety; + rdfs:label "0012E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0012d> a vocabulary:Variety; + rdfs:label "0012D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013e> a vocabulary:Variety; + rdfs:label "0013E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> a vocabulary:Variety; + rdfs:label "0013D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0014d> a vocabulary:Variety; + rdfs:label "0014D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0014e> a vocabulary:Variety; + rdfs:label "0014E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0017e> a vocabulary:Variety; + rdfs:label "0017E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0016e> a vocabulary:Variety; + rdfs:label "0016E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0015e> a vocabulary:Variety; + rdfs:label "0015E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0018e> a vocabulary:Variety; + rdfs:label "0018E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0020e> a vocabulary:Variety; + rdfs:label "0020E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0021e> a vocabulary:Variety; + rdfs:label "0021E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> a vocabulary:Variety; + rdfs:label "0023E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0022e> a vocabulary:Variety; + rdfs:label "0022E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0025e> a vocabulary:Variety; + rdfs:label "0025E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0024e> a vocabulary:Variety; + rdfs:label "0024E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0026e> a vocabulary:Variety; + rdfs:label "0026E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0027e> a vocabulary:Variety; + rdfs:label "0027E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0028e> a vocabulary:Variety; + rdfs:label "0028E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0030e> a vocabulary:Variety; + rdfs:label "0030E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0032e> a vocabulary:Variety; + rdfs:label "0032E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0031e> a vocabulary:Variety; + rdfs:label "0031E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0032d> a vocabulary:Variety; + rdfs:label "0032D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033d> a vocabulary:Variety; + rdfs:label "0033D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0031d> a vocabulary:Variety; + rdfs:label "0031D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> a vocabulary:Variety; + rdfs:label "0033E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0034e> a vocabulary:Variety; + rdfs:label "0034E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0035e> a vocabulary:Variety; + rdfs:label "0035E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0037e> a vocabulary:Variety; + rdfs:label "0037E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0036e> a vocabulary:Variety; + rdfs:label "0036E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0039e> a vocabulary:Variety; + rdfs:label "0039E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0038e> a vocabulary:Variety; + rdfs:label "0038E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0040e> a vocabulary:Variety; + rdfs:label "0040E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0041e> a vocabulary:Variety; + rdfs:label "0041E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0042e> a vocabulary:Variety; + rdfs:label "0042E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0044e> a vocabulary:Variety; + rdfs:label "0044E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0046e> a vocabulary:Variety; + rdfs:label "0046E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0045e> a vocabulary:Variety; + rdfs:label "0045E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0047e> a vocabulary:Variety; + rdfs:label "0047E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0048e> a vocabulary:Variety; + rdfs:label "0048E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0049e> a vocabulary:Variety; + rdfs:label "0049E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0051e> a vocabulary:Variety; + rdfs:label "0051E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0053d> a vocabulary:Variety; + rdfs:label "0053D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0052e> a vocabulary:Variety; + rdfs:label "0052E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0054e> a vocabulary:Variety; + rdfs:label "0054E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0054d> a vocabulary:Variety; + rdfs:label "0054D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0053e> a vocabulary:Variety; + rdfs:label "0053E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0055d> a vocabulary:Variety; + rdfs:label "0055D "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0055e> a vocabulary:Variety; + rdfs:label "0055E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0056e> a vocabulary:Variety; + rdfs:label "0056E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0057e> a vocabulary:Variety; + rdfs:label "0057E "; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> a vocabulary:Variety; + rdfs:label "0010C"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0009d> a vocabulary:Variety; + rdfs:label "0009D"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283> . +} + +<http://vitis-explorer.inrae.fr/set/user> { + <http://vitis-explorer.inrae.fr/id/user/ha.pham> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$ORwFW8LBk/MX9d//g2Bm6e.vf28cW.dJlzL020fhxgMl.vvqjAHHK"; + os-sec:isAdmin true; + <http://xmlns.com/foaf/0.1/mbox> "vu-hoang-ha.pham@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Pham"; + <http://xmlns.com/foaf/0.1/firstName> "Ha" . +} + +<http://vitis-explorer.inrae.fr/set/organization> { + <http://vitis-explorer.inrae.fr/id/organization/address.b47ae28a-c994-4fe8-9b61-48c262bfe1af> + a vcard:Address; + vcard:street-address "Buerlenberg"; + vcard:region "Grand Est"; + vcard:country-name "France"; + vcard:postal-code "68750"; + vcard:locality "Bergheim" . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_1> a vocabulary:Plot; + rdfs:label "PU_1"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0012e>; + vitis-explorer:firstRank 1; + vitis-explorer:lastRank 1; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_2> a vocabulary:Plot; + rdfs:label "PU_2"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0021e>; + vitis-explorer:firstRank 1; + vitis-explorer:lastRank 1; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_5> a vocabulary:Plot; + rdfs:label "PU_5"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir>; + vitis-explorer:firstRank 1; + vitis-explorer:lastRank 1; + vitis-explorer:firstStump 32; + vitis-explorer:lastStump 35 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_6> a vocabulary:Plot; + rdfs:label "PU_6"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0042e>; + vitis-explorer:firstRank 1; + vitis-explorer:lastRank 1; + vitis-explorer:firstStump 42; + vitis-explorer:lastStump 46 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_3> a vocabulary:Plot; + rdfs:label "PU_3"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0012d>; + vitis-explorer:firstRank 2; + vitis-explorer:lastRank 2; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_4> a vocabulary:Plot; + rdfs:label "PU_4"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e>; + vitis-explorer:firstRank 2; + vitis-explorer:lastRank 2; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_7> a vocabulary:Plot; + rdfs:label "PU_7"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0024e>; + vitis-explorer:firstRank 2; + vitis-explorer:lastRank 2; + vitis-explorer:firstStump 32; + vitis-explorer:lastStump 35 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_8> a vocabulary:Plot; + rdfs:label "PU_8"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c>; + vitis-explorer:firstRank 2; + vitis-explorer:lastRank 2; + vitis-explorer:firstStump 42; + vitis-explorer:lastStump 46 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_9> a vocabulary:Plot; + rdfs:label "PU_9"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0055e>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 1; + vitis-explorer:lastStump 6 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_10> a vocabulary:Plot; + rdfs:label "PU_10"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0032d>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_11> a vocabulary:Plot; + rdfs:label "PU_11"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0025e>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 12; + vitis-explorer:lastStump 16 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_12> a vocabulary:Plot; + rdfs:label "PU_12"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0014d>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 17; + vitis-explorer:lastStump 21 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_13> a vocabulary:Plot; + rdfs:label "PU_13"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0040e>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_14> a vocabulary:Plot; + rdfs:label "PU_14"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0020e>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 27; + vitis-explorer:lastStump 31 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_15> a vocabulary:Plot; + rdfs:label "PU_15"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0027e>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 32; + vitis-explorer:lastStump 35 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_16> a vocabulary:Plot; + rdfs:label "PU_16"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0006e>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 36; + vitis-explorer:lastStump 41 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_17> a vocabulary:Plot; + rdfs:label "PU_17"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 42; + vitis-explorer:lastStump 46 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_18> a vocabulary:Plot; + rdfs:label "PU_18"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0057e>; + vitis-explorer:firstRank 4; + vitis-explorer:lastRank 4; + vitis-explorer:firstStump 47; + vitis-explorer:lastStump 52 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_19> a vocabulary:Plot; + rdfs:label "PU_19"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0015e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 1; + vitis-explorer:lastStump 6 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_20> a vocabulary:Plot; + rdfs:label "PU_20"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0002e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_21> a vocabulary:Plot; + rdfs:label "PU_21"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0054e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 12; + vitis-explorer:lastStump 16 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_22> a vocabulary:Plot; + rdfs:label "PU_22"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0037e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 17; + vitis-explorer:lastStump 21 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_23> a vocabulary:Plot; + rdfs:label "PU_23"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_24> a vocabulary:Plot; + rdfs:label "PU_24"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0022e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 27; + vitis-explorer:lastStump 31 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_25> a vocabulary:Plot; + rdfs:label "PU_25"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0052e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 32; + vitis-explorer:lastStump 35 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_26> a vocabulary:Plot; + rdfs:label "PU_26"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0017e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 36; + vitis-explorer:lastStump 41 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_27> a vocabulary:Plot; + rdfs:label "PU_27"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0039e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 42; + vitis-explorer:lastStump 46 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_28> a vocabulary:Plot; + rdfs:label "PU_28"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0007e>; + vitis-explorer:firstRank 5; + vitis-explorer:lastRank 5; + vitis-explorer:firstStump 47; + vitis-explorer:lastStump 52 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_29> a vocabulary:Plot; + rdfs:label "PU_29"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0031e>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 1; + vitis-explorer:lastStump 6 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_30> a vocabulary:Plot; + rdfs:label "PU_30"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_31> a vocabulary:Plot; + rdfs:label "PU_31"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 12; + vitis-explorer:lastStump 16 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_32> a vocabulary:Plot; + rdfs:label "PU_32"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0009d>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 17; + vitis-explorer:lastStump 21 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_33> a vocabulary:Plot; + rdfs:label "PU_33"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0005e>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_34> a vocabulary:Plot; + rdfs:label "PU_34"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0051e>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 27; + vitis-explorer:lastStump 31 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_35> a vocabulary:Plot; + rdfs:label "PU_35"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0009e>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 32; + vitis-explorer:lastStump 35 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_36> a vocabulary:Plot; + rdfs:label "PU_36"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0055d>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 36; + vitis-explorer:lastStump 41 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_37> a vocabulary:Plot; + rdfs:label "PU_37"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0048e>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 42; + vitis-explorer:lastStump 46 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_38> a vocabulary:Plot; + rdfs:label "PU_38"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0031d>; + vitis-explorer:firstRank 6; + vitis-explorer:lastRank 6; + vitis-explorer:firstStump 47; + vitis-explorer:lastStump 52 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_39> a vocabulary:Plot; + rdfs:label "PU_39"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0030e>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 1; + vitis-explorer:lastStump 6 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_40> a vocabulary:Plot; + rdfs:label "PU_40"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_41> a vocabulary:Plot; + rdfs:label "PU_41"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0045e>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 12; + vitis-explorer:lastStump 16 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_42> a vocabulary:Plot; + rdfs:label "PU_42"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0035e>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 17; + vitis-explorer:lastStump 21 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_43> a vocabulary:Plot; + rdfs:label "PU_43"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0053d>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_44> a vocabulary:Plot; + rdfs:label "PU_44" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/exp_2020> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_1> a vocabulary:Plot; + rdfs:label "PU_1"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_44> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.0038e>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 27; + vitis-explorer:lastStump 31 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_45> a vocabulary:Plot; + rdfs:label "PU_45"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0044e>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 32; + vitis-explorer:lastStump 35 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_46> a vocabulary:Plot; + rdfs:label "PU_46"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0053e>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 36; + vitis-explorer:lastStump 41 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_47> a vocabulary:Plot; + rdfs:label "PU_47"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033d>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 42; + vitis-explorer:lastStump 46 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_48> a vocabulary:Plot; + rdfs:label "PU_48"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0036e>; + vitis-explorer:firstRank 7; + vitis-explorer:lastRank 7; + vitis-explorer:firstStump 47; + vitis-explorer:lastStump 52 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_49> a vocabulary:Plot; + rdfs:label "PU_49"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 1; + vitis-explorer:lastStump 6 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_50> a vocabulary:Plot; + rdfs:label "PU_50"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_51> a vocabulary:Plot; + rdfs:label "PU_51"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0034e>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 12; + vitis-explorer:lastStump 16 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_52> a vocabulary:Plot; + rdfs:label "PU_52"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0014e>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 17; + vitis-explorer:lastStump 21 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_53> a vocabulary:Plot; + rdfs:label "PU_53"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_54> a vocabulary:Plot; + rdfs:label "PU_54"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0054d>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 27; + vitis-explorer:lastStump 31 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_55> a vocabulary:Plot; + rdfs:label "PU_55"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 32; + vitis-explorer:lastStump 35 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_56> a vocabulary:Plot; + rdfs:label "PU_56"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0047e>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 36; + vitis-explorer:lastStump 41 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_57> a vocabulary:Plot; + rdfs:label "PU_57"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0046e>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 42; + vitis-explorer:lastStump 46 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_58> a vocabulary:Plot; + rdfs:label "PU_58"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0026e>; + vitis-explorer:firstRank 8; + vitis-explorer:lastRank 8; + vitis-explorer:firstStump 47; + vitis-explorer:lastStump 52 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_59> a vocabulary:Plot; + rdfs:label "PU_59"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0056e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 1; + vitis-explorer:lastStump 6 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_60> a vocabulary:Plot; + rdfs:label "PU_60"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0016e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_61> a vocabulary:Plot; + rdfs:label "PU_61"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 12; + vitis-explorer:lastStump 16 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_62> a vocabulary:Plot; + rdfs:label "PU_62"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0003e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 17; + vitis-explorer:lastStump 21 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_63> a vocabulary:Plot; + rdfs:label "PU_63"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_64> a vocabulary:Plot; + rdfs:label "PU_64"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0049e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 27; + vitis-explorer:lastStump 31 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_65> a vocabulary:Plot; + rdfs:label "PU_65"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0018e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 32; + vitis-explorer:lastStump 35 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_66> a vocabulary:Plot; + rdfs:label "PU_66"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0008e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 36; + vitis-explorer:lastStump 41 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_67> a vocabulary:Plot; + rdfs:label "PU_67"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 42; + vitis-explorer:lastStump 46 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_68> a vocabulary:Plot; + rdfs:label "PU_68"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e>; + vitis-explorer:firstRank 9; + vitis-explorer:lastRank 9; + vitis-explorer:firstStump 47; + vitis-explorer:lastStump 52 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_69> a vocabulary:Plot; + rdfs:label "PU_69"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0032e>; + vitis-explorer:firstRank 10; + vitis-explorer:lastRank 10; + vitis-explorer:firstStump 1; + vitis-explorer:lastStump 6 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_70> a vocabulary:Plot; + rdfs:label "PU_70"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e>; + vitis-explorer:firstRank 10; + vitis-explorer:lastRank 10; + vitis-explorer:firstStump 7; + vitis-explorer:lastStump 11 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_71> a vocabulary:Plot; + rdfs:label "PU_71"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010e>; + vitis-explorer:firstRank 10; + vitis-explorer:lastRank 10; + vitis-explorer:firstStump 12; + vitis-explorer:lastStump 16 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_72> a vocabulary:Plot; + rdfs:label "PU_72"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0028e>; + vitis-explorer:firstRank 10; + vitis-explorer:lastRank 10; + vitis-explorer:firstStump 17; + vitis-explorer:lastStump 21 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_73> a vocabulary:Plot; + rdfs:label "PU_73"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0041e>; + vitis-explorer:firstRank 10; + vitis-explorer:lastRank 10; + vitis-explorer:firstStump 22; + vitis-explorer:lastStump 26 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-must_07> a vitis-explorer:MustObject; + rdfs:label "Must_07"; + vitis-explorer:derivesFrom <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_31>, + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_40>, <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_50>, + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_53> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-vin_01> a vitis-explorer:Wine; + rdfs:label "Vin 01" . +} + +<http://vitis-explorer.inrae.fr/set/variable> { + <vitioeno:set/variables#variable.entity.plant> a vocabulary:Entity; + rdfs:label "Plante"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin> . + + <vitioeno:set/variables#characteristic.budbreak> a vocabulary:Characteristic; + rdfs:label "Budbreak"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin> . + + <http://www.cropontology.org/ontology/CO_356/Vitis/3000146> a vocabulary:Method; + rdfs:label "Stage_Interpolation"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin> . + + <http://www.cropontology.org/ontology/CO_356/Vitis/4000003> a vocabulary:Unit; + rdfs:label "Calendar date"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin> . + + <http://vitis-explorer.inrae.fr/id/variable/characteristic.flowering> a vocabulary:Characteristic; + rdfs:label "Flowering"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://vitis-explorer.inrae.fr/id/variable/characteristic.veraison> a vocabulary:Characteristic; + rdfs:label "Veraison"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <vitioeno:set/variables#characteristic.veraison> a vocabulary:Characteristic; + rdfs:label "Veraison"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <vitioeno:set/variables#characteristic.flowering> a vocabulary:Characteristic; + rdfs:label "Flowering"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://vitis-explorer.inrae.fr/id/variable/entity.inflorescence> a vocabulary:Entity; + rdfs:label "inflorescence"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <vitioeno:set/variables#variable.entity.inflorescence> a vocabulary:Entity; + rdfs:label "Inflorescence"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://www.cropontology.org/ontology/CO_356/Vitis/3000170> a vocabulary:Method; + rdfs:label "FRUITSET_%_photos"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://www.cropontology.org/ontology/CO_356/Vitis/3000002> a vocabulary:Method; + rdfs:label "OIV:553"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://www.cropontology.org/ontology/CO_356/Vitis/4000028> a vocabulary:Unit; + rdfs:label "S1_9_by2"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://www.cropontology.org/ontology/CO_356/Vitis/3000224> a vocabulary:Method; + rdfs:label "Visual_percentage_surface"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://www.cropontology.org/ontology/CO_356/Vitis/4000014> a vocabulary:Unit; + rdfs:label "%"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://www.cropontology.org/ontology/CO_356/Vitis/3000099> a vocabulary:Method; + rdfs:label "OIV:351"; + rdfs:comment "Vigor of shoot growth"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <vitioeno-ressource:set/variables#characteristic.growth> a vocabulary:Characteristic; + rdfs:label "Growth"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <vitioeno-ressource:set/variables#variable.entity.shoot> a vocabulary:Entity; + rdfs:label "Shoot"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <vitioeno-ressource:set/variables#characteristic.downy-mildew> a vocabulary:Characteristic; + rdfs:label "Downy Mildew"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <vitioeno-ressource:set/variables#variable.entity.leaf> a vocabulary:Entity; + rdfs:label "Leaf"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + vitis-explorer:Must a vocabulary:Entity; + rdfs:label "Moût" . + + vitis-explorer:Weight a vocabulary:Characteristic; + rdfs:label "Poids"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + vitis-explorer:Weighting a vocabulary:Method; + rdfs:label "Balance"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham> . + + <http://vitis-explorer.inrae.fr/id/variable/unit.kilogramme> a vocabulary:Unit; + rdfs:label "Kilogramme"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham>; + vocabulary:hasSymbol "kg" . + + vitis-explorer:Must_InitialWeight a vocabulary:Variable; + rdfs:label "Poids de raisin initial"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/ha.pham>; + vocabulary:hasCharacteristic vitis-explorer:Weight; + vocabulary:hasMethod vitis-explorer:Weighting; + vocabulary:hasEntity vitis-explorer:Must; + vocabulary:hasUnit <http://vitis-explorer.inrae.fr/id/variable/unit.kilogramme>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Moût_PoidsInitial" . +} + +<http://vitis-explorer.inrae.fr/set/event> { + <http://vitis-explorer.inrae.fr/id/instant/e5893beb-3b39-4612-b5e5-859605e870d5> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T15:47:56.183245+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/33589bb6-9376-4d39-a7dd-a86ad4bdc308> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_1>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e5893beb-3b39-4612-b5e5-859605e870d5> . + + <http://vitis-explorer.inrae.fr/id/instant/57f50660-0a0d-4120-974c-81277d92bf48> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.729237+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8324b03b-af0f-4ddf-9733-178509af5ae7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_2>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/57f50660-0a0d-4120-974c-81277d92bf48> . + + <http://vitis-explorer.inrae.fr/id/instant/475a789b-8bbb-46dd-98bb-84695ee4f489> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.748166+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0e9c8329-39fc-470e-8922-bf8b02806c76> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_5>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/475a789b-8bbb-46dd-98bb-84695ee4f489> . + + <http://vitis-explorer.inrae.fr/id/instant/8e41e759-0f01-4470-8803-09dc31df526b> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.765533+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a943cecb-8763-472d-ac70-079777e2a596> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_6>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8e41e759-0f01-4470-8803-09dc31df526b> . + + <http://vitis-explorer.inrae.fr/id/instant/982c935c-5973-4181-a1e6-ebf8a84bb58c> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.783008+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/53f18077-e1fb-4779-8649-ce48a4910db8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_3>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/982c935c-5973-4181-a1e6-ebf8a84bb58c> . + + <http://vitis-explorer.inrae.fr/id/instant/751e662f-5572-4cfd-9a47-8d2fb70ceab9> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.799232+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b1260c51-4a76-4cf8-a979-db2cc1ba3e3e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_4>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/751e662f-5572-4cfd-9a47-8d2fb70ceab9> . + + <http://vitis-explorer.inrae.fr/id/instant/8c4db707-e637-4370-a549-7f5e0dbfb1e0> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.817296+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fc047063-39ff-4dfe-a8e9-f894426365bc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_7>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8c4db707-e637-4370-a549-7f5e0dbfb1e0> . + + <http://vitis-explorer.inrae.fr/id/instant/8aeadad2-24c8-409d-a28a-d1fa1ccf7917> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.834011+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9497e740-e1fb-4363-ad40-b08b378f4fbb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_8>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8aeadad2-24c8-409d-a28a-d1fa1ccf7917> . + + <http://vitis-explorer.inrae.fr/id/instant/c217d31a-99cf-4ef6-bd78-1b1b4870f5f1> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.901274+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/66841a53-e511-446d-80e9-2b12c73c955e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_9>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c217d31a-99cf-4ef6-bd78-1b1b4870f5f1> . + + <http://vitis-explorer.inrae.fr/id/instant/508e5702-15aa-4c5c-a0cd-e611f1640e3f> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.921469+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/dc01b5a7-34d4-4d28-afaf-ea0715a929ec> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_10>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/508e5702-15aa-4c5c-a0cd-e611f1640e3f> . + + <http://vitis-explorer.inrae.fr/id/instant/338aba95-8929-42be-8930-963759754361> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.940027+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8800724a-d81f-4da2-b142-c722b1786439> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_11>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/338aba95-8929-42be-8930-963759754361> . + + <http://vitis-explorer.inrae.fr/id/instant/e7cd9f88-5226-4f84-a5eb-28f2b9ea7904> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.952412+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8c4efab9-dac1-47bf-b519-ec0090b87289> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_12>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e7cd9f88-5226-4f84-a5eb-28f2b9ea7904> . + + <http://vitis-explorer.inrae.fr/id/instant/d392e016-6170-4afc-9e2d-d7a56b5e3e60> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.965398+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2fc78e84-2cee-40ff-8807-548c542f8aa9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_13>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d392e016-6170-4afc-9e2d-d7a56b5e3e60> . + + <http://vitis-explorer.inrae.fr/id/instant/b5289b88-1196-4631-9633-51d7a4a0a75f> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.976259+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6ea44b3c-55c4-4b5b-bdff-74a137fe37d5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_14>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b5289b88-1196-4631-9633-51d7a4a0a75f> . + + <http://vitis-explorer.inrae.fr/id/instant/af6c366c-db4b-4443-85b8-c441a388b71f> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.986647+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4d78df54-8ae3-4845-abed-503c192b6ed0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_15>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/af6c366c-db4b-4443-85b8-c441a388b71f> . + + <http://vitis-explorer.inrae.fr/id/instant/b1742f59-b2b1-4226-94ee-c0e61feec8a3> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:39.996804+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c64fd72a-d760-4620-9546-85f258af2a14> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_16>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b1742f59-b2b1-4226-94ee-c0e61feec8a3> . + + <http://vitis-explorer.inrae.fr/id/instant/cddfcb14-806f-4aab-9b86-af6c13a3b4ee> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.010646+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/23048c2d-97d6-43b8-a26f-92593cf1d078> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_17>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cddfcb14-806f-4aab-9b86-af6c13a3b4ee> . + + <http://vitis-explorer.inrae.fr/id/instant/8b0917e5-9229-45ec-be83-6e422c8ad24a> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.020803+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ec92ceb1-336c-4f97-bb20-1cfb771d80ac> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_18>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8b0917e5-9229-45ec-be83-6e422c8ad24a> . + + <http://vitis-explorer.inrae.fr/id/instant/fcdafd82-d6b5-4257-8f4b-f7b3d3613769> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.031414+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/03a80703-d490-4dca-9bcc-9df6c20cedf0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_19>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fcdafd82-d6b5-4257-8f4b-f7b3d3613769> . + + <http://vitis-explorer.inrae.fr/id/instant/9622274e-9b1d-431a-93a9-aa19642d7eb7> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.044326+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f8e7d8cb-8aac-476d-92c7-a087f07cac16> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_20>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9622274e-9b1d-431a-93a9-aa19642d7eb7> . + + <http://vitis-explorer.inrae.fr/id/instant/db396bc4-2369-4607-bdd2-605046c1b2e7> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.054957+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e966088b-a751-40a2-9b1e-8de11f0b7a39> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_21>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/db396bc4-2369-4607-bdd2-605046c1b2e7> . + + <http://vitis-explorer.inrae.fr/id/instant/9683f6e5-035f-4c94-b7b4-92d33aa1c1dd> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.066642+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7e15aeee-6f03-466d-87a5-9c864c4dd3c3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_22>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9683f6e5-035f-4c94-b7b4-92d33aa1c1dd> . + + <http://vitis-explorer.inrae.fr/id/instant/70e3c902-008d-4413-9eb2-0d66b5d6088a> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.0783+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/191ac810-16b3-478a-bd5e-21140865716f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_23>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/70e3c902-008d-4413-9eb2-0d66b5d6088a> . + + <http://vitis-explorer.inrae.fr/id/instant/1179f381-b55b-49b8-9532-8cfd3de85827> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.08975+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ea12e8d3-c807-457a-ae0a-0bed2e657ef5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_24>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1179f381-b55b-49b8-9532-8cfd3de85827> . + + <http://vitis-explorer.inrae.fr/id/instant/b90daf9b-fa9e-4b9b-bb96-1750330e0e3c> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.103846+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/10105bb1-89f4-496c-9795-722cd5eca57a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_25>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b90daf9b-fa9e-4b9b-bb96-1750330e0e3c> . + + <http://vitis-explorer.inrae.fr/id/instant/b971e5cb-f3d4-4ed0-aae0-89f71d895f5b> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.122787+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/033b9feb-c1e0-4bbe-b02b-6f2a05b6e819> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_26>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b971e5cb-f3d4-4ed0-aae0-89f71d895f5b> . + + <http://vitis-explorer.inrae.fr/id/instant/435c1de5-b7f7-4923-9161-67062a5e707c> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.140384+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a9022468-3146-4115-b674-1186926eccec> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_27>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/435c1de5-b7f7-4923-9161-67062a5e707c> . + + <http://vitis-explorer.inrae.fr/id/instant/89e5b49e-6738-4bf2-980d-f02ca05f277a> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.156448+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9cc18bb2-4fdc-440c-a837-f73d4a435745> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_28>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/89e5b49e-6738-4bf2-980d-f02ca05f277a> . + + <http://vitis-explorer.inrae.fr/id/instant/4d7ba56f-07c9-49ac-8552-4b4ca2bd28b0> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.172111+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b12acb68-d79a-4573-a49e-f6b83745f23f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_29>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4d7ba56f-07c9-49ac-8552-4b4ca2bd28b0> . + + <http://vitis-explorer.inrae.fr/id/instant/cced64bc-fd64-456a-8be3-afe7ed742ffd> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.186822+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/af661e00-2f22-40c8-a5b0-ef302e55b6f4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_30>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cced64bc-fd64-456a-8be3-afe7ed742ffd> . + + <http://vitis-explorer.inrae.fr/id/instant/e0ec3fd4-e787-4c6b-9311-728854535505> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.208255+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d6886292-d1ad-4bca-9efb-62454ac21543> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_31>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e0ec3fd4-e787-4c6b-9311-728854535505> . + + <http://vitis-explorer.inrae.fr/id/instant/788647d4-c4f6-4ad2-9157-96554a2249fe> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.224544+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/73ae99d5-0e7b-4017-bd05-6233993e0e35> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_32>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/788647d4-c4f6-4ad2-9157-96554a2249fe> . + + <http://vitis-explorer.inrae.fr/id/instant/cdf82ff6-23cc-45b6-8796-b87b66d05dd8> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.238982+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/be7d53c3-73ae-487c-a845-5b6e43ea6fb2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_33>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cdf82ff6-23cc-45b6-8796-b87b66d05dd8> . + + <http://vitis-explorer.inrae.fr/id/instant/bef05e90-7ea9-46b1-aec1-81ef0062c7a1> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.253581+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ae7d2e96-7486-4e8a-a7e0-94547331e2de> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_34>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/bef05e90-7ea9-46b1-aec1-81ef0062c7a1> . + + <http://vitis-explorer.inrae.fr/id/instant/d85aec64-1c9c-407b-ba48-207d08e73c3f> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.269939+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1173b784-b88b-4037-a74d-92a651e244dc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_35>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d85aec64-1c9c-407b-ba48-207d08e73c3f> . + + <http://vitis-explorer.inrae.fr/id/instant/80fb2e98-7e06-4f17-abad-75511d615d75> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.288523+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/811c6758-bd94-4f59-aa2b-cbf54f9558c4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_36>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/80fb2e98-7e06-4f17-abad-75511d615d75> . + + <http://vitis-explorer.inrae.fr/id/instant/c47392ec-5df1-40fa-aed6-af84ed21e6ab> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.30834+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/42097290-70a9-4d0f-9953-0189bafdd6f3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_37>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c47392ec-5df1-40fa-aed6-af84ed21e6ab> . + + <http://vitis-explorer.inrae.fr/id/instant/738f5e4b-a1bd-4df2-b662-db517e909157> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.326489+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5b62736e-a9cd-4764-a641-a64401947c0b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_38>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/738f5e4b-a1bd-4df2-b662-db517e909157> . + + <http://vitis-explorer.inrae.fr/id/instant/e156e6e4-caaa-4bb6-9784-3e289973d389> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.343823+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3ba93ca8-2d2a-445a-9436-da172f10acca> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_39>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e156e6e4-caaa-4bb6-9784-3e289973d389> . + + <http://vitis-explorer.inrae.fr/id/instant/175abd86-c883-4fe4-bd42-103776a0c0ae> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.362248+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/da208d2b-2abe-4798-b9db-f99a5187ca4f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_40>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/175abd86-c883-4fe4-bd42-103776a0c0ae> . + + <http://vitis-explorer.inrae.fr/id/instant/831f4df5-185e-40cb-938f-2ea4f0bc2a28> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.381178+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4d357fd6-f4a3-4bd1-a3d2-cf1ca6d3e55a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_41>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/831f4df5-185e-40cb-938f-2ea4f0bc2a28> . + + <http://vitis-explorer.inrae.fr/id/instant/8111e9b6-5394-4e62-b6a9-bf50296e4212> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.400269+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ef96c40b-d888-411f-9943-9fa4dea51a95> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_42>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8111e9b6-5394-4e62-b6a9-bf50296e4212> . + + <http://vitis-explorer.inrae.fr/id/instant/11f3e20b-d5a6-4da3-a45e-49f1693144c7> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.417303+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/feec3080-1f42-469d-8f30-9992761fb43e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_43>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/11f3e20b-d5a6-4da3-a45e-49f1693144c7> . + + <http://vitis-explorer.inrae.fr/id/instant/62fac8c9-2fef-4d43-8a6d-43417dcc11f8> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.434405+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3110c449-8322-42c6-ac4b-516d77a0ba84> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_44>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/62fac8c9-2fef-4d43-8a6d-43417dcc11f8> . + + <http://vitis-explorer.inrae.fr/id/instant/b18b4e08-c6e3-48f4-8708-852b7f22f104> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.450853+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bafcbdbf-0d52-4ea9-9a73-f274a290b9a5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_45>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b18b4e08-c6e3-48f4-8708-852b7f22f104> . + + <http://vitis-explorer.inrae.fr/id/instant/a3f79dc8-6ce8-47fd-b436-69adf9a39462> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.466116+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1eb8cb09-f8a8-4c7b-b867-cad605f35ce1> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_46>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a3f79dc8-6ce8-47fd-b436-69adf9a39462> . + + <http://vitis-explorer.inrae.fr/id/instant/bae127b0-fad2-4256-840f-aa476b108db6> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.479635+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bdf38de1-1385-45b2-b759-c737bb5872b7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_47>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/bae127b0-fad2-4256-840f-aa476b108db6> . + + <http://vitis-explorer.inrae.fr/id/instant/cc68fc54-007a-46d2-b47c-be5e8b07ab49> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.503422+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1db7759a-7cd6-4c92-a4f4-e4a77abe5cbb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_48>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cc68fc54-007a-46d2-b47c-be5e8b07ab49> . + + <http://vitis-explorer.inrae.fr/id/instant/5358d8ad-a9d4-4197-8374-5aec18ec72cb> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.520019+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a8bf5bda-83ce-4af5-9bdf-04ff86b2bfb3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_49>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5358d8ad-a9d4-4197-8374-5aec18ec72cb> . + + <http://vitis-explorer.inrae.fr/id/instant/f1993cff-4818-4be6-ab04-83e0db597152> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.533135+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9ba84853-d177-484e-95b0-2ed5c097c860> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_50>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f1993cff-4818-4be6-ab04-83e0db597152> . + + <http://vitis-explorer.inrae.fr/id/instant/576e3839-56b0-4820-8964-bded4e7610ab> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.545057+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5e2fdf30-94d8-46d8-a021-c7d71ddf388a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_51>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/576e3839-56b0-4820-8964-bded4e7610ab> . + + <http://vitis-explorer.inrae.fr/id/instant/6544efd3-3db6-4939-87cd-ccabb5bcc27d> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.558306+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3726d035-cd20-4d1a-941d-e98bc57abb55> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_52>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6544efd3-3db6-4939-87cd-ccabb5bcc27d> . + + <http://vitis-explorer.inrae.fr/id/instant/c753e7af-5ef9-4a2e-a90d-824393dced1d> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.574758+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/751c7d5e-34e6-40cf-b7d8-5dccac8f56de> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_53>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c753e7af-5ef9-4a2e-a90d-824393dced1d> . + + <http://vitis-explorer.inrae.fr/id/instant/b87e69e7-7b17-4545-a747-c0e66c2629f6> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.589354+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5c25f60c-e93d-42da-acce-c88f236278d9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_54>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b87e69e7-7b17-4545-a747-c0e66c2629f6> . + + <http://vitis-explorer.inrae.fr/id/instant/a23a4358-0536-4304-a76e-cb0631e450a1> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.605634+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8f286ca8-9ab0-4090-9ed9-c18c0b2ab1cf> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_55>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a23a4358-0536-4304-a76e-cb0631e450a1> . + + <http://vitis-explorer.inrae.fr/id/instant/a097c4fe-1c79-4046-99a5-938029ea863f> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.618458+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2a8f6e2f-ad7a-434c-a811-6972f3ab96b2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_56>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a097c4fe-1c79-4046-99a5-938029ea863f> . + + <http://vitis-explorer.inrae.fr/id/instant/3c1451d1-1897-47ca-8c59-f45c358a5f54> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.638294+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/662a28f6-0b4a-40e3-8033-20d0241369ef> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_57>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3c1451d1-1897-47ca-8c59-f45c358a5f54> . + + <http://vitis-explorer.inrae.fr/id/instant/a34b00f3-8da7-41b9-a07a-d29b9063df5c> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.652818+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/dded143e-a028-42bc-a2b4-1d5781d3f4ed> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_58>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a34b00f3-8da7-41b9-a07a-d29b9063df5c> . + + <http://vitis-explorer.inrae.fr/id/instant/5d8d1b6b-63e1-4c62-938f-7b2e3a2b95b0> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.664782+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/76f7f7f3-0260-4d03-9872-eb56a3c43499> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_59>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5d8d1b6b-63e1-4c62-938f-7b2e3a2b95b0> . + + <http://vitis-explorer.inrae.fr/id/instant/44ee2bd0-36fb-4681-9d00-fd9cd65bb339> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.677907+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9bb26f41-b234-439d-833f-2744190916ea> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_60>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/44ee2bd0-36fb-4681-9d00-fd9cd65bb339> . + + <http://vitis-explorer.inrae.fr/id/instant/7c616070-09e4-48dd-97aa-32761ead23bf> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.690367+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9058bbb9-8945-4033-9652-a2ce182981fc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_61>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7c616070-09e4-48dd-97aa-32761ead23bf> . + + <http://vitis-explorer.inrae.fr/id/instant/9b65aac3-59a5-4687-a3bb-eb8533dfcf77> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.700792+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a5575487-1810-4e95-a7c0-def08d786d4e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_62>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9b65aac3-59a5-4687-a3bb-eb8533dfcf77> . + + <http://vitis-explorer.inrae.fr/id/instant/31540b65-4bb6-4c8a-935e-d9a530bb5d0c> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.712151+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/615b1e0f-a096-45f2-92e4-c575a9a9dc6f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_63>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/31540b65-4bb6-4c8a-935e-d9a530bb5d0c> . + + <http://vitis-explorer.inrae.fr/id/instant/289de6a6-14d5-4668-b83c-e66b44dca87e> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.723528+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a56f1532-1d6a-4956-a5c6-0e055b208100> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_64>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/289de6a6-14d5-4668-b83c-e66b44dca87e> . + + <http://vitis-explorer.inrae.fr/id/instant/8d5a8230-720a-406f-a855-9833cc1d0a60> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.739569+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fee30c4c-d49c-43f4-b906-055c5f2b2b50> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_65>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8d5a8230-720a-406f-a855-9833cc1d0a60> . + + <http://vitis-explorer.inrae.fr/id/instant/201be72c-94fe-42f2-9f9d-002b104fb34d> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.755245+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fdecb26b-2e3a-4eb1-9ab5-398ea2cecafb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_66>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/201be72c-94fe-42f2-9f9d-002b104fb34d> . + + <http://vitis-explorer.inrae.fr/id/instant/72d5e4a7-4e1a-49ec-8677-b93267d3e8f1> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.776436+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8c04e879-c644-46ee-a697-07e1f4255740> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_67>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/72d5e4a7-4e1a-49ec-8677-b93267d3e8f1> . + + <http://vitis-explorer.inrae.fr/id/instant/ba2b92a3-e41b-4a2c-a376-e039fcba59a3> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.793312+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ed1a2492-9dd2-4838-a683-b9f93454ea74> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_68>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ba2b92a3-e41b-4a2c-a376-e039fcba59a3> . + + <http://vitis-explorer.inrae.fr/id/instant/65f40e5f-6171-4466-8aed-1d6b4096b6f9> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.809527+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/279be485-b38d-49f4-ab30-ee60e953a71b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_69>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/65f40e5f-6171-4466-8aed-1d6b4096b6f9> . + + <http://vitis-explorer.inrae.fr/id/instant/d16d2006-3d60-46b7-ae2b-153b1760b010> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.826161+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/47abb9ff-c45b-4956-846e-c3a9ca233d02> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_70>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d16d2006-3d60-46b7-ae2b-153b1760b010> . + + <http://vitis-explorer.inrae.fr/id/instant/5a0d7d76-b751-4d9b-94f6-28a79a2b9648> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.840651+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9c1e8c92-220a-455a-9179-e61c28de9c19> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_71>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5a0d7d76-b751-4d9b-94f6-28a79a2b9648> . + + <http://vitis-explorer.inrae.fr/id/instant/2cd05dab-49a7-4703-8dfe-6184bffff5e9> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.855728+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9b5ce1c0-3855-4043-bf0a-8d64eeeec4e9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_72>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/2cd05dab-49a7-4703-8dfe-6184bffff5e9> . + + <http://vitis-explorer.inrae.fr/id/instant/c13d8b62-70dc-4563-92ae-0b012baee765> a + time:Instant; + time:inXSDDateTimeStamp "2022-04-25T16:33:40.869723+02:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/43a5f481-0e4d-4611-b91f-193bf85e1bb3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_73>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c13d8b62-70dc-4563-92ae-0b012baee765> . +} + +<http://vitis-explorer.inrae.fr/set/properties> { + vitis-explorer:MustObject a owl:Class, <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassExtension>; + rdfs:label "Must"@en, "Moût"@fr; + rdfs:comment """Jus issu de raisins écrasés +"""@fr, "Juice from crushed raisins"@en; + rdfs:subClassOf vocabulary:ScientificObject; + <http://www.opensilex.org/vocabulary/owl-vue-extension#isAbstractClass> false . + + vitis-explorer:Wine a owl:Class, <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassExtension>; + rdfs:label "Wine"@en, "Vin"@fr; + rdfs:comment "vin"@fr, "wine"@en; + rdfs:subClassOf vocabulary:ScientificObject; + <http://www.opensilex.org/vocabulary/owl-vue-extension#isAbstractClass> false . + + vitis-explorer:Degust a owl:Class, <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassExtension>; + rdfs:label "Degust"@en, "Dégustation"@fr; + rdfs:comment "Une séance de dégustation"@fr, "A session of wine degust"@en; + rdfs:subClassOf vocabulary:ScientificObject; + <http://www.opensilex.org/vocabulary/owl-vue-extension#isAbstractClass> false . +} + +<http://www.opensilex.org/vocabulary/oeso> { + vocabulary:hasGeometry a owl:DatatypeProperty; + rdfs:label "Geometry"@en, "Géométrie"@fr; + rdfs:comment "Geospatial coordinates of the object, in WKT format"@en, "Coordonnées géospatiales de l'objet, au format WKT"@fr; + rdfs:range xsd:string; + rdfs:domain vocabulary:ScientificObject . + + _:genid-9680bf0f7dd24180a40001ce163fefba-DDCA8A5F92823DEEEDC4659E4DB4991C rdf:first + vocabulary:Experiment; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-DE27A53E1BC6F99747E902328E04630A . + + _:genid-9680bf0f7dd24180a40001ce163fefba-DE27A53E1BC6F99747E902328E04630A rdf:first + vocabulary:Project; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-6E15A4065418120D48E9FD4D507B3749 rdf:first + vocabulary:Experiment; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-0FABD6B66175D1B143B91DE4FDB04619 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0FABD6B66175D1B143B91DE4FDB04619 rdf:first + vocabulary:Project; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-4503948120279931CCF285E628A97512 rdf:first + vocabulary:Project; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9704E28A767A1B9FA5AB71CED97DF368 rdf:first + vocabulary:Experiment; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-4503948120279931CCF285E628A97512 . +} + +<http://vitis-explorer.inrae.fr/set/device> { + <http://vitis-explorer.inrae.fr/id/device/getagri> a vocabulary:Software; + rdfs:label "GETARI" . +} + +<http://www.w3.org/2006/vcard/ns> { + _:genid-9680bf0f7dd24180a40001ce163fefba-20EB0FFA078C13784DD864CC3653BA84 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-E71758A29E53B30CC3820515B111C144; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-816F9E8F0C6F74D5E04062930D5C3925 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-E71758A29E53B30CC3820515B111C144 a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-8142148DA2BA8A1D38DC54538DC6A3FF . + + _:genid-9680bf0f7dd24180a40001ce163fefba-816F9E8F0C6F74D5E04062930D5C3925 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-B866539B25B461806177903170556A4E; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-D251391539A3B0BF532C8E6C9C43D4FA . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B866539B25B461806177903170556A4E a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-910DA1C72A3E525D0E5C428FC7036ABE . + + _:genid-9680bf0f7dd24180a40001ce163fefba-D251391539A3B0BF532C8E6C9C43D4FA rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-02D35DA878EE6C308DB31ED13C6FFCA9; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-F333E25F62BA40F574550981E6BD4D32 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-8142148DA2BA8A1D38DC54538DC6A3FF rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-3CAA501EAFC8A911BD2E2C5CBC2BF863; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-92F1343728E1BE71A3576183297C22C4 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7A9624A177A7AF3042CE06BCD2AA9CC0 a owl:Restriction; + owl:onProperty vcard:postal-code; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-92F1343728E1BE71A3576183297C22C4 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-3D340B05F5BFF9CFEF45CE495F496195; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-3D340B05F5BFF9CFEF45CE495F496195 a owl:Restriction; + owl:onProperty vcard:additional-name; + owl:minCardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C229FD2C1F97E690A17359C443A1A49D rdf:first + xsd:dateTime; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-7FA459E748AE46F4FE9B40419EA14D64 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7FA459E748AE46F4FE9B40419EA14D64 rdf:first + xsd:gYear; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-E6BC78F27D4EBE1DE1DB3362953AD3AA a owl:Restriction; + owl:onProperty vcard:honorific-prefix; + owl:minCardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9CAD8DEE695DB8352F7FFBA9CCBFE05C rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-8D96B426E5AA8BE1F1CC4DA48A8568C0; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-8D96B426E5AA8BE1F1CC4DA48A8568C0 a owl:Restriction; + owl:onProperty vcard:hasMember; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger; + owl:onClass vcard:Kind . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C35F7B8DEE89DA2C911F4159D990D39A a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-9A1A2E3D8C25989471DF8E46FFA5D73E . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9A1A2E3D8C25989471DF8E46FFA5D73E rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-7F6ECEA93BC0A0CCC6183B6D43659A32; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-E711743C4170A378504F9333362E5E74 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7F6ECEA93BC0A0CCC6183B6D43659A32 a owl:Restriction; + owl:onProperty vcard:locality; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-E711743C4170A378504F9333362E5E74 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-1F36E74C6800F3D39DEC1AC3651E2799; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-321FD49CFC99D337183ECFD82A6E7ECB a owl:Restriction; + owl:onProperty vcard:hasMember; + owl:someValuesFrom vcard:Kind . + + _:genid-9680bf0f7dd24180a40001ce163fefba-82FFE6AB757E27FE56553CDB62B2B93B rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-7A9624A177A7AF3042CE06BCD2AA9CC0; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-9486B4B1DB67089D4092C0755E95A659 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9486B4B1DB67089D4092C0755E95A659 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-228FC55B666640972CEC4EBBACB7C9C9; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-228FC55B666640972CEC4EBBACB7C9C9 a owl:Restriction; + owl:onProperty vcard:postal-code; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-77D4C0EAE5A3422BDEC553C76CCC6490 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-6C5B1D3035FF98EA1405318BEBB75DB4; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-03459F03DB8BD54E954A0B65155486CA . + + _:genid-9680bf0f7dd24180a40001ce163fefba-6C5B1D3035FF98EA1405318BEBB75DB4 a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-B22C774D4FEAA1015094EC8CD3A78660 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-03459F03DB8BD54E954A0B65155486CA rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-224C9AE37E4ADABABCB97FF2D1502B63; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-224C9AE37E4ADABABCB97FF2D1502B63 a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-6C35E3F6DC48118AF63DB057A7C40DFA . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B22C774D4FEAA1015094EC8CD3A78660 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-B113713E59A5DC4CAD85FA0DCFD97C7B; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-7E6896C4764AD4F752DDC921EEE9E5C4 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-19070F4E8E34ADBA603D32DBD9250AF4 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-F53F2EB26611BC431230CDCADEBD9EE6; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F53F2EB26611BC431230CDCADEBD9EE6 a owl:Restriction; + owl:onProperty vcard:country-name; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A73A891079B804A7927B03CFF77E399C rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-A37FAC8BEC21363D52E9892C65B9128A; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A37FAC8BEC21363D52E9892C65B9128A a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-637AC078A769EC285500A64D1E6BC641 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-637AC078A769EC285500A64D1E6BC641 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-442FA045A646C6454136828174FD862E; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-BEB476DA53C7810F93B3D107E03A9A39 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-6C35E3F6DC48118AF63DB057A7C40DFA rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-59F57B80D453B945D737E0CF89828833; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-B1C79FAEC0ACE7DA28CDC9C54B69E3C4 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-59F57B80D453B945D737E0CF89828833 a owl:Restriction; + owl:onProperty vcard:street-address; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B1C79FAEC0ACE7DA28CDC9C54B69E3C4 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-9351C17B819E1B9D893F95EFC853FDB6; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-4AD38A32C39CA97BE5A4A5748C160A7D rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-321FD49CFC99D337183ECFD82A6E7ECB; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-9CAD8DEE695DB8352F7FFBA9CCBFE05C . + + _:genid-9680bf0f7dd24180a40001ce163fefba-02D35DA878EE6C308DB31ED13C6FFCA9 a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-A3CE6BDDDBFB005CAB8F86949FF2A7F4 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F333E25F62BA40F574550981E6BD4D32 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-0DC18B6B41F7D6A17DCCEE070C099D0F; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-A73A891079B804A7927B03CFF77E399C . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0DC18B6B41F7D6A17DCCEE070C099D0F a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-A9EEAF8368731090A1A933F5E44D678D . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A3CE6BDDDBFB005CAB8F86949FF2A7F4 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-A4D86A32E352C6D1CCC74625CC7A104D; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-AC5AC4C48245675E357AF0BF7389996E . + + _:genid-9680bf0f7dd24180a40001ce163fefba-483D6623E11CC17DF25A6650D528E35E a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-C13CB84E3B8BC4C0BC3EDA19C79E7408 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-C13CB84E3B8BC4C0BC3EDA19C79E7408 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-30C195CDA57687961BA1047801B200B9; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-19070F4E8E34ADBA603D32DBD9250AF4 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-30C195CDA57687961BA1047801B200B9 a owl:Restriction; + owl:onProperty vcard:country-name; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A9EEAF8368731090A1A933F5E44D678D rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-8BF7FEE3A7B143FEE2A8AC434D5F8502; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-DF439E9DAA3C7D6BAD49F272550BABB4 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-8BF7FEE3A7B143FEE2A8AC434D5F8502 a owl:Restriction; + owl:onProperty vcard:honorific-prefix; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-DF439E9DAA3C7D6BAD49F272550BABB4 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-E6BC78F27D4EBE1DE1DB3362953AD3AA; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A4D86A32E352C6D1CCC74625CC7A104D a owl:Restriction; + owl:onProperty vcard:given-name; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-3CAA501EAFC8A911BD2E2C5CBC2BF863 a owl:Restriction; + owl:onProperty vcard:additional-name; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1F36E74C6800F3D39DEC1AC3651E2799 a owl:Restriction; + owl:onProperty vcard:locality; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-2B9D948AB05098AFF9DE3B853D9C53F2 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-331BF2CE61FC549AA727A6BF090B1310; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-77D4C0EAE5A3422BDEC553C76CCC6490 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-331BF2CE61FC549AA727A6BF090B1310 a owl:Class; + owl:intersectionOf _:genid-9680bf0f7dd24180a40001ce163fefba-82FFE6AB757E27FE56553CDB62B2B93B . + + _:genid-9680bf0f7dd24180a40001ce163fefba-BEB476DA53C7810F93B3D107E03A9A39 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-77A730147E7C01135A3A0F407E33E308; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-77A730147E7C01135A3A0F407E33E308 a owl:Restriction; + owl:onProperty vcard:honorific-suffix; + owl:minCardinality "0"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B437464DB1CD65683B593C41C156542C rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-F17CACFA2FA9F291520263BA18BABFEC; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F17CACFA2FA9F291520263BA18BABFEC a owl:Restriction; + owl:onProperty vcard:family-name; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-51ADACF2FF9705D96608B2CDFFC2B1E8 rdf:first + xsd:dateTime; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-15AF834D4A0EA02C357F79C11BFB02AE . + + _:genid-9680bf0f7dd24180a40001ce163fefba-15AF834D4A0EA02C357F79C11BFB02AE rdf:first + xsd:dateTimeStamp; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-1AC69D1110AED597783CDAE36E2DC8E1 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1AC69D1110AED597783CDAE36E2DC8E1 rdf:first + xsd:gYear; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-B113713E59A5DC4CAD85FA0DCFD97C7B a owl:Restriction; + owl:onProperty vcard:region; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7E6896C4764AD4F752DDC921EEE9E5C4 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-DAA591160E3B76A0FC638AA2B6128298; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-DAA591160E3B76A0FC638AA2B6128298 a owl:Restriction; + owl:onProperty vcard:region; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-EEF3DF0DB0C6472930BA03B14829E969 a owl:Restriction; + owl:onProperty vcard:family-name; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-AC5AC4C48245675E357AF0BF7389996E rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-84519D431E01C7C5E11297300DF3325E; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-84519D431E01C7C5E11297300DF3325E a owl:Restriction; + owl:onProperty vcard:given-name; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-442FA045A646C6454136828174FD862E a owl:Restriction; + owl:onProperty vcard:honorific-suffix; + owl:someValuesFrom xsd:string . + + _:genid-9680bf0f7dd24180a40001ce163fefba-910DA1C72A3E525D0E5C428FC7036ABE rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-EEF3DF0DB0C6472930BA03B14829E969; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-B437464DB1CD65683B593C41C156542C . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A043A431BBC0870BD514990F46CF2A4D rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-483D6623E11CC17DF25A6650D528E35E; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-0D76073764A62E9E89E00F8CFDDB27FC . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0D76073764A62E9E89E00F8CFDDB27FC rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-C35F7B8DEE89DA2C911F4159D990D39A; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-2B9D948AB05098AFF9DE3B853D9C53F2 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9351C17B819E1B9D893F95EFC853FDB6 a owl:Restriction; + owl:onProperty vcard:street-address; + owl:maxCardinality "1"^^xsd:nonNegativeInteger . +} + +<http://www.w3.org/ns/org> { + _:genid-9680bf0f7dd24180a40001ce163fefba-B3AC755CDBD10B45E7F63414D84B6CAD rdf:first + org:Post; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-512F69AE3490D0FCDEC93BFE31A2735D rdf:first + org:Organization; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-FC35CDF7AFAF10B081A19A2D5871BF70 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-FC35CDF7AFAF10B081A19A2D5871BF70 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-11E5677B3C5E4BF3A5FC8B28A9B2394E; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-11E5677B3C5E4BF3A5FC8B28A9B2394E a owl:Restriction; + owl:onProperty org:hasMember; + owl:allValuesFrom org:Organization . + + _:genid-9680bf0f7dd24180a40001ce163fefba-42D91FE7679082769259C0781272A492 rdf:first + <http://xmlns.com/foaf/0.1/Agent>; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-0A7DD5E2B1DF9F92A2B2079266D7D64F . + + _:genid-9680bf0f7dd24180a40001ce163fefba-64253F1D650CAFFA52F326D907F71C17 rdf:first + <http://xmlns.com/foaf/0.1/Agent>; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-6805E1A4D296B5B45DC0A7B4F6620689 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-456DC11693C08D8A482F8A84294F0DBE rdf:first + org:originalOrganization; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-F0BAD11957B2438D4A2B51CAE70F3E43 rdf:first + org:Membership; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-B3AC755CDBD10B45E7F63414D84B6CAD . + + _:genid-9680bf0f7dd24180a40001ce163fefba-6805E1A4D296B5B45DC0A7B4F6620689 rdf:first + org:Post; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0A7DD5E2B1DF9F92A2B2079266D7D64F rdf:first + org:Post; + rdf:rest rdf:nil . +} + +<http://www.w3.org/ns/oa> { + _:genid-9680bf0f7dd24180a40001ce163fefba-A5FA89F942C687460742B7473AF891AE a <http://xmlns.com/foaf/0.1/Person>; + <http://xmlns.com/foaf/0.1/name> "Benjamin Young" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7B2B3D92FA7F41396852E6A7CD395F4F a <http://xmlns.com/foaf/0.1/Person>; + <http://xmlns.com/foaf/0.1/name> "Robert Sanderson" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-9DA2DAC45E5E69CF7E616214087A96EB a <http://xmlns.com/foaf/0.1/Person>; + <http://xmlns.com/foaf/0.1/name> "Paolo Ciccarese" . +} + +<http://www.opensilex.org/vocabulary/oeev> { + _:genid-9680bf0f7dd24180a40001ce163fefba-2DA1C7583FA0F1D2D5135BB508A1CCDA rdf:first + oeev:FacilityManagement; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-64CDC3D8E9046D02E57BC3027E5E4AF6 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-64CDC3D8E9046D02E57BC3027E5E4AF6 rdf:first + oeev:Move; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-7F528230300649F0B207224E0E823A29 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-7F528230300649F0B207224E0E823A29 rdf:first + oeev:ScientificObjectManagement; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-2895ABA7393DC1FA459719C3B2C715EF . + + _:genid-9680bf0f7dd24180a40001ce163fefba-2895ABA7393DC1FA459719C3B2C715EF rdf:first + oeev:Trouble; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-A20CC6378F345730780B537A3441095F a owl:AllDisjointClasses; + owl:members _:genid-9680bf0f7dd24180a40001ce163fefba-2DA1C7583FA0F1D2D5135BB508A1CCDA . +} + +<http://www.w3.org/2006/time> { + _:genid-9680bf0f7dd24180a40001ce163fefba-B53B374F6DE01D508553F17B2E90773B xsd:pattern + "---(0[1-9]|[1-9][0-9])(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-2E9FA43BD4FB6ADB8D51BDDEB9132DE4 rdf:first + time:TemporalPosition; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-BCB1C0BFF2244B69ED9B32BECA0A826F . + + _:genid-9680bf0f7dd24180a40001ce163fefba-BCB1C0BFF2244B69ED9B32BECA0A826F rdf:first + time:GeneralDurationDescription; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-1E3EFF9C3E09A8ADB33DA62A1EF52B90 a owl:Restriction; + owl:onProperty time:numericPosition; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-0E76AA8459052AF2B7F1EC7107773882 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-1E3EFF9C3E09A8ADB33DA62A1EF52B90; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-6EF0D7C104A840E3BD7D8E0929BD4AA9 . + + _:genid-9680bf0f7dd24180a40001ce163fefba-6EF0D7C104A840E3BD7D8E0929BD4AA9 rdf:first + _:genid-9680bf0f7dd24180a40001ce163fefba-E32795193B03A968BC18D3DDE01AC40A; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-E32795193B03A968BC18D3DDE01AC40A a owl:Restriction; + owl:onProperty time:nominalPosition; + owl:cardinality "1"^^xsd:nonNegativeInteger . + + _:genid-9680bf0f7dd24180a40001ce163fefba-4F77CB37ADF824FA9FBE93D671FDA5BE xsd:pattern + "-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" . + + _:genid-9680bf0f7dd24180a40001ce163fefba-979DF54B23E2B0CD0B430CA2DE30A14E rdf:first + time:Interval; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-55068B592EA8CB7CFEACA08E14C18189 rdf:first + time:GeneralDateTimeDescription; + rdf:rest _:genid-9680bf0f7dd24180a40001ce163fefba-48C154F157E3A1EB2EC91BB9A15DE17B . + + _:genid-9680bf0f7dd24180a40001ce163fefba-48C154F157E3A1EB2EC91BB9A15DE17B rdf:first + time:Duration; + rdf:rest rdf:nil . + + _:genid-9680bf0f7dd24180a40001ce163fefba-4BA3358D4A868B779AF22EBDCB3E569B xsd:pattern + "--(0[1-9]|1[0-9]|20)(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" . +} + +<http://vitis-explorer.inrae.fr/set/user> { + <http://vitis-explorer.inrae.fr/id/user/marie.lahaye> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$B7C0nbrAtEPsEHCwSmEE5OqHaYA1Hw6yImZ1DqQnrRO9wqHjEPD4a"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "marie.lahaye@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Lahaye"; + <http://xmlns.com/foaf/0.1/firstName> "Marie" . + + <http://vitis-explorer.inrae.fr/id/user/charlotte.brault> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$juLp7oJN..awyU1ZLY0rZOC/sYTyw9zu2PbAX..sWAg9JPeHAOplK"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "charlotte.brault@vignevin.com"; + <http://xmlns.com/foaf/0.1/lastName> "Brault"; + <http://xmlns.com/foaf/0.1/firstName> "Charlotte" . + + <http://vitis-explorer.inrae.fr/id/user/maximilian.hart> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$Wz9SfDnahz7xr3cvl0TJpe9fChuJeI8E4hGXklbMsDRll9WbJXcoS"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "maximilian.hart@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Hart"; + <http://xmlns.com/foaf/0.1/firstName> "Maximilian" . + + <http://vitis-explorer.inrae.fr/id/user/guillaume.arnold> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$mjHwUqZ0umgJ3JoSp4k1JuKGUCp6UyJwmyvhQ9tgkt3JZvZeHJVg2"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "guillaume.arnold@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Arnold"; + <http://xmlns.com/foaf/0.1/firstName> "Guillaume" . + + <http://vitis-explorer.inrae.fr/id/user/geraldine.uriel> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$2uFSu2kdNjGVhrUvA1j0du0m1E5rWa9ZlAvVFFtEOLaYuNAQ6Xodm"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "geraldine.uriel@civc.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Uriel"; + <http://xmlns.com/foaf/0.1/firstName> "Geraldine" . + + <http://vitis-explorer.inrae.fr/id/user/cyril.pommier> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$UpE88ZborpBAI0zNGhEHjOsb/xRretTk8nRzfAyEGubIEpXUfTWOi"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "cyril.pommier@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Pommier"; + <http://xmlns.com/foaf/0.1/firstName> "Cyril" . + + <http://vitis-explorer.inrae.fr/id/user/clement.jonquet> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$qlcGpV43NWwiOwPpYel/uevFd9S8bdj9iX56.ujMfsLyYMWr1dZhS"; + os-sec:isAdmin true; + <http://xmlns.com/foaf/0.1/mbox> "clement.jonquet@inrae.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Jonquet"; + <http://xmlns.com/foaf/0.1/firstName> "Clement" . + + <http://vitis-explorer.inrae.fr/id/user/xavier.delpuech> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$jd32TUj7snvDLiM1PEyya.NcPzHOcokSbTRY4gLKZEm375wct0G0C"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "xavier.delpuech@vignevin.com"; + <http://xmlns.com/foaf/0.1/lastName> "Delpuech"; + <http://xmlns.com/foaf/0.1/firstName> "Xavier" . + + <http://vitis-explorer.inrae.fr/id/user/loiic.lecunff> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$dXfFXay/im482eQWdL9.2OHZFqsl/LXt7hvAGhFCwnrOp7bgsAcNK"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "loic.lecunff@vignevin.com"; + <http://xmlns.com/foaf/0.1/lastName> "Lecunff"; + <http://xmlns.com/foaf/0.1/firstName> "Loiic" . + + <http://vitis-explorer.inrae.fr/id/user/laurent.audeguin> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "en"; + os-sec:hasPasswordHash "$2a$12$hQgFT3jZnG2l99q.2TDMSOKwJ.vfqI4BG8Ct2wgVfZUixyQmz1/wa"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "laurent.audeguin@vignevin.com"; + <http://xmlns.com/foaf/0.1/lastName> "Audeguin"; + <http://xmlns.com/foaf/0.1/firstName> "Laurent" . + + <http://vitis-explorer.inrae.fr/id/user/anastasia.rocque> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$C5lg3B513UDt1uqoMiUAl.bCxP5OSPH1hW8K1MzSw0Cq6wJUUE8Jq"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "anastasia.rocque@vignevin.com"; + <http://xmlns.com/foaf/0.1/lastName> "Rocque"; + <http://xmlns.com/foaf/0.1/firstName> "Anastasia" . + + <http://vitis-explorer.inrae.fr/id/user/heloise.mahe> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$z7xsBZj3Q9DscePNlzExn.l4SOEG1hvrH4EeUDSB8JB8l7w6AMo9u"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "heloise.mahe@bivb.com"; + <http://xmlns.com/foaf/0.1/lastName> "Mahe"; + <http://xmlns.com/foaf/0.1/firstName> "Heloise" . + + <http://vitis-explorer.inrae.fr/id/user/laurent.charlier> a <http://xmlns.com/foaf/0.1/Agent>; + os-sec:hasLanguage "fr"; + os-sec:hasPasswordHash "$2a$12$7hFsH.Il1Pf.TPYzyCe9aO3TPCOE4Vofz7dAJcaOOEC1U.ZfDBhNy"; + os-sec:isAdmin false; + <http://xmlns.com/foaf/0.1/mbox> "laurent.charlier@vins-bordeaux.fr"; + <http://xmlns.com/foaf/0.1/lastName> "Charlier"; + <http://xmlns.com/foaf/0.1/firstName> "Laurent" . +} + +<http://vitis-explorer.inrae.fr/set/profile> { + <http://vitis-explorer.inrae.fr/id/profile/intgration_de_donnes> a os-sec:Profile; + rdfs:label "Intégration de données"; + os-sec:hasCredential "scientific-objects-delete", "package-access", "event-modification", + "device-access", "scientific-objects-access", "data-modification", "scientific-objects-modification", + "germplasm-access", "variable-access", "infrastructure-modification", "project-access", + "project-modification", "vocabulary-access", "group-modification", "experiment-access", + "germplasm-modification", "variable-modification", "factor-modification", "user-access", + "document-modification", "provenance-access", "group-access", "device-modification", + "user-modification", "annotation-modification", "experiment-modification", "data-delete", + "facility-modification", "document-access", "profile-access", "data-access", "area-modification", + "provenance-modification", "profile-modification", "organization-access", "event-access", + "facility-access" . +} + +<http://vitis-explorer.inrae.fr/set/group> { + <http://vitis-explorer.inrae.fr/id/group/821502008> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/intgration_de_donnes> . + + <http://vitis-explorer.inrae.fr/id/group/652050140> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/guillaume.arnold>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/intgration_de_donnes> . + + <http://vitis-explorer.inrae.fr/id/group/1854359441> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/charlotte.brault>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/intgration_de_donnes> . + + <http://vitis-explorer.inrae.fr/id/group/1844890785> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/clement.jonquet>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/intgration_de_donnes> . + + <http://vitis-explorer.inrae.fr/id/group/1278102239> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/geraldine.uriel>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/664103356> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/ha.pham>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/intgration_de_donnes> . + + <http://vitis-explorer.inrae.fr/id/group/1595206759> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/heloise.mahe>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/1900405028> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/anastasia.rocque>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/2074687712> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/cyril.pommier>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/1765911819> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/laurent.audeguin>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/552538042> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/laurent.charlier>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/973445490> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/xavier.delpuech>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . + + <http://vitis-explorer.inrae.fr/id/group/861553010> a os-sec:GroupUserProfile; + os-sec:hasUser <http://vitis-explorer.inrae.fr/id/user/loiic.lecunff>; + os-sec:hasProfile <http://vitis-explorer.inrae.fr/id/profile/nouveau_profil_de_test> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-testos> a vocabulary:Plot; + rdfs:label "testOS" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_10/1> a vocabulary:Plot; + rdfs:label "PU_10" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_11/1> a vocabulary:Plot; + rdfs:label "PU_11" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-test> a vocabulary:Row; + rdfs:label "TEST" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_test_1> a vocabulary:Plot; + rdfs:label "PU_test_1" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_test_2> a vocabulary:Plot; + rdfs:label "PU_test_2" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_test_2/1> a vocabulary:Plot; + rdfs:label "PU_test_2" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_test_3> a vocabulary:Plot; + rdfs:label "PU_test_3" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-asas> a vocabulary:Plot; + rdfs:label "asas" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-32202> a vocabulary:Plot; + rdfs:label 32202 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-32289> a vocabulary:Plot; + rdfs:label 32289 . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-so1_placette_test> a vocabulary:Plot; + rdfs:label "SO1_placette_test" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_1> a vocabulary:Plot; + rdfs:label "SOtest_PU_1" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_2> a vocabulary:Plot; + rdfs:label "SOtest_PU_2" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_5> a vocabulary:Plot; + rdfs:label "SOtest_PU_5" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_6> a vocabulary:Plot; + rdfs:label "SOtest_PU_6" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_3> a vocabulary:Plot; + rdfs:label "SOtest_PU_3" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_4> a vocabulary:Plot; + rdfs:label "SOtest_PU_4" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_7> a vocabulary:Plot; + rdfs:label "SOtest_PU_7" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_8> a vocabulary:Plot; + rdfs:label "SOtest_PU_8" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_9> a vocabulary:Plot; + rdfs:label "SOtest_PU_9" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_10> a vocabulary:Plot; + rdfs:label "SOtest_PU_10" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_11> a vocabulary:Plot; + rdfs:label "SOtest_PU_11" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_12> a vocabulary:Plot; + rdfs:label "SOtest_PU_12" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_13> a vocabulary:Plot; + rdfs:label "SOtest_PU_13" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_14> a vocabulary:Plot; + rdfs:label "SOtest_PU_14" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_15> a vocabulary:Plot; + rdfs:label "SOtest_PU_15" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_16> a vocabulary:Plot; + rdfs:label "SOtest_PU_16" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_17> a vocabulary:Plot; + rdfs:label "SOtest_PU_17" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_18> a vocabulary:Plot; + rdfs:label "SOtest_PU_18" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_19> a vocabulary:Plot; + rdfs:label "SOtest_PU_19" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_20> a vocabulary:Plot; + rdfs:label "SOtest_PU_20" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_21> a vocabulary:Plot; + rdfs:label "SOtest_PU_21" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_22> a vocabulary:Plot; + rdfs:label "SOtest_PU_22" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_23> a vocabulary:Plot; + rdfs:label "SOtest_PU_23" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_24> a vocabulary:Plot; + rdfs:label "SOtest_PU_24" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_25> a vocabulary:Plot; + rdfs:label "SOtest_PU_25" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_26> a vocabulary:Plot; + rdfs:label "SOtest_PU_26" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_27> a vocabulary:Plot; + rdfs:label "SOtest_PU_27" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_28> a vocabulary:Plot; + rdfs:label "SOtest_PU_28" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_29> a vocabulary:Plot; + rdfs:label "SOtest_PU_29" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_30> a vocabulary:Plot; + rdfs:label "SOtest_PU_30" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_31> a vocabulary:Plot; + rdfs:label "SOtest_PU_31" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_32> a vocabulary:Plot; + rdfs:label "SOtest_PU_32" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_33> a vocabulary:Plot; + rdfs:label "SOtest_PU_33" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_34> a vocabulary:Plot; + rdfs:label "SOtest_PU_34" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_35> a vocabulary:Plot; + rdfs:label "SOtest_PU_35" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_36> a vocabulary:Plot; + rdfs:label "SOtest_PU_36" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_37> a vocabulary:Plot; + rdfs:label "SOtest_PU_37" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_38> a vocabulary:Plot; + rdfs:label "SOtest_PU_38" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_39> a vocabulary:Plot; + rdfs:label "SOtest_PU_39" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_40> a vocabulary:Plot; + rdfs:label "SOtest_PU_40" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_41> a vocabulary:Plot; + rdfs:label "SOtest_PU_41" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_42> a vocabulary:Plot; + rdfs:label "SOtest_PU_42" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_43> a vocabulary:Plot; + rdfs:label "SOtest_PU_43" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_44> a vocabulary:Plot; + rdfs:label "SOtest_PU_44" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_45> a vocabulary:Plot; + rdfs:label "SOtest_PU_45" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_46> a vocabulary:Plot; + rdfs:label "SOtest_PU_46" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_47> a vocabulary:Plot; + rdfs:label "SOtest_PU_47" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_48> a vocabulary:Plot; + rdfs:label "SOtest_PU_48" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_49> a vocabulary:Plot; + rdfs:label "SOtest_PU_49" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_50> a vocabulary:Plot; + rdfs:label "SOtest_PU_50" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_51> a vocabulary:Plot; + rdfs:label "SOtest_PU_51" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_52> a vocabulary:Plot; + rdfs:label "SOtest_PU_52" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_53> a vocabulary:Plot; + rdfs:label "SOtest_PU_53" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_54> a vocabulary:Plot; + rdfs:label "SOtest_PU_54" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_55> a vocabulary:Plot; + rdfs:label "SOtest_PU_55" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_56> a vocabulary:Plot; + rdfs:label "SOtest_PU_56" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_57> a vocabulary:Plot; + rdfs:label "SOtest_PU_57" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_58> a vocabulary:Plot; + rdfs:label "SOtest_PU_58" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_59> a vocabulary:Plot; + rdfs:label "SOtest_PU_59" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_60> a vocabulary:Plot; + rdfs:label "SOtest_PU_60" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_61> a vocabulary:Plot; + rdfs:label "SOtest_PU_61" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_62> a vocabulary:Plot; + rdfs:label "SOtest_PU_62" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_63> a vocabulary:Plot; + rdfs:label "SOtest_PU_63" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_64> a vocabulary:Plot; + rdfs:label "SOtest_PU_64" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_65> a vocabulary:Plot; + rdfs:label "SOtest_PU_65" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_66> a vocabulary:Plot; + rdfs:label "SOtest_PU_66" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_67> a vocabulary:Plot; + rdfs:label "SOtest_PU_67" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_68> a vocabulary:Plot; + rdfs:label "SOtest_PU_68" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_69> a vocabulary:Plot; + rdfs:label "SOtest_PU_69" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_70> a vocabulary:Plot; + rdfs:label "SOtest_PU_70" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_71> a vocabulary:Plot; + rdfs:label "SOtest_PU_71" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_72> a vocabulary:Plot; + rdfs:label "SOtest_PU_72" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_73> a vocabulary:Plot; + rdfs:label "SOtest_PU_73" . +} + +<http://vitis-explorer.inrae.fr/set/variable> { + <http://vitis-explorer.inrae.fr/id/variable/entity.genotype_s1_-_s5> a vocabulary:Entity; + rdfs:label "Genotype S1 - S5"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin> . + + <http://vitis-explorer.inrae.fr/id/variable/characteristic.nombre_de_jours_de_gel> + a vocabulary:Characteristic; + rdfs:label "Nombre de jours de gel"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin> . + + <http://vitis-explorer.inrae.fr/id/variable/method.calcul_getari> a vocabulary:Method; + rdfs:label "Calcul GETARI"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin> . + + <http://vitis-explorer.inrae.fr/id/variable/unit.sans_unit> a vocabulary:Unit; + rdfs:label "Sans unité"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin> . + + <http://vitis-explorer.inrae.fr/id/variable/jours_de_gel> a vocabulary:Variable; + rdfs:label "Jours de gel"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin>; + vocabulary:hasCharacteristic <http://vitis-explorer.inrae.fr/id/variable/characteristic.nombre_de_jours_de_gel>; + vocabulary:hasMethod <http://vitis-explorer.inrae.fr/id/variable/method.calcul_getari>; + vocabulary:hasEntity <http://vitis-explorer.inrae.fr/id/variable/entity.genotype_s1_-_s5>; + vocabulary:hasUnit <http://vitis-explorer.inrae.fr/id/variable/unit.sans_unit>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Genotype_Nombre de jours de gel" . + + <http://vitis-explorer.inrae.fr/id/variable/entity_of_interest.pu> a vocabulary:EntityOfInterest; + rdfs:label "PU"; + rdfs:comment "Parcelle unitaire"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/eric.duchne> . +} + +<http://vitis-explorer.inrae.fr/set/experiment> { + <http://vitis-explorer.inrae.fr/id/experiment/exp_2020> a vocabulary:Experiment; + rdfs:label "EXP 2020"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2022-02-28"^^xsd:date; + vocabulary:endDate "2023-02-28"^^xsd:date; + vocabulary:isPublic false; + vocabulary:hasObjective "dadadad" . + + <http://vitis-explorer.inrae.fr/id/experiment/exp_2021> a vocabulary:Experiment; + rdfs:label "TEST_EXP_2021"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2021-01-01"^^xsd:date; + vocabulary:endDate "2021-12-31"^^xsd:date; + vocabulary:isPublic false; + vocabulary:hasObjective "Test experimentations 2021" . + + <http://vitis-explorer.inrae.fr/id/experiment/test_exp_2022> a vocabulary:Experiment; + rdfs:label "TEST_EXP_2022"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:startDate "2022-01-01"^^xsd:date; + vocabulary:endDate "2022-12-31"^^xsd:date; + vocabulary:isPublic false; + vocabulary:hasObjective "Test expérimentations 2022" . + + <http://vitis-explorer.inrae.fr/id/experiment/test_exp_2023_2024> a vocabulary:Experiment; + rdfs:label "TEST_EXP_2023_2024"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:startDate "2023-01-01"^^xsd:date; + vocabulary:endDate "2024-06-06"^^xsd:date; + vocabulary:isPublic false; + vocabulary:hasObjective "Test expérimentation années chevauchantes" . + + <http://vitis-explorer.inrae.fr/id/experiment/test_pop_50025_exp_2019> a vocabulary:Experiment; + rdfs:label "Test_pop_50025_EXP_2019"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2019-01-01"^^xsd:date; + vocabulary:endDate "2019-12-31"^^xsd:date; + vocabulary:isPublic false; + vocabulary:hasObjective "Test exp 2019 pop 50025"; + vocabulary:hasProject <http://vitis-explorer.inrae.fr/id/project/test_pop_50025> . + + <http://vitis-explorer.inrae.fr/id/experiment/test_pop_50025_exp_2020> a vocabulary:Experiment; + rdfs:label "Test_pop_50025_EXP_2020"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2020-01-01"^^xsd:date; + vocabulary:endDate "2020-12-31"^^xsd:date; + vocabulary:isPublic false; + vocabulary:hasObjective "Test exp 2020 pop 50025"; + vocabulary:hasProject <http://vitis-explorer.inrae.fr/id/project/test_pop_50025> . + + <http://vitis-explorer.inrae.fr/id/experiment/test_pop_50025_exp_2021> a vocabulary:Experiment; + rdfs:label "Test_pop_50025_EXP_2021"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2021-01-01"^^xsd:date; + vocabulary:endDate "2021-12-31"^^xsd:date; + vocabulary:isPublic false; + vocabulary:hasObjective "Test exp 2021 pop 50025"; + vocabulary:hasProject <http://vitis-explorer.inrae.fr/id/project/test_pop_50025> . + + <http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> a vocabulary:Experiment; + rdfs:label "ExpeTest_Viti"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/charlotte.brault>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>, <http://aims.fao.org/aos/agrovoc/c_11456>; + vocabulary:startDate "2017-03-01"^^xsd:date; + vocabulary:isPublic true; + vocabulary:hasObjective "Test ajout objets scientifiques" . +} + +<http://vitis-explorer.inrae.fr/set/properties> { + _:genid-a5611436d1ec45eaa86a0a94160bbe7d-b0 a owl:Restriction; + owl:maxQualifiedCardinality 1; + owl:onProperty vocabulary:hasGermplasm; + owl:minQualifiedCardinality 0; + owl:onClass vocabulary:Germplasm . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwww3org200001rdf-schemalabel> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 0; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> rdfs:label . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwww3org200001rdf-schemacomment> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 1; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> rdfs:comment . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwwopensilexorgvocabularyoesohascreationdate> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 2; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> vocabulary:hasCreationDate . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwwopensilexorgvocabularyoesohasgermplasm> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 3; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> vocabulary:hasGermplasm . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwwopensilexorgvocabularyoesohasdestructiondate> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 4; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> vocabulary:hasDestructionDate . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwwopensilexorgvocabularyoesohasfactorlevel> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 5; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> vocabulary:hasFactorLevel . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwwopensilexorgvocabularyoesohasgeometry> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 6; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> vocabulary:hasGeometry . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwwopensilexorgvocabularyoesohasreplication> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 7; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> vocabulary:hasReplication . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwwopensilexorgvocabularyoesoishosted> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 8; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> vocabulary:isHosted . + + <http://vitis-explorer.inrae.fr/id/properties/vocabularyplot.httpwwwopensilexorgvocabularyoesoispartof> + a <http://www.opensilex.org/vocabulary/owl-vue-extension#ClassPropertyExtension>; + <http://www.opensilex.org/vocabulary/owl-vue-extension#fromOwlClass> vocabulary:Plot; + <http://www.opensilex.org/vocabulary/owl-vue-extension#hasDisplayOrder> 9; + <http://www.opensilex.org/vocabulary/owl-vue-extension#toOwlProperty> vocabulary:isPartOf . + + vocabulary:SubVariety a owl:ObjectProperty; + rdfs:label "asas"@fr, "asasa"@en; + rdfs:subPropertyOf vocabulary:hasGermplasm; + rdfs:comment "asa"@fr, "sasas"@en; + rdfs:range vocabulary:Germplasm; + rdfs:domain vocabulary:ScientificObject . + + _:genid-2a5baeb1e5944f808ddfcbb9adfc8e06-b0 a owl:Restriction; + owl:maxQualifiedCardinality 1; + owl:onProperty vocabulary:SubVariety; + owl:minQualifiedCardinality 0; + owl:onClass vocabulary:Germplasm . +} + +<http://vitis-explorer.inrae.fr/id/experiment/exp_2020> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_10/1> a vocabulary:Plot; + rdfs:label "PU_10" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_11/1> a vocabulary:Plot; + rdfs:label "PU_11" . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-test> a vocabulary:Row; + rdfs:label "TEST" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/test_exp_2022> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_test_3> a vocabulary:Plot; + rdfs:label "PU_test_3" . +} + +<http://vitis-explorer.inrae.fr/set/variablesGroup> { + <http://vitis-explorer.inrae.fr/id/variablesGroup/indicateurs_agroclimatiques> a vocabulary:VariablesGroup; + rdfs:label "Indicateurs Agroclimatiques"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/admin.admin>; + rdfs:member <http://vitis-explorer.inrae.fr/id/variable/jours_de_gel> . +} + +<http://vitis-explorer.inrae.fr/set/project> { + <http://vitis-explorer.inrae.fr/id/project/test_pop_50025> a vocabulary:Project; + rdfs:label "Test_pop_50025"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasFinancialFunding "unite"; + vocabulary:startDate "2012-01-01"^^xsd:date; + vocabulary:endDate "2026-12-31"^^xsd:date . +} + +<http://vitis-explorer.inrae.fr/set/germplasm> { + <http://vitis-explorer.inrae.fr/id/germplasm/accession.1279s> a vocabulary:Accession; + rdfs:label "1279S"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:hasId "HYB.50025.Col.1279S" . + + <http://vitis-explorer.inrae.fr/id/germplasm/accession.1391s> a vocabulary:Accession; + rdfs:label "1391S"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:hasId "HYB.50025.Col.1391S" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/test_pop_50025_exp_2019> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-32202> a vocabulary:Plot; + rdfs:label "32202"; + rdfs:comment "Bloc : 1 - Premier rang : 17 - Première souche : 5 - Type : Pop"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/accession.1279s> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/test_pop_50025_exp_2020> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-32202> a vocabulary:Plot; + rdfs:label "32202"; + rdfs:comment "Bloc : 1 - Premier rang : 17 - Première souche : 5 - Type : Pop"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/accession.1279s> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/test_pop_50025_exp_2021> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-32202> a vocabulary:Plot; + rdfs:label "32202"; + rdfs:comment "Bloc : 1 - Premier rang : 17 - Première souche : 5 - Type : Pop"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/accession.1279s> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/test_pop_50025_all_exp> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-32202> a vocabulary:Plot; + rdfs:label "32202"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/accession.1279s> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-so1_placette_test> a vocabulary:Plot; + rdfs:label "SO1_placette_test"; + vocabulary:SubVariety <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_1> a vocabulary:Plot; + rdfs:label "SOtest_PU_1"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0012e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_2> a vocabulary:Plot; + rdfs:label "SOtest_PU_2"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0021e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_5> a vocabulary:Plot; + rdfs:label "SOtest_PU_5"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_6> a vocabulary:Plot; + rdfs:label "SOtest_PU_6"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0042e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_3> a vocabulary:Plot; + rdfs:label "SOtest_PU_3"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0012d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_4> a vocabulary:Plot; + rdfs:label "SOtest_PU_4"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_7> a vocabulary:Plot; + rdfs:label "SOtest_PU_7"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0024e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_8> a vocabulary:Plot; + rdfs:label "SOtest_PU_8"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_9> a vocabulary:Plot; + rdfs:label "SOtest_PU_9"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0055e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_10> a vocabulary:Plot; + rdfs:label "SOtest_PU_10"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0032d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_11> a vocabulary:Plot; + rdfs:label "SOtest_PU_11"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0025e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_12> a vocabulary:Plot; + rdfs:label "SOtest_PU_12"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0014d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_13> a vocabulary:Plot; + rdfs:label "SOtest_PU_13"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0040e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_14> a vocabulary:Plot; + rdfs:label "SOtest_PU_14"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0020e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_15> a vocabulary:Plot; + rdfs:label "SOtest_PU_15"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0027e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_16> a vocabulary:Plot; + rdfs:label "SOtest_PU_16"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0006e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_17> a vocabulary:Plot; + rdfs:label "SOtest_PU_17"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_18> a vocabulary:Plot; + rdfs:label "SOtest_PU_18"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0057e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_19> a vocabulary:Plot; + rdfs:label "SOtest_PU_19"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0015e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_20> a vocabulary:Plot; + rdfs:label "SOtest_PU_20"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0002e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_21> a vocabulary:Plot; + rdfs:label "SOtest_PU_21"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0054e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_22> a vocabulary:Plot; + rdfs:label "SOtest_PU_22"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0037e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_23> a vocabulary:Plot; + rdfs:label "SOtest_PU_23"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_24> a vocabulary:Plot; + rdfs:label "SOtest_PU_24"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0022e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_25> a vocabulary:Plot; + rdfs:label "SOtest_PU_25"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0052e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_26> a vocabulary:Plot; + rdfs:label "SOtest_PU_26"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0017e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_27> a vocabulary:Plot; + rdfs:label "SOtest_PU_27"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0039e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_28> a vocabulary:Plot; + rdfs:label "SOtest_PU_28"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0007e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_29> a vocabulary:Plot; + rdfs:label "SOtest_PU_29"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0031e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_30> a vocabulary:Plot; + rdfs:label "SOtest_PU_30"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_31> a vocabulary:Plot; + rdfs:label "SOtest_PU_31"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_32> a vocabulary:Plot; + rdfs:label "SOtest_PU_32"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0009d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_33> a vocabulary:Plot; + rdfs:label "SOtest_PU_33"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0005e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_34> a vocabulary:Plot; + rdfs:label "SOtest_PU_34"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0051e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_35> a vocabulary:Plot; + rdfs:label "SOtest_PU_35"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0009e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_36> a vocabulary:Plot; + rdfs:label "SOtest_PU_36"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0055d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_37> a vocabulary:Plot; + rdfs:label "SOtest_PU_37"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0048e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_38> a vocabulary:Plot; + rdfs:label "SOtest_PU_38"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0031d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_39> a vocabulary:Plot; + rdfs:label "SOtest_PU_39"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0030e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_40> a vocabulary:Plot; + rdfs:label "SOtest_PU_40"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_41> a vocabulary:Plot; + rdfs:label "SOtest_PU_41"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0045e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_42> a vocabulary:Plot; + rdfs:label "SOtest_PU_42"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0035e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_43> a vocabulary:Plot; + rdfs:label "SOtest_PU_43"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0053d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_44> a vocabulary:Plot; + rdfs:label "SOtest_PU_44"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0038e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_45> a vocabulary:Plot; + rdfs:label "SOtest_PU_45"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0044e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_46> a vocabulary:Plot; + rdfs:label "SOtest_PU_46"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0053e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_47> a vocabulary:Plot; + rdfs:label "SOtest_PU_47"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_48> a vocabulary:Plot; + rdfs:label "SOtest_PU_48"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0036e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_49> a vocabulary:Plot; + rdfs:label "SOtest_PU_49"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_50> a vocabulary:Plot; + rdfs:label "SOtest_PU_50"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_51> a vocabulary:Plot; + rdfs:label "SOtest_PU_51"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0034e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_52> a vocabulary:Plot; + rdfs:label "SOtest_PU_52"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0014e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_53> a vocabulary:Plot; + rdfs:label "SOtest_PU_53"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.chardonnay> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_54> a vocabulary:Plot; + rdfs:label "SOtest_PU_54"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0054d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_55> a vocabulary:Plot; + rdfs:label "SOtest_PU_55"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_56> a vocabulary:Plot; + rdfs:label "SOtest_PU_56"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0047e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_57> a vocabulary:Plot; + rdfs:label "SOtest_PU_57"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0046e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_58> a vocabulary:Plot; + rdfs:label "SOtest_PU_58"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0026e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_59> a vocabulary:Plot; + rdfs:label "SOtest_PU_59"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0056e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_60> a vocabulary:Plot; + rdfs:label "SOtest_PU_60"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0016e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_61> a vocabulary:Plot; + rdfs:label "SOtest_PU_61"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_62> a vocabulary:Plot; + rdfs:label "SOtest_PU_62"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0003e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_63> a vocabulary:Plot; + rdfs:label "SOtest_PU_63"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.pinot_noir> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_64> a vocabulary:Plot; + rdfs:label "SOtest_PU_64"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0049e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_65> a vocabulary:Plot; + rdfs:label "SOtest_PU_65"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0018e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_66> a vocabulary:Plot; + rdfs:label "SOtest_PU_66"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0008e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_67> a vocabulary:Plot; + rdfs:label "SOtest_PU_67"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_68> a vocabulary:Plot; + rdfs:label "SOtest_PU_68"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_69> a vocabulary:Plot; + rdfs:label "SOtest_PU_69"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0032e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_70> a vocabulary:Plot; + rdfs:label "SOtest_PU_70"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_71> a vocabulary:Plot; + rdfs:label "SOtest_PU_71"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_72> a vocabulary:Plot; + rdfs:label "SOtest_PU_72"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0028e> . + + <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_73> a vocabulary:Plot; + rdfs:label "SOtest_PU_73"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0041e> . +} + +<http://vitis-explorer.inrae.fr/set/event> { + <http://vitis-explorer.inrae.fr/id/instant/47097458-4fe5-4ad1-ac1b-93a4ecf8183c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:46:02.726937+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bb527639-48fd-4e9d-bfac-4a729153ca80> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-so1_placette_test>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/47097458-4fe5-4ad1-ac1b-93a4ecf8183c> . + + <http://vitis-explorer.inrae.fr/id/instant/189f2850-b9cb-4601-868d-3bd1f9bd7d60> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.333506+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/26c56ae8-9a90-459b-afa9-0a1294950c41> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_1>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/189f2850-b9cb-4601-868d-3bd1f9bd7d60> . + + <http://vitis-explorer.inrae.fr/id/instant/302381a7-96fd-449c-a9f2-962ec68f994f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.340903+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0cfd49e9-b4fe-43a1-bcf4-1cb9e156c3dd> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_2>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/302381a7-96fd-449c-a9f2-962ec68f994f> . + + <http://vitis-explorer.inrae.fr/id/instant/84025d61-9921-42fd-917c-41560db142d6> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.347001+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d6f889fb-d950-4f97-8edb-51b7163f4525> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_5>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/84025d61-9921-42fd-917c-41560db142d6> . + + <http://vitis-explorer.inrae.fr/id/instant/7cfd3d71-9292-4c7e-9ed9-29090a21cf5b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.353271+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b8a356c6-101e-4d6c-9c64-d2e40fefc2f0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_6>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7cfd3d71-9292-4c7e-9ed9-29090a21cf5b> . + + <http://vitis-explorer.inrae.fr/id/instant/d9276cc0-e6af-4ef8-9525-10f69b6792e2> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.360034+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5cab2855-48ae-4521-bc08-63cdbe17dae3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_3>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d9276cc0-e6af-4ef8-9525-10f69b6792e2> . + + <http://vitis-explorer.inrae.fr/id/instant/53da763d-fd0a-4e54-9336-cd93e08ccf63> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.366995+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ab3c1adf-0d45-4a3c-a713-ebf56e134866> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_4>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/53da763d-fd0a-4e54-9336-cd93e08ccf63> . + + <http://vitis-explorer.inrae.fr/id/instant/8109f19d-8ce0-4b15-90f0-fe944af25bef> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.373028+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b6550bb4-8a27-4746-b19e-ce27a74e84bb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_7>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8109f19d-8ce0-4b15-90f0-fe944af25bef> . + + <http://vitis-explorer.inrae.fr/id/instant/a5ec1923-ea63-4711-837e-4a8869e469bf> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.379019+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8c3c2b1d-4439-4193-99da-1fc0f1e0ce96> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_8>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a5ec1923-ea63-4711-837e-4a8869e469bf> . + + <http://vitis-explorer.inrae.fr/id/instant/27ed8485-b886-408b-ba0c-518414f50fdf> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.38442+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c44bbf42-a78e-4813-b991-9a9baa6b85fb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_9>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/27ed8485-b886-408b-ba0c-518414f50fdf> . + + <http://vitis-explorer.inrae.fr/id/instant/b80b16a8-5fb1-4ad5-a668-d8be25107d0e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.390036+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b3e78f69-2234-4850-9164-357da21b49ab> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_10>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b80b16a8-5fb1-4ad5-a668-d8be25107d0e> . + + <http://vitis-explorer.inrae.fr/id/instant/c13d9c13-0110-4335-b37c-89e32749832b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.395594+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/78e9f49f-01ba-42c4-b8c9-9f349dd5618f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_11>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c13d9c13-0110-4335-b37c-89e32749832b> . + + <http://vitis-explorer.inrae.fr/id/instant/df726945-b8bf-4aa8-b93c-2486272bb2b6> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.401393+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/393635a0-495d-42ed-907c-814a426b7636> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_12>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/df726945-b8bf-4aa8-b93c-2486272bb2b6> . + + <http://vitis-explorer.inrae.fr/id/instant/60c33155-d6cc-4d4e-b196-e86a8ff8ff82> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.407067+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c4e55692-e7d9-4410-9186-03f4eeaa7753> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_13>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/60c33155-d6cc-4d4e-b196-e86a8ff8ff82> . + + <http://vitis-explorer.inrae.fr/id/instant/d7bc1739-43c4-48f2-b458-03d43778784d> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.412591+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/16b3c33d-553e-4ef7-a6d5-da036bd8633f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_14>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d7bc1739-43c4-48f2-b458-03d43778784d> . + + <http://vitis-explorer.inrae.fr/id/instant/f631a5d7-6ce8-489d-9c74-a3b049923db6> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.418564+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3b0803eb-d9f3-4999-a3f9-b80532feb193> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_15>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f631a5d7-6ce8-489d-9c74-a3b049923db6> . + + <http://vitis-explorer.inrae.fr/id/instant/d062465b-de37-4ae6-a3b5-7d4240b1ce6e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.424589+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a20d7732-b7fd-4883-901e-74792bc47597> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_16>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d062465b-de37-4ae6-a3b5-7d4240b1ce6e> . + + <http://vitis-explorer.inrae.fr/id/instant/cb7eb105-08a2-4417-a358-b18aa2d897ac> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.43008+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ce1833e0-b666-444a-af89-b8f8935f9448> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_17>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cb7eb105-08a2-4417-a358-b18aa2d897ac> . + + <http://vitis-explorer.inrae.fr/id/instant/c4a1b68d-050e-4547-9412-53e4a765931d> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.435507+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/52c032f2-f8f0-41ec-8637-6eb975b24ef7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_18>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c4a1b68d-050e-4547-9412-53e4a765931d> . + + <http://vitis-explorer.inrae.fr/id/instant/4b29ee30-589e-4a92-b03a-26aef6c5e28d> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.441201+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2eaabfc2-31da-4a99-8846-ac88e08ff51e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_19>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4b29ee30-589e-4a92-b03a-26aef6c5e28d> . + + <http://vitis-explorer.inrae.fr/id/instant/596c81a8-fc17-4307-bbd5-0ceb3f8acc4b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.446606+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d200aa82-3a36-4528-8856-c5bf2e27b637> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_20>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/596c81a8-fc17-4307-bbd5-0ceb3f8acc4b> . + + <http://vitis-explorer.inrae.fr/id/instant/3ca56575-b08a-48c1-9c62-5baf1f285806> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.452245+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/75d8b277-a5c4-4c65-b099-777798cca19e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_21>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3ca56575-b08a-48c1-9c62-5baf1f285806> . + + <http://vitis-explorer.inrae.fr/id/instant/ec691072-f697-4344-b2a6-98974b32c932> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.457572+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d4f9a11e-908c-4fcf-baec-8b9d868cf320> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_22>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ec691072-f697-4344-b2a6-98974b32c932> . + + <http://vitis-explorer.inrae.fr/id/instant/13d94b5e-90ca-490b-ad74-1911bc5e3edf> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.463252+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d2b76b95-3d33-4763-8cde-bd6183d9a107> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_23>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/13d94b5e-90ca-490b-ad74-1911bc5e3edf> . + + <http://vitis-explorer.inrae.fr/id/instant/5cffc9f3-c890-4243-9c97-1b029d5c7f33> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.476298+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7fdf9a83-99ef-4efb-b77d-2115a68e16fa> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_24>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5cffc9f3-c890-4243-9c97-1b029d5c7f33> . + + <http://vitis-explorer.inrae.fr/id/instant/6d7480f5-200f-4824-a1e9-d4146d052c4c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.482358+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e8fb6166-b583-41db-aef4-286443447b5e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_25>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6d7480f5-200f-4824-a1e9-d4146d052c4c> . + + <http://vitis-explorer.inrae.fr/id/instant/22b94fb5-66ce-4e73-a57b-dc71755fe9b0> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.491957+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6a19cddb-9010-4dc2-8af4-76805adb94a3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_26>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/22b94fb5-66ce-4e73-a57b-dc71755fe9b0> . + + <http://vitis-explorer.inrae.fr/id/instant/f6dfbcc0-b849-4387-bc94-14718e7db21f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.498304+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/30ca9516-535a-4fd4-9465-5bc49de46081> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_27>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f6dfbcc0-b849-4387-bc94-14718e7db21f> . + + <http://vitis-explorer.inrae.fr/id/instant/0f2d26dc-b474-4005-9017-369c481c07da> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.503812+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8a7873a2-002a-4dce-aeb9-9964a7dc7c90> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_28>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0f2d26dc-b474-4005-9017-369c481c07da> . + + <http://vitis-explorer.inrae.fr/id/instant/c1adf089-7356-4277-920b-49ee908d3fc2> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.512583+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4fc9355f-93f3-434a-9f9c-3ca38f4ee4ce> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_29>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c1adf089-7356-4277-920b-49ee908d3fc2> . + + <http://vitis-explorer.inrae.fr/id/instant/8e75b51a-26e8-4d5d-8037-cf75517b9d2f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.520933+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/21358358-bdf6-418c-ada1-d5bd187e614d> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_30>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8e75b51a-26e8-4d5d-8037-cf75517b9d2f> . + + <http://vitis-explorer.inrae.fr/id/instant/30452fd9-d25a-4908-813e-b8fb3c7003ed> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.527846+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/621b29ff-a36d-475a-ba25-444fbe7b108d> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_31>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/30452fd9-d25a-4908-813e-b8fb3c7003ed> . + + <http://vitis-explorer.inrae.fr/id/instant/75abdba1-6bcd-4ceb-954e-77ff4f935fa6> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.533586+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/dd00490a-ba87-42de-ae5d-0422f664e986> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_32>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/75abdba1-6bcd-4ceb-954e-77ff4f935fa6> . + + <http://vitis-explorer.inrae.fr/id/instant/8922dafb-cf68-47c0-b7f3-2ae4002d6901> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.539155+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0fcad1c9-e3bd-4540-8188-28ec3edfae4f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_33>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8922dafb-cf68-47c0-b7f3-2ae4002d6901> . + + <http://vitis-explorer.inrae.fr/id/instant/b033fe99-0cad-4de2-9563-3f2c2e17b581> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.544651+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f8253762-5f01-46f2-abcc-1fba2a9d0e3c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_34>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b033fe99-0cad-4de2-9563-3f2c2e17b581> . + + <http://vitis-explorer.inrae.fr/id/instant/74b52fc0-52a8-4d03-8f2d-25958859c568> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.549879+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b5547236-afe4-45aa-b33b-66e88b1188e3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_35>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/74b52fc0-52a8-4d03-8f2d-25958859c568> . + + <http://vitis-explorer.inrae.fr/id/instant/c3d5070a-481f-4a61-9980-03a9e9d4ca09> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.555269+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/74e6d36b-ad03-4f7a-9851-6de9e03e80cd> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_36>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c3d5070a-481f-4a61-9980-03a9e9d4ca09> . + + <http://vitis-explorer.inrae.fr/id/instant/8097f01a-5415-4ad7-93a5-ff8a2ff2a447> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.560865+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/98d84a0e-e2b8-4057-8c3e-f714a2deb499> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_37>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8097f01a-5415-4ad7-93a5-ff8a2ff2a447> . + + <http://vitis-explorer.inrae.fr/id/instant/21b06b80-d2bc-4d81-a6ae-ef50334ddf27> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.566193+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c36c341f-f90d-4c25-a458-a4e43457b1e2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_38>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/21b06b80-d2bc-4d81-a6ae-ef50334ddf27> . + + <http://vitis-explorer.inrae.fr/id/instant/d08c8b5e-65c2-4a4b-927a-98c9701b1fb3> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.571675+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/60ddb1d4-f408-445f-8f0f-5a83be9dd76f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_39>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d08c8b5e-65c2-4a4b-927a-98c9701b1fb3> . + + <http://vitis-explorer.inrae.fr/id/instant/aa42d3f0-9232-41b8-9d16-024232598e71> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.577077+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ea2c0c51-94db-455f-8b6e-db2c6b15ec28> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_40>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/aa42d3f0-9232-41b8-9d16-024232598e71> . + + <http://vitis-explorer.inrae.fr/id/instant/c772dc34-a506-41e7-90c9-637aefa1ca4d> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.582716+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/440ce1b3-38cf-4995-b011-436ee19c96a7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_41>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c772dc34-a506-41e7-90c9-637aefa1ca4d> . + + <http://vitis-explorer.inrae.fr/id/instant/525d13b3-eed9-4a4c-a770-2b3bdcdbf33c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.590768+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fb553c54-65ef-4ae4-9740-4704a2ac853a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_42>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/525d13b3-eed9-4a4c-a770-2b3bdcdbf33c> . + + <http://vitis-explorer.inrae.fr/id/instant/bf0bfb73-a17e-4acc-8ff9-c849d254f4d7> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.596987+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/70b51ab1-c244-4143-901c-ae8d802da24b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_43>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/bf0bfb73-a17e-4acc-8ff9-c849d254f4d7> . + + <http://vitis-explorer.inrae.fr/id/instant/411922e3-47da-497c-80f0-228748970754> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.602907+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b622c0bd-9e9e-477e-80b1-20c073c7c08a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_44>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/411922e3-47da-497c-80f0-228748970754> . + + <http://vitis-explorer.inrae.fr/id/instant/490998cb-e379-4cb5-874e-1895592c52dc> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.61201+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7d476377-2990-4326-9e68-6e5b15934c30> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_45>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/490998cb-e379-4cb5-874e-1895592c52dc> . + + <http://vitis-explorer.inrae.fr/id/instant/f5afd9c0-5053-40b8-84ac-c3f11c4a9d30> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.622029+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/77f8cf0e-ad83-45e8-84a6-4947994ab4ac> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_46>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f5afd9c0-5053-40b8-84ac-c3f11c4a9d30> . + + <http://vitis-explorer.inrae.fr/id/instant/379a6b77-84ea-4f4d-8307-d745699a1afb> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.627941+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5ccb3245-ec6e-432a-a922-91c0f29953e2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_47>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/379a6b77-84ea-4f4d-8307-d745699a1afb> . + + <http://vitis-explorer.inrae.fr/id/instant/5a64bced-39b7-472f-8fe2-e93a1142e916> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.633459+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ed374b84-afb1-48c0-9f8e-72d54b6b86d0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_48>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5a64bced-39b7-472f-8fe2-e93a1142e916> . + + <http://vitis-explorer.inrae.fr/id/instant/61ad2723-0291-4194-83c3-869d46cdd553> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.638943+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1a2c6850-3046-4f76-9b29-bed769581322> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_49>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/61ad2723-0291-4194-83c3-869d46cdd553> . + + <http://vitis-explorer.inrae.fr/id/instant/a574d876-ba24-49b4-93a3-8b9f1905add3> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.644482+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/70cd311a-6335-452c-8df7-77a1dd5bbce1> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_50>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a574d876-ba24-49b4-93a3-8b9f1905add3> . + + <http://vitis-explorer.inrae.fr/id/instant/292b7e84-a356-46c3-9f5c-a03f6c777fb0> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.652691+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d33b9d57-7c22-4624-b358-68b6a751dc9b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_51>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/292b7e84-a356-46c3-9f5c-a03f6c777fb0> . + + <http://vitis-explorer.inrae.fr/id/instant/db9e2937-b82c-457a-9dec-8fd8e05e0648> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.658354+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6b420c86-418e-4230-97c6-5b82446ed84b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_52>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/db9e2937-b82c-457a-9dec-8fd8e05e0648> . + + <http://vitis-explorer.inrae.fr/id/instant/74163006-3c78-4e2b-800b-0381bb405c74> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.664138+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/778e6048-19e9-41f8-8ab1-9f3563891a75> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_53>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/74163006-3c78-4e2b-800b-0381bb405c74> . + + <http://vitis-explorer.inrae.fr/id/instant/94b99519-614f-44d3-8a46-799ce2bbd66f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.669637+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/103fc32c-5edb-4f9c-bac7-e24122dbf602> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_54>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/94b99519-614f-44d3-8a46-799ce2bbd66f> . + + <http://vitis-explorer.inrae.fr/id/instant/ce03620f-24cd-42f1-87a6-bd2d3e825dea> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.675583+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d585061a-0030-4f9c-b92a-7fb75262b223> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_55>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ce03620f-24cd-42f1-87a6-bd2d3e825dea> . + + <http://vitis-explorer.inrae.fr/id/instant/ff26c1a0-d928-4dda-a975-f770ad55bc16> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.681615+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b44487aa-0263-4037-8d8a-2516301d9573> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_56>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ff26c1a0-d928-4dda-a975-f770ad55bc16> . + + <http://vitis-explorer.inrae.fr/id/instant/4f96cfbf-d7f4-47ce-89bd-3a4fc072cc53> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.687213+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2654e86a-d935-4321-b9a4-a065f1803f30> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_57>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4f96cfbf-d7f4-47ce-89bd-3a4fc072cc53> . + + <http://vitis-explorer.inrae.fr/id/instant/890ff772-e24f-4fbf-9f2c-c431f90ef11e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.69306+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8c562cc0-c2b6-4d0a-af23-0b03daa3e4bb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_58>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/890ff772-e24f-4fbf-9f2c-c431f90ef11e> . + + <http://vitis-explorer.inrae.fr/id/instant/7e36fcc7-4d4b-4385-bba7-fac1647e9877> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.698577+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4773462b-bfb3-4a5f-8123-a1de242d05f2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_59>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7e36fcc7-4d4b-4385-bba7-fac1647e9877> . + + <http://vitis-explorer.inrae.fr/id/instant/ed85a69f-925a-460f-a5fb-ba44bce345e2> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.704297+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4dc99f64-2010-4fcc-aec9-00d014850678> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_60>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ed85a69f-925a-460f-a5fb-ba44bce345e2> . + + <http://vitis-explorer.inrae.fr/id/instant/88c7cea2-1dfe-48fe-a771-53fd12885271> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.709833+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/38d72bd1-bda2-4c5f-8389-7852eae60299> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_61>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/88c7cea2-1dfe-48fe-a771-53fd12885271> . + + <http://vitis-explorer.inrae.fr/id/instant/ff9097f2-bdf6-4e55-86fe-4248aced4e6a> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.715225+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3bf958de-f4f8-4569-8260-f2c700c8cac4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_62>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ff9097f2-bdf6-4e55-86fe-4248aced4e6a> . + + <http://vitis-explorer.inrae.fr/id/instant/432fdfa1-d581-4d99-b97a-d1cdcaa2a5dc> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.720951+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/75e6d45c-dc75-49a9-bf59-fb4e1a65fb6f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_63>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/432fdfa1-d581-4d99-b97a-d1cdcaa2a5dc> . + + <http://vitis-explorer.inrae.fr/id/instant/a854a469-1d77-4113-ad14-f6efc0181d37> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.72656+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6a049e61-f32a-43b0-afa5-072fce2e1c50> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_64>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a854a469-1d77-4113-ad14-f6efc0181d37> . + + <http://vitis-explorer.inrae.fr/id/instant/4ea5bedf-2511-42bf-bbf6-81d95365ee64> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.731978+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2322b167-bf6e-4d9b-88f5-6aa99f74bfd8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_65>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4ea5bedf-2511-42bf-bbf6-81d95365ee64> . + + <http://vitis-explorer.inrae.fr/id/instant/21d313e5-fd2b-4730-87e5-7631e5bb46a0> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.737929+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/190b375d-97e3-4960-9350-dd0506ba40cc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_66>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/21d313e5-fd2b-4730-87e5-7631e5bb46a0> . + + <http://vitis-explorer.inrae.fr/id/instant/51b64eaa-8241-42cc-b173-044dda98f07b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.743569+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4bc8e7d6-991e-47bb-a9d4-65a0cf09c245> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_67>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/51b64eaa-8241-42cc-b173-044dda98f07b> . + + <http://vitis-explorer.inrae.fr/id/instant/1d388258-cdb6-46e9-9dc7-92e1562159cc> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.74909+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/92c7ddd1-c8ad-4b45-bcb4-517d3402bff5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_68>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1d388258-cdb6-46e9-9dc7-92e1562159cc> . + + <http://vitis-explorer.inrae.fr/id/instant/14849dd2-ec3f-4306-aeb0-5d1229d1798c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.754726+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/39455db4-dda0-4d81-a613-96e517e1c8b4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_69>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/14849dd2-ec3f-4306-aeb0-5d1229d1798c> . + + <http://vitis-explorer.inrae.fr/id/instant/f6699803-3542-4e70-b9ce-060ed796ef2e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.760124+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0dba62f2-90ac-4e37-b06c-34e05cebd245> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_70>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f6699803-3542-4e70-b9ce-060ed796ef2e> . + + <http://vitis-explorer.inrae.fr/id/instant/686c5287-41d6-4c93-a148-45eed21945f4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.765827+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8f0a21bc-bed5-47c7-8b2e-ae0ce936c6ce> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_71>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/686c5287-41d6-4c93-a148-45eed21945f4> . + + <http://vitis-explorer.inrae.fr/id/instant/2eca9ca5-34ff-408b-bc1c-aa2fe0ac655f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.771177+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9cfe4f50-9a9b-4526-b7cd-d44679f2b6f4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_72>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/2eca9ca5-34ff-408b-bc1c-aa2fe0ac655f> . + + <http://vitis-explorer.inrae.fr/id/instant/8477572f-6aa0-4fbc-acaf-1033a236ee3f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-14T14:55:42.776692+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4ef58246-0084-455c-a83c-579627d6653a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-pu_sotest_pu_73>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8477572f-6aa0-4fbc-acaf-1033a236ee3f> . +} + +<http://vitis-explorer.inrae.fr/set/experiment> { + <http://vitis-explorer.inrae.fr/id/experiment/test_pop_50025_all_exp> a vocabulary:Experiment; + rdfs:label "Test_pop_50025_ALL_EXP"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2019-01-01"^^xsd:date; + vocabulary:endDate "2021-12-31"^^xsd:date; + vocabulary:isPublic false; + vocabulary:hasObjective "Test exp 2019 à 2021 pop 50025" . +} + +<http://vitis-explorer.inrae.fr/set/variable> { + <http://vitis-explorer.inrae.fr/id/variable/entity.cep> a vocabulary:Entity; + rdfs:label "Cep"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye> . + + <http://vitis-explorer.inrae.fr/id/variable/characteristic.phenologie> a vocabulary:Characteristic; + rdfs:label "Phénologie"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye> . + + <http://vitis-explorer.inrae.fr/id/variable/method.observation-visuelle> a vocabulary:Method; + rdfs:label "Observation visuelle"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye> . + + <http://vitis-explorer.inrae.fr/id/variable/unite.bbch_vigne> a vocabulary:Unit; + rdfs:label "BBCH vigne"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye> . + + <http://vitis-explorer.inrae.fr/id/variable/stade_bbch> a vocabulary:Variable; + rdfs:label "StadesPhéno_BBCH"; + rdfs:comment """L'échelle phénologique BBCH vigne décrit les stades phénologiques ou stades de développement de la vigne pendant son cycle de vie, comme la floraison par exemple. La notation est du type : +- stade principal : BBCH 6 (stade principal 6, soit la floraison) +- stade secondaire : BBCH 65 (50% des fleurs ouvertes) """; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasCharacteristic <http://vitis-explorer.inrae.fr/id/variable/characteristic.phenologie>; + vocabulary:hasMethod <http://vitis-explorer.inrae.fr/id/variable/method.observation-visuelle>; + vocabulary:hasEntity <http://vitis-explorer.inrae.fr/id/variable/entity.cep>; + vocabulary:hasUnit <http://vitis-explorer.inrae.fr/id/variable/unite.bbch_vigne>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Phéno_BBCH" . + + <http://vitis-explorer.inrae.fr/id/variable/entity.contexte> a vocabulary:Entity; + rdfs:label "Contexte"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye> . + + <http://vitis-explorer.inrae.fr/id/variable/characteristic.millesime> a vocabulary:Characteristic; + rdfs:label "Millésime"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye> . + + <http://vitis-explorer.inrae.fr/id/variable/millesime> a vocabulary:Variable; + rdfs:label "Millésime"; + rdfs:comment "Millésime auquel se rapporte les données associées (par exemple, dans le cas de pesées de bois de taille réalisées en janvier, le millésime est l'année précédente)"; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasCharacteristic <http://vitis-explorer.inrae.fr/id/variable/characteristic.millesime>; + vocabulary:hasMethod vocabulary:standard_method; + vocabulary:hasEntity <http://vitis-explorer.inrae.fr/id/variable/entity.contexte>; + vocabulary:hasUnit <http://vitis-explorer.inrae.fr/id/variable/unit.sans_unit>; + vocabulary:hasDataType xsd:integer; + <http://www.w3.org/2004/02/skos/core#altLabel> "Année" . + + <http://opensilex.vitioeno/set/variables#variable.entity.berry> a vocabulary:Entity; + rdfs:label "Berry"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.wine> a vocabulary:Entity; + rdfs:label "Wine"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence> a vocabulary:Entity; + rdfs:label "Inflorescence"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.leaf> a vocabulary:Entity; + rdfs:label "Leaf"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.must> a vocabulary:Entity; + rdfs:label "Must"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.seed> a vocabulary:Entity; + rdfs:label "Seed"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.plant> a vocabulary:Entity; + rdfs:label "Plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.grapes> a vocabulary:Entity; + rdfs:label "Grapes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.shoot> a vocabulary:Entity; + rdfs:label "Shoot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.cluster> a vocabulary:Entity; + rdfs:label "Cluster"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.berry-pulp> a vocabulary:Entity; + rdfs:label "Berry pulp"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.flower> a vocabulary:Entity; + rdfs:label "Flower"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.internodes> a vocabulary:Entity; + rdfs:label "Internodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.rootstock> a vocabulary:Entity; + rdfs:label "Rootstock"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.berry-skin> a vocabulary:Entity; + rdfs:label "Berry skin"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.buds> a vocabulary:Entity; + rdfs:label "Buds"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.canes> a vocabulary:Entity; + rdfs:label "Canes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.tendril> a vocabulary:Entity; + rdfs:label "Tendril"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.alcohol> a vocabulary:Characteristic; + rdfs:label "Alcohol"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.black-rot> a vocabulary:Characteristic; + rdfs:label "Black rot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.mildew> a vocabulary:Characteristic; + rdfs:label "Mildew"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.powdery-mildew> a vocabulary:Characteristic; + rdfs:label "Powdery Mildew"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.botrytis> a vocabulary:Characteristic; + rdfs:label "Botrytis"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.fruit-set> a vocabulary:Characteristic; + rdfs:label "FRUIT set"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.flowering> a vocabulary:Characteristic; + rdfs:label "Flowering"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew> a vocabulary:Characteristic; + rdfs:label "Downy Mildew"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.organic-acids> a vocabulary:Characteristic; + rdfs:label "Organic acids"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.sugar-content> a vocabulary:Characteristic; + rdfs:label "Sugar content"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.volume> a vocabulary:Characteristic; + rdfs:label "Volume"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.weight> a vocabulary:Characteristic; + rdfs:label "Weight"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.shape> a vocabulary:Characteristic; + rdfs:label "Shape"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.color> a vocabulary:Characteristic; + rdfs:label "Color"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.position> a vocabulary:Characteristic; + rdfs:label "Position"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.juiciness> a vocabulary:Characteristic; + rdfs:label "Juiciness"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.firmness> a vocabulary:Characteristic; + rdfs:label "Firmness"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.veraison> a vocabulary:Characteristic; + rdfs:label "Veraison"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.budbreak> a vocabulary:Characteristic; + rdfs:label "Budbreak"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.harvest> a vocabulary:Characteristic; + rdfs:label "Harvest"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.anthocyanins> a vocabulary:Characteristic; + rdfs:label "Anthocyanins"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.number> a vocabulary:Characteristic; + rdfs:label "Number"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.flavor> a vocabulary:Characteristic; + rdfs:label "Flavor"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.internode-length> a vocabulary:Characteristic; + rdfs:label "internode length"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.diameter> a vocabulary:Characteristic; + rdfs:label "Diameter"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.resistance-to-iron-chlorosis> + a vocabulary:Characteristic; + rdfs:label "Resistance to iron chlorosis"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.resistance-to-chlorides> a + vocabulary:Characteristic; + rdfs:label "Resistance to chlorides"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.resistance-to-drought> a vocabulary:Characteristic; + rdfs:label "Resistance to drought"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.eutypa> a vocabulary:Characteristic; + rdfs:label "Eutypa"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.phylloxera> a vocabulary:Characteristic; + rdfs:label "Phylloxera"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.acidity> a vocabulary:Characteristic; + rdfs:label "Acidity"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.yield> a vocabulary:Characteristic; + rdfs:label "Yield"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.maturity-time> a vocabulary:Characteristic; + rdfs:label "Maturity time"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.senescence> a vocabulary:Characteristic; + rdfs:label "Senescence"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.growth> a vocabulary:Characteristic; + rdfs:label "Growth"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.area> a vocabulary:Characteristic; + rdfs:label "Area"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.number-of-leaves> a vocabulary:Characteristic; + rdfs:label "Number of leaves"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.phenolics> a vocabulary:Characteristic; + rdfs:label "Phenolics"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.potassium> a vocabulary:Characteristic; + rdfs:label "Potassium"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.free-so2> a vocabulary:Characteristic; + rdfs:label "Free SO2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.total-so2> a vocabulary:Characteristic; + rdfs:label "Total SO2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.terpenols> a vocabulary:Characteristic; + rdfs:label "Terpenols"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000147> a vocabulary:Method; + rdfs:label "Alcohol_NIRS_analyser"; + rdfs:comment "Alcohol content dtermination by near infrared reflectance spectroscopy"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000155> a vocabulary:Method; + rdfs:label "Visual_percentage"; + rdfs:comment "Visual assessment"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000170> a vocabulary:Method; + rdfs:label "FRUITSET_%_photos"; + rdfs:comment "Number of flowers counted on digital photos"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000235> a vocabulary:Method; + rdfs:label "SOFT_BER_PC Method"; + rdfs:comment "Number of soft berries counted by touching."; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000253> a vocabulary:Method; + rdfs:label "DM _sporulation_Divilov"; + rdfs:comment "High resolution PMbot v3 leaf disk images at 6 days post-inoculation analyzed by Dani MartinezԳ computer vision script that was adapted from Divilov et al. https://doi.org/10.1094/PHYTO-04-17-0137-R to measure the proportion of leaf disc area covered by s"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000255> a vocabulary:Method; + rdfs:label "DM _sporulation_Peressotti"; + rdfs:comment "Estimation of Plasmopara viticola sporulation on leaf discs by image analysis as described in Peressotti et al 2010 (10.1016/j.mimet.2010.12.009)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000150> a vocabulary:Method; + rdfs:label "Mal_Enzymatic"; + rdfs:comment "Enzymatic reaction"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000152> a vocabulary:Method; + rdfs:label "Sug_refracto"; + rdfs:comment "Electronic refractometer"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000154> a vocabulary:Method; + rdfs:label "Tart_metavanadate"; + rdfs:comment "Colorimetric method (metavanadate)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000259> a vocabulary:Method; + rdfs:label "HPLC"; + rdfs:comment "HPLC"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000226> a vocabulary:Method; + rdfs:label "Berry_WaterVolume"; + rdfs:comment "Berry volume estimated by water displacement"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000225> a vocabulary:Method; + rdfs:label "PruningW_balance"; + rdfs:comment "Pruning Weight measured with a balance"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000076> a vocabulary:Method; + rdfs:label "OIV:223"; + rdfs:comment "Berry: shape "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000023> a vocabulary:Method; + rdfs:label "OIV:016"; + rdfs:comment "Shoot: number of consecutive tendrils "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000075> a vocabulary:Method; + rdfs:label "OIV:222"; + rdfs:comment "Berry: uniformity of size "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000078> a vocabulary:Method; + rdfs:label "OIV:226"; + rdfs:comment "Berry: uniformity of color of skin "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000081> a vocabulary:Method; + rdfs:label "OIV:229"; + rdfs:comment "Berry: hilum "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000011> a vocabulary:Method; + rdfs:label "OIV:007"; + rdfs:comment "Shoot: color of dorsal side of internodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000012> a vocabulary:Method; + rdfs:label "OIV:008"; + rdfs:comment "Shoot: color of ventral side of internodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000014> a vocabulary:Method; + rdfs:label "OIV:081-2"; + rdfs:comment "Mature leaf: petiole sinus base limited by veins "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000015> a vocabulary:Method; + rdfs:label "OIV:083-1"; + rdfs:comment "Mature leaf: shape of base of upper lateral sinuses "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000017> a vocabulary:Method; + rdfs:label "OIV:009"; + rdfs:comment "Shoot: color of dorsal side of nodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000018> a vocabulary:Method; + rdfs:label "OIV:010"; + rdfs:comment "Shoot: color of ventral side of nodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000044> a vocabulary:Method; + rdfs:label "OIV:080"; + rdfs:comment "Mature leaf: shape of base of petiole sinus "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000056> a vocabulary:Method; + rdfs:label "OIV:101"; + rdfs:comment "Woody shoot: cross section "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000057> a vocabulary:Method; + rdfs:label "OIV:102"; + rdfs:comment "Woody shoot: structure of surface "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000006> a vocabulary:Method; + rdfs:label "OIV:002"; + rdfs:comment "Young Shoot: distribution of anthocyanin coloration on prostrate hairs of tip "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000063> a vocabulary:Method; + rdfs:label "OIV:152"; + rdfs:comment "Inflorescence: insertion of 1st inflorescence "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000071> a vocabulary:Method; + rdfs:label "OIV:208"; + rdfs:comment "Bunch: shape "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000083> a vocabulary:Method; + rdfs:label "OIV:232"; + rdfs:comment "Berry: juiciness of flesh "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000085> a vocabulary:Method; + rdfs:label "OIV:235"; + rdfs:comment "Berry: firmness of flesh "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000088> a vocabulary:Method; + rdfs:label "OIV:240"; + rdfs:comment "Berry: ease of detachment from pedicel "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000089> a vocabulary:Method; + rdfs:label "OIV:241"; + rdfs:comment "Berry: formation of seeds "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000146> a vocabulary:Method; + rdfs:label "Stage_Interpolation"; + rdfs:comment "Interpolation after visual assessment"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000025> a vocabulary:Method; + rdfs:label "OIV:051"; + rdfs:comment "Young leaf: color of the upper side of blade (4thleaf) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000004> a vocabulary:Method; + rdfs:label "OIV:015-1"; + rdfs:comment "Shoot: area of the anthocyanin coloration on bud scales "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000058> a vocabulary:Method; + rdfs:label "OIV:103"; + rdfs:comment "Woody shoot: main color "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000062> a vocabulary:Method; + rdfs:label "OIV:151"; + rdfs:comment "Flower: sexual organs "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000064> a vocabulary:Method; + rdfs:label "OIV:153"; + rdfs:comment "Inflorescence: number of inflorescences per shoot "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000254> a vocabulary:Method; + rdfs:label "DM_HRnecrosis"; + rdfs:comment "High resolution PMbot v3 leaf disk images at 2 days post-inoculation analyzed manually to quantify HR on 1-5 scale published by Divilov et al. doi: [10.1007/s00122-018-3065-y]"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000256> a vocabulary:Method; + rdfs:label "DM _rating_Kono"; + rdfs:comment "High resolution PMbot v3 leaf disk images at 6 days post-inoculation analyzed manually to quantify sporangia on a 1-5 scale published by Kono et al. http://hortsci.ashspublications.org/content/50/5/656.full "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000031> a vocabulary:Method; + rdfs:label "OIV:067"; + rdfs:comment "Mature leaf: shape of blade "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000032> a vocabulary:Method; + rdfs:label "OIV:068"; + rdfs:comment "Mature leaf: number of lobes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000034> a vocabulary:Method; + rdfs:label "OIV:070"; + rdfs:comment "Mature leaf: area of anthocyanin coloration of main veins on upper side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000035> a vocabulary:Method; + rdfs:label "OIV:071"; + rdfs:comment "Mature leaf: area of anthocyanin coloration of main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000038> a vocabulary:Method; + rdfs:label "OIV:074"; + rdfs:comment "Mature leaf: profile of blade in cross section "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000040> a vocabulary:Method; + rdfs:label "OIV:076"; + rdfs:comment "Mature leaf: shape of teeth "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000045> a vocabulary:Method; + rdfs:label "OIV:082"; + rdfs:comment "Mature leaf: degree of opening / overlapping of upper lateral sinus "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000072> a vocabulary:Method; + rdfs:label "OIV:209"; + rdfs:comment "Bunch: number of wings of the primary bunch "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000086> a vocabulary:Method; + rdfs:label "OIV:236"; + rdfs:comment "Berry: particularity of flavor "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000003> a vocabulary:Method; + rdfs:label "OIV:001"; + rdfs:comment "Young Shoot: aperture of tip "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000010> a vocabulary:Method; + rdfs:label "OIV:006"; + rdfs:comment "Shoot: attitude (before tying) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000100> a vocabulary:Method; + rdfs:label "OIV:352"; + rdfs:comment "Growth of axillary shoots "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000101> a vocabulary:Method; + rdfs:label "OIV:353"; + rdfs:comment "Length of internodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000102> a vocabulary:Method; + rdfs:label "OIV:354"; + rdfs:comment "Diameter of internodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000103> a vocabulary:Method; + rdfs:label "OIV:401"; + rdfs:comment "Resistance to iron chlorosis "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000104> a vocabulary:Method; + rdfs:label "OIV:402"; + rdfs:comment "Resistance to chlorides (salt) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000105> a vocabulary:Method; + rdfs:label "OIV:403"; + rdfs:comment "Resistance to drought "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000106> a vocabulary:Method; + rdfs:label "OIV:452"; + rdfs:comment "Leaf: degree of resistance to Plasmopara "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000107> a vocabulary:Method; + rdfs:label "OIV:452-1"; + rdfs:comment "Leaf: degree of resistance to Plasmopara (leaf disc test) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000108> a vocabulary:Method; + rdfs:label "OIV:453"; + rdfs:comment "Cluster: degree of resistance to Plasmopara "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000109> a vocabulary:Method; + rdfs:label "OIV:455"; + rdfs:comment "Leaf: degree of resistance to Oidium "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000110> a vocabulary:Method; + rdfs:label "OIV:455-1"; + rdfs:comment "Leaf: degree of resistance to Oidium (leaf disc test) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000111> a vocabulary:Method; + rdfs:label "OIV:456"; + rdfs:comment "Cluster: degree of resistance to Oidium "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000112> a vocabulary:Method; + rdfs:label "OIV:458"; + rdfs:comment "Leaf: degree of resistance to Botrytis "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000113> a vocabulary:Method; + rdfs:label "OIV:458-1"; + rdfs:comment "Leaf: degree of resistance to Botrytis (laboratory analysis) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000115> a vocabulary:Method; + rdfs:label "OIV:460"; + rdfs:comment "Degree of resistance to Eutypa dieback (laboratory analysis) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000116> a vocabulary:Method; + rdfs:label "OIV:461"; + rdfs:comment "Degree of tolerance to Phylloxera (leaf) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000117> a vocabulary:Method; + rdfs:label "OIV:462"; + rdfs:comment "Degree of tolerance to Phylloxera (root) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000118> a vocabulary:Method; + rdfs:label "OIV:504"; + rdfs:comment "Yield per m2 "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000119> a vocabulary:Method; + rdfs:label "OIV:505"; + rdfs:comment "Sugar content of must "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000120> a vocabulary:Method; + rdfs:label "OIV:506"; + rdfs:comment "Total acid content of must "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000122> a vocabulary:Method; + rdfs:label "OIV:551"; + rdfs:comment "Rootstock: yield of canes/ha "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000123> a vocabulary:Method; + rdfs:label "OIV:552"; + rdfs:comment "Rootstock: formation of callus (upper end) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000124> a vocabulary:Method; + rdfs:label "OIV:601"; + rdfs:comment "Mature leaf: length of vein N1 "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000125> a vocabulary:Method; + rdfs:label "OIV:602"; + rdfs:comment "Mature leaf: length of vein N2 "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000126> a vocabulary:Method; + rdfs:label "OIV:603"; + rdfs:comment "Mature leaf: length of vein N3 "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000127> a vocabulary:Method; + rdfs:label "OIV:604"; + rdfs:comment "Mature leaf: length of vein N4 "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000128> a vocabulary:Method; + rdfs:label "OIV:605"; + rdfs:comment "Mature leaf: length petiole sinus to upper lateral leaf sinus "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000129> a vocabulary:Method; + rdfs:label "OIV:606"; + rdfs:comment "Mature leaf: length petiole sinus to lower lateral leaf sinus "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000130> a vocabulary:Method; + rdfs:label "OIV:607"; + rdfs:comment "Mature leaf: angle between N1 and N2 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000131> a vocabulary:Method; + rdfs:label "OIV:608"; + rdfs:comment "Mature leaf: angle between N2 and N3 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000132> a vocabulary:Method; + rdfs:label "OIV:609"; + rdfs:comment "Mature leaf: angle between N3 and N4 (Code Nos OIV 601 and OIV 602) measured at the first ramification "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000133> a vocabulary:Method; + rdfs:label "OIV:610"; + rdfs:comment "Mature leaf: angle between N3 and the tangent between petiole point 610 "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000134> a vocabulary:Method; + rdfs:label "OIV:611"; + rdfs:comment "Mature leaf: length of vein N5"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000135> a vocabulary:Method; + rdfs:label "OIV:612"; + rdfs:comment "Mature leaf: length of tooth N2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000136> a vocabulary:Method; + rdfs:label "OIV:613"; + rdfs:comment "Mature leaf: width of tooth N2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000137> a vocabulary:Method; + rdfs:label "OIV:614"; + rdfs:comment "Mature leaf: length of tooth N4"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000138> a vocabulary:Method; + rdfs:label "OIV:615"; + rdfs:comment "Mature leaf: width of tooth N4"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000139> a vocabulary:Method; + rdfs:label "OIV:616"; + rdfs:comment "Mature leaf: number of teeth between the tooth tip of N2 and the tooth tip of the first secondary vein of N2 including the limits"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000140> a vocabulary:Method; + rdfs:label "OIV:617"; + rdfs:comment "Mature leaf: length between the tooth tip of N2 and the tooth tip of the first secondary vein of N2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000141> a vocabulary:Method; + rdfs:label "OIV:618"; + rdfs:comment "Mature leaf: opening/overlapping of petiole sinus "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000143> a vocabulary:Method; + rdfs:label "OIV:501"; + rdfs:comment "Percentage of berry set "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000144> a vocabulary:Method; + rdfs:label "OIV:502"; + rdfs:comment "Bunch: weight of a single bunch "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000145> a vocabulary:Method; + rdfs:label "OIV:503"; + rdfs:comment "Berry: single berry weight "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000019> a vocabulary:Method; + rdfs:label "OIV:011"; + rdfs:comment "Shoot: density of erect hairs on nodes x "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000002> a vocabulary:Method; + rdfs:label "OIV:553"; + rdfs:comment "Rootstock: adventitious root formation "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000020> a vocabulary:Method; + rdfs:label "OIV:012"; + rdfs:comment "Shoot: density of erect hairs on internodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000021> a vocabulary:Method; + rdfs:label "OIV:013"; + rdfs:comment "Shoot: density of prostrate hairs on nodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000022> a vocabulary:Method; + rdfs:label "OIV:014"; + rdfs:comment "Shoot: density of prostrate hairs on internodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000024> a vocabulary:Method; + rdfs:label "OIV:017"; + rdfs:comment "Shoot: length of tendrils "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000026> a vocabulary:Method; + rdfs:label "OIV:053"; + rdfs:comment "Young leaf: density of prostrate hairs between main veins on lower side of blade (4th leaf)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000027> a vocabulary:Method; + rdfs:label "OIV:054"; + rdfs:comment "Young leaf: density of erect hairs between main veins on lower side of blade (4th leaf)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000028> a vocabulary:Method; + rdfs:label "OIV:055"; + rdfs:comment "Young leaf: density of prostrate hairs on main veins on lower side of blade (4th leaf)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000029> a vocabulary:Method; + rdfs:label "OIV:056"; + rdfs:comment "Young leaf: density of erect hairs on main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000030> a vocabulary:Method; + rdfs:label "OIV:065"; + rdfs:comment "Mature leaf: size of blade "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000036> a vocabulary:Method; + rdfs:label "OIV:072"; + rdfs:comment "Mature leaf: goffering of blade "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000039> a vocabulary:Method; + rdfs:label "OIV:075"; + rdfs:comment "Mature leaf: blistering of upper side of blade "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000041> a vocabulary:Method; + rdfs:label "OIV:077"; + rdfs:comment "Mature leaf: size of teeth in relation to blade size "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000042> a vocabulary:Method; + rdfs:label "OIV:078"; + rdfs:comment "Mature leaf: length of teeth compared with their width "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000043> a vocabulary:Method; + rdfs:label "OIV:079"; + rdfs:comment "Mature leaf: degree of opening / overlapping of petiole sinus "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000046> a vocabulary:Method; + rdfs:label "OIV:084"; + rdfs:comment "Mature leaf: density of prostrate hairs between the main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000047> a vocabulary:Method; + rdfs:label "OIV:085"; + rdfs:comment "Mature leaf: density of erect hairs between the main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000048> a vocabulary:Method; + rdfs:label "OIV:086"; + rdfs:comment "Mature leaf: density of prostrate hairs on main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000049> a vocabulary:Method; + rdfs:label "OIV:087"; + rdfs:comment "Mature leaf: density of erect hairs on main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000005> a vocabulary:Method; + rdfs:label "OIV:015-2"; + rdfs:comment "Shoot: intensity of anthocyanin coloration on bud scales "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000052> a vocabulary:Method; + rdfs:label "OIV:090"; + rdfs:comment "Mature leaf: density of prostrate hairs on petiole "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000053> a vocabulary:Method; + rdfs:label "OIV:091"; + rdfs:comment "Mature leaf: density of erect hairs on petiole "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000054> a vocabulary:Method; + rdfs:label "OIV:093"; + rdfs:comment "Mature leaf: length of petiole compared to length of middle vein "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000055> a vocabulary:Method; + rdfs:label "OIV:094"; + rdfs:comment "Mature leaf: depth of upper lateral sinuses "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000066> a vocabulary:Method; + rdfs:label "OIV:202"; + rdfs:comment "Bunch: length (peduncle excluded) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000067> a vocabulary:Method; + rdfs:label "OIV:203"; + rdfs:comment "Bunch: width "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000068> a vocabulary:Method; + rdfs:label "OIV:204"; + rdfs:comment "Bunch: density "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000069> a vocabulary:Method; + rdfs:label "OIV:206"; + rdfs:comment "Bunch: length of peduncle of primary bunch "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000007> a vocabulary:Method; + rdfs:label "OIV:003"; + rdfs:comment "Young Shoot: intensity of anthocyanin coloration on prostrate hairs of tip "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000073> a vocabulary:Method; + rdfs:label "OIV:220"; + rdfs:comment "Berry: length "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000074> a vocabulary:Method; + rdfs:label "OIV:221"; + rdfs:comment "Berry: width "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000079> a vocabulary:Method; + rdfs:label "OIV:227"; + rdfs:comment "Berry: bloom "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000008> a vocabulary:Method; + rdfs:label "OIV:004"; + rdfs:comment "Young Shoot: density of prostrate hairs on tip "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000080> a vocabulary:Method; + rdfs:label "OIV:228"; + rdfs:comment "Berry: thickness of skin "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000082> a vocabulary:Method; + rdfs:label "OIV:231"; + rdfs:comment "Berry: intensity of the anthocyanin coloration of flesh "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000087> a vocabulary:Method; + rdfs:label "OIV:238"; + rdfs:comment "Berry: length of pedicel "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000009> a vocabulary:Method; + rdfs:label "OIV:005"; + rdfs:comment "Young Shoot: density of erect hairs on tip "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000090> a vocabulary:Method; + rdfs:label "OIV:242"; + rdfs:comment "Berry: length of seeds "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000091> a vocabulary:Method; + rdfs:label "OIV:243"; + rdfs:comment "Berry: weight of seeds "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000093> a vocabulary:Method; + rdfs:label "OIV:301"; + rdfs:comment "Time of bud burst "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000094> a vocabulary:Method; + rdfs:label "OIV:302"; + rdfs:comment "Time of full bloom "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000095> a vocabulary:Method; + rdfs:label "OIV:303"; + rdfs:comment "Time of beginning of berry ripening (veraison) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000096> a vocabulary:Method; + rdfs:label "OIV:304"; + rdfs:comment "Time of physiological stage of full maturity of the berry "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000097> a vocabulary:Method; + rdfs:label "OIV:305"; + rdfs:comment "Time of beginning of wood maturity "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000099> a vocabulary:Method; + rdfs:label "OIV:351"; + rdfs:comment "Vigor of shoot growth "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000070> a vocabulary:Method; + rdfs:label "OIV:207"; + rdfs:comment "Bunch: lignification of peduncle "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000065> a vocabulary:Method; + rdfs:label "OIV:155"; + rdfs:comment "Shoot: fertility of basal buds (buds 1-3) "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000077> a vocabulary:Method; + rdfs:label "OIV:225"; + rdfs:comment "Berry: color of skin "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000013> a vocabulary:Method; + rdfs:label "OIV:081-1"; + rdfs:comment "Mature leaf: teeth in the petiole sinus "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000016> a vocabulary:Method; + rdfs:label "OIV:083-2"; + rdfs:comment "Mature leaf: teeth in the upper lateral sinuses "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000037> a vocabulary:Method; + rdfs:label "OIV:073"; + rdfs:comment "Mature leaf: undulation of blade between main and lateral veins "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000050> a vocabulary:Method; + rdfs:label "OIV:088"; + rdfs:comment "Mature leaf: prostrate hairs on main veins on upper side of blade "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000051> a vocabulary:Method; + rdfs:label "OIV:089"; + rdfs:comment "Mature leaf: erect hairs on main veins on upper side of blade "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000059> a vocabulary:Method; + rdfs:label "OIV:104"; + rdfs:comment "Woody shoot: lenticels "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000060> a vocabulary:Method; + rdfs:label "OIV:105"; + rdfs:comment "Woody shoot: erect hairs on nodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000061> a vocabulary:Method; + rdfs:label "OIV:106"; + rdfs:comment "Woody shoot: erect hairs on internodes "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000092> a vocabulary:Method; + rdfs:label "OIV:244"; + rdfs:comment "Berry: transversal ridges on dorsal side of seeds "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000121> a vocabulary:Method; + rdfs:label "OIV:508"; + rdfs:comment "must specific pH "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000033> a vocabulary:Method; + rdfs:label "OIV:069"; + rdfs:comment "Mature leaf: color of the upper side of blade "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000084> a vocabulary:Method; + rdfs:label "OIV:233"; + rdfs:comment "Berry: must yield "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000114> a vocabulary:Method; + rdfs:label "OIV:459"; + rdfs:comment "Cluster: degree of resistance to Botrytis "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000001> a vocabulary:Method; + rdfs:label "Relative to chasselas"; + rdfs:comment "Number of day before (-) or after (+) the Chasselas cultivar for this stage. This reference cultivar is often used as phenology control in grape germplasm collection (ex. INRA Vassal)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000161> a vocabulary:Method; + rdfs:label "Manual counting"; + rdfs:comment "Manual counting"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000176> a vocabulary:Method; + rdfs:label "LeafArea_SLA"; + rdfs:comment "Total leaf area estimated with the total leaf biomass and an assessment of the surfacic weight"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000172> a vocabulary:Method; + rdfs:label "Tmax_Heatsummations"; + rdfs:comment "Heat summation with maximum tempŽratures"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000178> a vocabulary:Method; + rdfs:label "LEAV_NB_SHOOT Method"; + rdfs:comment "Manual counting"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000151> a vocabulary:Method; + rdfs:label "pH_meter"; + rdfs:comment "pH meter"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000175> a vocabulary:Method; + rdfs:label "Ruler_measurement"; + rdfs:comment "Distance measured with an instrument (ruler"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000149> a vocabulary:Method; + rdfs:label "K_FlameSpectro"; + rdfs:comment "Flame spectrophotometer"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000171> a vocabulary:Method; + rdfs:label "GluFru_Enzymatic"; + rdfs:comment "Enzymatic reaction"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000260> a vocabulary:Method; + rdfs:label "HPLC ion exchange"; + rdfs:comment "Ion exchange HPLC"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000142> a vocabulary:Method; + rdfs:label "SPE-GC-MS"; + rdfs:comment "Solid Phase Extraction and GC-MS analysis"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000257> a vocabulary:Method; + rdfs:label "DM_rating_vineyard"; + rdfs:comment "vineyard rating data"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000231> a vocabulary:Method; + rdfs:label "SHOOT_DW Method"; + rdfs:comment "Calculated with the shoot fresh weight and an assessment of % od-f dry matter on a subsample"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000098> a vocabulary:Method; + rdfs:label "OIV:306"; + rdfs:comment "Time of autumn coloring of leaves "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000153> a vocabulary:Method; + rdfs:label "TA_AutomaticTitrator"; + rdfs:comment "Automatic titrator"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000160> a vocabulary:Method; + rdfs:label "Geometric_ExposedLeafArea"; + rdfs:comment "Geometric calculation"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000001> a vocabulary:Unit; + rdfs:label "%v/v"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000015> a vocabulary:Unit; + rdfs:label "g/l"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000016> a vocabulary:Unit; + rdfs:label "mm"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000017> a vocabulary:Unit; + rdfs:label "ml"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000018> a vocabulary:Unit; + rdfs:label "mg"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000019> a vocabulary:Unit; + rdfs:label "°Brix"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000020> a vocabulary:Unit; + rdfs:label "kg/plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000021> a vocabulary:Unit; + rdfs:label "S1_10:OIV223"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000022> a vocabulary:Unit; + rdfs:label "S1_2:OIV222"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000023> a vocabulary:Unit; + rdfs:label "S1_3"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000003> a vocabulary:Unit; + rdfs:label "Calendar date"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000024> a vocabulary:Unit; + rdfs:label "S1_4"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000025> a vocabulary:Unit; + rdfs:label "S1_5"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000027> a vocabulary:Unit; + rdfs:label "S1_5_by2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000028> a vocabulary:Unit; + rdfs:label "S1_9_by2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000029> a vocabulary:Unit; + rdfs:label "S1_5_7"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000030> a vocabulary:Unit; + rdfs:label "S1_5_9"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000031> a vocabulary:Unit; + rdfs:label "S1_6"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000033> a vocabulary:Unit; + rdfs:label "S3_5_7"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000034> a vocabulary:Unit; + rdfs:label "S3_5_9"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000004> a vocabulary:Unit; + rdfs:label "day/Chasselas"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000035> a vocabulary:Unit; + rdfs:label "per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000036> a vocabulary:Unit; + rdfs:label "per shoot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000037> a vocabulary:Unit; + rdfs:label "/m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000038> a vocabulary:Unit; + rdfs:label "Degree.days"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000039> a vocabulary:Unit; + rdfs:label "Count"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000040> a vocabulary:Unit; + rdfs:label "Optical density"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000041> a vocabulary:Unit; + rdfs:label "pH"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000042> a vocabulary:Unit; + rdfs:label "julian day"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <UO:0000015> a vocabulary:Unit; + rdfs:label "cm"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000005> a vocabulary:Unit; + rdfs:label "week/Chasselas"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <UO:0000273> a vocabulary:Unit; + rdfs:label "mg/l"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <UO:0000301> a vocabulary:Unit; + rdfs:label "microg/l"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <UO:0000308> a vocabulary:Unit; + rdfs:label "mg/kg"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000057> a vocabulary:Unit; + rdfs:label "S1_5:OIV_306"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000058> a vocabulary:Unit; + rdfs:label "kg/m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000059> a vocabulary:Unit; + rdfs:label "g/l eq H2SO4"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000008> a vocabulary:Unit; + rdfs:label "microg/kg"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000009> a vocabulary:Unit; + rdfs:label "m2/m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000012> a vocabulary:Unit; + rdfs:label "meq/l"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000013> a vocabulary:Unit; + rdfs:label "l/kg"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:1000012> a vocabulary:Variable; + rdfs:label "ALC_C"; + rdfs:comment "Alcohol content"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.alcohol>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000147>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000001>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Alcohol content"; + vocabulary:hasTraitName "Alcohol content"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000004> . + + <https://cropontology.org/term/CO_356:1000171> a vocabulary:Variable; + rdfs:label "BLACKR_BER_PC"; + rdfs:comment "Percentage of berries destroyed by Black rot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.black-rot>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000155>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of berries destroyed by Black rot"; + vocabulary:hasTraitName "Percentage of berries destroyed by Black rot"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000108> . + + <https://cropontology.org/term/CO_356:4000014> a vocabulary:Unit; + rdfs:label "%"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:1000181> a vocabulary:Variable; + rdfs:label "OPEN_FLO_PC"; + rdfs:comment "Percentage of open flowers"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000155>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of open flowers"; + vocabulary:hasTraitName "Percentage of open flowers"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000118> . + + <https://cropontology.org/term/CO_356:1000220> a vocabulary:Variable; + rdfs:label "PM_LEAF_PC"; + rdfs:comment "Surface of foliage attacked by Downy Mildew"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000224>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Surface of foliage attacked by Downy Mildew"; + vocabulary:hasTraitName "Surface of foliage attacked by Downy Mildew"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000148> . + + <https://cropontology.org/term/CO_356:3000224> a vocabulary:Method; + rdfs:label "Visual_percentage_surface"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:1000217> a vocabulary:Variable; + rdfs:label "BERRY_SUG_g"; + rdfs:comment "Berry Sugar concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.sugar-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000152>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.must>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry Sugar concentration"; + vocabulary:hasTraitName "Berry Sugar concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000146> . + + <https://cropontology.org/term/CO_356:1000216> a vocabulary:Variable; + rdfs:label "SSEEDW_g"; + rdfs:comment "Single seed weight"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000227>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.seed>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000018>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Single seed weight"; + vocabulary:hasTraitName "Single seed weight"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000145> . + + <https://cropontology.org/term/CO_356:3000227> a vocabulary:Method; + rdfs:label "Weight_balance"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:1000023> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_232"; + rdfs:comment "Berry: juiciness of flesh"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.juiciness>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000083>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-pulp>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: juiciness of flesh"; + vocabulary:hasTraitName "Berry: juiciness of flesh"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000011> . + + <https://cropontology.org/term/CO_356:1000069> a vocabulary:Variable; + rdfs:label "INTDIAM_OIV_354"; + rdfs:comment "Diameter of internodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.diameter>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000102>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.internodes>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Diameter of internodes"; + vocabulary:hasTraitName "Diameter of internodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000046> . + + <https://cropontology.org/term/CO_356:1000197> a vocabulary:Variable; + rdfs:label "CANES_Y_OIV_551"; + rdfs:comment "Rootstock: yield of canes/ha"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.yield>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000122>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.rootstock>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Rootstock: yield of canes/ha"; + vocabulary:hasTraitName "Rootstock: yield of canes/ha"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000130> . + + <https://cropontology.org/term/CO_356:1000172> a vocabulary:Variable; + rdfs:label "PM_BER_PC"; + rdfs:comment "Percentage of berries destroyed by Downy Mildew"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000155>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of berries destroyed by Downy Mildew"; + vocabulary:hasTraitName "Percentage of berries destroyed by Downy Mildew"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000109> . + + <http://opensilex.vitioeno/set/variables#characteristic.buds-set> a vocabulary:Characteristic; + rdfs:label "Buds set"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.shoot-diameter> a vocabulary:Characteristic; + rdfs:label "Shoot diameter"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.anthocyanins-content> a vocabulary:Characteristic; + rdfs:label "Anthocyanins content"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:1000183> a vocabulary:Variable; + rdfs:label "PER_SBU"; + rdfs:comment "Percentage of sprouted buds"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.buds-set>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000222>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.buds>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of sprouted buds"; + vocabulary:hasTraitName "Percentage of sprouted buds"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000120> . + + <https://cropontology.org/term/CO_356:3000222> a vocabulary:Method; + rdfs:label "Calculated_percentage"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:1000204> a vocabulary:Variable; + rdfs:label "SHOOT_DIAM"; + rdfs:comment "Shoot diameter"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shoot-diameter>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000230>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000016>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot diameter"; + vocabulary:hasTraitName "Shoot diameter"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000135> . + + <https://cropontology.org/term/CO_356:3000230> a vocabulary:Method; + rdfs:label "Diameter_Calliper"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000248> a vocabulary:Method; + rdfs:label "Fehling_residual_sugars"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000258> a vocabulary:Method; + rdfs:label "Direct record"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000148> a vocabulary:Method; + rdfs:label "Spectrophotometer_Optical_density"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000179> a vocabulary:Method; + rdfs:label "HPLC_for_9_anthocyanins (OIV)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000233> a vocabulary:Method; + rdfs:label "FreeSO2_Ripper_Method"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000234> a vocabulary:Method; + rdfs:label "TotSO2_Ripper_Method"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:3000190> a vocabulary:Method; + rdfs:label "MUST_Y Method"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#variable.entity.internode> a vocabulary:Entity; + rdfs:label "Internode"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.length> a vocabulary:Characteristic; + rdfs:label "Length"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <http://opensilex.vitioeno/set/variables#characteristic.maturity> a vocabulary:Characteristic; + rdfs:label "Maturity"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000032> a vocabulary:Unit; + rdfs:label "S1_9"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000044> a vocabulary:Unit; + rdfs:label "S1_10"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:4000006> a vocabulary:Unit; + rdfs:label "g"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex> . + + <https://cropontology.org/term/CO_356:1000176> a vocabulary:Variable; + rdfs:label "UN_BER_PC"; + rdfs:comment "Percentage of berries with Powdery Mildew"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.powdery-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000155>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of berries with Powdery Mildew"; + vocabulary:hasTraitName "Percentage of berries with Powdery Mildew"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000113> . + + <https://cropontology.org/term/CO_356:1000174> a vocabulary:Variable; + rdfs:label "BOTRY_BER_PC"; + rdfs:comment "Percentage of berries with grey rot (Botryrtis)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.botrytis>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000155>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of berries with grey rot (Botryrtis)"; + vocabulary:hasTraitName "Percentage of berries with grey rot (Botryrtis)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000111> . + + <https://cropontology.org/term/CO_356:1000175> a vocabulary:Variable; + rdfs:label "NOBROT_BER_PC"; + rdfs:comment "Percentage of berries with noble rot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.botrytis>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000155>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of berries with noble rot"; + vocabulary:hasTraitName "Percentage of berries with noble rot"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000112> . + + <https://cropontology.org/term/CO_356:1000177> a vocabulary:Variable; + rdfs:label "COL_BER_PC"; + rdfs:comment "Percentage of colored berries"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.fruit-set>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000155>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of colored berries"; + vocabulary:hasTraitName "Percentage of colored berries"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000114> . + + <https://cropontology.org/term/CO_356:1000178> a vocabulary:Variable; + rdfs:label "FRUITSET_%"; + rdfs:comment "Percentage of fruit-set"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.fruit-set>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000170>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of fruit-set"; + vocabulary:hasTraitName "Percentage of fruit-set"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000115> . + + <https://cropontology.org/term/CO_356:1000221> a vocabulary:Variable; + rdfs:label "UN_LEAF_PC"; + rdfs:comment "Surface of foliage attacked by Powdery Mildew"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.powdery-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000224>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Surface of foliage attacked by Powdery Mildew"; + vocabulary:hasTraitName "Surface of foliage attacked by Powdery Mildew"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000149> . + + <https://cropontology.org/term/CO_356:1000182> a vocabulary:Variable; + rdfs:label "SOFT_BER_PC"; + rdfs:comment "Percentage of soft berries"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.veraison>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000235>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of soft berries"; + vocabulary:hasTraitName "Percentage of soft berries"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000119> . + + <https://cropontology.org/term/CO_356:1000283> a vocabulary:Variable; + rdfs:label "DM_SPOR%DISK_DIVILOV"; + rdfs:comment "Percentage of leaf disk coverd with downy mildew sporulation (Divilov)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000253>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of leaf disk coverd with downy mildew sporulation (Divilov)"; + vocabulary:hasTraitName "Percentage of leaf disk coverd with downy mildew sporulation (Divilov)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000188> . + + <https://cropontology.org/term/CO_356:1000284> a vocabulary:Variable; + rdfs:label "DM_SPOR%DISK_PERESSOTTI"; + rdfs:comment "Percentage of leaf disk coverd with downy mildew sporulation (Perssotti)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000255>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000014>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of leaf disk coverd with downy mildew sporulation (Perssotti)"; + vocabulary:hasTraitName "Percentage of leaf disk coverd with downy mildew sporulation (Perssotti)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000188> . + + <https://cropontology.org/term/CO_356:1000291> a vocabulary:Variable; + rdfs:label "MUST_MAL_g"; + rdfs:comment "Malic acid concentration of the must (Enzym."; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000150>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Malic acid concentration of the must (Enzym."; + vocabulary:hasTraitName "Malic acid concentration of the must (Enzym."; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000065> . + + <https://cropontology.org/term/CO_356:1000298> a vocabulary:Variable; + rdfs:label "BER_MAL_g"; + rdfs:comment "Malic acid concentration of the berries (Enzym."; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000150>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Malic acid concentration of the berries (Enzym."; + vocabulary:hasTraitName "Malic acid concentration of the berries (Enzym."; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000065> . + + <https://cropontology.org/term/CO_356:1000218> a vocabulary:Variable; + rdfs:label "MUST_SUG_g"; + rdfs:comment "Must Sugar concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.sugar-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000152>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.must>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Sugar concentration"; + vocabulary:hasTraitName "Must Sugar concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000146> . + + <https://cropontology.org/term/CO_356:1000292> a vocabulary:Variable; + rdfs:label "MUST_TART_g"; + rdfs:comment "Tartaric acid concentration of the must (metav."; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000154>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Tartaric acid concentration of the must (metav."; + vocabulary:hasTraitName "Tartaric acid concentration of the must (metav."; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000150> . + + <https://cropontology.org/term/CO_356:1000300> a vocabulary:Variable; + rdfs:label "BER_TART_g"; + rdfs:comment "Tartaric acid concentration in the berries (Enzym."; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000154>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Tartaric acid concentration in the berries (Enzym."; + vocabulary:hasTraitName "Tartaric acid concentration in the berries (Enzym."; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000150> . + + <https://cropontology.org/term/CO_356:1000194> a vocabulary:Variable; + rdfs:label "WINE_RES_SUG"; + rdfs:comment "Residual sugar concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.sugar-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000248>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Residual sugar concentration"; + vocabulary:hasTraitName "Residual sugar concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000127> . + + <https://cropontology.org/term/CO_356:1000295> a vocabulary:Variable; + rdfs:label "MUST_TART_HPLC_g"; + rdfs:comment "Tartaric acid concentration of the must (HPLC"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000259>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Tartaric acid concentration of the must (HPLC"; + vocabulary:hasTraitName "Tartaric acid concentration of the must (HPLC"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000150> . + + <https://cropontology.org/term/CO_356:1000301> a vocabulary:Variable; + rdfs:label "BER_TART_HPLC_g"; + rdfs:comment "Tartaric acid concentration in the berries (HPLC"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000259>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Tartaric acid concentration in the berries (HPLC"; + vocabulary:hasTraitName "Tartaric acid concentration in the berries (HPLC"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000150> . + + <https://cropontology.org/term/CO_356:1000294> a vocabulary:Variable; + rdfs:label "MUST_MAL_HPLC_g"; + rdfs:comment "Malic acid concentration of the must (HPLC"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000259>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Malic acid concentration of the must (HPLC"; + vocabulary:hasTraitName "Malic acid concentration of the must (HPLC"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000065> . + + <https://cropontology.org/term/CO_356:1000299> a vocabulary:Variable; + rdfs:label "Berry"; + rdfs:comment "Malic acid concentration of the berries (HPLC"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000259>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry"; + vocabulary:hasTraitName "Malic acid concentration of the berries (HPLC"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000065> . + + <https://cropontology.org/term/CO_356:1000214> a vocabulary:Variable; + rdfs:label "SBER_VOL_mL"; + rdfs:comment "Single berry volume (ml)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.volume>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000226>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000017>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Single berry volume (ml)"; + vocabulary:hasTraitName "Single berry volume (ml)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000143> . + + <https://cropontology.org/term/CO_356:1000239> a vocabulary:Variable; + rdfs:label "TSS"; + rdfs:comment "Total soluble solids"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.sugar-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000152>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000019>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Total soluble solids"; + vocabulary:hasTraitName "Total soluble solids"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000161> . + + <https://cropontology.org/term/CO_356:1000190> a vocabulary:Variable; + rdfs:label "PRUN_FW_PLANT"; + rdfs:comment "Pruning fresh weight per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000225>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000020>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Pruning fresh weight per plant"; + vocabulary:hasTraitName "Pruning fresh weight per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000123> . + + <https://cropontology.org/term/CO_356:1000247> a vocabulary:Variable; + rdfs:label "YIELD_PLANT"; + rdfs:comment "Yield"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000227>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.grapes>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000020>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Yield"; + vocabulary:hasTraitName "Yield"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000168> . + + <https://cropontology.org/term/CO_356:1000029> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_223"; + rdfs:comment "Berry: shape"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000076>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000021>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: shape"; + vocabulary:hasTraitName "Berry: shape"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000016> . + + <https://cropontology.org/term/CO_356:1000213> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_016"; + rdfs:comment "Shoot: number of consecutive tendrils"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000023>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000022>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: number of consecutive tendrils"; + vocabulary:hasTraitName "Shoot: number of consecutive tendrils"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000142> . + + <https://cropontology.org/term/CO_356:1000034> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_222"; + rdfs:comment "Berry: uniformity of size"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000075>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000022>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: uniformity of size"; + vocabulary:hasTraitName "Berry: uniformity of size"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000018> . + + <https://cropontology.org/term/CO_356:1000033> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_226"; + rdfs:comment "Berry: uniformity of color of skin"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000078>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000022>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: uniformity of color of skin"; + vocabulary:hasTraitName "Berry: uniformity of color of skin"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000183> . + + <https://cropontology.org/term/CO_356:1000021> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_229"; + rdfs:comment "Berry: hilum"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000081>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000022>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: hilum"; + vocabulary:hasTraitName "Berry: hilum"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000179> . + + <https://cropontology.org/term/CO_356:1000200> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_007"; + rdfs:comment "Shoot: color of dorsal side of internodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000011>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: color of dorsal side of internodes"; + vocabulary:hasTraitName "Shoot: color of dorsal side of internodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000133> . + + <https://cropontology.org/term/CO_356:1000202> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_008"; + rdfs:comment "Shoot: color of ventral side of internodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000012>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: color of ventral side of internodes"; + vocabulary:hasTraitName "Shoot: color of ventral side of internodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000213> . + + <https://cropontology.org/term/CO_356:1000141> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_081-2"; + rdfs:comment "Mature leaf: petiole sinus base limited by veins"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000014>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: petiole sinus base limited by veins"; + vocabulary:hasTraitName "Mature leaf: petiole sinus base limited by veins"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000088> . + + <https://cropontology.org/term/CO_356:1000145> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_083-1"; + rdfs:comment "Mature leaf: shape of base of upper lateral sinuses"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000015>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: shape of base of upper lateral sinuses"; + vocabulary:hasTraitName "Mature leaf: shape of base of upper lateral sinuses"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000204> . + + <https://cropontology.org/term/CO_356:1000201> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_009"; + rdfs:comment "Shoot: color of dorsal side of nodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000017>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: color of dorsal side of nodes"; + vocabulary:hasTraitName "Shoot: color of dorsal side of nodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000134> . + + <https://cropontology.org/term/CO_356:1000203> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_010"; + rdfs:comment "Shoot: color of ventral side of nodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000018>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: color of ventral side of nodes"; + vocabulary:hasTraitName "Shoot: color of ventral side of nodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000214> . + + <https://cropontology.org/term/CO_356:1000144> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_080"; + rdfs:comment "Mature leaf: shape of base of petiole sinus"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000044>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: shape of base of petiole sinus"; + vocabulary:hasTraitName "Mature leaf: shape of base of petiole sinus"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000211> . + + <https://cropontology.org/term/CO_356:1000241> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_101"; + rdfs:comment "Woody shoot: cross section"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000056>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Woody shoot: cross section"; + vocabulary:hasTraitName "Woody shoot: cross section"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000163> . + + <https://cropontology.org/term/CO_356:1000246> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_102"; + rdfs:comment "Woody shoot: structure of surface"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000057>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Woody shoot: structure of surface"; + vocabulary:hasTraitName "Woody shoot: structure of surface"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000167> . + + <https://cropontology.org/term/CO_356:1000255> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_002"; + rdfs:comment "Young Shoot: distribution of anthocyanin coloration on prostrate hairs of tip"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000006>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young Shoot: distribution of anthocyanin coloration on prostrate hairs of tip"; + vocabulary:hasTraitName "Young Shoot: distribution of anthocyanin coloration on prostrate hairs of tip"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000171> . + + <https://cropontology.org/term/CO_356:1000091> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_152"; + rdfs:comment "Inflorescence: insertion of 1st inflorescence"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.position>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000063>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Inflorescence: insertion of 1st inflorescence"; + vocabulary:hasTraitName "Inflorescence: insertion of 1st inflorescence"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000060> . + + <https://cropontology.org/term/CO_356:1000042> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_208"; + rdfs:comment "Bunch: shape"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000071>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Bunch: shape"; + vocabulary:hasTraitName "Bunch: shape"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000025> . + + <https://cropontology.org/term/CO_356:1000019> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_235"; + rdfs:comment "Berry: firmness of flesh"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.firmness>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000085>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-pulp>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: firmness of flesh"; + vocabulary:hasTraitName "Berry: firmness of flesh"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000009> . + + <https://cropontology.org/term/CO_356:1000018> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_240"; + rdfs:comment "Berry: ease of detachment from pedicel"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000088>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: ease of detachment from pedicel"; + vocabulary:hasTraitName "Berry: ease of detachment from pedicel"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000008> . + + <https://cropontology.org/term/CO_356:1000020> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_241"; + rdfs:comment "Berry: formation of seeds"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000089>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.seed>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000023>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: formation of seeds"; + vocabulary:hasTraitName "Berry: formation of seeds"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000010> . + + <https://cropontology.org/term/CO_356:1000010> a vocabulary:Variable; + rdfs:label "VER_50"; + rdfs:comment "Veraison date (50%)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.veraison>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000146>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000003>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Veraison date (50%)"; + vocabulary:hasTraitName "Veraison date (50%)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000002> . + + <https://cropontology.org/term/CO_356:1000001> a vocabulary:Variable; + rdfs:label "BUD_DATE"; + rdfs:comment "Budbreak date (50%)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.budbreak>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000146>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000003>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Budbreak date (50%)"; + vocabulary:hasTraitName "Budbreak date (50%)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000000> . + + <https://cropontology.org/term/CO_356:1000011> a vocabulary:Variable; + rdfs:label "FLO_50"; + rdfs:comment "Flowering date (50%)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000146>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000003>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Flowering date (50%)"; + vocabulary:hasTraitName "Flowering date (50%)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000001> . + + <https://cropontology.org/term/CO_356:1000082> a vocabulary:Variable; + rdfs:label "FLO_END"; + rdfs:comment "Flowering end"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000146>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000003>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Flowering end"; + vocabulary:hasTraitName "Flowering end"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000001> . + + <https://cropontology.org/term/CO_356:1000083> a vocabulary:Variable; + rdfs:label "FLO_START"; + rdfs:comment "Flowering start"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000146>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000003>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Flowering start"; + vocabulary:hasTraitName "Flowering start"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000001> . + + <https://cropontology.org/term/CO_356:1000288> a vocabulary:Variable; + rdfs:label "HARVEST_DATE"; + rdfs:comment "Harvest date (calendar date)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.harvest>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000258>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000003>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Harvest date (calendar date)"; + vocabulary:hasTraitName "Harvest date (calendar date)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000234> . + + <https://cropontology.org/term/CO_356:1000249> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_051"; + rdfs:comment "Young leaf: color of the upper side of blade (4th leaf)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000025>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000024>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young leaf: color of the upper side of blade (4th leaf)"; + vocabulary:hasTraitName "Young leaf: color of the upper side of blade (4th leaf)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000169> . + + <https://cropontology.org/term/CO_356:1000199> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_015-1"; + rdfs:comment "Shoot: area of the anthocyanin coloration on bud scales"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.anthocyanins>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000004>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000024>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: area of the anthocyanin coloration on bud scales"; + vocabulary:hasTraitName "Shoot: area of the anthocyanin coloration on bud scales"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000132> . + + <https://cropontology.org/term/CO_356:1000245> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_103"; + rdfs:comment "Woody shoot: main color"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000058>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000024>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Woody shoot: main color"; + vocabulary:hasTraitName "Woody shoot: main color"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000166> . + + <https://cropontology.org/term/CO_356:1000084> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_151"; + rdfs:comment "Flower: sexual organs"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000062>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.flower>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000024>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Flower: sexual organs"; + vocabulary:hasTraitName "Flower: sexual organs"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000055> . + + <https://cropontology.org/term/CO_356:1000092> a vocabulary:Variable; + rdfs:label "FERT_OIV_153"; + rdfs:comment "Number of inflorescences per shoot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000064>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000024>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences per shoot"; + vocabulary:hasTraitName "Number of inflorescences per shoot"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000061> . + + <https://cropontology.org/term/CO_356:1000285> a vocabulary:Variable; + rdfs:label "DM_HRnecrosis"; + rdfs:comment "Quantification of HR necrosis after DM inoculation"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000254>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Quantification of HR necrosis after DM inoculation"; + vocabulary:hasTraitName "Quantification of HR necrosis after DM inoculation"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000188> . + + <https://cropontology.org/term/CO_356:1000286> a vocabulary:Variable; + rdfs:label "DM_SCORE_DISK"; + rdfs:comment "DM rating on leaf disks (1-5 scale)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000256>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "DM rating on leaf disks (1-5 scale)"; + vocabulary:hasTraitName "DM rating on leaf disks (1-5 scale)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000188> . + + <https://cropontology.org/term/CO_356:1000143> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_067"; + rdfs:comment "Mature leaf: shape of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000031>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: shape of blade"; + vocabulary:hasTraitName "Mature leaf: shape of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000205> . + + <https://cropontology.org/term/CO_356:1000136> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_068"; + rdfs:comment "Mature leaf: number of lobes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000032>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: number of lobes"; + vocabulary:hasTraitName "Mature leaf: number of lobes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000085> . + + <https://cropontology.org/term/CO_356:1000106> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_070"; + rdfs:comment "Mature leaf: area of anthocyanin coloration of main veins on upper side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000034>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: area of anthocyanin coloration of main veins on upper side of blade"; + vocabulary:hasTraitName "Mature leaf: area of anthocyanin coloration of main veins on upper side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000195> . + + <https://cropontology.org/term/CO_356:1000105> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_071"; + rdfs:comment "Mature leaf: area of anthocyanin coloration of main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000035>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: area of anthocyanin coloration of main veins on lower side of blade"; + vocabulary:hasTraitName "Mature leaf: area of anthocyanin coloration of main veins on lower side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000066> . + + <https://cropontology.org/term/CO_356:1000139> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_074"; + rdfs:comment "Mature leaf: profile of blade in cross section"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000038>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: profile of blade in cross section"; + vocabulary:hasTraitName "Mature leaf: profile of blade in cross section"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000087> . + + <https://cropontology.org/term/CO_356:1000146> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_076"; + rdfs:comment "Mature leaf: shape of teeth"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000040>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: shape of teeth"; + vocabulary:hasTraitName "Mature leaf: shape of teeth"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000089> . + + <https://cropontology.org/term/CO_356:1000117> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_082"; + rdfs:comment "Mature leaf: degree of opening / overlapping of upper lateral sinus"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000045>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: degree of opening / overlapping of upper lateral sinus"; + vocabulary:hasTraitName "Mature leaf: degree of opening / overlapping of upper lateral sinus"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000071> . + + <https://cropontology.org/term/CO_356:1000041> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_209"; + rdfs:comment "Bunch: number of wings of the primary bunch"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000072>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Bunch: number of wings of the primary bunch"; + vocabulary:hasTraitName "Bunch: number of wings of the primary bunch"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000024> . + + <https://cropontology.org/term/CO_356:1000028> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_236"; + rdfs:comment "Berry: particularity of flavor"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flavor>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000086>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000025>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: particularity of flavor"; + vocabulary:hasTraitName "Berry: particularity of flavor"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000015> . + + <https://cropontology.org/term/CO_356:1000254> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_001"; + rdfs:comment "Young Shoot: aperture of tip"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000003>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000027>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young Shoot: aperture of tip"; + vocabulary:hasTraitName "Young Shoot: aperture of tip"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000170> . + + <https://cropontology.org/term/CO_356:1000198> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_006"; + rdfs:comment "Shoot: attitude (before tying)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000010>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: attitude (before tying)"; + vocabulary:hasTraitName "Shoot: attitude (before tying)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000131> . + + <https://cropontology.org/term/CO_356:1000087> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_352"; + rdfs:comment "Growth of axillary shoots"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000100>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Growth of axillary shoots"; + vocabulary:hasTraitName "Growth of axillary shoots"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000058> . + + <https://cropontology.org/term/CO_356:1000101> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_353"; + rdfs:comment "Length of internodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.internode-length>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000101>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Length of internodes"; + vocabulary:hasTraitName "Length of internodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000064> . + + <https://cropontology.org/term/CO_356:1000193> a vocabulary:Variable; + rdfs:label "RES_IC_OIV_401"; + rdfs:comment "Resistance to iron chlorosis; OIV:401"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.resistance-to-iron-chlorosis>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000103>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Resistance to iron chlorosis; OIV:401"; + vocabulary:hasTraitName "Resistance to iron chlorosis; OIV:401"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000126> . + + <https://cropontology.org/term/CO_356:1000191> a vocabulary:Variable; + rdfs:label "RES_CL_OIV_402"; + rdfs:comment "Resistance to chlorides (salt); OIV:402"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.resistance-to-chlorides>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000104>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Resistance to chlorides (salt); OIV:402"; + vocabulary:hasTraitName "Resistance to chlorides (salt); OIV:402"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000124> . + + <https://cropontology.org/term/CO_356:1000192> a vocabulary:Variable; + rdfs:label "RES_D_OIV_403"; + rdfs:comment "Resistance to drought; OIV:403"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.resistance-to-drought>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000105>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Resistance to drought; OIV:403"; + vocabulary:hasTraitName "Resistance to drought; OIV:403"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000125> . + + <https://cropontology.org/term/CO_356:1000099> a vocabulary:Variable; + rdfs:label "PM_LEAF_OIV_452"; + rdfs:comment "Leaf: degree of resistance to Plasmopara"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000106>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Leaf: degree of resistance to Plasmopara"; + vocabulary:hasTraitName "Leaf: degree of resistance to Plasmopara"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000188> . + + <https://cropontology.org/term/CO_356:1000100> a vocabulary:Variable; + rdfs:label "PM_LEAFDISK_OIV_452-1"; + rdfs:comment "Leaf: degree of resistance to Plasmopara (leaf disc test)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000107>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Leaf: degree of resistance to Plasmopara (leaf disc test)"; + vocabulary:hasTraitName "Leaf: degree of resistance to Plasmopara (leaf disc test)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000188> . + + <https://cropontology.org/term/CO_356:1000047> a vocabulary:Variable; + rdfs:label "PM_CLUS_OIV_453"; + rdfs:comment "Cluster: degree of resistance to Plasmopara"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000108>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Cluster: degree of resistance to Plasmopara"; + vocabulary:hasTraitName "Cluster: degree of resistance to Plasmopara"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000186> . + + <https://cropontology.org/term/CO_356:1000097> a vocabulary:Variable; + rdfs:label "UN_LEAF_OIV_455"; + rdfs:comment "Leaf: degree of resistance to Oidium"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.powdery-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000109>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Leaf: degree of resistance to Oidium"; + vocabulary:hasTraitName "Leaf: degree of resistance to Oidium"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000187> . + + <https://cropontology.org/term/CO_356:1000098> a vocabulary:Variable; + rdfs:label "UN_LEAFDISK_OIV_455-1"; + rdfs:comment "Leaf: degree of resistance to Oidium (leaf disc test)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.powdery-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000110>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Leaf: degree of resistance to Oidium (leaf disc test)"; + vocabulary:hasTraitName "Leaf: degree of resistance to Oidium (leaf disc test)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000187> . + + <https://cropontology.org/term/CO_356:1000046> a vocabulary:Variable; + rdfs:label "UN_CLUST_OIV_456"; + rdfs:comment "Cluster: degree of resistance to Oidium"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.powdery-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000111>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Cluster: degree of resistance to Oidium"; + vocabulary:hasTraitName "Cluster: degree of resistance to Oidium"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000185> . + + <https://cropontology.org/term/CO_356:1000095> a vocabulary:Variable; + rdfs:label "BOTRY_LEAF_OIV_458"; + rdfs:comment "Leaf: degree of resistance to Botrytis"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.botrytis>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000112>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Leaf: degree of resistance to Botrytis"; + vocabulary:hasTraitName "Leaf: degree of resistance to Botrytis"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000028> . + + <https://cropontology.org/term/CO_356:1000096> a vocabulary:Variable; + rdfs:label "BOTRYL_LEAFLAB_OIV"; + rdfs:comment "Leaf: degree of resistance to Botrytis (laboratory analysis)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.botrytis>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000113>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Leaf: degree of resistance to Botrytis (laboratory analysis)"; + vocabulary:hasTraitName "Leaf: degree of resistance to Botrytis (laboratory analysis)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000028> . + + <https://cropontology.org/term/CO_356:1000066> a vocabulary:Variable; + rdfs:label "EUTYP_OIV_460"; + rdfs:comment "Degree of resistance to Eutypa dieback (laboratory analysis)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.eutypa>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000115>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Degree of resistance to Eutypa dieback (laboratory analysis)"; + vocabulary:hasTraitName "Degree of resistance to Eutypa dieback (laboratory analysis)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000044> . + + <https://cropontology.org/term/CO_356:1000067> a vocabulary:Variable; + rdfs:label "PHYLLOX_LEAF_OIV_461"; + rdfs:comment "Degree of tolerance to Phylloxera (leaf)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.phylloxera>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000116>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Degree of tolerance to Phylloxera (leaf)"; + vocabulary:hasTraitName "Degree of tolerance to Phylloxera (leaf)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000045> . + + <https://cropontology.org/term/CO_356:1000068> a vocabulary:Variable; + rdfs:label "PHYLLOX_ROOT_OIV_462"; + rdfs:comment "Degree of tolerance to Phylloxera (root)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.phylloxera>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000117>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Degree of tolerance to Phylloxera (root)"; + vocabulary:hasTraitName "Degree of tolerance to Phylloxera (root)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000218> . + + <https://cropontology.org/term/CO_356:1000248> a vocabulary:Variable; + rdfs:label "YIELD_OIV_504"; + rdfs:comment "Yield per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000118>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.grapes>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Yield per m2"; + vocabulary:hasTraitName "Yield per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000168> . + + <https://cropontology.org/term/CO_356:1000219> a vocabulary:Variable; + rdfs:label "MUST_SUG_OIV_505"; + rdfs:comment "Sugar content of must OIV descriptor"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.sugar-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000119>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.must>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Sugar content of must OIV descriptor"; + vocabulary:hasTraitName "Sugar content of must OIV descriptor"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000146> . + + <https://cropontology.org/term/CO_356:1000234> a vocabulary:Variable; + rdfs:label "MUST_TA_OIV_506"; + rdfs:comment "Total acid content of must"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000120>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.must>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Total acid content of must"; + vocabulary:hasTraitName "Total acid content of must"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000158> . + + <https://cropontology.org/term/CO_356:1000196> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_552"; + rdfs:comment "Rootstock: formation of callus (upper end)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000123>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.rootstock>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Rootstock: formation of callus (upper end)"; + vocabulary:hasTraitName "Rootstock: formation of callus (upper end)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000129> . + + <https://cropontology.org/term/CO_356:1000131> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_601"; + rdfs:comment "Mature leaf: length of vein N1"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000124>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of vein N1"; + vocabulary:hasTraitName "Mature leaf: length of vein N1"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000080> . + + <https://cropontology.org/term/CO_356:1000132> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_602"; + rdfs:comment "Mature leaf: length of vein N2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000125>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of vein N2"; + vocabulary:hasTraitName "Mature leaf: length of vein N2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000081> . + + <https://cropontology.org/term/CO_356:1000133> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_603"; + rdfs:comment "Mature leaf: length of vein N3"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000126>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of vein N3"; + vocabulary:hasTraitName "Mature leaf: length of vein N3"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000082> . + + <https://cropontology.org/term/CO_356:1000134> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_604"; + rdfs:comment "Mature leaf: length of vein N4"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000127>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of vein N4"; + vocabulary:hasTraitName "Mature leaf: length of vein N4"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000083> . + + <https://cropontology.org/term/CO_356:1000127> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_605"; + rdfs:comment "Mature leaf: length petiole sinus to upper lateral leaf sinus"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000128>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length petiole sinus to upper lateral leaf sinus"; + vocabulary:hasTraitName "Mature leaf: length petiole sinus to upper lateral leaf sinus"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000076> . + + <https://cropontology.org/term/CO_356:1000126> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_606"; + rdfs:comment "Mature leaf: length petiole sinus to lower lateral leaf sinus"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000129>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length petiole sinus to lower lateral leaf sinus"; + vocabulary:hasTraitName "Mature leaf: length petiole sinus to lower lateral leaf sinus"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000075> . + + <https://cropontology.org/term/CO_356:1000107> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_607"; + rdfs:comment "Mature leaf: angle between N1 and N2 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000130>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: angle between N1 and N2 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + vocabulary:hasTraitName "Mature leaf: angle between N1 and N2 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000067> . + + <https://cropontology.org/term/CO_356:1000108> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_608"; + rdfs:comment "Mature leaf: angle between N2 and N3 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000131>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: angle between N2 and N3 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + vocabulary:hasTraitName "Mature leaf: angle between N2 and N3 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000193> . + + <https://cropontology.org/term/CO_356:1000109> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_609"; + rdfs:comment "Mature leaf: angle between N3 and N4 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000132>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: angle between N3 and N4 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + vocabulary:hasTraitName "Mature leaf: angle between N3 and N4 (Code Nos OIV 601 and OIV 602) measured at the first ramification"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000194> . + + <https://cropontology.org/term/CO_356:1000110> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_610"; + rdfs:comment "Mature leaf: angle between N3 and the tangent between petiole point and the tooth tip of N5"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000133>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: angle between N3 and the tangent between petiole point and the tooth tip of N5"; + vocabulary:hasTraitName "Mature leaf: angle between N3 and the tangent between petiole point and the tooth tip of N5"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000068> . + + <https://cropontology.org/term/CO_356:1000135> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_611"; + rdfs:comment "Mature leaf: length of vein N5"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000134>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of vein N5"; + vocabulary:hasTraitName "Mature leaf: length of vein N5"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000084> . + + <https://cropontology.org/term/CO_356:1000128> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_612"; + rdfs:comment "Mature leaf: length of tooth N2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000135>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of tooth N2"; + vocabulary:hasTraitName "Mature leaf: length of tooth N2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000077> . + + <https://cropontology.org/term/CO_356:1000151> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_613"; + rdfs:comment "Mature leaf: width of tooth N2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000136>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: width of tooth N2"; + vocabulary:hasTraitName "Mature leaf: width of tooth N2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000207> . + + <https://cropontology.org/term/CO_356:1000129> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_614"; + rdfs:comment "Mature leaf: length of tooth N4"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000137>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of tooth N4"; + vocabulary:hasTraitName "Mature leaf: length of tooth N4"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000078> . + + <https://cropontology.org/term/CO_356:1000152> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_615"; + rdfs:comment "Mature leaf: width of tooth N4"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000138>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: width of tooth N4"; + vocabulary:hasTraitName "Mature leaf: width of tooth N4"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000209> . + + <https://cropontology.org/term/CO_356:1000137> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_616"; + rdfs:comment "Mature leaf: number of teeth between the tooth tip of N2 and the tooth tip of the first secondary vein of N2 including the limits"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000139>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: number of teeth between the tooth tip of N2 and the tooth tip of the first secondary vein of N2 including the limits"; + vocabulary:hasTraitName "Mature leaf: number of teeth between the tooth tip of N2 and the tooth tip of the first secondary vein of N2 including the limits"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000086> . + + <https://cropontology.org/term/CO_356:1000124> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_617"; + rdfs:comment "Mature leaf: length between the tooth tip of N2 and the tooth tip of the first secondary vein of N2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000140>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length between the tooth tip of N2 and the tooth tip of the first secondary vein of N2"; + vocabulary:hasTraitName "Mature leaf: length between the tooth tip of N2 and the tooth tip of the first secondary vein of N2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000073> . + + <https://cropontology.org/term/CO_356:1000138> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_618"; + rdfs:comment "Mature leaf: opening/overlapping of petiole sinus"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000141>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: opening/overlapping of petiole sinus"; + vocabulary:hasTraitName "Mature leaf: opening/overlapping of petiole sinus"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000202> . + + <https://cropontology.org/term/CO_356:1000173> a vocabulary:Variable; + rdfs:label "FRUITSET_OIV_501"; + rdfs:comment "Percentage of berry set"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.fruit-set>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000143>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Percentage of berry set"; + vocabulary:hasTraitName "Percentage of berry set"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000115> . + + <https://cropontology.org/term/CO_356:1000044> a vocabulary:Variable; + rdfs:label "SCLUST_W_OIV_502"; + rdfs:comment "Weight of a single bunch"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000144>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Weight of a single bunch"; + vocabulary:hasTraitName "Weight of a single bunch"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000029> . + + <https://cropontology.org/term/CO_356:1000030> a vocabulary:Variable; + rdfs:label "SBER_W_OIV_503"; + rdfs:comment "Single berry weight"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000145>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Single berry weight"; + vocabulary:hasTraitName "Single berry weight"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000144> . + + <https://cropontology.org/term/CO_356:1000206> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_011"; + rdfs:comment "Shoot: density of erect hairs on nodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000019>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: density of erect hairs on nodes"; + vocabulary:hasTraitName "Shoot: density of erect hairs on nodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000215> . + + <https://cropontology.org/term/CO_356:1000195> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_553"; + rdfs:comment "Rootstock: adventitious root formation"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000002>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.rootstock>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Rootstock: adventitious root formation"; + vocabulary:hasTraitName "Rootstock: adventitious root formation"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000128> . + + <https://cropontology.org/term/CO_356:1000205> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_012"; + rdfs:comment "Shoot: density of erect hairs on internodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000020>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: density of erect hairs on internodes"; + vocabulary:hasTraitName "Shoot: density of erect hairs on internodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000136> . + + <https://cropontology.org/term/CO_356:1000208> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_013"; + rdfs:comment "Shoot: density of prostrate hairs on nodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000021>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: density of prostrate hairs on nodes"; + vocabulary:hasTraitName "Shoot: density of prostrate hairs on nodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000216> . + + <https://cropontology.org/term/CO_356:1000207> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_014"; + rdfs:comment "Shoot: density of prostrate hairs on internodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000022>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: density of prostrate hairs on internodes"; + vocabulary:hasTraitName "Shoot: density of prostrate hairs on internodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000137> . + + <https://cropontology.org/term/CO_356:1000212> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_017"; + rdfs:comment "Shoot: length of tendrils"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000024>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: length of tendrils"; + vocabulary:hasTraitName "Shoot: length of tendrils"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000141> . + + <https://cropontology.org/term/CO_356:1000252> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_053"; + rdfs:comment "Young leaf: density of prostrate hairs between main veins on lower side of blade (4th leaf)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000026>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young leaf: density of prostrate hairs between main veins on lower side of blade (4th leaf)"; + vocabulary:hasTraitName "Young leaf: density of prostrate hairs between main veins on lower side of blade (4th leaf)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000191> . + + <https://cropontology.org/term/CO_356:1000250> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_054"; + rdfs:comment "Young leaf: density of erect hairs between main veins on lower side of blade (4th leaf)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000027>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young leaf: density of erect hairs between main veins on lower side of blade (4th leaf)"; + vocabulary:hasTraitName "Young leaf: density of erect hairs between main veins on lower side of blade (4th leaf)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000189> . + + <https://cropontology.org/term/CO_356:1000253> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_055"; + rdfs:comment "Young leaf: density of prostrate hairs on main veins on lower side of blade (4th leaf)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000028>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young leaf: density of prostrate hairs on main veins on lower side of blade (4th leaf)"; + vocabulary:hasTraitName "Young leaf: density of prostrate hairs on main veins on lower side of blade (4th leaf)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000192> . + + <https://cropontology.org/term/CO_356:1000251> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_056"; + rdfs:comment "Young leaf: density of erect hairs on main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000029>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young leaf: density of erect hairs on main veins on lower side of blade"; + vocabulary:hasTraitName "Young leaf: density of erect hairs on main veins on lower side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000190> . + + <https://cropontology.org/term/CO_356:1000142> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_065"; + rdfs:comment "Mature leaf: size of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000030>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: size of blade"; + vocabulary:hasTraitName "Mature leaf: size of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000206> . + + <https://cropontology.org/term/CO_356:1000123> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_072"; + rdfs:comment "Mature leaf: goffering of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000036>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: goffering of blade"; + vocabulary:hasTraitName "Mature leaf: goffering of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000201> . + + <https://cropontology.org/term/CO_356:1000111> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_075"; + rdfs:comment "Mature leaf: blistering of upper side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000039>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: blistering of upper side of blade"; + vocabulary:hasTraitName "Mature leaf: blistering of upper side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000212> . + + <https://cropontology.org/term/CO_356:1000147> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_077"; + rdfs:comment "Mature leaf: size of teeth in relation to blade size"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000041>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: size of teeth in relation to blade size"; + vocabulary:hasTraitName "Mature leaf: size of teeth in relation to blade size"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000090> . + + <https://cropontology.org/term/CO_356:1000130> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_078"; + rdfs:comment "Mature leaf: length of teeth compared with their width"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000042>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of teeth compared with their width"; + vocabulary:hasTraitName "Mature leaf: length of teeth compared with their width"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000079> . + + <https://cropontology.org/term/CO_356:1000116> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_079"; + rdfs:comment "Mature leaf: degree of opening / overlapping of petiole sinus"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000043>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: degree of opening / overlapping of petiole sinus"; + vocabulary:hasTraitName "Mature leaf: degree of opening / overlapping of petiole sinus"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000070> . + + <https://cropontology.org/term/CO_356:1000118> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_084"; + rdfs:comment "Mature leaf: density of prostrate hairs between the main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000046>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: density of prostrate hairs between the main veins on lower side of blade"; + vocabulary:hasTraitName "Mature leaf: density of prostrate hairs between the main veins on lower side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000210> . + + <https://cropontology.org/term/CO_356:1000113> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_085"; + rdfs:comment "Mature leaf: density of erect hairs between the main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000047>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: density of erect hairs between the main veins on lower side of blade"; + vocabulary:hasTraitName "Mature leaf: density of erect hairs between the main veins on lower side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000208> . + + <https://cropontology.org/term/CO_356:1000119> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_086"; + rdfs:comment "Mature leaf: density of prostrate hairs on main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000048>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: density of prostrate hairs on main veins on lower side of blade"; + vocabulary:hasTraitName "Mature leaf: density of prostrate hairs on main veins on lower side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000198> . + + <https://cropontology.org/term/CO_356:1000114> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_087"; + rdfs:comment "Mature leaf: density of erect hairs on main veins on lower side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000049>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: density of erect hairs on main veins on lower side of blade"; + vocabulary:hasTraitName "Mature leaf: density of erect hairs on main veins on lower side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000197> . + + <https://cropontology.org/term/CO_356:1000210> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_015-2"; + rdfs:comment "Shoot: intensity of anthocyanin coloration on bud scales"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.anthocyanins>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000005>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: intensity of anthocyanin coloration on bud scales"; + vocabulary:hasTraitName "Shoot: intensity of anthocyanin coloration on bud scales"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000139> . + + <https://cropontology.org/term/CO_356:1000120> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_090"; + rdfs:comment "Mature leaf: density of prostrate hairs on petiole"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000052>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: density of prostrate hairs on petiole"; + vocabulary:hasTraitName "Mature leaf: density of prostrate hairs on petiole"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000072> . + + <https://cropontology.org/term/CO_356:1000115> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_091"; + rdfs:comment "Mature leaf: density of erect hairs on petiole"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000053>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: density of erect hairs on petiole"; + vocabulary:hasTraitName "Mature leaf: density of erect hairs on petiole"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000069> . + + <https://cropontology.org/term/CO_356:1000125> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_093"; + rdfs:comment "Mature leaf: length of petiole compared to length of middle vein"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000054>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: length of petiole compared to length of middle vein"; + vocabulary:hasTraitName "Mature leaf: length of petiole compared to length of middle vein"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000074> . + + <https://cropontology.org/term/CO_356:1000121> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_094"; + rdfs:comment "Mature leaf: depth of upper lateral sinuses"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000055>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: depth of upper lateral sinuses"; + vocabulary:hasTraitName "Mature leaf: depth of upper lateral sinuses"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000199> . + + <https://cropontology.org/term/CO_356:1000038> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_202"; + rdfs:comment "Bunch: length (peduncle excluded)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.length>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000066>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Bunch: length (peduncle excluded)"; + vocabulary:hasTraitName "Bunch: length (peduncle excluded)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000021> . + + <https://cropontology.org/term/CO_356:1000043> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_203"; + rdfs:comment "Bunch: width"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000067>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Bunch: width"; + vocabulary:hasTraitName "Bunch: width"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000026> . + + <https://cropontology.org/term/CO_356:1000037> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_204"; + rdfs:comment "Bunch: density"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000068>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Bunch: density"; + vocabulary:hasTraitName "Bunch: density"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000020> . + + <https://cropontology.org/term/CO_356:1000040> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_206"; + rdfs:comment "Bunch: length of peduncle of primary bunch"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000069>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Bunch: length of peduncle of primary bunch"; + vocabulary:hasTraitName "Bunch: length of peduncle of primary bunch"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000023> . + + <https://cropontology.org/term/CO_356:1000258> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_003"; + rdfs:comment "Young Shoot: intensity of anthocyanin coloration on prostrate hairs of tip"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000007>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young Shoot: intensity of anthocyanin coloration on prostrate hairs of tip"; + vocabulary:hasTraitName "Young Shoot: intensity of anthocyanin coloration on prostrate hairs of tip"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000174> . + + <https://cropontology.org/term/CO_356:1000024> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_220"; + rdfs:comment "Berry: length"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.length>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000073>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: length"; + vocabulary:hasTraitName "Berry: length"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000012> . + + <https://cropontology.org/term/CO_356:1000035> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_221"; + rdfs:comment "Berry: width"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000074>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: width"; + vocabulary:hasTraitName "Berry: width"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000184> . + + <https://cropontology.org/term/CO_356:1000016> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_227"; + rdfs:comment "Berry: bloom"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000079>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: bloom"; + vocabulary:hasTraitName "Berry: bloom"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000006> . + + <https://cropontology.org/term/CO_356:1000257> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_004"; + rdfs:comment "Young Shoot: density of prostrate hairs on tip"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000008>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young Shoot: density of prostrate hairs on tip"; + vocabulary:hasTraitName "Young Shoot: density of prostrate hairs on tip"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000173> . + + <https://cropontology.org/term/CO_356:1000032> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_228"; + rdfs:comment "Berry: thickness of skin"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000080>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-skin>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: thickness of skin"; + vocabulary:hasTraitName "Berry: thickness of skin"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000182> . + + <https://cropontology.org/term/CO_356:1000022> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_231"; + rdfs:comment "Berry: intensity of the anthocyanin coloration of flesh"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000082>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-pulp>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: intensity of the anthocyanin coloration of flesh"; + vocabulary:hasTraitName "Berry: intensity of the anthocyanin coloration of flesh"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000180> . + + <https://cropontology.org/term/CO_356:1000025> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_238"; + rdfs:comment "Berry: length of pedicel"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000087>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: length of pedicel"; + vocabulary:hasTraitName "Berry: length of pedicel"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000181> . + + <https://cropontology.org/term/CO_356:1000256> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_005"; + rdfs:comment "Young Shoot: density of erect hairs on tip"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000009>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Young Shoot: density of erect hairs on tip"; + vocabulary:hasTraitName "Young Shoot: density of erect hairs on tip"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000172> . + + <https://cropontology.org/term/CO_356:1000026> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_242"; + rdfs:comment "Berry: length of seeds"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.length>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000090>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.seed>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: length of seeds"; + vocabulary:hasTraitName "Berry: length of seeds"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000013> . + + <https://cropontology.org/term/CO_356:1000036> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_243"; + rdfs:comment "Berry: weight of seeds"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000091>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.seed>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: weight of seeds"; + vocabulary:hasTraitName "Berry: weight of seeds"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000019> . + + <https://cropontology.org/term/CO_356:1000226> a vocabulary:Variable; + rdfs:label "BUDB_OIV_301"; + rdfs:comment "Time of bud burst"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.budbreak>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000093>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Time of bud burst"; + vocabulary:hasTraitName "Time of bud burst"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000000> . + + <https://cropontology.org/term/CO_356:1000229> a vocabulary:Variable; + rdfs:label "FLO_OIV_302"; + rdfs:comment "Time of full bloom"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000094>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Time of full bloom"; + vocabulary:hasTraitName "Time of full bloom"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000001> . + + <https://cropontology.org/term/CO_356:1000227> a vocabulary:Variable; + rdfs:label "VER_OIV_303"; + rdfs:comment "Time of beginning of berry ripening (veraison)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.veraison>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000095>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Time of beginning of berry ripening (veraison)"; + vocabulary:hasTraitName "Time of beginning of berry ripening (veraison)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000002> . + + <https://cropontology.org/term/CO_356:1000230> a vocabulary:Variable; + rdfs:label "MAT_OIV_304"; + rdfs:comment "Time of physiological stage of full maturity of the berry"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.maturity-time>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000096>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Time of physiological stage of full maturity of the berry"; + vocabulary:hasTraitName "Time of physiological stage of full maturity of the berry"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000156> . + + <https://cropontology.org/term/CO_356:1000228> a vocabulary:Variable; + rdfs:label "WOODM_OIV_305"; + rdfs:comment "Time of beginning of wood maturity"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.senescence>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000097>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Time of beginning of wood maturity"; + vocabulary:hasTraitName "Time of beginning of wood maturity"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000154> . + + <https://cropontology.org/term/CO_356:1000240> a vocabulary:Variable; + rdfs:label "SHOOT_G_OIV_351"; + rdfs:comment "Vigor of shoot growth"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.growth>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000099>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000028>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Vigor of shoot growth"; + vocabulary:hasTraitName "Vigor of shoot growth"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000162> . + + <https://cropontology.org/term/CO_356:1000039> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_207"; + rdfs:comment "Bunch: lignification of peduncle"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000070>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000029>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Bunch: lignification of peduncle"; + vocabulary:hasTraitName "Bunch: lignification of peduncle"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000022> . + + <https://cropontology.org/term/CO_356:1000209> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_155"; + rdfs:comment "Shoot: fertility of basal buds (buds 1-3)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000065>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000030>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot: fertility of basal buds (buds 1-3)"; + vocabulary:hasTraitName "Shoot: fertility of basal buds (buds 1-3)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000138> . + + <https://cropontology.org/term/CO_356:1000017> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_225"; + rdfs:comment "Berry: color of skin"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000077>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-skin>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000031>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: color of skin"; + vocabulary:hasTraitName "Berry: color of skin"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000007> . + + <https://cropontology.org/term/CO_356:1000148> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_081-1"; + rdfs:comment "Mature leaf: teeth in the petiole sinus"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000013>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: teeth in the petiole sinus"; + vocabulary:hasTraitName "Mature leaf: teeth in the petiole sinus"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000091> . + + <https://cropontology.org/term/CO_356:1000149> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_083-2"; + rdfs:comment "Mature leaf: teeth in the upper lateral sinuses"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000016>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: teeth in the upper lateral sinuses"; + vocabulary:hasTraitName "Mature leaf: teeth in the upper lateral sinuses"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000092> . + + <https://cropontology.org/term/CO_356:1000150> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_073"; + rdfs:comment "Mature leaf: undulation of blade between main and lateral veins"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000037>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: undulation of blade between main and lateral veins"; + vocabulary:hasTraitName "Mature leaf: undulation of blade between main and lateral veins"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000093> . + + <https://cropontology.org/term/CO_356:1000140> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_088"; + rdfs:comment "Mature leaf: prostrate hairs on main veins on upper side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000050>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: prostrate hairs on main veins on upper side of blade"; + vocabulary:hasTraitName "Mature leaf: prostrate hairs on main veins on upper side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000203> . + + <https://cropontology.org/term/CO_356:1000122> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_089"; + rdfs:comment "Mature leaf: erect hairs on main veins on upper side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000051>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: erect hairs on main veins on upper side of blade"; + vocabulary:hasTraitName "Mature leaf: erect hairs on main veins on upper side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000200> . + + <https://cropontology.org/term/CO_356:1000244> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_104"; + rdfs:comment "Woody shoot: lenticels"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000059>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Woody shoot: lenticels"; + vocabulary:hasTraitName "Woody shoot: lenticels"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000165> . + + <https://cropontology.org/term/CO_356:1000243> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_105"; + rdfs:comment "Woody shoot: erect hairs on nodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000060>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Woody shoot: erect hairs on nodes"; + vocabulary:hasTraitName "Woody shoot: erect hairs on nodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000217> . + + <https://cropontology.org/term/CO_356:1000242> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_106"; + rdfs:comment "Woody shoot: erect hairs on internodes"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000061>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Woody shoot: erect hairs on internodes"; + vocabulary:hasTraitName "Woody shoot: erect hairs on internodes"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000164> . + + <https://cropontology.org/term/CO_356:1000031> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_244"; + rdfs:comment "Berry: transversal ridges on dorsal side of seeds"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000092>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.seed>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000032>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry: transversal ridges on dorsal side of seeds"; + vocabulary:hasTraitName "Berry: transversal ridges on dorsal side of seeds"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000017> . + + <https://cropontology.org/term/CO_356:1000153> a vocabulary:Variable; + rdfs:label "MUST_pH_OIV_508"; + rdfs:comment "Must pH"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000121>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.must>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000033>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must pH"; + vocabulary:hasTraitName "Must pH"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000094> . + + <https://cropontology.org/term/CO_356:1000112> a vocabulary:Variable; + rdfs:label "MORPHO_OIV_069"; + rdfs:comment "Mature leaf: color of the upper side of blade"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.shape>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000033>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000033>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Mature leaf: color of the upper side of blade"; + vocabulary:hasTraitName "Mature leaf: color of the upper side of blade"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000196> . + + <https://cropontology.org/term/CO_356:1000027> a vocabulary:Variable; + rdfs:label "MUST_Y_OIV_233"; + rdfs:comment "Must yield"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.yield>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000084>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.must>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000033>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must yield"; + vocabulary:hasTraitName "Must yield"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000095> . + + <https://cropontology.org/term/CO_356:1000045> a vocabulary:Variable; + rdfs:label "BOTRY_CLUST_OIV_459"; + rdfs:comment "Cluster: degree of resistance to Botrytis"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.botrytis>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000114>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000034>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Cluster: degree of resistance to Botrytis"; + vocabulary:hasTraitName "Cluster: degree of resistance to Botrytis"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000232> . + + <https://cropontology.org/term/CO_356:1000002> a vocabulary:Variable; + rdfs:label "MI-BUD-relativ"; + rdfs:comment "Budbreak date (50%) relative to Chasselas"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.budbreak>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000001>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000004>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Budbreak date (50%) relative to Chasselas"; + vocabulary:hasTraitName "Budbreak date (50%) relative to Chasselas"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000000> . + + <https://cropontology.org/term/CO_356:1000004> a vocabulary:Variable; + rdfs:label "MI-FLO-relativ"; + rdfs:comment "Flowering date (50%) relative to Chasselas"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000001>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000004>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Flowering date (50%) relative to Chasselas"; + vocabulary:hasTraitName "Flowering date (50%) relative to Chasselas"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000001> . + + <https://cropontology.org/term/CO_356:1000156> a vocabulary:Variable; + rdfs:label "NB_BUDS_PLANT"; + rdfs:comment "Number of buds per plant left after pruning"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.buds>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of buds per plant left after pruning"; + vocabulary:hasTraitName "Number of buds per plant left after pruning"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000097> . + + <https://cropontology.org/term/CO_356:1000157> a vocabulary:Variable; + rdfs:label "NB_CANES_PLANT"; + rdfs:comment "Number of canes per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.canes>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of canes per plant"; + vocabulary:hasTraitName "Number of canes per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000098> . + + <https://cropontology.org/term/CO_356:1000158> a vocabulary:Variable; + rdfs:label "NB_CLUST_PLANT"; + rdfs:comment "Number of clusters per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of clusters per plant"; + vocabulary:hasTraitName "Number of clusters per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000099> . + + <https://cropontology.org/term/CO_356:1000159> a vocabulary:Variable; + rdfs:label "NB_INFLO_ALL_PLANT"; + rdfs:comment "Number of inflorescences per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences per plant"; + vocabulary:hasTraitName "Number of inflorescences per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000100> . + + <https://cropontology.org/term/CO_356:1000263> a vocabulary:Variable; + rdfs:label "NB_INFLO_NCP_PLANT"; + rdfs:comment "Number of inflorescences on non-count positions per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences on non-count positions per plant"; + vocabulary:hasTraitName "Number of inflorescences on non-count positions per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000224> . + + <https://cropontology.org/term/CO_356:1000260> a vocabulary:Variable; + rdfs:label "NB_INFLO_I_PLANT"; + rdfs:comment "Number of inflorescences on primary shoots per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences on primary shoots per plant"; + vocabulary:hasTraitName "Number of inflorescences on primary shoots per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000221> . + + <https://cropontology.org/term/CO_356:1000262> a vocabulary:Variable; + rdfs:label "NB_INFLO_II_PLANT"; + rdfs:comment "Number of inflorescences on secundary shoots per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences on secundary shoots per plant"; + vocabulary:hasTraitName "Number of inflorescences on secundary shoots per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000223> . + + <https://cropontology.org/term/CO_356:1000261> a vocabulary:Variable; + rdfs:label "NB_INFLO_SPURS_PLANT"; + rdfs:comment "Number of inflorescences on spurs per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences on spurs per plant"; + vocabulary:hasTraitName "Number of inflorescences on spurs per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000222> . + + <https://cropontology.org/term/CO_356:1000164> a vocabulary:Variable; + rdfs:label "NB_NCP_PLANT"; + rdfs:comment "Number of non-count positions shoots"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of non-count positions shoots"; + vocabulary:hasTraitName "Number of non-count positions shoots"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000102> . + + <https://cropontology.org/term/CO_356:1000166> a vocabulary:Variable; + rdfs:label "NB_SHOOT_I_PLANT"; + rdfs:comment "Number of primary shoots per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of primary shoots per plant"; + vocabulary:hasTraitName "Number of primary shoots per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000104> . + + <https://cropontology.org/term/CO_356:1000170> a vocabulary:Variable; + rdfs:label "NB_SHOOT_II_PLANT"; + rdfs:comment "Number of secundary shoots per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of secundary shoots per plant"; + vocabulary:hasTraitName "Number of secundary shoots per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000107> . + + <https://cropontology.org/term/CO_356:1000259> a vocabulary:Variable; + rdfs:label "NB_SHOOTS_SPURS_PLANT"; + rdfs:comment "Nb shoots on spurs"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Nb shoots on spurs"; + vocabulary:hasTraitName "Nb shoots on spurs"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000220> . + + <https://cropontology.org/term/CO_356:1000167> a vocabulary:Variable; + rdfs:label "NB_SBUDS_PLANT"; + rdfs:comment "Number of sprouted buds"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.buds>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of sprouted buds"; + vocabulary:hasTraitName "Number of sprouted buds"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000105> . + + <https://cropontology.org/term/CO_356:1000264> a vocabulary:Variable; + rdfs:label "NB_SHOOT_ALL_PLANT"; + rdfs:comment "Total number of shoots per plant "; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Total number of shoots per plant "; + vocabulary:hasTraitName "Total number of shoots per plant "; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000225> . + + <https://cropontology.org/term/CO_356:1000269> a vocabulary:Variable; + rdfs:label "LEAF_A_PLANT"; + rdfs:comment "Leaf area per plant"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.area>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000176>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000035>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Leaf area per plant"; + vocabulary:hasTraitName "Leaf area per plant"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000063> . + + <https://cropontology.org/term/CO_356:1000161> a vocabulary:Variable; + rdfs:label "FERT_SHOOT_I"; + rdfs:comment "Number of inflorescences per primary shoot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000036>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences per primary shoot"; + vocabulary:hasTraitName "Number of inflorescences per primary shoot"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000176> . + + <https://cropontology.org/term/CO_356:1000162> a vocabulary:Variable; + rdfs:label "FERT_SHOOT_II"; + rdfs:comment "Number of inflorescences per secundary shoot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000036>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences per secundary shoot"; + vocabulary:hasTraitName "Number of inflorescences per secundary shoot"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000177> . + + <https://cropontology.org/term/CO_356:1000266> a vocabulary:Variable; + rdfs:label "FERT_GLOB"; + rdfs:comment "Number of inflorescences per shoot (all kinds of shoots)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000036>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences per shoot (all kinds of shoots)"; + vocabulary:hasTraitName "Number of inflorescences per shoot (all kinds of shoots)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000227> . + + <https://cropontology.org/term/CO_356:1000160> a vocabulary:Variable; + rdfs:label "FERT_NCP"; + rdfs:comment "Number of inflorescences per non-count position"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000036>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences per non-count position"; + vocabulary:hasTraitName "Number of inflorescences per non-count position"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000175> . + + <https://cropontology.org/term/CO_356:1000265> a vocabulary:Variable; + rdfs:label "FERT_SPURS"; + rdfs:comment "Number of inflorescences per shoot on spurs"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000036>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences per shoot on spurs"; + vocabulary:hasTraitName "Number of inflorescences per shoot on spurs"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000226> . + + <https://cropontology.org/term/CO_356:1000267> a vocabulary:Variable; + rdfs:label "FERT_PRIM"; + rdfs:comment "Total number of inflorescences/number of primary shoots"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000036>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Total number of inflorescences/number of primary shoots"; + vocabulary:hasTraitName "Total number of inflorescences/number of primary shoots"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000228> . + + <https://cropontology.org/term/CO_356:1000270> a vocabulary:Variable; + rdfs:label "NB_BUDS_M2"; + rdfs:comment "Number of buds left after pruning per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.buds>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of buds left after pruning per m2"; + vocabulary:hasTraitName "Number of buds left after pruning per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000097> . + + <https://cropontology.org/term/CO_356:1000271> a vocabulary:Variable; + rdfs:label "NB_CLUST_M2"; + rdfs:comment "Number of clusters per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of clusters per m2"; + vocabulary:hasTraitName "Number of clusters per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000099> . + + <https://cropontology.org/term/CO_356:1000272> a vocabulary:Variable; + rdfs:label "NB_INFLO_ALL_M2"; + rdfs:comment "Number of inflorescences (All) per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences (All) per m2"; + vocabulary:hasTraitName "Number of inflorescences (All) per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000100> . + + <https://cropontology.org/term/CO_356:1000280> a vocabulary:Variable; + rdfs:label "NB_INFLO_NCP_M2"; + rdfs:comment "Number of inflorescences on non count positions per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences on non count positions per m2"; + vocabulary:hasTraitName "Number of inflorescences on non count positions per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000224> . + + <https://cropontology.org/term/CO_356:1000278> a vocabulary:Variable; + rdfs:label "NB_INFLO_I_M2"; + rdfs:comment "Number of inflorescences on primary shoots per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences on primary shoots per m2"; + vocabulary:hasTraitName "Number of inflorescences on primary shoots per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000221> . + + <https://cropontology.org/term/CO_356:1000279> a vocabulary:Variable; + rdfs:label "NB_INFLO_II_M2"; + rdfs:comment "Number of inflorescences on secondary shoots per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of inflorescences on secondary shoots per m2"; + vocabulary:hasTraitName "Number of inflorescences on secondary shoots per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000223> . + + <https://cropontology.org/term/CO_356:1000281> a vocabulary:Variable; + rdfs:label "NB_INFLO_SPURS_M2"; + rdfs:comment "Nb inflo. spurs"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.inflorescence>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Nb inflo. spurs"; + vocabulary:hasTraitName "Nb inflo. spurs"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000222> . + + <https://cropontology.org/term/CO_356:1000273> a vocabulary:Variable; + rdfs:label "NB_NCP_M2"; + rdfs:comment "Number of non-count positions shoots per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of non-count positions shoots per m2"; + vocabulary:hasTraitName "Number of non-count positions shoots per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000102> . + + <https://cropontology.org/term/CO_356:1000165> a vocabulary:Variable; + rdfs:label "NB_PLANT_M2"; + rdfs:comment "Number of plants per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of plants per m2"; + vocabulary:hasTraitName "Number of plants per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000103> . + + <https://cropontology.org/term/CO_356:1000275> a vocabulary:Variable; + rdfs:label "NB_SHOOT_I_M2"; + rdfs:comment "Number of primary shoots per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of primary shoots per m2"; + vocabulary:hasTraitName "Number of primary shoots per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000104> . + + <https://cropontology.org/term/CO_356:1000277> a vocabulary:Variable; + rdfs:label "NB_SHOOT_II_M2"; + rdfs:comment "Number of secundary shoots per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of secundary shoots per m2"; + vocabulary:hasTraitName "Number of secundary shoots per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000107> . + + <https://cropontology.org/term/CO_356:1000268> a vocabulary:Variable; + rdfs:label "NB_SHOOT_ALL_M2"; + rdfs:comment "Number of shoots (all) per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of shoots (all) per m2"; + vocabulary:hasTraitName "Number of shoots (all) per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000229> . + + <https://cropontology.org/term/CO_356:1000282> a vocabulary:Variable; + rdfs:label "NB_SHOOTS_SPURS_M2"; + rdfs:comment "Nb shoots on spurs"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Nb shoots on spurs"; + vocabulary:hasTraitName "Nb shoots on spurs"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000220> . + + <https://cropontology.org/term/CO_356:1000276> a vocabulary:Variable; + rdfs:label "NB_SBUDS_M2"; + rdfs:comment "Number of sprouted buds per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.buds>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000037>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of sprouted buds per m2"; + vocabulary:hasTraitName "Number of sprouted buds per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000105> . + + <https://cropontology.org/term/CO_356:1000089> a vocabulary:Variable; + rdfs:label "HS_Tmax_B06_FloVer"; + rdfs:comment "Heat sums with Tmax"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.veraison>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000172>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000038>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Heat sums with Tmax"; + vocabulary:hasTraitName "Heat sums with Tmax"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000002> . + + <https://cropontology.org/term/CO_356:1000088> a vocabulary:Variable; + rdfs:label "HS_Tmax_B02_15FB"; + rdfs:comment "Heat sums with Tmax"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.budbreak>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000172>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000038>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Heat sums with Tmax"; + vocabulary:hasTraitName "Heat sums with Tmax"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000000> . + + <https://cropontology.org/term/CO_356:1000090> a vocabulary:Variable; + rdfs:label "HS_Tmax_B10_BudFlo"; + rdfs:comment "Heat sums with Tmax"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000172>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000038>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Heat sums with Tmax"; + vocabulary:hasTraitName "Heat sums with Tmax"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000001> . + + <https://cropontology.org/term/CO_356:1000155> a vocabulary:Variable; + rdfs:label "NOD_TENDRIL_1"; + rdfs:comment "Node number of the first tendril above the cotyledon"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.position>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.tendril>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000039>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Node number of the first tendril above the cotyledon"; + vocabulary:hasTraitName "Node number of the first tendril above the cotyledon"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000096> . + + <https://cropontology.org/term/CO_356:1000169> a vocabulary:Variable; + rdfs:label "SEED_NB"; + rdfs:comment "Number of seeds per berry"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000161>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.seed>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000039>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of seeds per berry"; + vocabulary:hasTraitName "Number of seeds per berry"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000106> . + + <https://cropontology.org/term/CO_356:1000163> a vocabulary:Variable; + rdfs:label "LEAV_NB_SHOOT"; + rdfs:comment "Number of leaves per shoot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.number-of-leaves>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000178>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000039>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Number of leaves per shoot"; + vocabulary:hasTraitName "Number of leaves per shoot"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000101> . + + <https://cropontology.org/term/CO_356:1000235> a vocabulary:Variable; + rdfs:label "MUST_DO280"; + rdfs:comment "Must Total Phenolic Content (DO 280)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.phenolics>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Total Phenolic Content (DO 280)"; + vocabulary:hasTraitName "Must Total Phenolic Content (DO 280)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000159> . + + <https://cropontology.org/term/CO_356:1000236> a vocabulary:Variable; + rdfs:label "WINE_DO280"; + rdfs:comment "Wine Total Phenolic Content (DO 280)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.phenolics>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Total Phenolic Content (DO 280)"; + vocabulary:hasTraitName "Wine Total Phenolic Content (DO 280)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000159> . + + <https://cropontology.org/term/CO_356:1000237> a vocabulary:Variable; + rdfs:label "BERRY_DO280"; + rdfs:comment "Berry Total Phenolic Content (DO 280)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.phenolics>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry Total Phenolic Content (DO 280)"; + vocabulary:hasTraitName "Berry Total Phenolic Content (DO 280)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000159> . + + <https://cropontology.org/term/CO_356:1000070> a vocabulary:Variable; + rdfs:label "MUST_DO420"; + rdfs:comment "Optical density at 420 nm of the must"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Optical density at 420 nm of the must"; + vocabulary:hasTraitName "Optical density at 420 nm of the must"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000047> . + + <https://cropontology.org/term/CO_356:1000071> a vocabulary:Variable; + rdfs:label "WINE_DO420"; + rdfs:comment "Optical density at 420 nm of the wine"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Optical density at 420 nm of the wine"; + vocabulary:hasTraitName "Optical density at 420 nm of the wine"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000047> . + + <https://cropontology.org/term/CO_356:1000072> a vocabulary:Variable; + rdfs:label "MUST_DO520"; + rdfs:comment "Optical density at 520 nm of the must"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Optical density at 520 nm of the must"; + vocabulary:hasTraitName "Optical density at 520 nm of the must"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000048> . + + <https://cropontology.org/term/CO_356:1000073> a vocabulary:Variable; + rdfs:label "WINE_DO520"; + rdfs:comment "Optical density at 520 nm of the wine"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Optical density at 520 nm of the wine"; + vocabulary:hasTraitName "Optical density at 520 nm of the wine"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000048> . + + <https://cropontology.org/term/CO_356:1000074> a vocabulary:Variable; + rdfs:label "MUST_DO620"; + rdfs:comment "Optical density at 620 nm of the must"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Optical density at 620 nm of the must"; + vocabulary:hasTraitName "Optical density at 620 nm of the must"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000049> . + + <https://cropontology.org/term/CO_356:1000075> a vocabulary:Variable; + rdfs:label "WINE_DO620"; + rdfs:comment "Optical density at 620 nm of the wine"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.color>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000148>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000040>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Optical density at 620 nm of the wine"; + vocabulary:hasTraitName "Optical density at 620 nm of the wine"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000049> . + + <https://cropontology.org/term/CO_356:1000184> a vocabulary:Variable; + rdfs:label "BERRY_pH"; + rdfs:comment "Berry pH"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000151>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000041>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry pH"; + vocabulary:hasTraitName "Berry pH"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000121> . + + <https://cropontology.org/term/CO_356:1000185> a vocabulary:Variable; + rdfs:label "MUST_pH"; + rdfs:comment "Must pH"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000151>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000041>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must pH"; + vocabulary:hasTraitName "Must pH"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000121> . + + <https://cropontology.org/term/CO_356:1000186> a vocabulary:Variable; + rdfs:label "WINE_pH"; + rdfs:comment "Wine pH"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000151>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000041>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine pH"; + vocabulary:hasTraitName "Wine pH"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000121> . + + <https://cropontology.org/term/CO_356:1000078> a vocabulary:Variable; + rdfs:label "DOY_VER "; + rdfs:comment "Day of Year Veraison (50%)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.veraison>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000146>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000042>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Day of Year Veraison (50%)"; + vocabulary:hasTraitName "Day of Year Veraison (50%)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000002> . + + <https://cropontology.org/term/CO_356:1000076> a vocabulary:Variable; + rdfs:label "DOY_BUD"; + rdfs:comment "Day of Year Budbreak (50%)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.budbreak>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000146>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000042>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Day of Year Budbreak (50%)"; + vocabulary:hasTraitName "Day of Year Budbreak (50%)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000000> . + + <https://cropontology.org/term/CO_356:1000077> a vocabulary:Variable; + rdfs:label "DOY_FLO"; + rdfs:comment "Day of Year Flowering (50%)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.flowering>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000146>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000042>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Day of Year Flowering (50%)"; + vocabulary:hasTraitName "Day of Year Flowering (50%)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000001> . + + <https://cropontology.org/term/CO_356:1000289> a vocabulary:Variable; + rdfs:label "HARVEST_DOY"; + rdfs:comment "Harvest date (Day of year)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.harvest>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000258>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000042>; + vocabulary:hasDataType xsd:date; + <http://www.w3.org/2004/02/skos/core#altLabel> "Harvest date (Day of year)"; + vocabulary:hasTraitName "Harvest date (Day of year)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000234> . + + <https://cropontology.org/term/CO_356:1000211> a vocabulary:Variable; + rdfs:label "SHOOT_L"; + rdfs:comment "Shoot length"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.length>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000175>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <UO:0000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Shoot length"; + vocabulary:hasTraitName "Shoot length"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000140> . + + <https://cropontology.org/term/CO_356:1000093> a vocabulary:Variable; + rdfs:label "INT_L"; + rdfs:comment "Internode length"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.length>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000175>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.internode>; + vocabulary:hasUnit <UO:0000015>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Internode length"; + vocabulary:hasTraitName "Internode length"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000062> . + + <https://cropontology.org/term/CO_356:1000187> a vocabulary:Variable; + rdfs:label "BERRY_K"; + rdfs:comment "Potassium concentration in the berries (flame spec."; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.potassium>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000149>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Potassium concentration in the berries (flame spec."; + vocabulary:hasTraitName "Potassium concentration in the berries (flame spec."; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000122> . + + <https://cropontology.org/term/CO_356:1000188> a vocabulary:Variable; + rdfs:label "MUST_K"; + rdfs:comment "Must Potassium concentration (flame spec.)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.potassium>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000149>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Potassium concentration (flame spec.)"; + vocabulary:hasTraitName "Must Potassium concentration (flame spec.)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000122> . + + <https://cropontology.org/term/CO_356:1000189> a vocabulary:Variable; + rdfs:label "WINE_K"; + rdfs:comment "Wine Potassium concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.potassium>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000149>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Potassium concentration"; + vocabulary:hasTraitName "Wine Potassium concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000122> . + + <https://cropontology.org/term/CO_356:1000086> a vocabulary:Variable; + rdfs:label "GLUFRU"; + rdfs:comment "Glucose and fructose concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.sugar-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000171>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Glucose and fructose concentration"; + vocabulary:hasTraitName "Glucose and fructose concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000057> . + + <https://cropontology.org/term/CO_356:1000014> a vocabulary:Variable; + rdfs:label "MUST_ANTHO"; + rdfs:comment "Must Anthocyanins content"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.anthocyanins-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000179>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.must>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Anthocyanins content"; + vocabulary:hasTraitName "Must Anthocyanins content"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000230> . + + <https://cropontology.org/term/CO_356:1000015> a vocabulary:Variable; + rdfs:label "WINE_ANTHO"; + rdfs:comment "Wine Anthocyanins content"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.anthocyanins-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000179>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Anthocyanins content"; + vocabulary:hasTraitName "Wine Anthocyanins content"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000231> . + + <https://cropontology.org/term/CO_356:1000085> a vocabulary:Variable; + rdfs:label "SO2_FREE"; + rdfs:comment "Free SO2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.free-so2>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000233>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Free SO2"; + vocabulary:hasTraitName "Free SO2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000056> . + + <https://cropontology.org/term/CO_356:1000238> a vocabulary:Variable; + rdfs:label "SO2_TOT"; + rdfs:comment "Total SO2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.total-so2>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000234>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Total SO2"; + vocabulary:hasTraitName "Total SO2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000160> . + + <https://cropontology.org/term/CO_356:1000296> a vocabulary:Variable; + rdfs:label "MUST_K_IC"; + rdfs:comment "Potassium concentration of the must (IC-HPLC"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.potassium>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000260>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Potassium concentration of the must (IC-HPLC"; + vocabulary:hasTraitName "Potassium concentration of the must (IC-HPLC"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000122> . + + <https://cropontology.org/term/CO_356:1000297> a vocabulary:Variable; + rdfs:label "BER_K_HPLC"; + rdfs:comment "Potassium concentration of the berries (IC-HPLC"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.potassium>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000260>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000273>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Potassium concentration of the berries (IC-HPLC"; + vocabulary:hasTraitName "Potassium concentration of the berries (IC-HPLC"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000122> . + + <https://cropontology.org/term/CO_356:1000049> a vocabulary:Variable; + rdfs:label "MUST_BTERP"; + rdfs:comment "Must Concentration of bound terpenols"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000301>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Concentration of bound terpenols"; + vocabulary:hasTraitName "Must Concentration of bound terpenols"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000030> . + + <https://cropontology.org/term/CO_356:1000050> a vocabulary:Variable; + rdfs:label "WINE_BTERP"; + rdfs:comment "Wine Concentration of bound terpenols"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <UO:0000301>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Concentration of bound terpenols"; + vocabulary:hasTraitName "Wine Concentration of bound terpenols"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000030> . + + <https://cropontology.org/term/CO_356:1000013> a vocabulary:Variable; + rdfs:label "BERRY_ANTHO"; + rdfs:comment "Berry Anthocyanins content"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.anthocyanins-content>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <UO:0000308>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Berry Anthocyanins content"; + vocabulary:hasTraitName "Berry Anthocyanins content"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000005> . + + <https://cropontology.org/term/CO_356:1000287> a vocabulary:Variable; + rdfs:label "DM_SCORE_VINEYARD"; + rdfs:comment "DM rating on the most infected leaves (1-10 scale)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.downy-mildew>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000257>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000044>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "DM rating on the most infected leaves (1-10 scale)"; + vocabulary:hasTraitName "DM rating on the most infected leaves (1-10 scale)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000188> . + + <https://cropontology.org/term/CO_356:1000215> a vocabulary:Variable; + rdfs:label "SBER_W_g"; + rdfs:comment "Single berry weight"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000227>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000006>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Single berry weight"; + vocabulary:hasTraitName "Single berry weight"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000144> . + + <https://cropontology.org/term/CO_356:1000048> a vocabulary:Variable; + rdfs:label "SCLUST_W_G"; + rdfs:comment "Cluster weight"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000227>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.cluster>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000006>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Cluster weight"; + vocabulary:hasTraitName "Cluster weight"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000029> . + + <https://cropontology.org/term/CO_356:1000079> a vocabulary:Variable; + rdfs:label "SHOOT_DW"; + rdfs:comment "Dry weight par shoot"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000231>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.shoot>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000006>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Dry weight par shoot"; + vocabulary:hasTraitName "Dry weight par shoot"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000050> . + + <https://cropontology.org/term/CO_356:1000225> a vocabulary:Variable; + rdfs:label "SENESC_OIV_306"; + rdfs:comment "Autumn coloration of leaves"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.senescence>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000098>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000057>; + vocabulary:hasDataType xsd:string; + <http://www.w3.org/2004/02/skos/core#altLabel> "Autumn coloration of leaves"; + vocabulary:hasTraitName "Autumn coloration of leaves"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000151> . + + <https://cropontology.org/term/CO_356:1000290> a vocabulary:Variable; + rdfs:label "PRUN_FW_M2"; + rdfs:comment "Pruning fresh weight per m2"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.weight>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000225>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.plant>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000058>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Pruning fresh weight per m2"; + vocabulary:hasTraitName "Pruning fresh weight per m2"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000123> . + + <https://cropontology.org/term/CO_356:000293> a vocabulary:Variable; + rdfs:label "MUST_TA_H2SO4"; + rdfs:comment "Must titratable acidity (eq g/l H2SO4)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000153>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000059>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must titratable acidity (eq g/l H2SO4)"; + vocabulary:hasTraitName "Must titratable acidity (eq g/l H2SO4)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000157> . + + <https://cropontology.org/term/CO_356:1000302> a vocabulary:Variable; + rdfs:label "BER_TA_g"; + rdfs:comment "Titratable acidity of the berries (g/l H2SO4)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000153>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000059>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Titratable acidity of the berries (g/l H2SO4)"; + vocabulary:hasTraitName "Titratable acidity of the berries (g/l H2SO4)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000157> . + + <https://cropontology.org/term/CO_356:1000051> a vocabulary:Variable; + rdfs:label "PULP_BTERP"; + rdfs:comment "Concentration of bound terpenols in the pulp"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-pulp>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentration of bound terpenols in the pulp"; + vocabulary:hasTraitName "Concentration of bound terpenols in the pulp"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000031> . + + <https://cropontology.org/term/CO_356:1000052> a vocabulary:Variable; + rdfs:label "SKIN_BTERP"; + rdfs:comment "Concentration of bound terpenols in the skins"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-skin>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentration of bound terpenols in the skins"; + vocabulary:hasTraitName "Concentration of bound terpenols in the skins"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000032> . + + <https://cropontology.org/term/CO_356:1000058> a vocabulary:Variable; + rdfs:label "MUST_TOTTERP"; + rdfs:comment "Must Concentration of free and bound terpenols"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Concentration of free and bound terpenols"; + vocabulary:hasTraitName "Must Concentration of free and bound terpenols"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000038> . + + <https://cropontology.org/term/CO_356:1000059> a vocabulary:Variable; + rdfs:label "WINE_TOTTERP"; + rdfs:comment "Wine Concentration of free and bound terpenols"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Concentration of free and bound terpenols"; + vocabulary:hasTraitName "Wine Concentration of free and bound terpenols"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000038> . + + <https://cropontology.org/term/CO_356:1000060> a vocabulary:Variable; + rdfs:label "PULP_TOTTERP"; + rdfs:comment "Concentration of free and bound terpenols in the pulp"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-pulp>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentration of free and bound terpenols in the pulp"; + vocabulary:hasTraitName "Concentration of free and bound terpenols in the pulp"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000039> . + + <https://cropontology.org/term/CO_356:1000061> a vocabulary:Variable; + rdfs:label "SKIN_TOTTERP"; + rdfs:comment "Concentration of free and bound terpenols in the skins"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-skin>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentration of free and bound terpenols in the skins"; + vocabulary:hasTraitName "Concentration of free and bound terpenols in the skins"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000040> . + + <https://cropontology.org/term/CO_356:1000062> a vocabulary:Variable; + rdfs:label "MUST_FTERP"; + rdfs:comment "Must Concentration of free terpenols"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Concentration of free terpenols"; + vocabulary:hasTraitName "Must Concentration of free terpenols"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000041> . + + <https://cropontology.org/term/CO_356:1000063> a vocabulary:Variable; + rdfs:label "WINE_FTERP"; + rdfs:comment "Wine Concentration of free terpenols"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Concentration of free terpenols"; + vocabulary:hasTraitName "Wine Concentration of free terpenols"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000041> . + + <https://cropontology.org/term/CO_356:1000064> a vocabulary:Variable; + rdfs:label "PULP_FTREP"; + rdfs:comment "Concentration of free terpenols in the pulp"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-pulp>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentration of free terpenols in the pulp"; + vocabulary:hasTraitName "Concentration of free terpenols in the pulp"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000042> . + + <https://cropontology.org/term/CO_356:1000065> a vocabulary:Variable; + rdfs:label "SKIN_FTERP"; + rdfs:comment "Concentration of free terpenols in the skins"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry-skin>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentration of free terpenols in the skins"; + vocabulary:hasTraitName "Concentration of free terpenols in the skins"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000043> . + + <https://cropontology.org/term/CO_356:1000053> a vocabulary:Variable; + rdfs:label "BERRY_TOTATERP"; + rdfs:comment "Concentrations of free and bound alpha-terpineol in the berries"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentrations of free and bound alpha-terpineol in the berries"; + vocabulary:hasTraitName "Concentrations of free and bound alpha-terpineol in the berries"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000033> . + + <https://cropontology.org/term/CO_356:1000054> a vocabulary:Variable; + rdfs:label "BERRY_TOTCITRO"; + rdfs:comment "Concentrations of free and bound citronellol in the berries"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentrations of free and bound citronellol in the berries"; + vocabulary:hasTraitName "Concentrations of free and bound citronellol in the berries"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000034> . + + <https://cropontology.org/term/CO_356:1000055> a vocabulary:Variable; + rdfs:label "BERRY_TOTGERAN"; + rdfs:comment "Concentrations of free and bound geraniol in the berries"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentrations of free and bound geraniol in the berries"; + vocabulary:hasTraitName "Concentrations of free and bound geraniol in the berries"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000035> . + + <https://cropontology.org/term/CO_356:1000056> a vocabulary:Variable; + rdfs:label "BERRY_TOTLIN"; + rdfs:comment "Concentrations of free and bound linalool in the berries"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentrations of free and bound linalool in the berries"; + vocabulary:hasTraitName "Concentrations of free and bound linalool in the berries"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000036> . + + <https://cropontology.org/term/CO_356:1000057> a vocabulary:Variable; + rdfs:label "BERRY_TOTNER"; + rdfs:comment "Concentrations of free and bound nerol in the berries"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.terpenols>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000142>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.berry>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000008>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Concentrations of free and bound nerol in the berries"; + vocabulary:hasTraitName "Concentrations of free and bound nerol in the berries"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000037> . + + <https://cropontology.org/term/CO_356:1000080> a vocabulary:Variable; + rdfs:label "EXP_LA_M2"; + rdfs:comment "Exposed leaf area per m2 of soil"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.area>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000160>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000009>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Exposed leaf area per m2 of soil"; + vocabulary:hasTraitName "Exposed leaf area per m2 of soil"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000051> . + + <https://cropontology.org/term/CO_356:1000094> a vocabulary:Variable; + rdfs:label "LEAF_A_M2"; + rdfs:comment "Leaf area per m2 of soil"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.area>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000176>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.leaf>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000009>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Leaf area per m2 of soil"; + vocabulary:hasTraitName "Leaf area per m2 of soil"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000063> . + + <https://cropontology.org/term/CO_356:1000102> a vocabulary:Variable; + rdfs:label "BERRY_MAL_meq"; + rdfs:comment "Malic acid concentration in the berries (Enzym."; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000150>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Malic acid concentration in the berries (Enzym."; + vocabulary:hasTraitName "Malic acid concentration in the berries (Enzym."; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000065> . + + <https://cropontology.org/term/CO_356:1000103> a vocabulary:Variable; + rdfs:label "MUST_MAL_meq"; + rdfs:comment "Must Malic acid concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000150>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Malic acid concentration"; + vocabulary:hasTraitName "Must Malic acid concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000065> . + + <https://cropontology.org/term/CO_356:1000104> a vocabulary:Variable; + rdfs:label "WINE_MAL"; + rdfs:comment "Wine Malic acid concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000150>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Malic acid concentration"; + vocabulary:hasTraitName "Wine Malic acid concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000065> . + + <https://cropontology.org/term/CO_356:1000231> a vocabulary:Variable; + rdfs:label "BERRY_TA_meq"; + rdfs:comment "Titratable acidity in the berries (meq/l)"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000153>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Titratable acidity in the berries (meq/l)"; + vocabulary:hasTraitName "Titratable acidity in the berries (meq/l)"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000157> . + + <https://cropontology.org/term/CO_356:1000232> a vocabulary:Variable; + rdfs:label "MUST_TA_meq"; + rdfs:comment "Must Titratable acidity"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000153>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Titratable acidity"; + vocabulary:hasTraitName "Must Titratable acidity"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000157> . + + <https://cropontology.org/term/CO_356:1000233> a vocabulary:Variable; + rdfs:label "WINE_TA"; + rdfs:comment "Wine Titratable acidity"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.acidity>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000153>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Titratable acidity"; + vocabulary:hasTraitName "Wine Titratable acidity"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000157> . + + <https://cropontology.org/term/CO_356:1000222> a vocabulary:Variable; + rdfs:label "BERRY_TART_meq"; + rdfs:comment "Tartaric acid concentration in the berries (Metavan."; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000154>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Tartaric acid concentration in the berries (Metavan."; + vocabulary:hasTraitName "Tartaric acid concentration in the berries (Metavan."; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000150> . + + <https://cropontology.org/term/CO_356:1000223> a vocabulary:Variable; + rdfs:label "MUST_TART_meq"; + rdfs:comment "Must Tartaric acid concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000154>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must Tartaric acid concentration"; + vocabulary:hasTraitName "Must Tartaric acid concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000150> . + + <https://cropontology.org/term/CO_356:1000224> a vocabulary:Variable; + rdfs:label "WINE_TART"; + rdfs:comment "Wine Tartaric acid concentration"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.organic-acids>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000154>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.wine>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000012>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Wine Tartaric acid concentration"; + vocabulary:hasTraitName "Wine Tartaric acid concentration"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000150> . + + <https://cropontology.org/term/CO_356:1000154> a vocabulary:Variable; + rdfs:label "MUST_Y"; + rdfs:comment "Must yield"; + dc:creator <http://opensilex.vitioeno/users#admin.opensilex>; + vocabulary:hasCharacteristic <http://opensilex.vitioeno/set/variables#characteristic.yield>; + vocabulary:hasMethod <https://cropontology.org/term/CO_356:3000190>; + vocabulary:hasEntity <http://opensilex.vitioeno/set/variables#variable.entity.must>; + vocabulary:hasUnit <https://cropontology.org/term/CO_356:4000013>; + vocabulary:hasDataType xsd:decimal; + <http://www.w3.org/2004/02/skos/core#altLabel> "Must yield"; + vocabulary:hasTraitName "Must yield"; + vocabulary:hasTraitUri <https://cropontology.org/term/CO_356:2000095> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-testajoutpu> a vocabulary:Plot; + rdfs:label "TestAjoutPU" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30470> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30470" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30471> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30471" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30473> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30473" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30474> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30474" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30516> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30516" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30519> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30519" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30562> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30562" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-testajoutpu> a vocabulary:Plot; + rdfs:label "TestAjoutPU"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0002e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30470> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30470"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30471> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30471"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30473> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30473"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30474> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30474"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30516> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30516"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30519> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30519"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30562> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/set/event> { + <http://vitis-explorer.inrae.fr/id/instant/a8894cd3-d14e-4d06-bb49-57efd72b75f8> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:17:51.259034+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fe2a5fd5-741c-49f7-8d95-db401921871c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <http://vitis-explorer.inrae.fr/id/scientific-object/so-testajoutpu>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a8894cd3-d14e-4d06-bb49-57efd72b75f8> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30562> rdfs:label + "Test_INRAE_ResDur_30562"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30566> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30566"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30573> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30573"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30590> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30590"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30592> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30592"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30593> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30593"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30596> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30596"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30602> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30602"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30603> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30603"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30605> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30605"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30606> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30606"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30607> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30607"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30608> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30608"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30609> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30609"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30610> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30610"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0001e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30315> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30315"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30316> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30316"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30317> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30317"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30318> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30318"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30319> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30319"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30320> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30320"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30321> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30321"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30322> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30322"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30323> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30323"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30324> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30324"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30325> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30325"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30326> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30326"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30327> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30327"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30328> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30328"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30329> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30329"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30330> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30330"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30331> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30331"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30332> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30332"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30333> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30333"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30334> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30334"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30335> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30335"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30336> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30336"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30337> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30337"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30338> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30338"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30339> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30339"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30340> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30340"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30341> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30341"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30342> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30342"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30343> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30343"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30344> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30344"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30345> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30345"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30346> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30346"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30347> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30347"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30348> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30348"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30349> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30349"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30350> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30350"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30351> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30351"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30352> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30352"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30353> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30353"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30354> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30354"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30355> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30355"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30356> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30356"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30357> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30357"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30358> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30358"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30359> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30359"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30360> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30360"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30361> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30361"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0023e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30362> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30362"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30363> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30363"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30364> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30364"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30365> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30365"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30366> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30366"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30367> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30367"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30368> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30368"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30369> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30369"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30370> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30370"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30371> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30371"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30372> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30372"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30373> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30373"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30374> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30374"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30375> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30375"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30376> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30376"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30377> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30377"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30378> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30378"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30379> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30379"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30380> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30380"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30381> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30381"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30382> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30382"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30383> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30383"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30384> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30384"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30385> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30385"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30386> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30386"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30387> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30387"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30388> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30388"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30389> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30389"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30390> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30390"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30391> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30391"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30392> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30392"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30393> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30393"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30394> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30394"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30395> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30395"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30396> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30396"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30397> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30397"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30398> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30398"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30399> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30399"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30400> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30400"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30401> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30401"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30402> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30402"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30403> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30403"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0033e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30404> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30404"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30405> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30405"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30406> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30406"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30407> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30407"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30408> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30408"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30409> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30409"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30410> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30410"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30411> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30411"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30412> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30412"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30413> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30413"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30414> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30414"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30415> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30415"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30416> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30416"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30417> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30417"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30418> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30418"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30419> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30419"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30420> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30420"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30421> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30421"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30422> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30422"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30423> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30423"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30424> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30424"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30425> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30425"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30426> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30426"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0004e> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30427> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30427"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30428> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30428"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30429> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30429"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30430> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30430"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30431> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30431"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30432> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30432"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30433> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30433"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30434> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30434"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30435> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30435"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30436> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30436"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30437> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30437"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30438> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30438"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30439> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30439"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30440> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30440"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30441> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30441"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30442> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30442"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30443> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30443"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30444> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30444"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30445> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30445"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30446> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30446"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30447> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30447"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30448> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30448"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30449> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30449"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30450> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30450"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30451> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30451"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30452> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30452"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30453> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30453"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30454> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30454"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30455> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30455"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30456> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30456"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30457> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30457"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0013d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30458> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30458"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30459> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30459"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30460> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30460"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30461> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30461"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30462> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30462"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30463> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30463"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30464> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30464"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30465> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30465"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30466> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30466"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30566> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30566" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30573> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30573" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30590> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30590" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30592> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30592" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30593> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30593" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30596> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30596" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30602> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30602" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30603> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30603" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30605> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30605" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30606> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30606" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30607> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30607" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30608> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30608" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30609> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30609" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30610> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30610" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30315> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30315" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30316> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30316" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30317> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30317" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30318> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30318" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30319> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30319" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30320> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30320" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30321> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30321" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30322> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30322" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30323> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30323" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30324> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30324" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30325> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30325" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30326> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30326" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30327> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30327" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30328> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30328" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30329> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30329" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30330> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30330" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30331> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30331" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30332> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30332" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30333> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30333" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30334> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30334" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30335> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30335" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30336> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30336" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30337> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30337" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30338> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30338" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30339> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30339" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30340> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30340" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30341> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30341" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30342> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30342" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30343> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30343" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30344> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30344" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30345> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30345" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30346> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30346" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30347> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30347" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30348> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30348" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30349> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30349" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30350> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30350" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30351> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30351" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30352> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30352" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30353> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30353" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30354> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30354" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30355> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30355" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30356> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30356" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30357> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30357" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30358> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30358" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30359> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30359" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30360> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30360" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30361> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30361" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30362> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30362" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30363> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30363" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30364> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30364" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30365> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30365" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30366> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30366" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30367> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30367" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30368> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30368" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30369> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30369" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30370> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30370" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30371> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30371" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30372> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30372" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30373> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30373" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30374> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30374" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30375> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30375" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30376> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30376" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30377> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30377" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30378> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30378" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30379> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30379" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30380> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30380" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30381> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30381" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30382> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30382" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30383> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30383" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30384> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30384" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30385> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30385" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30386> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30386" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30387> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30387" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30388> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30388" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30389> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30389" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30390> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30390" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30391> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30391" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30392> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30392" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30393> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30393" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30394> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30394" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30395> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30395" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30396> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30396" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30397> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30397" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30398> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30398" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30399> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30399" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30400> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30400" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30401> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30401" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30402> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30402" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30403> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30403" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30404> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30404" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30405> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30405" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30406> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30406" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30407> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30407" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30408> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30408" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30409> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30409" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30410> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30410" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30411> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30411" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30412> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30412" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30413> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30413" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30414> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30414" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30415> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30415" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30416> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30416" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30417> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30417" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30418> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30418" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30419> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30419" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30420> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30420" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30421> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30421" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30422> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30422" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30423> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30423" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30424> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30424" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30425> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30425" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30426> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30426" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30427> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30427" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30428> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30428" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30429> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30429" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30430> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30430" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30431> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30431" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30432> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30432" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30433> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30433" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30434> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30434" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30435> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30435" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30436> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30436" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30437> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30437" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30438> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30438" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30439> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30439" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30440> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30440" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30441> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30441" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30442> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30442" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30443> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30443" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30444> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30444" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30445> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30445" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30446> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30446" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30447> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30447" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30448> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30448" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30449> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30449" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30450> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30450" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30451> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30451" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30452> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30452" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30453> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30453" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30454> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30454" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30455> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30455" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30456> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30456" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30457> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30457" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30458> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30458" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30459> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30459" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30460> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30460" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30461> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30461" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30462> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30462" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30463> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30463" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30464> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30464" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30465> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30465" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30466> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30466" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30467> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30467> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30467"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30468> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30468"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30469> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30469"; + rdfs:comment "Test ajout PU, mauvais génotypes"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0011d> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30467> rdfs:label + "Test_INRAE_ResDur_30467" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30468> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30468" . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30469> a vocabulary:Plot; + rdfs:label "Test_INRAE_ResDur_30469" . +} + +<http://vitis-explorer.inrae.fr/set/event> { + <http://vitis-explorer.inrae.fr/id/instant/47082221-1356-4d0e-b6c2-6fe66dbe446a> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.030549+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8ee16b7c-a428-4240-b764-4e14deefb7fb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30470>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/47082221-1356-4d0e-b6c2-6fe66dbe446a> . + + <http://vitis-explorer.inrae.fr/id/instant/422d3561-e197-4a94-98e7-5aeca2567027> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.037309+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b33f910b-fe44-416b-92dd-06a65dc4c86c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30471>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/422d3561-e197-4a94-98e7-5aeca2567027> . + + <http://vitis-explorer.inrae.fr/id/instant/6ad16088-b51f-4c2e-86da-d78706fd3043> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.042617+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fe5383b1-55f5-4dde-8fc3-f7a52bc00490> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30473>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6ad16088-b51f-4c2e-86da-d78706fd3043> . + + <http://vitis-explorer.inrae.fr/id/instant/61da4486-fb13-4cb8-9b05-b691548143ed> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.047725+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f9b6222f-25c9-49db-ad68-588ab4a1948c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30474>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/61da4486-fb13-4cb8-9b05-b691548143ed> . + + <http://vitis-explorer.inrae.fr/id/instant/da2e5b56-8ade-40d2-a239-e755c770b0b2> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.052764+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/55bf5115-b5c8-4994-bc09-16ddb901dc1e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30516>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/da2e5b56-8ade-40d2-a239-e755c770b0b2> . + + <http://vitis-explorer.inrae.fr/id/instant/ac268ee1-a9e4-4e63-97cf-893c0a02030a> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.058598+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7cd96f0f-d70d-4c1b-9f1a-5d5157a703a8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30519>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ac268ee1-a9e4-4e63-97cf-893c0a02030a> . + + <http://vitis-explorer.inrae.fr/id/instant/3d7ef7ac-dc7a-4126-ad70-beb6fa5c3fe8> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.064049+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b926a2eb-987d-4a21-a9a3-1bb13665861d> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30562>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3d7ef7ac-dc7a-4126-ad70-beb6fa5c3fe8> . + + <http://vitis-explorer.inrae.fr/id/instant/5c42125b-bad1-407b-ad73-522934130923> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.06934+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8060d381-2e1e-4ebf-9f90-cfa3d6f4690c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30566>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5c42125b-bad1-407b-ad73-522934130923> . + + <http://vitis-explorer.inrae.fr/id/instant/7091c994-2556-46da-95e2-9c3dcaa2490b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.074368+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7a8f78b7-d325-411b-a1f5-6d16d199c170> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30573>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7091c994-2556-46da-95e2-9c3dcaa2490b> . + + <http://vitis-explorer.inrae.fr/id/instant/08df2cb1-8e6d-41a3-809a-0a80b865f3d4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.079421+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ccb877cb-791e-43a3-bcc5-558b876ed1bd> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30590>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/08df2cb1-8e6d-41a3-809a-0a80b865f3d4> . + + <http://vitis-explorer.inrae.fr/id/instant/caaa7d5a-5762-4cf6-bd86-a7119739e734> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.085159+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f34a0416-4278-4a5d-a5d5-9344f3d3bbf7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30592>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/caaa7d5a-5762-4cf6-bd86-a7119739e734> . + + <http://vitis-explorer.inrae.fr/id/instant/2b827048-63a1-44ce-a4b4-1908770e73de> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.091875+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a60763fc-c1f5-4b40-bceb-316f9430cbf5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30593>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/2b827048-63a1-44ce-a4b4-1908770e73de> . + + <http://vitis-explorer.inrae.fr/id/instant/4f6dce0b-7e9e-4426-9cab-053cb3aa66ca> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.097906+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/645e63eb-b40a-43ab-973f-d64269b00e80> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30596>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4f6dce0b-7e9e-4426-9cab-053cb3aa66ca> . + + <http://vitis-explorer.inrae.fr/id/instant/e710a0b6-b6aa-40a7-ab16-e9c5bf775920> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.107211+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a45b596a-d493-4f2c-8743-da1bfe7f9541> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30602>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e710a0b6-b6aa-40a7-ab16-e9c5bf775920> . + + <http://vitis-explorer.inrae.fr/id/instant/0cc27a83-e69d-4fb0-9446-00caf23f219d> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.113863+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b6086e51-b53d-4a53-93ba-f5fccc9e680c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30603>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0cc27a83-e69d-4fb0-9446-00caf23f219d> . + + <http://vitis-explorer.inrae.fr/id/instant/1dfc8199-7ca2-4943-8290-e4de83c102cb> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.120071+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/80c600d4-33b5-4f79-83dd-d1e9cac97a59> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30605>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1dfc8199-7ca2-4943-8290-e4de83c102cb> . + + <http://vitis-explorer.inrae.fr/id/instant/e969c031-407a-480e-89d9-cc2d79ba047e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.129331+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/49c75cf1-c087-4b0c-a98a-a07d130f58f9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30606>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e969c031-407a-480e-89d9-cc2d79ba047e> . + + <http://vitis-explorer.inrae.fr/id/instant/a428598e-a16b-4c65-a996-9150417b0c48> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.134612+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e6d16ec2-af01-46ac-9592-da239914735a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30607>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a428598e-a16b-4c65-a996-9150417b0c48> . + + <http://vitis-explorer.inrae.fr/id/instant/35277fc9-f4bf-4fc0-a1ca-d664a6e619d7> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.140389+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2554b800-c427-413c-9aa6-49300aee5f79> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30608>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/35277fc9-f4bf-4fc0-a1ca-d664a6e619d7> . + + <http://vitis-explorer.inrae.fr/id/instant/b99059ac-6d7d-4f7e-b32b-ca09a25fb13f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.145766+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d08d7a44-20c9-4fd5-aac1-7e7b4517cfa8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30609>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b99059ac-6d7d-4f7e-b32b-ca09a25fb13f> . + + <http://vitis-explorer.inrae.fr/id/instant/541d0cec-a5dd-40d4-8766-a958e4fd432f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.151031+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ed8a9c2b-5d6d-4cc4-af89-f933e96b4671> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30610>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/541d0cec-a5dd-40d4-8766-a958e4fd432f> . + + <http://vitis-explorer.inrae.fr/id/instant/6dd2a382-c939-4804-a3cc-273139fc5254> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.156841+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3c38ad8c-d1dd-4614-bff3-cd309444db10> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30315>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6dd2a382-c939-4804-a3cc-273139fc5254> . + + <http://vitis-explorer.inrae.fr/id/instant/900ccda8-6679-4cfc-9c4e-0581d45538b4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.162027+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d8df379b-11d4-4563-af8b-1ac9e9a19398> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30316>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/900ccda8-6679-4cfc-9c4e-0581d45538b4> . + + <http://vitis-explorer.inrae.fr/id/instant/db37585b-a873-4cca-ad16-3f5de0e283ad> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.167196+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/65755878-4a08-4bc8-9a71-a77d7dcd4cf7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30317>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/db37585b-a873-4cca-ad16-3f5de0e283ad> . + + <http://vitis-explorer.inrae.fr/id/instant/f83d6033-9e64-4d8f-b05a-8360b90c663e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.172344+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d333f47b-7158-49c7-9066-0c0f822878c8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30318>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f83d6033-9e64-4d8f-b05a-8360b90c663e> . + + <http://vitis-explorer.inrae.fr/id/instant/cac709c0-634d-4913-bfc7-dc91435116ed> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.177847+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0095f5ad-cd21-451f-9dde-603e9a811bc5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30319>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cac709c0-634d-4913-bfc7-dc91435116ed> . + + <http://vitis-explorer.inrae.fr/id/instant/f085d3e5-5a3a-4fb5-81b7-53dbcc9feef4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.183008+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/878cb374-8ece-42e2-b7ad-7d6f52a80eb5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30320>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f085d3e5-5a3a-4fb5-81b7-53dbcc9feef4> . + + <http://vitis-explorer.inrae.fr/id/instant/451e7c28-fcd3-4097-8f95-9a091fe681d9> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.188162+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cac6f975-cbde-4fcf-8200-e14553039ae4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30321>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/451e7c28-fcd3-4097-8f95-9a091fe681d9> . + + <http://vitis-explorer.inrae.fr/id/instant/17f2219b-71eb-4240-abfd-4b1a1a761208> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.193536+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4499e030-6349-4db8-bbab-4093a699875c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30322>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/17f2219b-71eb-4240-abfd-4b1a1a761208> . + + <http://vitis-explorer.inrae.fr/id/instant/1c826cd6-01ab-493d-8e70-f0a71ed7c7f7> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.198895+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1ff2d39a-83f3-4e57-9220-70ad612045fc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30323>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1c826cd6-01ab-493d-8e70-f0a71ed7c7f7> . + + <http://vitis-explorer.inrae.fr/id/instant/eefa123d-1257-456a-ba56-a38a95e41cff> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.204133+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1cac58bf-20dc-41e1-a45a-20f3de7bff5f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30324>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/eefa123d-1257-456a-ba56-a38a95e41cff> . + + <http://vitis-explorer.inrae.fr/id/instant/02aa06cd-4948-4d79-8eed-97b91d7d1057> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.209503+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1326c3d7-0731-4c15-af1b-ce472cdc3e72> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30325>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/02aa06cd-4948-4d79-8eed-97b91d7d1057> . + + <http://vitis-explorer.inrae.fr/id/instant/dded2a44-d9e2-45a8-84c3-794b1285b604> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.215302+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7a0c4161-28bb-43c8-ac2c-109ce9f21413> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30326>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/dded2a44-d9e2-45a8-84c3-794b1285b604> . + + <http://vitis-explorer.inrae.fr/id/instant/3ec5ae7a-0dfd-44c8-ab50-05a8c5091a80> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.220632+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1ad3ff9e-a70b-49f6-866a-6fb5154e3778> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30327>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3ec5ae7a-0dfd-44c8-ab50-05a8c5091a80> . + + <http://vitis-explorer.inrae.fr/id/instant/0370f551-897f-48bc-87c5-6c90a98f5649> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.22586+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/98405775-4b7d-4d13-a1c2-ee0a9e756c38> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30328>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0370f551-897f-48bc-87c5-6c90a98f5649> . + + <http://vitis-explorer.inrae.fr/id/instant/e61da5ba-9e22-4b49-bf87-ab0d7ae72d76> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.232126+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/76a3eab8-7caa-49ee-88d3-99e9a0290fc9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30329>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e61da5ba-9e22-4b49-bf87-ab0d7ae72d76> . + + <http://vitis-explorer.inrae.fr/id/instant/442a6415-6ac2-41bd-bb25-b35486f0c42b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.237348+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d8f1f42b-45c3-43c9-b436-f0c7330dc425> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30330>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/442a6415-6ac2-41bd-bb25-b35486f0c42b> . + + <http://vitis-explorer.inrae.fr/id/instant/b99df316-7e93-4da2-a2f5-e13d868c8473> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.242531+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c3b8d1c9-ef3e-4bc6-9701-380e43fc80da> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30331>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b99df316-7e93-4da2-a2f5-e13d868c8473> . + + <http://vitis-explorer.inrae.fr/id/instant/f6cc4256-f1d9-41fe-b027-7bfa33faf860> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.247488+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7c45b808-a131-4499-bc19-c30324061f5f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30332>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f6cc4256-f1d9-41fe-b027-7bfa33faf860> . + + <http://vitis-explorer.inrae.fr/id/instant/6c75ed7f-0789-494b-ae6c-2d7fd5596145> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.252667+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/44705487-3123-43a8-bd42-1281d7b208c6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30333>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6c75ed7f-0789-494b-ae6c-2d7fd5596145> . + + <http://vitis-explorer.inrae.fr/id/instant/a597944a-4ad8-4247-a633-898a109df5af> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.257805+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d3564101-20cc-49aa-abd5-4624dbadfac0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30334>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a597944a-4ad8-4247-a633-898a109df5af> . + + <http://vitis-explorer.inrae.fr/id/instant/76fa1564-4cfb-4348-bce4-9a4751ef27fc> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.262932+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/806d0264-6a7c-4e60-96f5-b65c99ceb45b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30335>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/76fa1564-4cfb-4348-bce4-9a4751ef27fc> . + + <http://vitis-explorer.inrae.fr/id/instant/360cc931-82f6-4978-8a8c-3c97040cbc84> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.268302+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/49ab5f16-369f-4980-807f-5e27ec7adda4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30336>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/360cc931-82f6-4978-8a8c-3c97040cbc84> . + + <http://vitis-explorer.inrae.fr/id/instant/c34dd9db-771e-48ba-8032-c06de3dd727d> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.273368+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ddaa25c4-e008-46e9-948f-94e7a2614720> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30337>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c34dd9db-771e-48ba-8032-c06de3dd727d> . + + <http://vitis-explorer.inrae.fr/id/instant/d9936054-616e-4fbc-90d8-2658b82d539c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.27871+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/70b46721-5d6f-4ceb-aef0-79d9f702b48d> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30338>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d9936054-616e-4fbc-90d8-2658b82d539c> . + + <http://vitis-explorer.inrae.fr/id/instant/feb1f87c-f855-4ee8-ac75-c50aa6ffc490> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.285667+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4ed9b3b4-b49b-4fad-b5f4-9468e0982170> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30339>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/feb1f87c-f855-4ee8-ac75-c50aa6ffc490> . + + <http://vitis-explorer.inrae.fr/id/instant/94ebb876-6e7e-4036-a640-b47fa1ec5f4a> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.291795+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/197897f4-b6df-40cb-83f8-bd83dff3d59e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30340>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/94ebb876-6e7e-4036-a640-b47fa1ec5f4a> . + + <http://vitis-explorer.inrae.fr/id/instant/35a51869-1a97-4c17-9f90-97892bd33f15> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.296854+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/85ac1360-208d-44c7-ac8a-3ff4ddac0525> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30341>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/35a51869-1a97-4c17-9f90-97892bd33f15> . + + <http://vitis-explorer.inrae.fr/id/instant/d1f925f7-e4b1-4a31-84a8-73d70686e179> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.301877+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/493395ee-d60c-45a7-a76a-b3a959599c88> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30342>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d1f925f7-e4b1-4a31-84a8-73d70686e179> . + + <http://vitis-explorer.inrae.fr/id/instant/b7f0e554-743b-483e-b78d-0f14e82162c4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.307884+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fe7ba2ca-8e9d-42f8-80a1-924ecc8dbbab> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30343>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b7f0e554-743b-483e-b78d-0f14e82162c4> . + + <http://vitis-explorer.inrae.fr/id/instant/01448c00-b771-44a8-906a-3a0105ae3253> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.313165+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0be40df0-d1b7-4d7a-932b-fd95996125c5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30344>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/01448c00-b771-44a8-906a-3a0105ae3253> . + + <http://vitis-explorer.inrae.fr/id/instant/3b703166-b461-49cb-8d02-1a85a365a579> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.318547+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b7b1c0fc-f334-4049-823a-d8345ff14595> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30345>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3b703166-b461-49cb-8d02-1a85a365a579> . + + <http://vitis-explorer.inrae.fr/id/instant/b63e2def-2acd-45df-b933-66e8d9b0287f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.324023+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/24c29b45-5f75-459d-a049-c0cc156562ae> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30346>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b63e2def-2acd-45df-b933-66e8d9b0287f> . + + <http://vitis-explorer.inrae.fr/id/instant/07786072-fd97-4154-a760-207dff882e91> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.33077+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5ab64329-707c-4024-ac28-a56273d0ba93> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30347>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/07786072-fd97-4154-a760-207dff882e91> . + + <http://vitis-explorer.inrae.fr/id/instant/7d842f18-b2d8-4462-8db5-f509c1800dc9> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.335963+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7f0bc067-19e5-4b93-9f6f-993557a2cae4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30348>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7d842f18-b2d8-4462-8db5-f509c1800dc9> . + + <http://vitis-explorer.inrae.fr/id/instant/cc061c0c-3b8a-4560-9148-7b5302fb0458> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.341152+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0df95a5f-ec02-4f41-95a2-7f74dc313573> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30349>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cc061c0c-3b8a-4560-9148-7b5302fb0458> . + + <http://vitis-explorer.inrae.fr/id/instant/7ed26928-238f-4ad3-a67f-70710b76225f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.346498+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/00b7bb24-5efc-4649-a44e-449e62d9cd56> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30350>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7ed26928-238f-4ad3-a67f-70710b76225f> . + + <http://vitis-explorer.inrae.fr/id/instant/4c3e6015-5252-4abb-90c3-d473aff5131c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.351898+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/93088539-2d69-4c3c-b1a2-ccfa6a750821> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30351>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4c3e6015-5252-4abb-90c3-d473aff5131c> . + + <http://vitis-explorer.inrae.fr/id/instant/13dfc34a-b5ac-4bed-851a-34137b61b1c1> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.357078+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2b7bb76a-bd8c-456e-9976-18b716b24e63> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30352>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/13dfc34a-b5ac-4bed-851a-34137b61b1c1> . + + <http://vitis-explorer.inrae.fr/id/instant/c7a67b01-06e1-4a2f-b217-7b1b31ae4150> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.362225+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f2a6a60a-83fc-4fb9-828b-144da6cb2a11> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30353>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c7a67b01-06e1-4a2f-b217-7b1b31ae4150> . + + <http://vitis-explorer.inrae.fr/id/instant/698d467e-027b-488e-8148-da3436c10150> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.367716+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/275abce4-f0ff-4025-b9d9-daaf520fb05f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30354>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/698d467e-027b-488e-8148-da3436c10150> . + + <http://vitis-explorer.inrae.fr/id/instant/113ad4ea-2837-4a5a-a215-4bbb3186c694> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.372863+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c8819888-14a7-44e9-b557-e28d5ca5119a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30355>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/113ad4ea-2837-4a5a-a215-4bbb3186c694> . + + <http://vitis-explorer.inrae.fr/id/instant/edca3d67-6406-45b9-bb7d-32d6df19192e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.379329+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c90e591f-eff7-4a4b-92ce-74b40d1c7ce4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30356>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/edca3d67-6406-45b9-bb7d-32d6df19192e> . + + <http://vitis-explorer.inrae.fr/id/instant/0e8a39c0-417d-4e3b-ab20-5dea1c924795> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.384992+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/350ec3ed-b2b2-4cb5-8d54-cfd1d94720bb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30357>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0e8a39c0-417d-4e3b-ab20-5dea1c924795> . + + <http://vitis-explorer.inrae.fr/id/instant/cdb45a7a-3be9-463b-ace1-3c5620bdb183> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.390116+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/75c38fe5-cefd-4fb7-bb12-a9509890b463> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30358>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cdb45a7a-3be9-463b-ace1-3c5620bdb183> . + + <http://vitis-explorer.inrae.fr/id/instant/739c7216-8a3a-454f-a746-d9ce2daeabcb> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.395461+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7e6fad39-946b-414f-bcd4-57391cf5522d> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30359>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/739c7216-8a3a-454f-a746-d9ce2daeabcb> . + + <http://vitis-explorer.inrae.fr/id/instant/21a954f6-4e84-4b27-b08b-19982a21bb3b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.409087+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cb762601-5233-44da-b6ab-3ac50059e540> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30360>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/21a954f6-4e84-4b27-b08b-19982a21bb3b> . + + <http://vitis-explorer.inrae.fr/id/instant/bb4c09c8-a4cd-4353-bf79-153a4d9ee99b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.414692+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/223c4180-3821-4dca-a30e-891053c4b2a4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30361>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/bb4c09c8-a4cd-4353-bf79-153a4d9ee99b> . + + <http://vitis-explorer.inrae.fr/id/instant/1e981249-34a6-4228-a665-d172f052fd29> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.419841+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3028884c-d3c3-4603-b135-45b07bc422ad> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30362>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1e981249-34a6-4228-a665-d172f052fd29> . + + <http://vitis-explorer.inrae.fr/id/instant/71b258cb-05d1-4d79-a4ad-98459afd534b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.426414+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9aae756a-d4bb-4946-b50c-eca4e0475c0c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30363>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/71b258cb-05d1-4d79-a4ad-98459afd534b> . + + <http://vitis-explorer.inrae.fr/id/instant/73c25c09-cd44-4700-9b89-d9da2e96fad1> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.433045+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e39c1202-9d9f-4c6b-8af0-ced041fb6a59> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30364>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/73c25c09-cd44-4700-9b89-d9da2e96fad1> . + + <http://vitis-explorer.inrae.fr/id/instant/21eaa398-85f6-4686-98b3-482c7d1441f2> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.439464+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bd24c7c7-6d31-4da9-ba63-9c7b772f063b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30365>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/21eaa398-85f6-4686-98b3-482c7d1441f2> . + + <http://vitis-explorer.inrae.fr/id/instant/ac07f224-9be5-4f45-a1c3-1da94f022dd3> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.444881+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7688ae41-d853-458e-b047-e7f74b48e1ad> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30366>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ac07f224-9be5-4f45-a1c3-1da94f022dd3> . + + <http://vitis-explorer.inrae.fr/id/instant/9a48a3a5-021e-4acd-8ca1-ca1a90701739> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.450208+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/da9cc0d2-a3b2-499e-bf7f-0aa8d5dfcf15> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30367>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9a48a3a5-021e-4acd-8ca1-ca1a90701739> . + + <http://vitis-explorer.inrae.fr/id/instant/0f378736-4f90-49f4-b5fa-2ac0b61b9f80> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.455498+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/137ba37e-7aa8-40f0-9cf9-30d869b6beab> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30368>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0f378736-4f90-49f4-b5fa-2ac0b61b9f80> . + + <http://vitis-explorer.inrae.fr/id/instant/a16167be-58fd-49e7-a074-a7183e0f9d2c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.460794+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8134d990-0d1e-44aa-a625-552821cfe619> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30369>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a16167be-58fd-49e7-a074-a7183e0f9d2c> . + + <http://vitis-explorer.inrae.fr/id/instant/0345febb-3536-4586-a3af-bd5f4c0d7d54> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.466213+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8a9e726b-60f8-47d7-9635-057c45cb31c5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30370>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0345febb-3536-4586-a3af-bd5f4c0d7d54> . + + <http://vitis-explorer.inrae.fr/id/instant/d1414ff7-77cc-40c9-b043-c1d6e0fc252f> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.478075+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/94f28e17-3dbc-4e41-9adb-51772639462c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30371>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d1414ff7-77cc-40c9-b043-c1d6e0fc252f> . + + <http://vitis-explorer.inrae.fr/id/instant/542aafb5-6aa4-4a96-a36d-4cd16891acab> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.48319+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/afd31a4e-f532-4192-a179-dbdc38f05cb3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30372>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/542aafb5-6aa4-4a96-a36d-4cd16891acab> . + + <http://vitis-explorer.inrae.fr/id/instant/61e8f60c-468e-491d-ae7a-736740f37bba> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.488413+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d87f1711-9bc2-4f3e-a752-8628ff0b221f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30373>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/61e8f60c-468e-491d-ae7a-736740f37bba> . + + <http://vitis-explorer.inrae.fr/id/instant/63f03e48-f4c9-4310-aa6c-0e195a616faa> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.493674+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6ea5fc07-06e5-4a4c-8e2c-0b2b5fba7772> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30374>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/63f03e48-f4c9-4310-aa6c-0e195a616faa> . + + <http://vitis-explorer.inrae.fr/id/instant/1f0c065a-46c3-4cd3-8e5d-ed9192d394df> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.499+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b0038134-ebc1-4f0a-bcc8-fd29825f28af> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30375>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1f0c065a-46c3-4cd3-8e5d-ed9192d394df> . + + <http://vitis-explorer.inrae.fr/id/instant/9edf3e60-9316-4397-85cf-2d7ff29584d0> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.504573+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1a0fdb28-d57b-4466-a5db-a2d62c259ab7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30376>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9edf3e60-9316-4397-85cf-2d7ff29584d0> . + + <http://vitis-explorer.inrae.fr/id/instant/b918da16-7bff-4456-8f64-65d4a586df7c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.509679+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/982337ac-e784-41bc-93ed-facb3b6df7e2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30377>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b918da16-7bff-4456-8f64-65d4a586df7c> . + + <http://vitis-explorer.inrae.fr/id/instant/7642a220-e13c-4748-ab5f-67e4ac3033f6> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.514779+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e25bbb98-b3ec-4851-a349-b01fda851cac> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30378>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7642a220-e13c-4748-ab5f-67e4ac3033f6> . + + <http://vitis-explorer.inrae.fr/id/instant/dd3c44eb-48a5-4709-ba77-8b9707849083> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.520418+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6ecdbc31-e3af-4b12-b698-70fb932cc243> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30379>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/dd3c44eb-48a5-4709-ba77-8b9707849083> . + + <http://vitis-explorer.inrae.fr/id/instant/ea0ca828-3b14-413c-9363-8c85286e8b9e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.525831+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2130ff5c-c535-445d-9e1a-14c49d40785f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30380>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ea0ca828-3b14-413c-9363-8c85286e8b9e> . + + <http://vitis-explorer.inrae.fr/id/instant/1f0f6fb9-eac7-4eb0-84e8-4b11e7a9cb57> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.530928+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/40c4bfa2-e6f7-4f8b-9808-8d502772aed7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30381>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1f0f6fb9-eac7-4eb0-84e8-4b11e7a9cb57> . + + <http://vitis-explorer.inrae.fr/id/instant/e448c69b-a17d-4fb9-af8a-3167b2cec048> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.536026+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/306afec9-e16d-4ce1-884d-66073d0a82cf> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30382>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e448c69b-a17d-4fb9-af8a-3167b2cec048> . + + <http://vitis-explorer.inrae.fr/id/instant/9cfea767-58d1-47f2-9f31-01731e704d04> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.541146+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/291136f5-fa54-4115-ab42-10e9d90a3776> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30383>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9cfea767-58d1-47f2-9f31-01731e704d04> . + + <http://vitis-explorer.inrae.fr/id/instant/1e037149-93dc-4b62-8f7e-217a006ca8eb> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.546663+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4227785f-0ca7-45e3-af56-a8f880a92138> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30384>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1e037149-93dc-4b62-8f7e-217a006ca8eb> . + + <http://vitis-explorer.inrae.fr/id/instant/1b3ecd9b-a11a-4e78-acb0-75500fb10df9> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.552041+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/268f8117-1333-4358-832e-008f3634aa47> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30385>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1b3ecd9b-a11a-4e78-acb0-75500fb10df9> . + + <http://vitis-explorer.inrae.fr/id/instant/4938c8e8-02d1-4103-8f7b-4252eed26399> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.557142+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/998af2a8-0069-4517-a364-ac017518c3f8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30386>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4938c8e8-02d1-4103-8f7b-4252eed26399> . + + <http://vitis-explorer.inrae.fr/id/instant/702e29a8-2cb2-41a9-bdb3-4c36ace591d0> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.56226+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ecda60c4-6adb-46a4-a156-4db1845d2be6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30387>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/702e29a8-2cb2-41a9-bdb3-4c36ace591d0> . + + <http://vitis-explorer.inrae.fr/id/instant/f15a0f14-fe11-410b-8ce3-86e10d02b1d5> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.567632+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/95123cb9-9c49-405f-bf01-37c18d31a6f3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30388>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f15a0f14-fe11-410b-8ce3-86e10d02b1d5> . + + <http://vitis-explorer.inrae.fr/id/instant/75a587cb-0726-4f47-88af-08d8d8fcb5c6> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.572805+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6534091a-0c1c-4097-be04-b50b8199993c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30389>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/75a587cb-0726-4f47-88af-08d8d8fcb5c6> . + + <http://vitis-explorer.inrae.fr/id/instant/779d0516-1e4a-4724-8253-68846314f885> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.577889+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bfb167ca-387d-4e82-8f5f-cb047318fd6f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30390>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/779d0516-1e4a-4724-8253-68846314f885> . + + <http://vitis-explorer.inrae.fr/id/instant/dc4cbed2-d247-4248-adc1-64dfcdb47d87> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.583105+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/01bf656f-3ebb-46cd-8ff5-7a25ccac5265> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30391>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/dc4cbed2-d247-4248-adc1-64dfcdb47d87> . + + <http://vitis-explorer.inrae.fr/id/instant/88e6e743-c269-4c71-abbf-93106ab62627> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.588513+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c3ed36e6-767d-4d03-8c02-d82f0c1158fc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30392>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/88e6e743-c269-4c71-abbf-93106ab62627> . + + <http://vitis-explorer.inrae.fr/id/instant/7d7bf89b-c3c7-4e93-923b-addbad249ea5> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.593665+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3b7c2dfc-8672-48aa-8053-7a828c81c520> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30393>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7d7bf89b-c3c7-4e93-923b-addbad249ea5> . + + <http://vitis-explorer.inrae.fr/id/instant/e47c87a2-0f18-4a12-958a-43264147f67e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.598798+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a94bdd00-93d9-4389-a37c-c58eb4d96062> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30394>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e47c87a2-0f18-4a12-958a-43264147f67e> . + + <http://vitis-explorer.inrae.fr/id/instant/5dfc7fd0-1ecc-41a0-a434-34148563f3eb> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.603731+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6d03ef84-736e-4b2c-997a-9534f72d5423> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30395>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5dfc7fd0-1ecc-41a0-a434-34148563f3eb> . + + <http://vitis-explorer.inrae.fr/id/instant/8efa0a6a-446d-44e5-a4df-b3490cd97b22> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.609075+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2cd0f512-1a87-4aab-aae1-cd65ac93e736> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30396>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8efa0a6a-446d-44e5-a4df-b3490cd97b22> . + + <http://vitis-explorer.inrae.fr/id/instant/9b09cc99-e9a9-4f1d-b3b1-e6e831c8ad80> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.614181+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f6e0726f-2813-4a80-af8a-a44a31b429c5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30397>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9b09cc99-e9a9-4f1d-b3b1-e6e831c8ad80> . + + <http://vitis-explorer.inrae.fr/id/instant/5a1be2e4-23a6-45fa-8cad-7842221f8636> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.619308+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/36684734-3358-4091-a903-9f72af74e022> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30398>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5a1be2e4-23a6-45fa-8cad-7842221f8636> . + + <http://vitis-explorer.inrae.fr/id/instant/b61ad835-f197-4507-8232-2fd7f86dd0af> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.624569+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a150b7f1-63c5-43e8-aed5-ab295e830a1b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30399>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b61ad835-f197-4507-8232-2fd7f86dd0af> . + + <http://vitis-explorer.inrae.fr/id/instant/8013366c-82c6-4267-927f-c65ce42e80a2> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.630193+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/152f5c68-f1d2-45b4-baad-f1d0cc3071f3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30400>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8013366c-82c6-4267-927f-c65ce42e80a2> . + + <http://vitis-explorer.inrae.fr/id/instant/aa79f699-9877-4eeb-8551-5abd2e26dad4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.635876+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3cbc6635-7fc2-42e9-a765-e6a21fbc1c3e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30401>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/aa79f699-9877-4eeb-8551-5abd2e26dad4> . + + <http://vitis-explorer.inrae.fr/id/instant/22c4657c-0249-42d7-9877-06211d41156c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.641149+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a467dcd3-23c2-43f3-b193-3428c6a379a6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30402>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/22c4657c-0249-42d7-9877-06211d41156c> . + + <http://vitis-explorer.inrae.fr/id/instant/8a7b1b35-e0b6-4145-b21e-295d335f60b9> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.646241+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/35957714-e562-48e9-a3ac-f77bd36ee6bc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30403>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8a7b1b35-e0b6-4145-b21e-295d335f60b9> . + + <http://vitis-explorer.inrae.fr/id/instant/e438bae0-35af-4f69-b517-0064e267d616> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.651453+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0be1bc75-1894-4bf3-8d90-1b74bd1f7655> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30404>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e438bae0-35af-4f69-b517-0064e267d616> . + + <http://vitis-explorer.inrae.fr/id/instant/832be533-6e09-4b41-bd11-92b9f78054fe> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.656713+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6ac5f653-cffc-4634-a6f8-e1da44fa6992> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30405>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/832be533-6e09-4b41-bd11-92b9f78054fe> . + + <http://vitis-explorer.inrae.fr/id/instant/aee67154-439d-44aa-995a-ee3105013150> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.662233+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/09ccd704-cdff-443e-9017-161acd741e57> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30406>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/aee67154-439d-44aa-995a-ee3105013150> . + + <http://vitis-explorer.inrae.fr/id/instant/98f1b30a-d4ec-4b7c-966e-81874bc07023> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.667247+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f8e808e9-6980-4d36-a6d3-894cc750ef16> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30407>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/98f1b30a-d4ec-4b7c-966e-81874bc07023> . + + <http://vitis-explorer.inrae.fr/id/instant/72164761-1d38-4734-a84f-5b66cd306530> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.672639+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/053e69e3-b0db-41b4-a1b4-fdd6e67ec8ab> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30408>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/72164761-1d38-4734-a84f-5b66cd306530> . + + <http://vitis-explorer.inrae.fr/id/instant/4d3d73a4-057d-4d20-b70b-51bb3510fcaf> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.677966+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/438ea7c6-17a6-40bc-b0fc-1bbca93f8051> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30409>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4d3d73a4-057d-4d20-b70b-51bb3510fcaf> . + + <http://vitis-explorer.inrae.fr/id/instant/4e754b9d-5997-498c-aec3-8d9351436d08> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.683594+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b8341ee1-c175-41b8-8a67-39dd7c0839d3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30410>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4e754b9d-5997-498c-aec3-8d9351436d08> . + + <http://vitis-explorer.inrae.fr/id/instant/05149504-9da6-46ac-862f-64b588cc76fb> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.689143+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/294a7c17-e4f4-480b-8a02-40cc40f8bdf0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30411>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/05149504-9da6-46ac-862f-64b588cc76fb> . + + <http://vitis-explorer.inrae.fr/id/instant/97d29a52-db5f-4350-8110-e42f0d0d1392> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.694226+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2da11b70-1fe4-4295-9b09-62e58bd2d6b4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30412>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/97d29a52-db5f-4350-8110-e42f0d0d1392> . + + <http://vitis-explorer.inrae.fr/id/instant/48951c4a-42d3-4c14-8559-269d53e1cea4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.699266+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2a6ed019-8c2d-4b35-afe5-4e361bc82db0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30413>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/48951c4a-42d3-4c14-8559-269d53e1cea4> . + + <http://vitis-explorer.inrae.fr/id/instant/7ca9f580-340c-4f85-bfd8-6643ae478660> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.704606+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5233f2e4-23ae-425c-8da5-b31593857d43> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30414>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7ca9f580-340c-4f85-bfd8-6643ae478660> . + + <http://vitis-explorer.inrae.fr/id/instant/3043cd84-7234-498a-b0a1-8398a5dbb40c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.709646+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c92efdab-8650-4738-83f6-09b78bc55e35> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30415>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3043cd84-7234-498a-b0a1-8398a5dbb40c> . + + <http://vitis-explorer.inrae.fr/id/instant/48d43e9f-16c6-4e65-9c24-cc4b66599bba> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.714954+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e21c511d-c844-4471-a5ec-e1a1e3b620a6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30416>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/48d43e9f-16c6-4e65-9c24-cc4b66599bba> . + + <http://vitis-explorer.inrae.fr/id/instant/866fa1c0-bf87-4b8a-9342-aad215431711> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.720281+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2bdbf1e3-9a3c-4a40-838d-eb80e55267d8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30417>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/866fa1c0-bf87-4b8a-9342-aad215431711> . + + <http://vitis-explorer.inrae.fr/id/instant/ebefb8f1-9e13-4b12-b887-251dcf08d3e4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.725567+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/30fddf7a-8c18-4e5a-b5e9-8a4a1667b68f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30418>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ebefb8f1-9e13-4b12-b887-251dcf08d3e4> . + + <http://vitis-explorer.inrae.fr/id/instant/57bdd2ac-5022-4149-a7e7-64874020eced> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.735231+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6d9fc6e3-2c48-40b1-acb4-a23f2d02d6ba> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30419>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/57bdd2ac-5022-4149-a7e7-64874020eced> . + + <http://vitis-explorer.inrae.fr/id/instant/7e7cc61a-6952-4187-83b1-326a2b52fea8> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.740736+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e59685c7-0540-4950-bbb3-db622664ca16> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30420>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7e7cc61a-6952-4187-83b1-326a2b52fea8> . + + <http://vitis-explorer.inrae.fr/id/instant/6b2a14f7-46af-4cee-8493-51220e02dcc2> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.74625+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2141e8b7-a5cd-4774-a9aa-094389b21ed9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30421>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6b2a14f7-46af-4cee-8493-51220e02dcc2> . + + <http://vitis-explorer.inrae.fr/id/instant/abed6d7b-04a2-4bf1-8250-8cd908bdbfc4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.751447+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e5e90586-1aed-4d6a-a41a-4f023f4bae98> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30422>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/abed6d7b-04a2-4bf1-8250-8cd908bdbfc4> . + + <http://vitis-explorer.inrae.fr/id/instant/812606d2-5fa5-473c-b639-61eabf273cff> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.756644+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0a4d0065-5db6-4d03-992e-e48f2b25223c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30423>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/812606d2-5fa5-473c-b639-61eabf273cff> . + + <http://vitis-explorer.inrae.fr/id/instant/c1a43da7-529b-4273-a73f-3aa7ce30fcf1> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.761758+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b7db6e0c-c5e5-45f0-bbed-4d496b272e74> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30424>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c1a43da7-529b-4273-a73f-3aa7ce30fcf1> . + + <http://vitis-explorer.inrae.fr/id/instant/d0f71cee-834b-4a34-8621-744ddc179b59> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.767193+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b3bfb92e-fe15-47ef-b7d9-c235a4d965c0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30425>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d0f71cee-834b-4a34-8621-744ddc179b59> . + + <http://vitis-explorer.inrae.fr/id/instant/4da16455-5130-4371-8481-d3fa26330262> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.773203+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/dd30708a-176a-4782-8b4e-9a7f17115b81> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30426>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4da16455-5130-4371-8481-d3fa26330262> . + + <http://vitis-explorer.inrae.fr/id/instant/c0864587-9e5a-4c09-b93f-db7bb06dbfcb> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.778725+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f806c8cb-edbe-4988-94a8-bd9a9369b7c0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30427>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c0864587-9e5a-4c09-b93f-db7bb06dbfcb> . + + <http://vitis-explorer.inrae.fr/id/instant/357932d9-da20-4f03-a2f5-c0dceb11ec22> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.783739+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/30a2f89b-cabf-454d-bdcb-3a19df7bcbbb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30428>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/357932d9-da20-4f03-a2f5-c0dceb11ec22> . + + <http://vitis-explorer.inrae.fr/id/instant/2b3f558c-63a6-4515-b758-b012bfbb8e01> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.788753+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/15ec7feb-3fa4-4a70-898a-0436acbd6679> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30429>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/2b3f558c-63a6-4515-b758-b012bfbb8e01> . + + <http://vitis-explorer.inrae.fr/id/instant/fdd59ea3-23ec-42c5-bd7a-89217c8214eb> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.794261+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b02caab6-7a1e-4695-b6bb-4aad6414a8aa> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30430>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fdd59ea3-23ec-42c5-bd7a-89217c8214eb> . + + <http://vitis-explorer.inrae.fr/id/instant/680203e2-739f-4ae4-ae50-f063ee197556> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.799353+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d90f7b18-8ae6-40e9-963a-b70074f696a3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30431>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/680203e2-739f-4ae4-ae50-f063ee197556> . + + <http://vitis-explorer.inrae.fr/id/instant/81172df3-569a-48b8-aee6-f679dd41794e> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.804346+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9a48c904-71a7-4d47-9b2e-14d292c30bbf> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30432>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/81172df3-569a-48b8-aee6-f679dd41794e> . + + <http://vitis-explorer.inrae.fr/id/instant/ce681e7e-73e1-4d54-a3fe-a5cf93f6a771> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.80937+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ec57f616-988f-4fdf-a3b7-0d0525583b94> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30433>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ce681e7e-73e1-4d54-a3fe-a5cf93f6a771> . + + <http://vitis-explorer.inrae.fr/id/instant/7a7378dd-98d1-4da7-85b2-dd1b0917f741> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.814366+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/30495d23-c348-4f67-be8d-5c2f1db001aa> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30434>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7a7378dd-98d1-4da7-85b2-dd1b0917f741> . + + <http://vitis-explorer.inrae.fr/id/instant/f1bae9d1-98f9-4119-8ef9-63ca079c0d4b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.81937+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c181914c-9cd9-47f2-b090-7dd884fa8f65> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30435>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f1bae9d1-98f9-4119-8ef9-63ca079c0d4b> . + + <http://vitis-explorer.inrae.fr/id/instant/0f1da150-e654-4fa4-8760-13f8506bae91> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.828064+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8a7e5ef0-3692-4ac4-aa99-c95949eec402> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30436>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0f1da150-e654-4fa4-8760-13f8506bae91> . + + <http://vitis-explorer.inrae.fr/id/instant/99d2bdf7-dd38-4d03-9782-0cb7e12ddfbf> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.833244+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c6a5434f-0107-4603-a227-dd19acdac470> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30437>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/99d2bdf7-dd38-4d03-9782-0cb7e12ddfbf> . + + <http://vitis-explorer.inrae.fr/id/instant/5a2a3277-94d3-4107-a243-2ebc87a272e8> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.838229+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/47297c76-9ed9-4323-9ab1-b67a992d0ea1> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30438>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5a2a3277-94d3-4107-a243-2ebc87a272e8> . + + <http://vitis-explorer.inrae.fr/id/instant/f9998e54-7ff8-44f5-8959-db69ebd49724> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.843195+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1bb2df4c-a078-4d2e-9eb9-936ecee15470> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30439>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f9998e54-7ff8-44f5-8959-db69ebd49724> . + + <http://vitis-explorer.inrae.fr/id/instant/8a63417a-2079-4e64-92ff-66a567e8d388> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.848054+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bc1a508f-49d9-4f72-be96-cb136de80f72> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30440>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8a63417a-2079-4e64-92ff-66a567e8d388> . + + <http://vitis-explorer.inrae.fr/id/instant/c6c17bab-ef98-48bf-bfcb-42600bef63fd> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.853278+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f951af76-1412-45f8-8c10-48ae5d253d32> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30441>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c6c17bab-ef98-48bf-bfcb-42600bef63fd> . + + <http://vitis-explorer.inrae.fr/id/instant/9c7744dc-f302-4528-abb3-0b88ffada0d0> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.858285+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d3f0b401-a224-439b-95b4-18b51c748e35> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30442>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9c7744dc-f302-4528-abb3-0b88ffada0d0> . + + <http://vitis-explorer.inrae.fr/id/instant/964512be-5375-479f-bde1-72ec95d66ae9> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.863322+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/031404a7-dbfa-4f5e-987f-b23b2521138b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30443>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/964512be-5375-479f-bde1-72ec95d66ae9> . + + <http://vitis-explorer.inrae.fr/id/instant/988f1749-dbc8-4d12-bb59-22dd12af80c2> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.868349+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/174db7b3-2ee4-468d-9b86-9a19db2d097d> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30444>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/988f1749-dbc8-4d12-bb59-22dd12af80c2> . + + <http://vitis-explorer.inrae.fr/id/instant/5e845a95-0ee0-48f2-bcb6-90d9d1254821> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.873352+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9e1cf77d-3ef9-4f74-a896-fdf05259bfe2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30445>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5e845a95-0ee0-48f2-bcb6-90d9d1254821> . + + <http://vitis-explorer.inrae.fr/id/instant/347d2bd8-453a-4cb8-8040-6b5591aacc51> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.879406+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a3cc01b7-1ffe-4b91-b437-8cba64cda2e1> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30446>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/347d2bd8-453a-4cb8-8040-6b5591aacc51> . + + <http://vitis-explorer.inrae.fr/id/instant/19d71504-7f0a-44f4-89e5-e39f5f074d50> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.884385+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/42b11eaf-92f7-4e68-845b-026da976bb5b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30447>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/19d71504-7f0a-44f4-89e5-e39f5f074d50> . + + <http://vitis-explorer.inrae.fr/id/instant/034df2ec-bcc2-4644-8a68-6862b1751325> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.889389+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f350725b-687f-4464-9293-3312fbb06582> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30448>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/034df2ec-bcc2-4644-8a68-6862b1751325> . + + <http://vitis-explorer.inrae.fr/id/instant/f3d59926-2814-4555-9431-129c21582392> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.895183+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/27e6f386-7202-460b-8dc9-83ba6117c5c1> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30449>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f3d59926-2814-4555-9431-129c21582392> . + + <http://vitis-explorer.inrae.fr/id/instant/1d3c64d3-9f49-41a7-96e2-0df190f88931> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.900458+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e7888333-e24a-4be7-946f-ac4c31bec41b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30450>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1d3c64d3-9f49-41a7-96e2-0df190f88931> . + + <http://vitis-explorer.inrae.fr/id/instant/e723ff79-fbc7-4311-81ce-b704cc0f26d7> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.9059+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/110a5790-39fd-4364-8aee-bdf66241ceae> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30451>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e723ff79-fbc7-4311-81ce-b704cc0f26d7> . + + <http://vitis-explorer.inrae.fr/id/instant/c7bf7f63-5188-45fe-869e-f9242d90946b> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.911043+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/feeb90d2-7175-4e96-bf43-0964caf306ac> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30452>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c7bf7f63-5188-45fe-869e-f9242d90946b> . + + <http://vitis-explorer.inrae.fr/id/instant/6cc53923-e5d6-49ca-bead-2d3db806bbcd> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.916155+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/b6206c58-9a20-40bb-badb-8fb48f7ea2ed> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30453>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6cc53923-e5d6-49ca-bead-2d3db806bbcd> . + + <http://vitis-explorer.inrae.fr/id/instant/c6bbe40d-8961-4144-96b4-a4f7fd2ed332> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.921303+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fe1f6d06-1b67-4a30-9976-4887c6bb18b4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30454>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c6bbe40d-8961-4144-96b4-a4f7fd2ed332> . + + <http://vitis-explorer.inrae.fr/id/instant/c7b4536a-4386-45d4-aeeb-31a029a095a8> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.928219+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2ecf46ac-7fbe-43ec-8317-c3be8d6216a1> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30455>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c7b4536a-4386-45d4-aeeb-31a029a095a8> . + + <http://vitis-explorer.inrae.fr/id/instant/ce8683ac-4674-4fcf-a85c-dd1062838348> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.935241+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f304ed43-b03e-4153-90ed-0e3c529aae4b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30456>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ce8683ac-4674-4fcf-a85c-dd1062838348> . + + <http://vitis-explorer.inrae.fr/id/instant/7fb6cb5b-63c3-4422-95bf-76f2c9732fd5> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.940415+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/958b0163-03f0-4306-8642-ebccc6043b3e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30457>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7fb6cb5b-63c3-4422-95bf-76f2c9732fd5> . + + <http://vitis-explorer.inrae.fr/id/instant/66cee33f-c2c6-46a1-b0c8-f2d676576e57> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.945508+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2d32239a-db07-42f3-8e09-aea0cfee5623> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30458>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/66cee33f-c2c6-46a1-b0c8-f2d676576e57> . + + <http://vitis-explorer.inrae.fr/id/instant/fb460ba2-989c-43a8-b799-0c897c057389> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.95064+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9a391789-41be-4f2a-93a6-ffc519acd194> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30459>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fb460ba2-989c-43a8-b799-0c897c057389> . + + <http://vitis-explorer.inrae.fr/id/instant/c76bb9a8-452e-4560-86e0-79b069a379fd> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.955653+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a8cd0697-57ae-406e-a0e7-d6a9677acc68> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30460>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c76bb9a8-452e-4560-86e0-79b069a379fd> . + + <http://vitis-explorer.inrae.fr/id/instant/84f96b97-ca66-4fa5-b0f5-ed4d39b16aa3> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.960786+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7ab42bad-13fa-4c46-9a9b-124103e18a31> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30461>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/84f96b97-ca66-4fa5-b0f5-ed4d39b16aa3> . + + <http://vitis-explorer.inrae.fr/id/instant/f35e8506-f8e2-4ff9-a035-b67177eba1d5> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.965789+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c37c130c-f0d5-4a9a-9bef-7dba9139046c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30462>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f35e8506-f8e2-4ff9-a035-b67177eba1d5> . + + <http://vitis-explorer.inrae.fr/id/instant/cf2a8abb-21a1-4344-93bb-54286c060a32> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.97084+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/47853296-91ee-4082-9745-076215fc38b8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30463>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cf2a8abb-21a1-4344-93bb-54286c060a32> . + + <http://vitis-explorer.inrae.fr/id/instant/d0f3805a-fb3d-4a9c-9ecc-fb5940e66826> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.975836+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a5e95955-c625-43c7-919d-21c4744cb13a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30464>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d0f3805a-fb3d-4a9c-9ecc-fb5940e66826> . + + <http://vitis-explorer.inrae.fr/id/instant/071f5120-8d9a-4351-9bf3-1e96b78ead2c> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.980814+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/430cfafe-73a7-4f4d-8564-ea53fc961b24> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30465>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/071f5120-8d9a-4351-9bf3-1e96b78ead2c> . + + <http://vitis-explorer.inrae.fr/id/instant/b3d42255-c094-46e8-ac96-f6f55239f6e8> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.985843+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f27325ea-5641-4048-a539-60825315f134> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30466>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b3d42255-c094-46e8-ac96-f6f55239f6e8> . + + <http://vitis-explorer.inrae.fr/id/instant/3f2493d2-7977-4138-acb5-29961f45ffa4> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.990833+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e5ab9fb1-b038-435e-b7c1-42c047cd7de9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30467>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3f2493d2-7977-4138-acb5-29961f45ffa4> . + + <http://vitis-explorer.inrae.fr/id/instant/867c710f-0f94-4318-8d58-15385594407d> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:57.995987+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2b9e8af6-cfc3-44cd-bcf4-fd218842f645> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30468>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/867c710f-0f94-4318-8d58-15385594407d> . + + <http://vitis-explorer.inrae.fr/id/instant/78caeeec-5f89-4978-bfbb-309887f18611> a + time:Instant; + time:inXSDDateTimeStamp "2022-11-30T18:19:58.001411+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/01e10e3e-c6dc-48ad-991c-fc1774889c6c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.inra_burlenberg>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_test_inrae_resdur_30469>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/78caeeec-5f89-4978-bfbb-309887f18611> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30470> a vocabulary:Plot; + rdfs:label 30470 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30471> a vocabulary:Plot; + rdfs:label 30471 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30473> a vocabulary:Plot; + rdfs:label 30473 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30474> a vocabulary:Plot; + rdfs:label 30474 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30516> a vocabulary:Plot; + rdfs:label 30516 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30519> a vocabulary:Plot; + rdfs:label 30519 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30562> a vocabulary:Plot; + rdfs:label 30562 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30566> a vocabulary:Plot; + rdfs:label 30566 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30573> a vocabulary:Plot; + rdfs:label 30573 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30590> a vocabulary:Plot; + rdfs:label 30590 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30592> a vocabulary:Plot; + rdfs:label 30592 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30593> a vocabulary:Plot; + rdfs:label 30593 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30596> a vocabulary:Plot; + rdfs:label 30596 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30602> a vocabulary:Plot; + rdfs:label 30602 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30603> a vocabulary:Plot; + rdfs:label 30603 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30605> a vocabulary:Plot; + rdfs:label 30605 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30606> a vocabulary:Plot; + rdfs:label 30606 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30607> a vocabulary:Plot; + rdfs:label 30607 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30608> a vocabulary:Plot; + rdfs:label 30608 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30609> a vocabulary:Plot; + rdfs:label 30609 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30610> a vocabulary:Plot; + rdfs:label 30610 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30315> a vocabulary:Plot; + rdfs:label "30315", 30315 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30316> a vocabulary:Plot; + rdfs:label 30316 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30317> a vocabulary:Plot; + rdfs:label 30317 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30318> a vocabulary:Plot; + rdfs:label 30318 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30319> a vocabulary:Plot; + rdfs:label 30319 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30320> a vocabulary:Plot; + rdfs:label 30320 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30321> a vocabulary:Plot; + rdfs:label 30321 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30322> a vocabulary:Plot; + rdfs:label 30322 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30323> a vocabulary:Plot; + rdfs:label 30323 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30324> a vocabulary:Plot; + rdfs:label 30324 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30325> a vocabulary:Plot; + rdfs:label 30325 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30326> a vocabulary:Plot; + rdfs:label 30326 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30327> a vocabulary:Plot; + rdfs:label 30327 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30328> a vocabulary:Plot; + rdfs:label 30328 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30329> a vocabulary:Plot; + rdfs:label 30329 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30330> a vocabulary:Plot; + rdfs:label 30330 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30331> a vocabulary:Plot; + rdfs:label 30331 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30332> a vocabulary:Plot; + rdfs:label 30332 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30333> a vocabulary:Plot; + rdfs:label 30333 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30470> a vocabulary:Plot; + rdfs:label "30470"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30471> a vocabulary:Plot; + rdfs:label "30471"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30473> a vocabulary:Plot; + rdfs:label "30473"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30474> a vocabulary:Plot; + rdfs:label "30474"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30516> a vocabulary:Plot; + rdfs:label "30516"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30519> a vocabulary:Plot; + rdfs:label "30519"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30562> a vocabulary:Plot; + rdfs:label "30562"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30566> a vocabulary:Plot; + rdfs:label "30566"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30573> a vocabulary:Plot; + rdfs:label "30573"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30590> a vocabulary:Plot; + rdfs:label "30590"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30592> a vocabulary:Plot; + rdfs:label "30592"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30593> a vocabulary:Plot; + rdfs:label "30593"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30596> a vocabulary:Plot; + rdfs:label "30596"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30602> a vocabulary:Plot; + rdfs:label "30602"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30603> a vocabulary:Plot; + rdfs:label "30603"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30605> a vocabulary:Plot; + rdfs:label "30605"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30606> a vocabulary:Plot; + rdfs:label "30606"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30607> a vocabulary:Plot; + rdfs:label "30607"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30608> a vocabulary:Plot; + rdfs:label "30608"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30609> a vocabulary:Plot; + rdfs:label "30609"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30610> a vocabulary:Plot; + rdfs:label "30610"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30315> a vocabulary:Plot; + rdfs:label "30315_nom_modifie"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30316> a vocabulary:Plot; + rdfs:label "30316"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30317> a vocabulary:Plot; + rdfs:label "30317"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30318> a vocabulary:Plot; + rdfs:label "30318"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30319> a vocabulary:Plot; + rdfs:label "30319"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30320> a vocabulary:Plot; + rdfs:label "30320"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30321> a vocabulary:Plot; + rdfs:label "30321"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30322> a vocabulary:Plot; + rdfs:label "30322"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30323> a vocabulary:Plot; + rdfs:label "30323"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30324> a vocabulary:Plot; + rdfs:label "30324"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30325> a vocabulary:Plot; + rdfs:label "30325"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30326> a vocabulary:Plot; + rdfs:label "30326"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30327> a vocabulary:Plot; + rdfs:label "30327"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30328> a vocabulary:Plot; + rdfs:label "30328"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30329> a vocabulary:Plot; + rdfs:label "30329"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30330> a vocabulary:Plot; + rdfs:label "30330"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30331> a vocabulary:Plot; + rdfs:label "30331"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30332> a vocabulary:Plot; + rdfs:label "30332"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30333> a vocabulary:Plot; + rdfs:label "30333"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> a vocabulary:Plot; + rdfs:label "30334" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2018> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30470> a vocabulary:Plot; + rdfs:label "30470"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur417> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30471> a vocabulary:Plot; + rdfs:label "30471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur429> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30473> a vocabulary:Plot; + rdfs:label "30473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur415> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30474> a vocabulary:Plot; + rdfs:label "30474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur433> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30516> a vocabulary:Plot; + rdfs:label "30516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur416> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30519> a vocabulary:Plot; + rdfs:label "30519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur428> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30562> a vocabulary:Plot; + rdfs:label "30562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur173> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30566> a vocabulary:Plot; + rdfs:label "30566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur422> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30573> a vocabulary:Plot; + rdfs:label "30573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur174> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30590> a vocabulary:Plot; + rdfs:label "30590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur421> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30592> a vocabulary:Plot; + rdfs:label "30592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur423> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30593> a vocabulary:Plot; + rdfs:label "30593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur424> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30596> a vocabulary:Plot; + rdfs:label "30596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur425> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30602> a vocabulary:Plot; + rdfs:label "30602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur427> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30603> a vocabulary:Plot; + rdfs:label "30603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur430> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30605> a vocabulary:Plot; + rdfs:label "30605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur426> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30606> a vocabulary:Plot; + rdfs:label "30606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur432> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30607> a vocabulary:Plot; + rdfs:label "30607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur431> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30608> a vocabulary:Plot; + rdfs:label "30608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur411> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30609> a vocabulary:Plot; + rdfs:label "30609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur412> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30610> a vocabulary:Plot; + rdfs:label "30610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur413> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30315> a vocabulary:Plot; + rdfs:label "30315"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur85> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30316> a vocabulary:Plot; + rdfs:label "30316"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur96> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30317> a vocabulary:Plot; + rdfs:label "30317"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur118> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30318> a vocabulary:Plot; + rdfs:label "30318"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur74> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30319> a vocabulary:Plot; + rdfs:label "30319"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur97> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30320> a vocabulary:Plot; + rdfs:label "30320"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur81> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30321> a vocabulary:Plot; + rdfs:label "30321"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur38> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30322> a vocabulary:Plot; + rdfs:label "30322"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur147> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30323> a vocabulary:Plot; + rdfs:label "30323"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur39> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30324> a vocabulary:Plot; + rdfs:label "30324"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur49> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30325> a vocabulary:Plot; + rdfs:label "30325"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur75> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30326> a vocabulary:Plot; + rdfs:label "30326"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur107> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30327> a vocabulary:Plot; + rdfs:label "30327"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur91> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30328> a vocabulary:Plot; + rdfs:label "30328"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur98> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30329> a vocabulary:Plot; + rdfs:label "30329"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur154> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30330> a vocabulary:Plot; + rdfs:label "30330"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur47> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30331> a vocabulary:Plot; + rdfs:label "30331"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur88> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30332> a vocabulary:Plot; + rdfs:label "30332"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur52> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30333> a vocabulary:Plot; + rdfs:label "30333"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur40> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30470> a vocabulary:Plot; + rdfs:label "30470"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur417> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30471> a vocabulary:Plot; + rdfs:label "30471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur429> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30473> a vocabulary:Plot; + rdfs:label "30473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur415> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30474> a vocabulary:Plot; + rdfs:label "30474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur433> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30516> a vocabulary:Plot; + rdfs:label "30516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur416> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30519> a vocabulary:Plot; + rdfs:label "30519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur428> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30562> a vocabulary:Plot; + rdfs:label "30562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur173> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30566> a vocabulary:Plot; + rdfs:label "30566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur422> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30573> a vocabulary:Plot; + rdfs:label "30573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur174> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30590> a vocabulary:Plot; + rdfs:label "30590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur421> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30592> a vocabulary:Plot; + rdfs:label "30592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur423> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30593> a vocabulary:Plot; + rdfs:label "30593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur424> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30596> a vocabulary:Plot; + rdfs:label "30596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur425> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30602> a vocabulary:Plot; + rdfs:label "30602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur427> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30603> a vocabulary:Plot; + rdfs:label "30603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur430> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30605> a vocabulary:Plot; + rdfs:label "30605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur426> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30606> a vocabulary:Plot; + rdfs:label "30606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur432> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30607> a vocabulary:Plot; + rdfs:label "30607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur431> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30608> a vocabulary:Plot; + rdfs:label "30608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur411> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30609> a vocabulary:Plot; + rdfs:label "30609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur412> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30610> a vocabulary:Plot; + rdfs:label "30610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur413> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30315> a vocabulary:Plot; + rdfs:label "30315"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur85> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30316> a vocabulary:Plot; + rdfs:label "30316"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur96> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30317> a vocabulary:Plot; + rdfs:label "30317"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur118> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30318> a vocabulary:Plot; + rdfs:label "30318"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur74> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30319> a vocabulary:Plot; + rdfs:label "30319"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur97> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30320> a vocabulary:Plot; + rdfs:label "30320"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur81> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30321> a vocabulary:Plot; + rdfs:label "30321"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur38> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30322> a vocabulary:Plot; + rdfs:label "30322"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur147> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30323> a vocabulary:Plot; + rdfs:label "30323"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur39> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30324> a vocabulary:Plot; + rdfs:label "30324"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur49> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30325> a vocabulary:Plot; + rdfs:label "30325"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur75> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30326> a vocabulary:Plot; + rdfs:label "30326"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur107> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30327> a vocabulary:Plot; + rdfs:label "30327"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur91> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30328> a vocabulary:Plot; + rdfs:label "30328"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur98> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30329> a vocabulary:Plot; + rdfs:label "30329"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur154> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30330> a vocabulary:Plot; + rdfs:label "30330"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur47> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30331> a vocabulary:Plot; + rdfs:label "30331"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur88> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30332> a vocabulary:Plot; + rdfs:label "30332"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur52> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30333> a vocabulary:Plot; + rdfs:label "30333"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur40> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30470> a vocabulary:Plot; + rdfs:label "30470"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur417> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30471> a vocabulary:Plot; + rdfs:label "30471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur429> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30473> a vocabulary:Plot; + rdfs:label "30473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur415> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30474> a vocabulary:Plot; + rdfs:label "30474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur433> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30516> a vocabulary:Plot; + rdfs:label "30516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur416> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30519> a vocabulary:Plot; + rdfs:label "30519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur428> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30562> a vocabulary:Plot; + rdfs:label "30562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur173> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30566> a vocabulary:Plot; + rdfs:label "30566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur422> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30573> a vocabulary:Plot; + rdfs:label "30573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur174> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30590> a vocabulary:Plot; + rdfs:label "30590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur421> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30592> a vocabulary:Plot; + rdfs:label "30592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur423> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30593> a vocabulary:Plot; + rdfs:label "30593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur424> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30596> a vocabulary:Plot; + rdfs:label "30596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur425> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30602> a vocabulary:Plot; + rdfs:label "30602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur427> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30603> a vocabulary:Plot; + rdfs:label "30603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur430> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30605> a vocabulary:Plot; + rdfs:label "30605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur426> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30606> a vocabulary:Plot; + rdfs:label "30606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur432> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30607> a vocabulary:Plot; + rdfs:label "30607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur431> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30608> a vocabulary:Plot; + rdfs:label "30608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur411> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30609> a vocabulary:Plot; + rdfs:label "30609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur412> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30610> a vocabulary:Plot; + rdfs:label "30610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur413> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30315> a vocabulary:Plot; + rdfs:label "30315"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur85> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30316> a vocabulary:Plot; + rdfs:label "30316"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur96> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30317> a vocabulary:Plot; + rdfs:label "30317"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur118> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30318> a vocabulary:Plot; + rdfs:label "30318"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur74> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30319> a vocabulary:Plot; + rdfs:label "30319"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur97> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30320> a vocabulary:Plot; + rdfs:label "30320"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur81> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30321> a vocabulary:Plot; + rdfs:label "30321"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur38> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30322> a vocabulary:Plot; + rdfs:label "30322"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur147> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30323> a vocabulary:Plot; + rdfs:label "30323"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur39> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30324> a vocabulary:Plot; + rdfs:label "30324"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur49> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30325> a vocabulary:Plot; + rdfs:label "30325"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur75> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30326> a vocabulary:Plot; + rdfs:label "30326"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur107> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30327> a vocabulary:Plot; + rdfs:label "30327"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur91> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30328> a vocabulary:Plot; + rdfs:label "30328"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur98> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30329> a vocabulary:Plot; + rdfs:label "30329"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur154> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30330> a vocabulary:Plot; + rdfs:label "30330"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur47> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30331> a vocabulary:Plot; + rdfs:label "30331"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur88> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30332> a vocabulary:Plot; + rdfs:label "30332"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur52> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30333> a vocabulary:Plot; + rdfs:label "30333"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur40> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30470> a vocabulary:Plot; + rdfs:label "30470"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur417> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30471> a vocabulary:Plot; + rdfs:label "30471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur429> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30473> a vocabulary:Plot; + rdfs:label "30473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur415> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30474> a vocabulary:Plot; + rdfs:label "30474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur433> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30516> a vocabulary:Plot; + rdfs:label "30516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur416> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30519> a vocabulary:Plot; + rdfs:label "30519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur428> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30562> a vocabulary:Plot; + rdfs:label "30562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur173> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30566> a vocabulary:Plot; + rdfs:label "30566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur422> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30573> a vocabulary:Plot; + rdfs:label "30573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur174> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30590> a vocabulary:Plot; + rdfs:label "30590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur421> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30592> a vocabulary:Plot; + rdfs:label "30592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur423> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30593> a vocabulary:Plot; + rdfs:label "30593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur424> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30596> a vocabulary:Plot; + rdfs:label "30596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur425> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30602> a vocabulary:Plot; + rdfs:label "30602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur427> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30603> a vocabulary:Plot; + rdfs:label "30603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur430> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30605> a vocabulary:Plot; + rdfs:label "30605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur426> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30606> a vocabulary:Plot; + rdfs:label "30606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur432> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30607> a vocabulary:Plot; + rdfs:label "30607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur431> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30608> a vocabulary:Plot; + rdfs:label "30608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur411> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30609> a vocabulary:Plot; + rdfs:label "30609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur412> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30610> a vocabulary:Plot; + rdfs:label "30610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur413> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30321> a vocabulary:Plot; + rdfs:label "30321"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur38> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30330> a vocabulary:Plot; + rdfs:label "30330"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur47> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30332> a vocabulary:Plot; + rdfs:label "30332"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur52> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30333> a vocabulary:Plot; + rdfs:label "30333"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur40> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30470> a vocabulary:Plot; + rdfs:label "30470"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur417> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30471> a vocabulary:Plot; + rdfs:label "30471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur429> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30473> a vocabulary:Plot; + rdfs:label "30473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur415> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30474> a vocabulary:Plot; + rdfs:label "30474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur433> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30516> a vocabulary:Plot; + rdfs:label "30516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur416> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30519> a vocabulary:Plot; + rdfs:label "30519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur428> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30562> a vocabulary:Plot; + rdfs:label "30562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur173> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30566> a vocabulary:Plot; + rdfs:label "30566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur422> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30573> a vocabulary:Plot; + rdfs:label "30573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur174> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30590> a vocabulary:Plot; + rdfs:label "30590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur421> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30592> a vocabulary:Plot; + rdfs:label "30592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur423> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30593> a vocabulary:Plot; + rdfs:label "30593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur424> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30596> a vocabulary:Plot; + rdfs:label "30596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur425> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30602> a vocabulary:Plot; + rdfs:label "30602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur427> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30603> a vocabulary:Plot; + rdfs:label "30603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur430> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30605> a vocabulary:Plot; + rdfs:label "30605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur426> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30606> a vocabulary:Plot; + rdfs:label "30606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur432> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30607> a vocabulary:Plot; + rdfs:label "30607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur431> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30608> a vocabulary:Plot; + rdfs:label "30608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur411> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30609> a vocabulary:Plot; + rdfs:label "30609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur412> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30610> a vocabulary:Plot; + rdfs:label "30610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur413> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30332> a vocabulary:Plot; + rdfs:label "30332"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur52> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30333> a vocabulary:Plot; + rdfs:label "30333"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur40> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2018> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> rdfs:label "30334"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur108> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30335> a vocabulary:Plot; + rdfs:label "30335"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur143> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30336> a vocabulary:Plot; + rdfs:label "30336"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur18> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30337> a vocabulary:Plot; + rdfs:label "30337"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur86> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30338> a vocabulary:Plot; + rdfs:label "30338"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur161> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30339> a vocabulary:Plot; + rdfs:label "30339"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur162> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30340> a vocabulary:Plot; + rdfs:label "30340"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur164> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30341> a vocabulary:Plot; + rdfs:label "30341"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur157> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30342> a vocabulary:Plot; + rdfs:label "30342"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur83> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30343> a vocabulary:Plot; + rdfs:label "30343"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur149> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30344> a vocabulary:Plot; + rdfs:label "30344"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur180> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30345> a vocabulary:Plot; + rdfs:label "30345"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur179> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30346> a vocabulary:Plot; + rdfs:label "30346"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur78> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30347> a vocabulary:Plot; + rdfs:label "30347"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur152> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30348> a vocabulary:Plot; + rdfs:label "30348"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur156> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30349> a vocabulary:Plot; + rdfs:label "30349"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur51> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30350> a vocabulary:Plot; + rdfs:label "30350"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur6> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30351> a vocabulary:Plot; + rdfs:label "30351"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur82> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30352> a vocabulary:Plot; + rdfs:label "30352"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur106> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30353> a vocabulary:Plot; + rdfs:label "30353"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur72> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30354> a vocabulary:Plot; + rdfs:label "30354"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur172> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30355> a vocabulary:Plot; + rdfs:label "30355"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur142> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30356> a vocabulary:Plot; + rdfs:label "30356"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur148> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30357> a vocabulary:Plot; + rdfs:label "30357"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur110> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30358> a vocabulary:Plot; + rdfs:label "30358"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur55> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30359> a vocabulary:Plot; + rdfs:label "30359"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur138> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30360> a vocabulary:Plot; + rdfs:label "30360"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur117> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30361> a vocabulary:Plot; + rdfs:label "30361"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur122> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30362> a vocabulary:Plot; + rdfs:label "30362"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur166> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30363> a vocabulary:Plot; + rdfs:label "30363"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur133> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30364> a vocabulary:Plot; + rdfs:label "30364"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur36> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30365> a vocabulary:Plot; + rdfs:label "30365"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur171> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30366> a vocabulary:Plot; + rdfs:label "30366"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur144> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30367> a vocabulary:Plot; + rdfs:label "30367"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur26> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30368> a vocabulary:Plot; + rdfs:label "30368"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur137> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30369> a vocabulary:Plot; + rdfs:label "30369"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur104> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30370> a vocabulary:Plot; + rdfs:label "30370"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur102> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30371> a vocabulary:Plot; + rdfs:label "30371"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur127> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30372> a vocabulary:Plot; + rdfs:label "30372"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur145> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30373> a vocabulary:Plot; + rdfs:label "30373"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur43> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30374> a vocabulary:Plot; + rdfs:label "30374"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur109> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30375> a vocabulary:Plot; + rdfs:label "30375"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur146> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30376> a vocabulary:Plot; + rdfs:label "30376"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur112> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30377> a vocabulary:Plot; + rdfs:label "30377"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur119> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30378> a vocabulary:Plot; + rdfs:label "30378"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur151> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30379> a vocabulary:Plot; + rdfs:label "30379"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur115> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30380> a vocabulary:Plot; + rdfs:label "30380"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur124> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30381> a vocabulary:Plot; + rdfs:label "30381"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur121> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30382> a vocabulary:Plot; + rdfs:label "30382"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur113> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30383> a vocabulary:Plot; + rdfs:label "30383"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur80> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30384> a vocabulary:Plot; + rdfs:label "30384"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur178> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30385> a vocabulary:Plot; + rdfs:label "30385"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur29> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30386> a vocabulary:Plot; + rdfs:label "30386"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur99> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30387> a vocabulary:Plot; + rdfs:label "30387"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur33> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30388> a vocabulary:Plot; + rdfs:label "30388"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur141> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30389> a vocabulary:Plot; + rdfs:label "30389"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur35> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30390> a vocabulary:Plot; + rdfs:label "30390"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur15> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30391> a vocabulary:Plot; + rdfs:label "30391"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur76> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30392> a vocabulary:Plot; + rdfs:label "30392"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur160> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30393> a vocabulary:Plot; + rdfs:label "30393"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur120> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30394> a vocabulary:Plot; + rdfs:label "30394"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur84> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30395> a vocabulary:Plot; + rdfs:label "30395"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur125> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30396> a vocabulary:Plot; + rdfs:label "30396"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur41> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> a vocabulary:Plot; + rdfs:label "30397" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> rdfs:label "30334"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur108> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30335> a vocabulary:Plot; + rdfs:label "30335"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur143> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30336> a vocabulary:Plot; + rdfs:label "30336"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur18> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30337> a vocabulary:Plot; + rdfs:label "30337"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur86> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30338> a vocabulary:Plot; + rdfs:label "30338"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur161> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30339> a vocabulary:Plot; + rdfs:label "30339"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur162> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30340> a vocabulary:Plot; + rdfs:label "30340"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur164> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30341> a vocabulary:Plot; + rdfs:label "30341"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur157> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30342> a vocabulary:Plot; + rdfs:label "30342"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur83> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30343> a vocabulary:Plot; + rdfs:label "30343"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur149> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30344> a vocabulary:Plot; + rdfs:label "30344"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur180> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30345> a vocabulary:Plot; + rdfs:label "30345"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur179> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30346> a vocabulary:Plot; + rdfs:label "30346"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur78> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30347> a vocabulary:Plot; + rdfs:label "30347"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur152> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30348> a vocabulary:Plot; + rdfs:label "30348"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur156> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30349> a vocabulary:Plot; + rdfs:label "30349"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur51> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30350> a vocabulary:Plot; + rdfs:label "30350"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur6> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30351> a vocabulary:Plot; + rdfs:label "30351"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur82> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30352> a vocabulary:Plot; + rdfs:label "30352"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur106> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30353> a vocabulary:Plot; + rdfs:label "30353"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur72> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30354> a vocabulary:Plot; + rdfs:label "30354"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur172> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30355> a vocabulary:Plot; + rdfs:label "30355"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur142> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30356> a vocabulary:Plot; + rdfs:label "30356"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur148> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30357> a vocabulary:Plot; + rdfs:label "30357"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur110> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30358> a vocabulary:Plot; + rdfs:label "30358"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur55> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30359> a vocabulary:Plot; + rdfs:label "30359"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur138> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30360> a vocabulary:Plot; + rdfs:label "30360"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur117> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30361> a vocabulary:Plot; + rdfs:label "30361"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur122> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30362> a vocabulary:Plot; + rdfs:label "30362"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur166> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30363> a vocabulary:Plot; + rdfs:label "30363"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur133> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30364> a vocabulary:Plot; + rdfs:label "30364"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur36> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30365> a vocabulary:Plot; + rdfs:label "30365"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur171> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30366> a vocabulary:Plot; + rdfs:label "30366"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur144> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30367> a vocabulary:Plot; + rdfs:label "30367"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur26> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30368> a vocabulary:Plot; + rdfs:label "30368"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur137> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30369> a vocabulary:Plot; + rdfs:label "30369"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur104> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30370> a vocabulary:Plot; + rdfs:label "30370"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur102> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30371> a vocabulary:Plot; + rdfs:label "30371"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur127> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30372> a vocabulary:Plot; + rdfs:label "30372"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur145> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30373> a vocabulary:Plot; + rdfs:label "30373"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur43> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30374> a vocabulary:Plot; + rdfs:label "30374"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur109> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30375> a vocabulary:Plot; + rdfs:label "30375"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur146> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30376> a vocabulary:Plot; + rdfs:label "30376"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur112> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30377> a vocabulary:Plot; + rdfs:label "30377"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur119> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30378> a vocabulary:Plot; + rdfs:label "30378"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur151> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30379> a vocabulary:Plot; + rdfs:label "30379"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur115> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30380> a vocabulary:Plot; + rdfs:label "30380"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur124> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30381> a vocabulary:Plot; + rdfs:label "30381"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur121> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30382> a vocabulary:Plot; + rdfs:label "30382"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur113> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30383> a vocabulary:Plot; + rdfs:label "30383"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur80> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30384> a vocabulary:Plot; + rdfs:label "30384"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur178> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30385> a vocabulary:Plot; + rdfs:label "30385"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur29> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30386> a vocabulary:Plot; + rdfs:label "30386"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur99> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30387> a vocabulary:Plot; + rdfs:label "30387"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur33> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30388> a vocabulary:Plot; + rdfs:label "30388"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur141> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30389> a vocabulary:Plot; + rdfs:label "30389"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur35> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30390> a vocabulary:Plot; + rdfs:label "30390"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur15> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30391> a vocabulary:Plot; + rdfs:label "30391"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur76> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30392> a vocabulary:Plot; + rdfs:label "30392"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur160> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30393> a vocabulary:Plot; + rdfs:label "30393"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur120> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30394> a vocabulary:Plot; + rdfs:label "30394"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur84> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30395> a vocabulary:Plot; + rdfs:label "30395"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur125> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30396> a vocabulary:Plot; + rdfs:label "30396"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur41> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> a vocabulary:Plot; + rdfs:label "30397" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> rdfs:label "30334"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur108> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30335> a vocabulary:Plot; + rdfs:label "30335"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur143> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30336> a vocabulary:Plot; + rdfs:label "30336"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur18> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30337> a vocabulary:Plot; + rdfs:label "30337"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur86> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30338> a vocabulary:Plot; + rdfs:label "30338"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur161> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30339> a vocabulary:Plot; + rdfs:label "30339"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur162> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30340> a vocabulary:Plot; + rdfs:label "30340"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur164> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30341> a vocabulary:Plot; + rdfs:label "30341"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur157> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30342> a vocabulary:Plot; + rdfs:label "30342"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur83> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30343> a vocabulary:Plot; + rdfs:label "30343"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur149> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30344> a vocabulary:Plot; + rdfs:label "30344"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur180> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30345> a vocabulary:Plot; + rdfs:label "30345"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur179> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30346> a vocabulary:Plot; + rdfs:label "30346"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur78> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30347> a vocabulary:Plot; + rdfs:label "30347"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur152> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30348> a vocabulary:Plot; + rdfs:label "30348"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur156> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30349> a vocabulary:Plot; + rdfs:label "30349"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur51> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30350> a vocabulary:Plot; + rdfs:label "30350"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur6> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30351> a vocabulary:Plot; + rdfs:label "30351"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur82> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30352> a vocabulary:Plot; + rdfs:label "30352"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur106> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30353> a vocabulary:Plot; + rdfs:label "30353"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur72> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30354> a vocabulary:Plot; + rdfs:label "30354"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur172> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30355> a vocabulary:Plot; + rdfs:label "30355"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur142> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30356> a vocabulary:Plot; + rdfs:label "30356"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur148> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30357> a vocabulary:Plot; + rdfs:label "30357"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur110> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30358> a vocabulary:Plot; + rdfs:label "30358"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur55> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30359> a vocabulary:Plot; + rdfs:label "30359"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur138> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30360> a vocabulary:Plot; + rdfs:label "30360"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur117> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30361> a vocabulary:Plot; + rdfs:label "30361"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur122> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30362> a vocabulary:Plot; + rdfs:label "30362"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur166> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30363> a vocabulary:Plot; + rdfs:label "30363"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur133> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30364> a vocabulary:Plot; + rdfs:label "30364"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur36> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30365> a vocabulary:Plot; + rdfs:label "30365"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur171> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30366> a vocabulary:Plot; + rdfs:label "30366"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur144> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30367> a vocabulary:Plot; + rdfs:label "30367"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur26> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30368> a vocabulary:Plot; + rdfs:label "30368"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur137> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30369> a vocabulary:Plot; + rdfs:label "30369"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur104> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30370> a vocabulary:Plot; + rdfs:label "30370"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur102> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30371> a vocabulary:Plot; + rdfs:label "30371"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur127> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30372> a vocabulary:Plot; + rdfs:label "30372"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur145> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30373> a vocabulary:Plot; + rdfs:label "30373"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur43> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30374> a vocabulary:Plot; + rdfs:label "30374"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur109> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30375> a vocabulary:Plot; + rdfs:label "30375"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur146> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30376> a vocabulary:Plot; + rdfs:label "30376"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur112> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30377> a vocabulary:Plot; + rdfs:label "30377"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur119> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30378> a vocabulary:Plot; + rdfs:label "30378"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur151> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30379> a vocabulary:Plot; + rdfs:label "30379"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur115> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30380> a vocabulary:Plot; + rdfs:label "30380"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur124> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30381> a vocabulary:Plot; + rdfs:label "30381"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur121> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30382> a vocabulary:Plot; + rdfs:label "30382"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur113> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30383> a vocabulary:Plot; + rdfs:label "30383"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur80> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30384> a vocabulary:Plot; + rdfs:label "30384"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur178> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30385> a vocabulary:Plot; + rdfs:label "30385"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur29> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30386> a vocabulary:Plot; + rdfs:label "30386"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur99> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30387> a vocabulary:Plot; + rdfs:label "30387"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur33> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30388> a vocabulary:Plot; + rdfs:label "30388"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur141> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30389> a vocabulary:Plot; + rdfs:label "30389"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur35> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30390> a vocabulary:Plot; + rdfs:label "30390"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur15> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30391> a vocabulary:Plot; + rdfs:label "30391"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur76> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30392> a vocabulary:Plot; + rdfs:label "30392"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur160> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30393> a vocabulary:Plot; + rdfs:label "30393"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur120> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30394> a vocabulary:Plot; + rdfs:label "30394"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur84> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30395> a vocabulary:Plot; + rdfs:label "30395"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur125> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30396> a vocabulary:Plot; + rdfs:label "30396"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur41> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> a vocabulary:Plot; + rdfs:label "30397" . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> rdfs:label 30334 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30335> a vocabulary:Plot; + rdfs:label 30335 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30336> a vocabulary:Plot; + rdfs:label 30336 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30337> a vocabulary:Plot; + rdfs:label 30337 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30338> a vocabulary:Plot; + rdfs:label 30338 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30339> a vocabulary:Plot; + rdfs:label 30339 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30340> a vocabulary:Plot; + rdfs:label 30340 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30341> a vocabulary:Plot; + rdfs:label 30341 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30342> a vocabulary:Plot; + rdfs:label 30342 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30343> a vocabulary:Plot; + rdfs:label 30343 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30344> a vocabulary:Plot; + rdfs:label 30344 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30345> a vocabulary:Plot; + rdfs:label 30345 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30346> a vocabulary:Plot; + rdfs:label 30346 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30347> a vocabulary:Plot; + rdfs:label 30347 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30348> a vocabulary:Plot; + rdfs:label 30348 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30349> a vocabulary:Plot; + rdfs:label 30349 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30350> a vocabulary:Plot; + rdfs:label 30350 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30351> a vocabulary:Plot; + rdfs:label 30351 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30352> a vocabulary:Plot; + rdfs:label 30352 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30353> a vocabulary:Plot; + rdfs:label 30353 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30354> a vocabulary:Plot; + rdfs:label 30354 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30355> a vocabulary:Plot; + rdfs:label 30355 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30356> a vocabulary:Plot; + rdfs:label 30356 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30357> a vocabulary:Plot; + rdfs:label 30357 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30358> a vocabulary:Plot; + rdfs:label 30358 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30359> a vocabulary:Plot; + rdfs:label 30359 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30360> a vocabulary:Plot; + rdfs:label 30360 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30361> a vocabulary:Plot; + rdfs:label 30361 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30362> a vocabulary:Plot; + rdfs:label 30362 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30363> a vocabulary:Plot; + rdfs:label 30363 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30364> a vocabulary:Plot; + rdfs:label 30364 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30365> a vocabulary:Plot; + rdfs:label 30365 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30366> a vocabulary:Plot; + rdfs:label 30366 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30367> a vocabulary:Plot; + rdfs:label 30367 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30368> a vocabulary:Plot; + rdfs:label 30368 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30369> a vocabulary:Plot; + rdfs:label 30369 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30370> a vocabulary:Plot; + rdfs:label 30370 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30371> a vocabulary:Plot; + rdfs:label 30371 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30372> a vocabulary:Plot; + rdfs:label 30372 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30373> a vocabulary:Plot; + rdfs:label 30373 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30374> a vocabulary:Plot; + rdfs:label 30374 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30375> a vocabulary:Plot; + rdfs:label 30375 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30376> a vocabulary:Plot; + rdfs:label 30376 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30377> a vocabulary:Plot; + rdfs:label 30377 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30378> a vocabulary:Plot; + rdfs:label 30378 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30379> a vocabulary:Plot; + rdfs:label 30379 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30380> a vocabulary:Plot; + rdfs:label 30380 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30381> a vocabulary:Plot; + rdfs:label 30381 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30382> a vocabulary:Plot; + rdfs:label 30382 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30383> a vocabulary:Plot; + rdfs:label 30383 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30384> a vocabulary:Plot; + rdfs:label 30384 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30385> a vocabulary:Plot; + rdfs:label 30385 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30386> a vocabulary:Plot; + rdfs:label 30386 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30387> a vocabulary:Plot; + rdfs:label 30387 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30388> a vocabulary:Plot; + rdfs:label 30388 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30389> a vocabulary:Plot; + rdfs:label 30389 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30390> a vocabulary:Plot; + rdfs:label 30390 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30391> a vocabulary:Plot; + rdfs:label 30391 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30392> a vocabulary:Plot; + rdfs:label 30392 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30393> a vocabulary:Plot; + rdfs:label 30393 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30394> a vocabulary:Plot; + rdfs:label 30394 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30395> a vocabulary:Plot; + rdfs:label 30395 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30396> a vocabulary:Plot; + rdfs:label 30396 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> a vocabulary:Plot; + rdfs:label 30397 . +} + +<http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334> rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30335> a vocabulary:Plot; + rdfs:label "30335"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30336> a vocabulary:Plot; + rdfs:label "30336"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30337> a vocabulary:Plot; + rdfs:label "30337"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30338> a vocabulary:Plot; + rdfs:label "30338"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30339> a vocabulary:Plot; + rdfs:label "30339"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30340> a vocabulary:Plot; + rdfs:label "30340"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30341> a vocabulary:Plot; + rdfs:label "30341"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30342> a vocabulary:Plot; + rdfs:label "30342"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30343> a vocabulary:Plot; + rdfs:label "30343"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30344> a vocabulary:Plot; + rdfs:label "30344"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30345> a vocabulary:Plot; + rdfs:label "30345"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30346> a vocabulary:Plot; + rdfs:label "30346"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30347> a vocabulary:Plot; + rdfs:label "30347"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30348> a vocabulary:Plot; + rdfs:label "30348"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30349> a vocabulary:Plot; + rdfs:label "30349"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30350> a vocabulary:Plot; + rdfs:label "30350"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30351> a vocabulary:Plot; + rdfs:label "30351"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30352> a vocabulary:Plot; + rdfs:label "30352"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30353> a vocabulary:Plot; + rdfs:label "30353"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30354> a vocabulary:Plot; + rdfs:label "30354"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30355> a vocabulary:Plot; + rdfs:label "30355"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30356> a vocabulary:Plot; + rdfs:label "30356"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30357> a vocabulary:Plot; + rdfs:label "30357"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30358> a vocabulary:Plot; + rdfs:label "30358"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30359> a vocabulary:Plot; + rdfs:label "30359"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30360> a vocabulary:Plot; + rdfs:label "30360"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30361> a vocabulary:Plot; + rdfs:label "30361"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30362> a vocabulary:Plot; + rdfs:label "30362"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30363> a vocabulary:Plot; + rdfs:label "30363"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30364> a vocabulary:Plot; + rdfs:label "30364"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30365> a vocabulary:Plot; + rdfs:label "30365"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30366> a vocabulary:Plot; + rdfs:label "30366"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30367> a vocabulary:Plot; + rdfs:label "30367"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30368> a vocabulary:Plot; + rdfs:label "30368"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30369> a vocabulary:Plot; + rdfs:label "30369"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30370> a vocabulary:Plot; + rdfs:label "30370"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30371> a vocabulary:Plot; + rdfs:label "30371"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/accession.1279s> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30372> a vocabulary:Plot; + rdfs:label "30372"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30373> a vocabulary:Plot; + rdfs:label "30373"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30374> a vocabulary:Plot; + rdfs:label "30374"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30375> a vocabulary:Plot; + rdfs:label "30375"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30376> a vocabulary:Plot; + rdfs:label "30376"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30377> a vocabulary:Plot; + rdfs:label "30377"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.50001_119_x_rac3> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30378> a vocabulary:Plot; + rdfs:label "30378"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30379> a vocabulary:Plot; + rdfs:label "30379"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30380> a vocabulary:Plot; + rdfs:label "30380"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30381> a vocabulary:Plot; + rdfs:label "30381"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30382> a vocabulary:Plot; + rdfs:label "30382"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30383> a vocabulary:Plot; + rdfs:label "30383"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30384> a vocabulary:Plot; + rdfs:label "30384"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30385> a vocabulary:Plot; + rdfs:label "30385"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30386> a vocabulary:Plot; + rdfs:label "30386"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30387> a vocabulary:Plot; + rdfs:label "30387"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30388> a vocabulary:Plot; + rdfs:label "30388"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30389> a vocabulary:Plot; + rdfs:label "30389"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30390> a vocabulary:Plot; + rdfs:label "30390"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30391> a vocabulary:Plot; + rdfs:label "30391"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30392> a vocabulary:Plot; + rdfs:label "30392"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30393> a vocabulary:Plot; + rdfs:label "30393"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30394> a vocabulary:Plot; + rdfs:label "30394"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30395> a vocabulary:Plot; + rdfs:label "30395"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30396> a vocabulary:Plot; + rdfs:label "30396"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> a vocabulary:Plot; + rdfs:label "30397" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30343> a vocabulary:Plot; + rdfs:label "30343"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur149> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30347> a vocabulary:Plot; + rdfs:label "30347"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur152> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30353> a vocabulary:Plot; + rdfs:label "30353"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur72> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30362> a vocabulary:Plot; + rdfs:label "30362"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur166> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30367> a vocabulary:Plot; + rdfs:label "30367"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur26> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30373> a vocabulary:Plot; + rdfs:label "30373"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur43> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30374> a vocabulary:Plot; + rdfs:label "30374"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur109> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30385> a vocabulary:Plot; + rdfs:label "30385"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur29> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30390> a vocabulary:Plot; + rdfs:label "30390"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur15> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30391> a vocabulary:Plot; + rdfs:label "30391"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur76> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30396> a vocabulary:Plot; + rdfs:label "30396"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur41> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30347> a vocabulary:Plot; + rdfs:label "30347"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur152> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30373> a vocabulary:Plot; + rdfs:label "30373"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur43> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30385> a vocabulary:Plot; + rdfs:label "30385"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur29> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30390> a vocabulary:Plot; + rdfs:label "30390"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur15> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30391> a vocabulary:Plot; + rdfs:label "30391"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur76> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30396> a vocabulary:Plot; + rdfs:label "30396"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur41> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30398> a vocabulary:Plot; + rdfs:label "30398"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30399> a vocabulary:Plot; + rdfs:label "30399"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30400> a vocabulary:Plot; + rdfs:label "30400"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30401> a vocabulary:Plot; + rdfs:label "30401"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30402> a vocabulary:Plot; + rdfs:label "30402"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30403> a vocabulary:Plot; + rdfs:label "30403"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30404> a vocabulary:Plot; + rdfs:label "30404"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30405> a vocabulary:Plot; + rdfs:label "30405"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30406> a vocabulary:Plot; + rdfs:label "30406"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30407> a vocabulary:Plot; + rdfs:label "30407"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30408> a vocabulary:Plot; + rdfs:label "30408"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30409> a vocabulary:Plot; + rdfs:label "30409"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30410> a vocabulary:Plot; + rdfs:label "30410"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/accession.1391s> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30411> a vocabulary:Plot; + rdfs:label "30411"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30412> a vocabulary:Plot; + rdfs:label "30412"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30413> a vocabulary:Plot; + rdfs:label "30413"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30414> a vocabulary:Plot; + rdfs:label "30414"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30415> a vocabulary:Plot; + rdfs:label "30415"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30416> a vocabulary:Plot; + rdfs:label "30416"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30417> a vocabulary:Plot; + rdfs:label "30417"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30418> a vocabulary:Plot; + rdfs:label "30418"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30419> a vocabulary:Plot; + rdfs:label "30419"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30420> a vocabulary:Plot; + rdfs:label "30420"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30421> a vocabulary:Plot; + rdfs:label "30421"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30422> a vocabulary:Plot; + rdfs:label "30422"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30423> a vocabulary:Plot; + rdfs:label "30423"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30424> a vocabulary:Plot; + rdfs:label "30424"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30425> a vocabulary:Plot; + rdfs:label "30425"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30426> a vocabulary:Plot; + rdfs:label "30426"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30427> a vocabulary:Plot; + rdfs:label "30427"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30428> a vocabulary:Plot; + rdfs:label "30428"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30429> a vocabulary:Plot; + rdfs:label "30429"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30430> a vocabulary:Plot; + rdfs:label "30430"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30431> a vocabulary:Plot; + rdfs:label "30431"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30432> a vocabulary:Plot; + rdfs:label "30432"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30433> a vocabulary:Plot; + rdfs:label "30433"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30434> a vocabulary:Plot; + rdfs:label "30434"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30435> a vocabulary:Plot; + rdfs:label "30435"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30436> a vocabulary:Plot; + rdfs:label "30436"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30437> a vocabulary:Plot; + rdfs:label "30437"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.0010c> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30438> a vocabulary:Plot; + rdfs:label "30438"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30439> a vocabulary:Plot; + rdfs:label "30439"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30440> a vocabulary:Plot; + rdfs:label "30440"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30441> a vocabulary:Plot; + rdfs:label "30441"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30442> a vocabulary:Plot; + rdfs:label "30442"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30443> a vocabulary:Plot; + rdfs:label "30443"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30444> a vocabulary:Plot; + rdfs:label "30444"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445> a vocabulary:Plot; + rdfs:label "30445"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30446> a vocabulary:Plot; + rdfs:label "30446"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30447> a vocabulary:Plot; + rdfs:label "30447"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30448> a vocabulary:Plot; + rdfs:label "30448"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30449> a vocabulary:Plot; + rdfs:label "30449"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30450> a vocabulary:Plot; + rdfs:label "30450"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30451> a vocabulary:Plot; + rdfs:label "30451"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.50001_119_x_rac3> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30452> a vocabulary:Plot; + rdfs:label "30452"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30453> a vocabulary:Plot; + rdfs:label "30453"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30454> a vocabulary:Plot; + rdfs:label "30454"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30455> a vocabulary:Plot; + rdfs:label "30455"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30456> a vocabulary:Plot; + rdfs:label "30456"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30457> a vocabulary:Plot; + rdfs:label "30457"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> a vocabulary:Plot; + rdfs:label "30458" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2018> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur181> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30398> a vocabulary:Plot; + rdfs:label "30398"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur60> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30399> a vocabulary:Plot; + rdfs:label "30399"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur105> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30400> a vocabulary:Plot; + rdfs:label "30400"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur87> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30401> a vocabulary:Plot; + rdfs:label "30401"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur92> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30402> a vocabulary:Plot; + rdfs:label "30402"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur126> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30403> a vocabulary:Plot; + rdfs:label "30403"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur27> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30404> a vocabulary:Plot; + rdfs:label "30404"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur9> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30405> a vocabulary:Plot; + rdfs:label "30405"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur129> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30406> a vocabulary:Plot; + rdfs:label "30406"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur128> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30407> a vocabulary:Plot; + rdfs:label "30407"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur48> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30408> a vocabulary:Plot; + rdfs:label "30408"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur114> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30409> a vocabulary:Plot; + rdfs:label "30409"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur158> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30410> a vocabulary:Plot; + rdfs:label "30410"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur139> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30411> a vocabulary:Plot; + rdfs:label "30411"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur155> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30412> a vocabulary:Plot; + rdfs:label "30412"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur136> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30413> a vocabulary:Plot; + rdfs:label "30413"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur132> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30414> a vocabulary:Plot; + rdfs:label "30414"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur140> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30415> a vocabulary:Plot; + rdfs:label "30415"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur77> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30416> a vocabulary:Plot; + rdfs:label "30416"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur163> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30417> a vocabulary:Plot; + rdfs:label "30417"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur94> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30418> a vocabulary:Plot; + rdfs:label "30418"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur62> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30419> a vocabulary:Plot; + rdfs:label "30419"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur116> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30420> a vocabulary:Plot; + rdfs:label "30420"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur135> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30421> a vocabulary:Plot; + rdfs:label "30421"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur101> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30422> a vocabulary:Plot; + rdfs:label "30422"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur93> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30423> a vocabulary:Plot; + rdfs:label "30423"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur71> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30424> a vocabulary:Plot; + rdfs:label "30424"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur30> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30425> a vocabulary:Plot; + rdfs:label "30425"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur177> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30426> a vocabulary:Plot; + rdfs:label "30426"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur34> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30427> a vocabulary:Plot; + rdfs:label "30427"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur167> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30428> a vocabulary:Plot; + rdfs:label "30428"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur159> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30429> a vocabulary:Plot; + rdfs:label "30429"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur130> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30430> a vocabulary:Plot; + rdfs:label "30430"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur61> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30431> a vocabulary:Plot; + rdfs:label "30431"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur123> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30432> a vocabulary:Plot; + rdfs:label "30432"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur169> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30433> a vocabulary:Plot; + rdfs:label "30433"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur103> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30434> a vocabulary:Plot; + rdfs:label "30434"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur168> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30435> a vocabulary:Plot; + rdfs:label "30435"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur42> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30436> a vocabulary:Plot; + rdfs:label "30436"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur79> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30437> a vocabulary:Plot; + rdfs:label "30437"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur100> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30438> a vocabulary:Plot; + rdfs:label "30438"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur13> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30439> a vocabulary:Plot; + rdfs:label "30439"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur90> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30440> a vocabulary:Plot; + rdfs:label "30440"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur150> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30441> a vocabulary:Plot; + rdfs:label "30441"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur131> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30442> a vocabulary:Plot; + rdfs:label "30442"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur170> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30443> a vocabulary:Plot; + rdfs:label "30443"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur95> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30444> a vocabulary:Plot; + rdfs:label "30444"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur53> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445> a vocabulary:Plot; + rdfs:label "30445"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur4> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30446> a vocabulary:Plot; + rdfs:label "30446"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur25> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30447> a vocabulary:Plot; + rdfs:label "30447"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur153> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30448> a vocabulary:Plot; + rdfs:label "30448"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur89> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30449> a vocabulary:Plot; + rdfs:label "30449"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur54> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30450> a vocabulary:Plot; + rdfs:label "30450"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur73> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30451> a vocabulary:Plot; + rdfs:label "30451"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur111> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30452> a vocabulary:Plot; + rdfs:label "30452"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur16> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30453> a vocabulary:Plot; + rdfs:label "30453"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur165> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30454> a vocabulary:Plot; + rdfs:label "30454"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur56> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30455> a vocabulary:Plot; + rdfs:label "30455"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur69> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30456> a vocabulary:Plot; + rdfs:label "30456"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur70> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30457> a vocabulary:Plot; + rdfs:label "30457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur175> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> a vocabulary:Plot; + rdfs:label "30458" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur181> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30398> a vocabulary:Plot; + rdfs:label "30398"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur60> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30399> a vocabulary:Plot; + rdfs:label "30399"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur105> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30400> a vocabulary:Plot; + rdfs:label "30400"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur87> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30401> a vocabulary:Plot; + rdfs:label "30401"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur92> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30402> a vocabulary:Plot; + rdfs:label "30402"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur126> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30403> a vocabulary:Plot; + rdfs:label "30403"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur27> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30404> a vocabulary:Plot; + rdfs:label "30404"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur9> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30405> a vocabulary:Plot; + rdfs:label "30405"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur129> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30406> a vocabulary:Plot; + rdfs:label "30406"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur128> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30407> a vocabulary:Plot; + rdfs:label "30407"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur48> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30408> a vocabulary:Plot; + rdfs:label "30408"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur114> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30409> a vocabulary:Plot; + rdfs:label "30409"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur158> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30410> a vocabulary:Plot; + rdfs:label "30410"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur139> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30411> a vocabulary:Plot; + rdfs:label "30411"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur155> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30412> a vocabulary:Plot; + rdfs:label "30412"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur136> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30413> a vocabulary:Plot; + rdfs:label "30413"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur132> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30414> a vocabulary:Plot; + rdfs:label "30414"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur140> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30415> a vocabulary:Plot; + rdfs:label "30415"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur77> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30416> a vocabulary:Plot; + rdfs:label "30416"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur163> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30417> a vocabulary:Plot; + rdfs:label "30417"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur94> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30418> a vocabulary:Plot; + rdfs:label "30418"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur62> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30419> a vocabulary:Plot; + rdfs:label "30419"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur116> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30420> a vocabulary:Plot; + rdfs:label "30420"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur135> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30421> a vocabulary:Plot; + rdfs:label "30421"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur101> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30422> a vocabulary:Plot; + rdfs:label "30422"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur93> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30423> a vocabulary:Plot; + rdfs:label "30423"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur71> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30424> a vocabulary:Plot; + rdfs:label "30424"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur30> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30425> a vocabulary:Plot; + rdfs:label "30425"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur177> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30426> a vocabulary:Plot; + rdfs:label "30426"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur34> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30427> a vocabulary:Plot; + rdfs:label "30427"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur167> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30428> a vocabulary:Plot; + rdfs:label "30428"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur159> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30429> a vocabulary:Plot; + rdfs:label "30429"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur130> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30430> a vocabulary:Plot; + rdfs:label "30430"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur61> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30431> a vocabulary:Plot; + rdfs:label "30431"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur123> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30432> a vocabulary:Plot; + rdfs:label "30432"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur169> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30433> a vocabulary:Plot; + rdfs:label "30433"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur103> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30434> a vocabulary:Plot; + rdfs:label "30434"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur168> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30435> a vocabulary:Plot; + rdfs:label "30435"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur42> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30436> a vocabulary:Plot; + rdfs:label "30436"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur79> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30437> a vocabulary:Plot; + rdfs:label "30437"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur100> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30438> a vocabulary:Plot; + rdfs:label "30438"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur13> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30439> a vocabulary:Plot; + rdfs:label "30439"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur90> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30440> a vocabulary:Plot; + rdfs:label "30440"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur150> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30441> a vocabulary:Plot; + rdfs:label "30441"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur131> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30442> a vocabulary:Plot; + rdfs:label "30442"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur170> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30443> a vocabulary:Plot; + rdfs:label "30443"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur95> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30444> a vocabulary:Plot; + rdfs:label "30444"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur53> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445> a vocabulary:Plot; + rdfs:label "30445"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur4> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30446> a vocabulary:Plot; + rdfs:label "30446"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur25> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30447> a vocabulary:Plot; + rdfs:label "30447"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur153> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30448> a vocabulary:Plot; + rdfs:label "30448"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur89> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30449> a vocabulary:Plot; + rdfs:label "30449"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur54> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30450> a vocabulary:Plot; + rdfs:label "30450"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur73> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30451> a vocabulary:Plot; + rdfs:label "30451"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur111> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30452> a vocabulary:Plot; + rdfs:label "30452"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur16> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30453> a vocabulary:Plot; + rdfs:label "30453"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur165> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30454> a vocabulary:Plot; + rdfs:label "30454"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur56> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30455> a vocabulary:Plot; + rdfs:label "30455"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur69> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30456> a vocabulary:Plot; + rdfs:label "30456"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur70> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30457> a vocabulary:Plot; + rdfs:label "30457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur175> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> a vocabulary:Plot; + rdfs:label "30458" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur181> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30398> a vocabulary:Plot; + rdfs:label "30398"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur60> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30399> a vocabulary:Plot; + rdfs:label "30399"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur105> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30400> a vocabulary:Plot; + rdfs:label "30400"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur87> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30401> a vocabulary:Plot; + rdfs:label "30401"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur92> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30402> a vocabulary:Plot; + rdfs:label "30402"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur126> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30403> a vocabulary:Plot; + rdfs:label "30403"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur27> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30404> a vocabulary:Plot; + rdfs:label "30404"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur9> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30405> a vocabulary:Plot; + rdfs:label "30405"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur129> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30406> a vocabulary:Plot; + rdfs:label "30406"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur128> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30407> a vocabulary:Plot; + rdfs:label "30407"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur48> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30408> a vocabulary:Plot; + rdfs:label "30408"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur114> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30409> a vocabulary:Plot; + rdfs:label "30409"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur158> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30410> a vocabulary:Plot; + rdfs:label "30410"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur139> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30411> a vocabulary:Plot; + rdfs:label "30411"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur155> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30412> a vocabulary:Plot; + rdfs:label "30412"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur136> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30413> a vocabulary:Plot; + rdfs:label "30413"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur132> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30414> a vocabulary:Plot; + rdfs:label "30414"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur140> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30415> a vocabulary:Plot; + rdfs:label "30415"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur77> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30416> a vocabulary:Plot; + rdfs:label "30416"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur163> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30417> a vocabulary:Plot; + rdfs:label "30417"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur94> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30418> a vocabulary:Plot; + rdfs:label "30418"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur62> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30419> a vocabulary:Plot; + rdfs:label "30419"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur116> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30420> a vocabulary:Plot; + rdfs:label "30420"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur135> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30421> a vocabulary:Plot; + rdfs:label "30421"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur101> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30422> a vocabulary:Plot; + rdfs:label "30422"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur93> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30423> a vocabulary:Plot; + rdfs:label "30423"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur71> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30424> a vocabulary:Plot; + rdfs:label "30424"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur30> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30425> a vocabulary:Plot; + rdfs:label "30425"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur177> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30426> a vocabulary:Plot; + rdfs:label "30426"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur34> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30427> a vocabulary:Plot; + rdfs:label "30427"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur167> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30428> a vocabulary:Plot; + rdfs:label "30428"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur159> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30429> a vocabulary:Plot; + rdfs:label "30429"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur130> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30430> a vocabulary:Plot; + rdfs:label "30430"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur61> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30431> a vocabulary:Plot; + rdfs:label "30431"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur123> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30432> a vocabulary:Plot; + rdfs:label "30432"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur169> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30433> a vocabulary:Plot; + rdfs:label "30433"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur103> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30434> a vocabulary:Plot; + rdfs:label "30434"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur168> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30435> a vocabulary:Plot; + rdfs:label "30435"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur42> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30436> a vocabulary:Plot; + rdfs:label "30436"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur79> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30437> a vocabulary:Plot; + rdfs:label "30437"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur100> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30438> a vocabulary:Plot; + rdfs:label "30438"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur13> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30439> a vocabulary:Plot; + rdfs:label "30439"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur90> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30440> a vocabulary:Plot; + rdfs:label "30440"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur150> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30441> a vocabulary:Plot; + rdfs:label "30441"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur131> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30442> a vocabulary:Plot; + rdfs:label "30442"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur170> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30443> a vocabulary:Plot; + rdfs:label "30443"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur95> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30444> a vocabulary:Plot; + rdfs:label "30444"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur53> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445> a vocabulary:Plot; + rdfs:label "30445"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur4> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30446> a vocabulary:Plot; + rdfs:label "30446"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur25> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30447> a vocabulary:Plot; + rdfs:label "30447"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur153> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30448> a vocabulary:Plot; + rdfs:label "30448"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur89> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30449> a vocabulary:Plot; + rdfs:label "30449"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur54> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30450> a vocabulary:Plot; + rdfs:label "30450"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur73> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30451> a vocabulary:Plot; + rdfs:label "30451"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur111> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30452> a vocabulary:Plot; + rdfs:label "30452"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur16> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30453> a vocabulary:Plot; + rdfs:label "30453"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur165> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30454> a vocabulary:Plot; + rdfs:label "30454"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur56> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30455> a vocabulary:Plot; + rdfs:label "30455"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur69> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30456> a vocabulary:Plot; + rdfs:label "30456"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur70> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30457> a vocabulary:Plot; + rdfs:label "30457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur175> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> a vocabulary:Plot; + rdfs:label "30458" . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30398> a vocabulary:Plot; + rdfs:label 30398 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30399> a vocabulary:Plot; + rdfs:label 30399 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30400> a vocabulary:Plot; + rdfs:label 30400 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30401> a vocabulary:Plot; + rdfs:label 30401 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30402> a vocabulary:Plot; + rdfs:label 30402 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30403> a vocabulary:Plot; + rdfs:label 30403 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30404> a vocabulary:Plot; + rdfs:label 30404 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30405> a vocabulary:Plot; + rdfs:label 30405 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30406> a vocabulary:Plot; + rdfs:label 30406 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30407> a vocabulary:Plot; + rdfs:label 30407 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30408> a vocabulary:Plot; + rdfs:label 30408 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30409> a vocabulary:Plot; + rdfs:label 30409 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30410> a vocabulary:Plot; + rdfs:label 30410 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30411> a vocabulary:Plot; + rdfs:label 30411 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30412> a vocabulary:Plot; + rdfs:label 30412 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30413> a vocabulary:Plot; + rdfs:label 30413 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30414> a vocabulary:Plot; + rdfs:label 30414 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30415> a vocabulary:Plot; + rdfs:label 30415 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30416> a vocabulary:Plot; + rdfs:label 30416 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30417> a vocabulary:Plot; + rdfs:label 30417 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30418> a vocabulary:Plot; + rdfs:label 30418 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30419> a vocabulary:Plot; + rdfs:label 30419 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30420> a vocabulary:Plot; + rdfs:label 30420 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30421> a vocabulary:Plot; + rdfs:label 30421 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30422> a vocabulary:Plot; + rdfs:label 30422 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30423> a vocabulary:Plot; + rdfs:label 30423 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30424> a vocabulary:Plot; + rdfs:label 30424 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30425> a vocabulary:Plot; + rdfs:label 30425 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30426> a vocabulary:Plot; + rdfs:label 30426 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30427> a vocabulary:Plot; + rdfs:label 30427 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30428> a vocabulary:Plot; + rdfs:label 30428 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30429> a vocabulary:Plot; + rdfs:label 30429 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30430> a vocabulary:Plot; + rdfs:label 30430 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30431> a vocabulary:Plot; + rdfs:label 30431 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30432> a vocabulary:Plot; + rdfs:label 30432 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30433> a vocabulary:Plot; + rdfs:label 30433 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30434> a vocabulary:Plot; + rdfs:label 30434 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30435> a vocabulary:Plot; + rdfs:label 30435 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30436> a vocabulary:Plot; + rdfs:label 30436 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30437> a vocabulary:Plot; + rdfs:label 30437 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30438> a vocabulary:Plot; + rdfs:label 30438 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30439> a vocabulary:Plot; + rdfs:label 30439 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30440> a vocabulary:Plot; + rdfs:label 30440 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30441> a vocabulary:Plot; + rdfs:label 30441 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30442> a vocabulary:Plot; + rdfs:label 30442 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30443> a vocabulary:Plot; + rdfs:label 30443 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30444> a vocabulary:Plot; + rdfs:label 30444 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445> a vocabulary:Plot; + rdfs:label 30445 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30446> a vocabulary:Plot; + rdfs:label 30446 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30447> a vocabulary:Plot; + rdfs:label 30447 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30448> a vocabulary:Plot; + rdfs:label 30448 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30449> a vocabulary:Plot; + rdfs:label 30449 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30450> a vocabulary:Plot; + rdfs:label 30450 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30451> a vocabulary:Plot; + rdfs:label 30451 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30452> a vocabulary:Plot; + rdfs:label 30452 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30453> a vocabulary:Plot; + rdfs:label 30453 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30454> a vocabulary:Plot; + rdfs:label 30454 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30455> a vocabulary:Plot; + rdfs:label 30455 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30456> a vocabulary:Plot; + rdfs:label 30456 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30457> a vocabulary:Plot; + rdfs:label 30457 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> a vocabulary:Plot; + rdfs:label 30458 . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30408> a vocabulary:Plot; + rdfs:label "30408"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur114> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30412> a vocabulary:Plot; + rdfs:label "30412"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur136> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30415> a vocabulary:Plot; + rdfs:label "30415"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur77> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30419> a vocabulary:Plot; + rdfs:label "30419"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur116> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30423> a vocabulary:Plot; + rdfs:label "30423"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur71> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30434> a vocabulary:Plot; + rdfs:label "30434"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur168> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30435> a vocabulary:Plot; + rdfs:label "30435"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur42> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30437> a vocabulary:Plot; + rdfs:label "30437"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur100> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30438> a vocabulary:Plot; + rdfs:label "30438"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur13> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30444> a vocabulary:Plot; + rdfs:label "30444"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur53> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445> a vocabulary:Plot; + rdfs:label "30445"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur4> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30449> a vocabulary:Plot; + rdfs:label "30449"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur54> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30450> a vocabulary:Plot; + rdfs:label "30450"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur73> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30455> a vocabulary:Plot; + rdfs:label "30455"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur69> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30456> a vocabulary:Plot; + rdfs:label "30456"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur70> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30457> a vocabulary:Plot; + rdfs:label "30457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur175> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> a vocabulary:Plot; + rdfs:label "30458" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30415> a vocabulary:Plot; + rdfs:label "30415"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur77> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30435> a vocabulary:Plot; + rdfs:label "30435"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur42> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30437> a vocabulary:Plot; + rdfs:label "30437"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur100> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30438> a vocabulary:Plot; + rdfs:label "30438"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur13> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30444> a vocabulary:Plot; + rdfs:label "30444"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur53> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445> a vocabulary:Plot; + rdfs:label "30445"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur4> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30449> a vocabulary:Plot; + rdfs:label "30449"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur54> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30455> a vocabulary:Plot; + rdfs:label "30455"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur69> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30456> a vocabulary:Plot; + rdfs:label "30456"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur70> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30457> a vocabulary:Plot; + rdfs:label "30457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur175> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> a vocabulary:Plot; + rdfs:label "30458" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/exp_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445> a vocabulary:Plot; + rdfs:label "30445"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur4> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/expetest_viti> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30459> a vocabulary:Plot; + rdfs:label "30459"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30460> a vocabulary:Plot; + rdfs:label "30460"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30461> a vocabulary:Plot; + rdfs:label "30461"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30462> a vocabulary:Plot; + rdfs:label "30462"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30463> a vocabulary:Plot; + rdfs:label "30463"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30464> a vocabulary:Plot; + rdfs:label "30464"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30465> a vocabulary:Plot; + rdfs:label "30465"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30466> a vocabulary:Plot; + rdfs:label "30466"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30467> a vocabulary:Plot; + rdfs:label "30467"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30468> a vocabulary:Plot; + rdfs:label "30468"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30469> a vocabulary:Plot; + rdfs:label "30469"; + rdfs:comment "expe test"; + vocabulary:hasGermplasm <http://aims.fao.org/aos/agrovoc/c_11456> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2018> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur176> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30459> a vocabulary:Plot; + rdfs:label "30459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30460> a vocabulary:Plot; + rdfs:label "30460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30461> a vocabulary:Plot; + rdfs:label "30461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur57> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30462> a vocabulary:Plot; + rdfs:label "30462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur59> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30463> a vocabulary:Plot; + rdfs:label "30463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur8> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30464> a vocabulary:Plot; + rdfs:label "30464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur10> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30465> a vocabulary:Plot; + rdfs:label "30465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur11> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30466> a vocabulary:Plot; + rdfs:label "30466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur14> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30467> a vocabulary:Plot; + rdfs:label "30467"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur21> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30468> a vocabulary:Plot; + rdfs:label "30468"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur23> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30469> a vocabulary:Plot; + rdfs:label "30469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur24> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur176> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30459> a vocabulary:Plot; + rdfs:label "30459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30460> a vocabulary:Plot; + rdfs:label "30460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30461> a vocabulary:Plot; + rdfs:label "30461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur57> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30462> a vocabulary:Plot; + rdfs:label "30462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur59> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30463> a vocabulary:Plot; + rdfs:label "30463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur8> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30464> a vocabulary:Plot; + rdfs:label "30464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur10> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30465> a vocabulary:Plot; + rdfs:label "30465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur11> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30466> a vocabulary:Plot; + rdfs:label "30466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur14> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30467> a vocabulary:Plot; + rdfs:label "30467"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur21> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30468> a vocabulary:Plot; + rdfs:label "30468"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur23> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30469> a vocabulary:Plot; + rdfs:label "30469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur24> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur176> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30459> a vocabulary:Plot; + rdfs:label "30459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30460> a vocabulary:Plot; + rdfs:label "30460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30461> a vocabulary:Plot; + rdfs:label "30461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur57> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30462> a vocabulary:Plot; + rdfs:label "30462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur59> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30463> a vocabulary:Plot; + rdfs:label "30463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur8> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30464> a vocabulary:Plot; + rdfs:label "30464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur10> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30465> a vocabulary:Plot; + rdfs:label "30465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur11> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30466> a vocabulary:Plot; + rdfs:label "30466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur14> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30467> a vocabulary:Plot; + rdfs:label "30467"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur21> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30468> a vocabulary:Plot; + rdfs:label "30468"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur23> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30469> a vocabulary:Plot; + rdfs:label "30469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur24> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur176> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30459> a vocabulary:Plot; + rdfs:label "30459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30460> a vocabulary:Plot; + rdfs:label "30460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30461> a vocabulary:Plot; + rdfs:label "30461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur57> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30462> a vocabulary:Plot; + rdfs:label "30462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur59> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30463> a vocabulary:Plot; + rdfs:label "30463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur8> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30464> a vocabulary:Plot; + rdfs:label "30464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur10> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30465> a vocabulary:Plot; + rdfs:label "30465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur11> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30466> a vocabulary:Plot; + rdfs:label "30466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur14> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30467> a vocabulary:Plot; + rdfs:label "30467"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur21> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30468> a vocabulary:Plot; + rdfs:label "30468"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur23> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30469> a vocabulary:Plot; + rdfs:label "30469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur24> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur176> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30459> a vocabulary:Plot; + rdfs:label "30459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30460> a vocabulary:Plot; + rdfs:label "30460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30461> a vocabulary:Plot; + rdfs:label "30461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur57> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30462> a vocabulary:Plot; + rdfs:label "30462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur59> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30463> a vocabulary:Plot; + rdfs:label "30463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur8> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30464> a vocabulary:Plot; + rdfs:label "30464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur10> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30465> a vocabulary:Plot; + rdfs:label "30465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur11> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30466> a vocabulary:Plot; + rdfs:label "30466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur14> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30467> a vocabulary:Plot; + rdfs:label "30467"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur21> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30468> a vocabulary:Plot; + rdfs:label "30468"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur23> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30469> a vocabulary:Plot; + rdfs:label "30469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur24> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30459> a vocabulary:Plot; + rdfs:label 30459 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30460> a vocabulary:Plot; + rdfs:label 30460 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30461> a vocabulary:Plot; + rdfs:label 30461 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30462> a vocabulary:Plot; + rdfs:label 30462 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30463> a vocabulary:Plot; + rdfs:label 30463 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30464> a vocabulary:Plot; + rdfs:label 30464 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30465> a vocabulary:Plot; + rdfs:label 30465 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30466> a vocabulary:Plot; + rdfs:label 30466 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30467> a vocabulary:Plot; + rdfs:label 30467 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30468> a vocabulary:Plot; + rdfs:label 30468 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30469> a vocabulary:Plot; + rdfs:label 30469 . +} + +<http://vitis-explorer.inrae.fr/set/event> { + <http://vitis-explorer.inrae.fr/id/instant/13029e13-8238-4c28-b835-e2d8b8a24810> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.598198+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/321e0f74-4573-4ff2-ae07-7821dab9a5b7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30470>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/13029e13-8238-4c28-b835-e2d8b8a24810> . + + <http://vitis-explorer.inrae.fr/id/instant/5398621c-e801-48ce-8eb3-ebe006b079a4> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.605626+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9dcdc6e3-61e3-4407-8681-a002019020f0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30471>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5398621c-e801-48ce-8eb3-ebe006b079a4> . + + <http://vitis-explorer.inrae.fr/id/instant/2ef7fd28-2542-4f6b-a36c-ae37fa069d2e> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.611628+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1904700b-c98b-4d95-b482-fcfd8aef80d6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30473>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/2ef7fd28-2542-4f6b-a36c-ae37fa069d2e> . + + <http://vitis-explorer.inrae.fr/id/instant/7397df5b-3b39-4910-bfd3-6f7d9902ad56> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.616953+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7c7c582a-2186-4676-8d6b-483bfb4a06d1> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30474>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7397df5b-3b39-4910-bfd3-6f7d9902ad56> . + + <http://vitis-explorer.inrae.fr/id/instant/1109f1e5-8293-4e91-b7f6-fd28bb89f1f6> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.622263+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1607b86e-4095-40fb-9cf8-2b3f073f244c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30516>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1109f1e5-8293-4e91-b7f6-fd28bb89f1f6> . + + <http://vitis-explorer.inrae.fr/id/instant/d4718d63-f627-4b85-bb27-c32d22574cc8> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.631264+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/36b02a75-6754-4fa8-a6c0-1c8de4079754> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30519>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d4718d63-f627-4b85-bb27-c32d22574cc8> . + + <http://vitis-explorer.inrae.fr/id/instant/4fa7aa30-162f-40b5-9bfa-765de94e91bc> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.639725+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9ab12313-36c2-4713-8f61-17e540ce88ab> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30562>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4fa7aa30-162f-40b5-9bfa-765de94e91bc> . + + <http://vitis-explorer.inrae.fr/id/instant/7ad8b914-4404-4522-bdb2-9d666b4443ae> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.646747+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/28e340ec-bd80-44d3-9176-125f843a8970> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30566>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7ad8b914-4404-4522-bdb2-9d666b4443ae> . + + <http://vitis-explorer.inrae.fr/id/instant/327ca1fd-7b84-467f-9f83-504c5836a0f9> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.653718+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/99737f4c-ab49-43e5-8905-b5a711c12ebc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30573>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/327ca1fd-7b84-467f-9f83-504c5836a0f9> . + + <http://vitis-explorer.inrae.fr/id/instant/1e1fe338-5b8e-4c98-87cc-9933ca54c10b> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.662002+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c46b87d1-a39c-43e3-ae54-1b79ac51349c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30590>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1e1fe338-5b8e-4c98-87cc-9933ca54c10b> . + + <http://vitis-explorer.inrae.fr/id/instant/4ae2e269-04f9-4a87-81f5-a352f46313f9> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.67096+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/57e11062-12b6-4ee5-8348-d73f2c7e93ba> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30592>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4ae2e269-04f9-4a87-81f5-a352f46313f9> . + + <http://vitis-explorer.inrae.fr/id/instant/f425b189-f567-4fb9-9522-ca211bf83a3a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.680092+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/18ac1029-a5bb-4464-8793-38800dd52c88> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30593>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f425b189-f567-4fb9-9522-ca211bf83a3a> . + + <http://vitis-explorer.inrae.fr/id/instant/fefdb59d-0457-4374-927c-721a31b138d9> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.688984+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d3842a19-9fc8-438f-aa8d-b7509c3a31ba> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30596>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fefdb59d-0457-4374-927c-721a31b138d9> . + + <http://vitis-explorer.inrae.fr/id/instant/d12a1095-2fe3-412d-85f8-e7e08ad0fca2> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.700948+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/157cdb77-dd0c-4af6-8d53-b56f82dc8c6d> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30602>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d12a1095-2fe3-412d-85f8-e7e08ad0fca2> . + + <http://vitis-explorer.inrae.fr/id/instant/e9d64fe6-1285-4512-9c0d-e328a9135a77> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.711082+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/948471a0-61e3-456d-802d-f30f0d5d38b5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30603>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e9d64fe6-1285-4512-9c0d-e328a9135a77> . + + <http://vitis-explorer.inrae.fr/id/instant/c7cc1acb-b695-413f-812e-e576b1b85eed> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.720879+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/36be612d-d933-40bc-9e88-85f114e5d0a9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30605>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c7cc1acb-b695-413f-812e-e576b1b85eed> . + + <http://vitis-explorer.inrae.fr/id/instant/688ceb48-f960-486d-bbc7-fed15fa67a1b> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.730952+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/901c245d-b213-421f-9b12-5f4f78b78298> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30606>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/688ceb48-f960-486d-bbc7-fed15fa67a1b> . + + <http://vitis-explorer.inrae.fr/id/instant/1cce161d-bfd5-4f68-abf2-f216c6350768> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.742098+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d1ff6a75-cb1e-4d30-bf12-d5a89c987e2e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30607>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1cce161d-bfd5-4f68-abf2-f216c6350768> . + + <http://vitis-explorer.inrae.fr/id/instant/ff94da40-a5c3-4614-8b79-05977c8a7130> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.750921+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/976642dc-95ac-44da-86f0-d269651bda67> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30608>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ff94da40-a5c3-4614-8b79-05977c8a7130> . + + <http://vitis-explorer.inrae.fr/id/instant/13f3e092-3a3f-4931-99f6-ff07cf04ba60> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.756828+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5afe599a-e5cd-40ac-898b-125014a07384> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30609>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/13f3e092-3a3f-4931-99f6-ff07cf04ba60> . + + <http://vitis-explorer.inrae.fr/id/instant/fec8ba72-1e7f-4ba7-9df9-146966231262> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.763342+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/278cf3b1-76a3-4a6b-a6e7-a137120fc7be> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30610>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fec8ba72-1e7f-4ba7-9df9-146966231262> . + + <http://vitis-explorer.inrae.fr/id/instant/cd5f9ec1-4e6b-4b98-bad4-ab12150af912> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.769596+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/88d1f49e-a415-427e-8261-56832208e5af> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30315>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cd5f9ec1-4e6b-4b98-bad4-ab12150af912> . + + <http://vitis-explorer.inrae.fr/id/instant/55c6bca1-4f89-43a4-ae49-d33702e93adf> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.775484+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/78481c04-9a94-461c-b447-88019db01707> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30316>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/55c6bca1-4f89-43a4-ae49-d33702e93adf> . + + <http://vitis-explorer.inrae.fr/id/instant/b7e0e263-5ff1-42bd-a6fd-cdc2e6d6704e> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.782003+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5aeb4581-3f4c-475a-9369-9915536bb79f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30317>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b7e0e263-5ff1-42bd-a6fd-cdc2e6d6704e> . + + <http://vitis-explorer.inrae.fr/id/instant/c5ab59e8-717e-4e77-b10e-25e6b998afb9> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.787991+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0b7d068b-7c37-4403-8d66-d1f8cb24e199> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30318>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c5ab59e8-717e-4e77-b10e-25e6b998afb9> . + + <http://vitis-explorer.inrae.fr/id/instant/4a8ef18d-1d88-481a-9e37-9108e89a10b8> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.794154+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6768352d-ee91-44b3-91d8-856071fb8fa3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30319>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4a8ef18d-1d88-481a-9e37-9108e89a10b8> . + + <http://vitis-explorer.inrae.fr/id/instant/0f37c831-c95d-4faf-8b19-5bd7f9a56326> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.800217+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/484f7a83-78f8-44fa-bdf1-acd9933061d9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30320>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0f37c831-c95d-4faf-8b19-5bd7f9a56326> . + + <http://vitis-explorer.inrae.fr/id/instant/b207ca9b-f030-4e55-8a01-37e1b309af89> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.806201+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/43ebe68f-0489-4ca0-89fb-a4dde46be4fe> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30321>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b207ca9b-f030-4e55-8a01-37e1b309af89> . + + <http://vitis-explorer.inrae.fr/id/instant/0d10c4d5-c26f-4bcc-9034-03b31c81c96c> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.81214+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/657e682c-aae2-47f9-9908-1d8d311226db> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30322>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0d10c4d5-c26f-4bcc-9034-03b31c81c96c> . + + <http://vitis-explorer.inrae.fr/id/instant/68867986-1ad4-48a6-ad02-2c003063a67b> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.817667+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/8e5f6fa4-c7f9-4fcb-b0ae-9bb581201074> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30323>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/68867986-1ad4-48a6-ad02-2c003063a67b> . + + <http://vitis-explorer.inrae.fr/id/instant/e58ecdc0-d45d-4264-bde4-308bd70ce1e9> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.82412+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2a8df61e-04a3-43e7-b072-58049b05c60b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30324>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e58ecdc0-d45d-4264-bde4-308bd70ce1e9> . + + <http://vitis-explorer.inrae.fr/id/instant/6a840502-cffc-440d-950f-f06be3b2ceae> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.829735+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6d649800-14b5-43f2-af02-c7272d13cac5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30325>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6a840502-cffc-440d-950f-f06be3b2ceae> . + + <http://vitis-explorer.inrae.fr/id/instant/1ca8aaa8-35d7-44e2-8e45-90f2fbf0a766> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.835316+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2ded86a5-3aa2-4e1d-af1f-34b7ee445cef> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30326>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1ca8aaa8-35d7-44e2-8e45-90f2fbf0a766> . + + <http://vitis-explorer.inrae.fr/id/instant/c2108b62-2d80-4ff6-a408-bf2bae6016a8> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.841303+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/38de5ae0-0fa0-4715-9d30-ffef5768a505> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30327>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c2108b62-2d80-4ff6-a408-bf2bae6016a8> . + + <http://vitis-explorer.inrae.fr/id/instant/c61b3ba3-d426-450b-95c8-1f6b2aed008a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.848123+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7c32f02d-fd49-4b4d-9903-735635013e3a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30328>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c61b3ba3-d426-450b-95c8-1f6b2aed008a> . + + <http://vitis-explorer.inrae.fr/id/instant/b0bc28d1-1373-4dd4-b4ed-4fc7170de621> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.856433+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f5dd77cc-e721-45b2-93d2-4c241ec909a2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30329>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b0bc28d1-1373-4dd4-b4ed-4fc7170de621> . + + <http://vitis-explorer.inrae.fr/id/instant/d26f9747-fbf1-481e-9488-0dd99a4dc541> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.863002+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/85d625d6-8d07-44f7-805e-7916c8ba1061> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30330>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d26f9747-fbf1-481e-9488-0dd99a4dc541> . + + <http://vitis-explorer.inrae.fr/id/instant/b5fae4bf-589a-4a49-a621-725d0f9add20> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.868838+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/90d9b4fe-75d9-4bcb-ae57-8a4f7b03bbc9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30331>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b5fae4bf-589a-4a49-a621-725d0f9add20> . + + <http://vitis-explorer.inrae.fr/id/instant/db2807c5-9b0d-4eda-a4fe-1395dbd09d01> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.875742+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/21e0a1dc-6002-4c35-b533-ed5b3545f789> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30332>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/db2807c5-9b0d-4eda-a4fe-1395dbd09d01> . + + <http://vitis-explorer.inrae.fr/id/instant/a14a20a4-42c1-40ae-99a2-f3c038015002> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.884442+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/30863c27-3c41-480f-ae8f-54c44b761203> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30333>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a14a20a4-42c1-40ae-99a2-f3c038015002> . + + <http://vitis-explorer.inrae.fr/id/instant/830221a4-6420-4a34-946f-b32ac7cd1666> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.890984+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/94e9f474-4332-4ac2-b816-dc4289e18523> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30334>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/830221a4-6420-4a34-946f-b32ac7cd1666> . + + <http://vitis-explorer.inrae.fr/id/instant/ce43e338-573d-4ef5-8238-1bf5192c1658> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.89754+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/be1e9a25-fa39-4f48-a223-fc37610c7214> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30335>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ce43e338-573d-4ef5-8238-1bf5192c1658> . + + <http://vitis-explorer.inrae.fr/id/instant/736cf2c6-05e4-4e34-a2a4-0f3b5c586221> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.903029+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c7e6e1e7-8e79-4dec-bf96-da1cb0406ae5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30336>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/736cf2c6-05e4-4e34-a2a4-0f3b5c586221> . + + <http://vitis-explorer.inrae.fr/id/instant/98e0639f-31e5-4d6c-a0e3-c0dc7e51e774> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.909334+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/117f6c1a-d768-4192-9ee2-446b1795ab2c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30337>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/98e0639f-31e5-4d6c-a0e3-c0dc7e51e774> . + + <http://vitis-explorer.inrae.fr/id/instant/d8aa741a-959d-4fe1-bd3d-2837b3b04be7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.915905+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/467ddce6-f1ab-4168-b4f4-b5e34deaa41e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30338>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d8aa741a-959d-4fe1-bd3d-2837b3b04be7> . + + <http://vitis-explorer.inrae.fr/id/instant/2103c56b-4793-4754-9bbe-e4784f8c37de> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.922355+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5ab6d442-8d48-4d37-b1b5-2f588de69fe5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30339>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/2103c56b-4793-4754-9bbe-e4784f8c37de> . + + <http://vitis-explorer.inrae.fr/id/instant/834c4783-50b2-4d52-a618-677036041989> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.92899+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1cb31340-b514-412d-ade7-2a25b36a9411> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30340>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/834c4783-50b2-4d52-a618-677036041989> . + + <http://vitis-explorer.inrae.fr/id/instant/a7036447-774b-4790-b5bd-b26797b46459> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.935379+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d34b5d82-e0b2-486e-9b35-e048be96c269> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30341>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a7036447-774b-4790-b5bd-b26797b46459> . + + <http://vitis-explorer.inrae.fr/id/instant/6789871a-02b2-4518-918c-ad756fb8ffb7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.941933+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/eb20e1dd-849b-41e5-8b05-8ead9a3420c9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30342>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6789871a-02b2-4518-918c-ad756fb8ffb7> . + + <http://vitis-explorer.inrae.fr/id/instant/c79abdd4-5ef0-4d9f-ba4e-ef1e433828a8> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.948465+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ec6415b7-f2ae-4e36-9dac-dece5492ffd2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30343>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c79abdd4-5ef0-4d9f-ba4e-ef1e433828a8> . + + <http://vitis-explorer.inrae.fr/id/instant/eecec0ed-625d-4b56-9c4f-647855e628e6> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.957471+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/00363fa8-338b-47db-9e81-3c03623c1afa> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30344>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/eecec0ed-625d-4b56-9c4f-647855e628e6> . + + <http://vitis-explorer.inrae.fr/id/instant/8cf20095-2b80-4255-b8c9-35038e778079> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.964484+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/20cb5d80-40b4-40ba-b55f-9267119a2b3c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30345>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8cf20095-2b80-4255-b8c9-35038e778079> . + + <http://vitis-explorer.inrae.fr/id/instant/ede8e432-ffe6-4070-95ec-581c013ed857> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.974001+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7b7bf2b5-f403-4d18-aa8a-b7ad9dbe4902> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30346>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ede8e432-ffe6-4070-95ec-581c013ed857> . + + <http://vitis-explorer.inrae.fr/id/instant/0f60a9c3-b55f-4e77-9757-0f3ebf06e0ed> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.982185+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ebb3ace8-223f-4519-b8f0-75d48fc20a6b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30347>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0f60a9c3-b55f-4e77-9757-0f3ebf06e0ed> . + + <http://vitis-explorer.inrae.fr/id/instant/2b96fb63-e9f2-49c7-9ee6-1a129cafd032> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.98757+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1db9a1ac-bd0d-4fa7-a157-c138cd4107c9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30348>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/2b96fb63-e9f2-49c7-9ee6-1a129cafd032> . + + <http://vitis-explorer.inrae.fr/id/instant/e618aa70-fe6c-4523-8391-04a8176e3366> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.992718+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/41878ed1-ddf2-4b9b-9d5c-b3399f28d1e3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30349>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e618aa70-fe6c-4523-8391-04a8176e3366> . + + <http://vitis-explorer.inrae.fr/id/instant/fb1e5c3d-5411-402c-ac45-54aa150601c7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:00.998003+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/df5ec451-7fb1-48eb-bc1f-149c2fc11455> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30350>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fb1e5c3d-5411-402c-ac45-54aa150601c7> . + + <http://vitis-explorer.inrae.fr/id/instant/b1d17883-77e4-4029-929f-b0bdfb11cb8a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.005202+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/902058df-8f2c-43cc-a347-172b4e97280b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30351>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b1d17883-77e4-4029-929f-b0bdfb11cb8a> . + + <http://vitis-explorer.inrae.fr/id/instant/376b01a8-3b49-4e82-87d3-3dd544b01547> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.010349+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a89f6b27-c61d-46a7-b98e-3355f0ddecdd> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30352>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/376b01a8-3b49-4e82-87d3-3dd544b01547> . + + <http://vitis-explorer.inrae.fr/id/instant/3f1b112a-a53b-4964-971f-3edcf9659f90> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.015566+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/01dfec51-bf40-4e6d-a440-8e285760a363> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30353>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3f1b112a-a53b-4964-971f-3edcf9659f90> . + + <http://vitis-explorer.inrae.fr/id/instant/fadf2fef-d0f2-4548-87de-261928f4443e> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.020747+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f7485626-a287-4157-ad72-d94458c4aedf> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30354>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fadf2fef-d0f2-4548-87de-261928f4443e> . + + <http://vitis-explorer.inrae.fr/id/instant/6395436e-582a-47ac-97ff-f118e17fecba> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.025764+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fc552e44-03fa-4b66-a3b7-ffa7eb1267bd> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30355>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6395436e-582a-47ac-97ff-f118e17fecba> . + + <http://vitis-explorer.inrae.fr/id/instant/bbf79a75-3860-45ea-9bc8-c18269de1bb6> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.030835+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/36f52695-5306-4b09-9233-8ad90f3508f0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30356>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/bbf79a75-3860-45ea-9bc8-c18269de1bb6> . + + <http://vitis-explorer.inrae.fr/id/instant/9f69a1d5-b327-4768-896c-8f121cdc9f1e> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.035744+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bb88ebc4-bdc2-48cf-8ea9-4e0fd40179b5> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30357>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9f69a1d5-b327-4768-896c-8f121cdc9f1e> . + + <http://vitis-explorer.inrae.fr/id/instant/9f7255fa-58d9-4055-b1a5-bfa54fc12625> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.04085+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/07fbe40b-0cf2-4ea0-a4ac-48ca67d2d5ff> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30358>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9f7255fa-58d9-4055-b1a5-bfa54fc12625> . + + <http://vitis-explorer.inrae.fr/id/instant/cb11cd13-6d75-42cb-b13e-c30aef5ca7cc> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.046857+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a881078e-9f75-48c3-bdd9-fd934327a06b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30359>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cb11cd13-6d75-42cb-b13e-c30aef5ca7cc> . + + <http://vitis-explorer.inrae.fr/id/instant/9abc648a-f672-4c14-91ca-1e86c802832f> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.052547+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9c719555-fb90-4f10-a6bf-a77ad65ba3c8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30360>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9abc648a-f672-4c14-91ca-1e86c802832f> . + + <http://vitis-explorer.inrae.fr/id/instant/1bef9b9c-aa37-4480-8161-9fb898ad7f57> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.05766+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bb9f43cc-8c28-4bf0-8d23-7457b60b344b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30361>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1bef9b9c-aa37-4480-8161-9fb898ad7f57> . + + <http://vitis-explorer.inrae.fr/id/instant/7b816875-a731-4b0b-8190-719a8e5a37d7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.063872+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5eadeed8-b581-4d88-bc7d-5d464e7fc529> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30362>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7b816875-a731-4b0b-8190-719a8e5a37d7> . + + <http://vitis-explorer.inrae.fr/id/instant/87b1ffb9-bf5a-44bf-9e93-dae41d2f6274> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.069482+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/44a7bf54-7780-4a85-950c-ebd469d4bcee> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30363>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/87b1ffb9-bf5a-44bf-9e93-dae41d2f6274> . + + <http://vitis-explorer.inrae.fr/id/instant/134fb281-50da-4afb-806c-87928e218403> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.074795+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cfe5241e-66cb-41a5-9dd6-e1890e0f9806> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30364>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/134fb281-50da-4afb-806c-87928e218403> . + + <http://vitis-explorer.inrae.fr/id/instant/6f147f09-4b80-4fc0-af9f-c9bdcebb2948> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.081282+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/266db42e-9442-4404-982d-240c2b62883b> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30365>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6f147f09-4b80-4fc0-af9f-c9bdcebb2948> . + + <http://vitis-explorer.inrae.fr/id/instant/f243d9aa-a6ff-44df-b271-e990cb10bcd1> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.086588+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/da6dcd27-0f89-4db6-83bb-15d8373d927f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30366>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f243d9aa-a6ff-44df-b271-e990cb10bcd1> . + + <http://vitis-explorer.inrae.fr/id/instant/a7fb2df9-3b40-4e1a-9922-74cac3af5b65> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.092028+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1786fe40-ab45-482b-a154-03d6c3656d9e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30367>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a7fb2df9-3b40-4e1a-9922-74cac3af5b65> . + + <http://vitis-explorer.inrae.fr/id/instant/faa90b56-1776-469c-92f8-82f25d33ae1f> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.098133+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4b12f2e7-3aaa-4679-8a04-dc34a85199b2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30368>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/faa90b56-1776-469c-92f8-82f25d33ae1f> . + + <http://vitis-explorer.inrae.fr/id/instant/64130619-9328-4952-80c5-8439c20d180a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.103326+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e3c1e523-354e-4881-b9d1-06d2019bb069> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30369>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/64130619-9328-4952-80c5-8439c20d180a> . + + <http://vitis-explorer.inrae.fr/id/instant/97c2ea0d-67bb-4711-9c41-e474cdb29aaf> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.10971+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0ea54cec-1bf7-4adc-a94e-fe92bf0f7868> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30370>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/97c2ea0d-67bb-4711-9c41-e474cdb29aaf> . + + <http://vitis-explorer.inrae.fr/id/instant/d90929d9-a60f-46ce-9367-aaf6f5206d24> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.115557+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5ec11683-d037-4179-82b8-e8e0a537e005> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30371>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d90929d9-a60f-46ce-9367-aaf6f5206d24> . + + <http://vitis-explorer.inrae.fr/id/instant/7153a64c-83b1-446a-a540-d700b2a4fdf5> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.121584+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2980b6e2-2ab7-4407-8e9d-a067c0b52ff4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30372>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7153a64c-83b1-446a-a540-d700b2a4fdf5> . + + <http://vitis-explorer.inrae.fr/id/instant/a00149c6-90c2-46e2-ac66-18ac06a12710> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.127444+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2a8959aa-8887-4996-b0f4-b0b1de4bc4b0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30373>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a00149c6-90c2-46e2-ac66-18ac06a12710> . + + <http://vitis-explorer.inrae.fr/id/instant/ea47f5b3-503f-42b1-b11e-14ab1e9266b7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.132576+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0f81afac-f753-436b-a804-ede68a0fffe0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30374>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ea47f5b3-503f-42b1-b11e-14ab1e9266b7> . + + <http://vitis-explorer.inrae.fr/id/instant/6a8c6a89-c245-41bb-b72c-822d5b2edff7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.139739+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2edf23d9-a88b-4a48-b2f7-5255e14619f3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30375>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6a8c6a89-c245-41bb-b72c-822d5b2edff7> . + + <http://vitis-explorer.inrae.fr/id/instant/86e87327-6549-4e4d-993e-f47522f225d7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.145917+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1e387b5b-5a1b-4f99-b0d0-44b3f0fde6f3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30376>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/86e87327-6549-4e4d-993e-f47522f225d7> . + + <http://vitis-explorer.inrae.fr/id/instant/aeb54617-d3b4-4d26-914f-52aadef01936> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.151814+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d8745562-02d4-4fb4-910c-66eed3c8294c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30377>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/aeb54617-d3b4-4d26-914f-52aadef01936> . + + <http://vitis-explorer.inrae.fr/id/instant/ab24c8b6-c651-4170-8dd9-14dd370b0851> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.158398+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/864e3a6f-63df-417c-bf3c-14cfccc38616> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30378>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ab24c8b6-c651-4170-8dd9-14dd370b0851> . + + <http://vitis-explorer.inrae.fr/id/instant/fbd40594-986d-4952-af58-1eedad95e118> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.163717+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4c354908-96ad-4251-bdcd-14ddfae4ec29> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30379>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fbd40594-986d-4952-af58-1eedad95e118> . + + <http://vitis-explorer.inrae.fr/id/instant/11f46d5d-2ed0-4a95-b897-1f60a25e2fca> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.171139+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f70fd68f-dca0-428a-a990-03a46ce8a3db> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30380>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/11f46d5d-2ed0-4a95-b897-1f60a25e2fca> . + + <http://vitis-explorer.inrae.fr/id/instant/a2247aeb-4f96-4d47-8cf7-1a47d4b17392> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.177225+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4a0a5934-2c2b-428d-a402-70324d9cae19> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30381>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a2247aeb-4f96-4d47-8cf7-1a47d4b17392> . + + <http://vitis-explorer.inrae.fr/id/instant/23d191ea-e22c-4f31-9813-4016648c1494> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.183218+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/7564be79-6103-4564-a140-962e59078e23> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30382>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/23d191ea-e22c-4f31-9813-4016648c1494> . + + <http://vitis-explorer.inrae.fr/id/instant/ceb23f2d-dd6e-4806-bee4-79607c0bee5d> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.189524+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/51a88516-0f9b-49b8-8dfc-5c166661fe80> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30383>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ceb23f2d-dd6e-4806-bee4-79607c0bee5d> . + + <http://vitis-explorer.inrae.fr/id/instant/eae06c18-f73c-4acd-823c-51edf15726fd> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.1951+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/f0b01234-9355-413a-ae50-d1d56930bf71> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30384>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/eae06c18-f73c-4acd-823c-51edf15726fd> . + + <http://vitis-explorer.inrae.fr/id/instant/cab97263-9f5e-456e-a83b-123f646a768c> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.202485+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cac2d96b-0999-457a-893b-b05526d3764f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30385>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cab97263-9f5e-456e-a83b-123f646a768c> . + + <http://vitis-explorer.inrae.fr/id/instant/efb73e0c-42cb-45c5-b075-cc190d5fab10> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.208641+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/58520f0e-10e6-4bad-868e-b07fb7275969> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30386>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/efb73e0c-42cb-45c5-b075-cc190d5fab10> . + + <http://vitis-explorer.inrae.fr/id/instant/244b1173-915b-40c5-ac1a-e074f9b5da2a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.214343+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1f9521c5-5e60-49c1-b6fa-eedaa3a248e8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30387>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/244b1173-915b-40c5-ac1a-e074f9b5da2a> . + + <http://vitis-explorer.inrae.fr/id/instant/3f680d65-798a-4ecc-8e39-3ffc76a64acb> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.220496+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/926cd8eb-15f6-46c6-9951-115e7b711608> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30388>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3f680d65-798a-4ecc-8e39-3ffc76a64acb> . + + <http://vitis-explorer.inrae.fr/id/instant/352d9d61-4501-4a71-b29f-f3481f91e061> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.225716+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2333d7dd-90d6-4c76-93a4-f9f38cb87609> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30389>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/352d9d61-4501-4a71-b29f-f3481f91e061> . + + <http://vitis-explorer.inrae.fr/id/instant/8417ea3d-6469-4444-90f6-325f9883681d> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.232067+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/5e490fb0-45bd-4327-a8f3-3aa0c0020ea8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30390>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8417ea3d-6469-4444-90f6-325f9883681d> . + + <http://vitis-explorer.inrae.fr/id/instant/8936766d-78b5-4491-91e7-2390ee975158> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.237545+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/eb08a83f-5d8d-4733-a59c-d3be124abdef> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30391>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8936766d-78b5-4491-91e7-2390ee975158> . + + <http://vitis-explorer.inrae.fr/id/instant/f6b6a16b-39db-426a-a2ec-115d72cb09cc> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.243278+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/dba936ab-59c1-41b0-8550-e9d7aa2eb23e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30392>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/f6b6a16b-39db-426a-a2ec-115d72cb09cc> . + + <http://vitis-explorer.inrae.fr/id/instant/42562d79-bfeb-4562-8017-22d389d5a861> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.249281+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0b3b3d83-3964-4d53-b30a-ce0ec9d4f0c4> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30393>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/42562d79-bfeb-4562-8017-22d389d5a861> . + + <http://vitis-explorer.inrae.fr/id/instant/495a1efb-3166-439e-b617-87d60464220c> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.254689+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e7573c47-1b92-474d-8b24-69c173f43b08> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30394>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/495a1efb-3166-439e-b617-87d60464220c> . + + <http://vitis-explorer.inrae.fr/id/instant/9a6714c2-1919-4974-82dd-12f00ea33dcf> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.264478+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/82dc7111-f9ae-4d36-9804-4527212d33b3> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30395>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9a6714c2-1919-4974-82dd-12f00ea33dcf> . + + <http://vitis-explorer.inrae.fr/id/instant/38bfb78c-521c-4f0c-85c5-7763b0629cb4> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.270723+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2c906d4d-526c-4ca0-9e2c-8b19d45b11fa> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30396>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/38bfb78c-521c-4f0c-85c5-7763b0629cb4> . + + <http://vitis-explorer.inrae.fr/id/instant/013f2dc1-73f3-4e23-8c5e-e43009b3c21f> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.27719+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ccc5b4cf-e605-4efa-96a8-64b12740b742> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30397>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/013f2dc1-73f3-4e23-8c5e-e43009b3c21f> . + + <http://vitis-explorer.inrae.fr/id/instant/c614d2cf-1516-4c4b-bbae-0015d9c609ec> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.283341+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/902a0845-b362-46ca-9880-d1095efd0ef6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30398>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c614d2cf-1516-4c4b-bbae-0015d9c609ec> . + + <http://vitis-explorer.inrae.fr/id/instant/89dd68f5-ac05-437b-bdd6-a2cc6509110a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.288504+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/915a2f1c-acd7-4566-9b74-fa6a7484d5f2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30399>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/89dd68f5-ac05-437b-bdd6-a2cc6509110a> . + + <http://vitis-explorer.inrae.fr/id/instant/a9eb6c1c-c44e-4909-8a67-dc203fa1f3d1> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.295328+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9517bcad-b541-4c8d-993c-c67099d92d48> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30400>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a9eb6c1c-c44e-4909-8a67-dc203fa1f3d1> . + + <http://vitis-explorer.inrae.fr/id/instant/2b09f10d-e5fb-45ce-8e3a-074079ad4c38> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.301074+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/485e5366-75dc-4961-8c99-db3f8e78f726> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30401>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/2b09f10d-e5fb-45ce-8e3a-074079ad4c38> . + + <http://vitis-explorer.inrae.fr/id/instant/9d0ae77d-0577-4fac-9a68-432660b96aea> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.308416+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ce63ad71-0342-48fe-95d3-41965145efd7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30402>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9d0ae77d-0577-4fac-9a68-432660b96aea> . + + <http://vitis-explorer.inrae.fr/id/instant/07b4e451-1bb2-4f0e-a73c-620327174b89> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.315523+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9b9fce54-0ecb-4d8f-b09b-c25a8a5f1a55> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30403>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/07b4e451-1bb2-4f0e-a73c-620327174b89> . + + <http://vitis-explorer.inrae.fr/id/instant/64183c61-8d55-4c51-915f-c9a6a424ff4b> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.322246+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3ba42092-e03f-42fa-ae31-1e90905633c7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30404>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/64183c61-8d55-4c51-915f-c9a6a424ff4b> . + + <http://vitis-explorer.inrae.fr/id/instant/61b127a9-6cf4-4595-a50d-56c26f6f3427> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.329596+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/77ff0e52-0672-4572-964c-6ed2482cbe26> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30405>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/61b127a9-6cf4-4595-a50d-56c26f6f3427> . + + <http://vitis-explorer.inrae.fr/id/instant/8c46c848-3a52-4a0f-9f6b-a9c371a24b6e> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.336456+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/73c94611-ea08-4112-9f13-71dbd2e6be13> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30406>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8c46c848-3a52-4a0f-9f6b-a9c371a24b6e> . + + <http://vitis-explorer.inrae.fr/id/instant/7f4624ec-07dd-420c-809f-f50a2ea076b5> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.343534+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/3cca204d-bea1-49ae-8098-3ba4ebeaab2f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30407>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7f4624ec-07dd-420c-809f-f50a2ea076b5> . + + <http://vitis-explorer.inrae.fr/id/instant/71c48e0f-88af-499a-8e62-1910f5df8d0a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.350767+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e643b1fe-1584-46a4-a69b-e5f9bdd0bfc6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30408>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/71c48e0f-88af-499a-8e62-1910f5df8d0a> . + + <http://vitis-explorer.inrae.fr/id/instant/18c2aeed-39c3-407a-87dd-f6ada50079f3> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.359062+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/61847e6e-86d7-49dc-8506-99617ed55ce2> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30409>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/18c2aeed-39c3-407a-87dd-f6ada50079f3> . + + <http://vitis-explorer.inrae.fr/id/instant/e893050a-d94f-4c5e-be9f-e76a636508b7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.369328+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/44f76b4a-71f5-4fe6-bf62-b356b67046e7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30410>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e893050a-d94f-4c5e-be9f-e76a636508b7> . + + <http://vitis-explorer.inrae.fr/id/instant/5aa181a8-f9dc-4d28-863b-d969de63ce60> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.377264+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cd3b4904-426a-4aec-a347-173f504bc434> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30411>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/5aa181a8-f9dc-4d28-863b-d969de63ce60> . + + <http://vitis-explorer.inrae.fr/id/instant/c434443f-47ad-4ec9-8acd-d1b1bee1ee08> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.384548+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d5bb3c9c-5bd0-4bc3-8c3c-d8dde012d570> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30412>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c434443f-47ad-4ec9-8acd-d1b1bee1ee08> . + + <http://vitis-explorer.inrae.fr/id/instant/226c63b6-03e7-4a28-9dfa-bd412cecf88f> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.391075+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c966a0a4-d48d-4e11-8258-2ae8ff709674> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30413>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/226c63b6-03e7-4a28-9dfa-bd412cecf88f> . + + <http://vitis-explorer.inrae.fr/id/instant/e93c7e0b-0efd-4c59-be6f-1ffbe58f073c> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.396725+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d073c216-65d9-46b9-8da5-ef9aae844f96> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30414>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e93c7e0b-0efd-4c59-be6f-1ffbe58f073c> . + + <http://vitis-explorer.inrae.fr/id/instant/9704ed5e-bc7f-4d13-b2e3-9156d9dcbbb0> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.402912+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d892d95f-c029-4f11-8927-ef4f3ec1310d> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30415>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9704ed5e-bc7f-4d13-b2e3-9156d9dcbbb0> . + + <http://vitis-explorer.inrae.fr/id/instant/e167f0e7-c827-44b1-85e4-9b70312f125c> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.40916+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2000bca8-2881-44af-baa9-3628946ff18f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30416>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e167f0e7-c827-44b1-85e4-9b70312f125c> . + + <http://vitis-explorer.inrae.fr/id/instant/0816bd79-3cf0-4484-87e8-4b24f16cab58> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.414709+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/07a09374-228c-4141-be1d-5e4061845cdc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30417>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0816bd79-3cf0-4484-87e8-4b24f16cab58> . + + <http://vitis-explorer.inrae.fr/id/instant/0899e85a-4f74-49d0-bf6a-5628ae8f0ebf> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.420342+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d2284ba6-4b4a-49b1-b5cd-0275c85af050> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30418>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/0899e85a-4f74-49d0-bf6a-5628ae8f0ebf> . + + <http://vitis-explorer.inrae.fr/id/instant/28d12097-3680-48dc-a00e-442a948e5056> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.425438+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4701e4cc-c5b8-44eb-ac08-ce59394d5313> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30419>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/28d12097-3680-48dc-a00e-442a948e5056> . + + <http://vitis-explorer.inrae.fr/id/instant/8d26502c-3bb2-452e-b9f5-d879ca01e6b8> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.43043+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/39486a35-623b-42cd-a81a-8961faa1b619> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30420>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8d26502c-3bb2-452e-b9f5-d879ca01e6b8> . + + <http://vitis-explorer.inrae.fr/id/instant/01c01861-4ac1-4527-b076-69de0e40cd4f> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.435728+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/dd4efd7d-e20f-4aaa-8893-d4c32c958eb8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30421>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/01c01861-4ac1-4527-b076-69de0e40cd4f> . + + <http://vitis-explorer.inrae.fr/id/instant/fef7583c-abb5-48b5-a1a9-231708c5af20> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.441677+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/46df5443-4cf4-4e8a-9e26-17ce036a9597> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30422>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/fef7583c-abb5-48b5-a1a9-231708c5af20> . + + <http://vitis-explorer.inrae.fr/id/instant/9e5ebe61-5b53-4069-8a54-e85833f3260d> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.450342+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/dba6b430-6fe6-4c26-bba0-a3d7b3961a00> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30423>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9e5ebe61-5b53-4069-8a54-e85833f3260d> . + + <http://vitis-explorer.inrae.fr/id/instant/1ad4b4d6-c3fa-4a0e-9933-5ac1d618ff26> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.457045+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/aea28650-63f8-4045-afd9-6a8e3ffe7f33> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30424>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/1ad4b4d6-c3fa-4a0e-9933-5ac1d618ff26> . + + <http://vitis-explorer.inrae.fr/id/instant/e1756cee-8806-471b-8786-7577673614a2> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.463446+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/71c28dd0-80ce-4a63-85a1-65117cad40cb> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30425>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e1756cee-8806-471b-8786-7577673614a2> . + + <http://vitis-explorer.inrae.fr/id/instant/c34cc61d-d17e-458e-b201-20862d7ea4c4> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.470666+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/d7044f84-34fe-47d0-a601-e6ce0a744c26> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30426>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c34cc61d-d17e-458e-b201-20862d7ea4c4> . + + <http://vitis-explorer.inrae.fr/id/instant/6f9805d9-a56e-489d-8c2d-ac622a1f82e7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.481422+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2b1407a2-0762-46a4-8246-2029f41d0704> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30427>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6f9805d9-a56e-489d-8c2d-ac622a1f82e7> . + + <http://vitis-explorer.inrae.fr/id/instant/4ace89cf-dbdc-4231-9252-6d0f0ee23eae> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.495375+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/38849b9d-a82b-44cf-adae-bb56dc70132c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30428>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4ace89cf-dbdc-4231-9252-6d0f0ee23eae> . + + <http://vitis-explorer.inrae.fr/id/instant/ccc6d591-aab7-4324-b87d-950d5341163e> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.505085+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/039a2fdb-9e08-4966-96c7-d22557888937> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30429>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ccc6d591-aab7-4324-b87d-950d5341163e> . + + <http://vitis-explorer.inrae.fr/id/instant/d76797cd-2eae-4ec7-be8c-e85fa2622d11> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.511692+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/469e2553-92d4-4fed-9ef3-f9dbc295efcc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30430>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d76797cd-2eae-4ec7-be8c-e85fa2622d11> . + + <http://vitis-explorer.inrae.fr/id/instant/4ef6643e-5a85-4033-8b6a-26e35484f7f7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.517836+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/affc9717-8f8a-402c-80c6-ab571aeb9776> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30431>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4ef6643e-5a85-4033-8b6a-26e35484f7f7> . + + <http://vitis-explorer.inrae.fr/id/instant/ff0c17b1-82fe-43b5-8549-9d03666e678a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.524589+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1d347cf2-4912-4091-afa6-17fccb5fd8e0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30432>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/ff0c17b1-82fe-43b5-8549-9d03666e678a> . + + <http://vitis-explorer.inrae.fr/id/instant/8af35d27-b51e-4dfd-915f-c856c2309939> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.530089+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/56c5b966-104c-4782-af24-02bd171d87e8> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30433>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/8af35d27-b51e-4dfd-915f-c856c2309939> . + + <http://vitis-explorer.inrae.fr/id/instant/c31b57d0-d35f-48ea-ba33-0bcbb2915fb4> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.535257+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/28ad4085-0657-41ef-877d-d58bf1be8aea> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30434>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c31b57d0-d35f-48ea-ba33-0bcbb2915fb4> . + + <http://vitis-explorer.inrae.fr/id/instant/9d1d81f3-e269-4075-b323-649a5366ffef> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.541152+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/830d256c-2b67-41ee-83f0-345d3fb50911> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30435>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9d1d81f3-e269-4075-b323-649a5366ffef> . + + <http://vitis-explorer.inrae.fr/id/instant/e3bdb064-38e8-4fb5-a907-e2d8f3f078b7> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.54713+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/19655195-a676-4361-a43f-6c53d7d658f7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30436>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e3bdb064-38e8-4fb5-a907-e2d8f3f078b7> . + + <http://vitis-explorer.inrae.fr/id/instant/3986ce91-9e3a-488e-8ed6-53cb8226de5d> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.552148+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/592d10d6-01c8-4ce5-b3d1-0f2d632e5bb0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30437>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3986ce91-9e3a-488e-8ed6-53cb8226de5d> . + + <http://vitis-explorer.inrae.fr/id/instant/bebd15c1-8360-4087-9adc-e1c07aa33fdd> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.557693+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/4fe6785f-a26d-4ffb-8673-38327af2f291> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30438>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/bebd15c1-8360-4087-9adc-e1c07aa33fdd> . + + <http://vitis-explorer.inrae.fr/id/instant/3a68119a-5ab1-4a5b-a662-e51aa91b830a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.562574+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/810c9bd7-8472-4b8d-baa9-3888e7453f0a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30439>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3a68119a-5ab1-4a5b-a662-e51aa91b830a> . + + <http://vitis-explorer.inrae.fr/id/instant/4b811998-4e37-480b-b940-bc129b526cfd> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.567356+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cf5592dd-6a6c-42fc-a811-e019ab85b847> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30440>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4b811998-4e37-480b-b940-bc129b526cfd> . + + <http://vitis-explorer.inrae.fr/id/instant/d2644cdc-2270-4de3-a699-155ac448cad2> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.57228+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ee524b3c-da46-4f21-957a-29166a54d936> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30441>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d2644cdc-2270-4de3-a699-155ac448cad2> . + + <http://vitis-explorer.inrae.fr/id/instant/a8c18e7a-9165-4818-a57d-bca714c95c17> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.577589+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/84cd4ca4-11b7-4935-b762-c94d52bf51ee> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30442>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a8c18e7a-9165-4818-a57d-bca714c95c17> . + + <http://vitis-explorer.inrae.fr/id/instant/de4508c0-6bcd-4fdc-9561-e32523060414> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.584433+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/ce56fa4f-bd4d-41cc-8b1e-337d022ffb1e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30443>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/de4508c0-6bcd-4fdc-9561-e32523060414> . + + <http://vitis-explorer.inrae.fr/id/instant/d0d14af2-a699-418d-99c2-38708c287dc3> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.590997+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0f991219-e552-4981-9041-d01750d27f92> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30444>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d0d14af2-a699-418d-99c2-38708c287dc3> . + + <http://vitis-explorer.inrae.fr/id/instant/d8834343-b8ca-4db3-901e-54f6ab09ec58> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.596961+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/763f2fbd-7d3d-4ee7-b0ec-9afdf0fb9474> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30445>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d8834343-b8ca-4db3-901e-54f6ab09ec58> . + + <http://vitis-explorer.inrae.fr/id/instant/3151697b-e3c8-4830-a7aa-ec763f197d90> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.602166+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/09be5196-2099-452f-9208-d730d0d2eebe> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30446>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/3151697b-e3c8-4830-a7aa-ec763f197d90> . + + <http://vitis-explorer.inrae.fr/id/instant/159c9f96-7930-4cf0-842b-8961982e1697> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.608483+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/455dcb68-db16-413a-bc97-eacc38b84798> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30447>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/159c9f96-7930-4cf0-842b-8961982e1697> . + + <http://vitis-explorer.inrae.fr/id/instant/e8ba81fe-3751-493e-ab24-54f594bc2f92> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.620203+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/014d8e28-4a0a-4fc4-99a1-9de2c5c845fa> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30448>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e8ba81fe-3751-493e-ab24-54f594bc2f92> . + + <http://vitis-explorer.inrae.fr/id/instant/cdbfc41c-67d7-45a2-bac5-5b42bcebb4be> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.629573+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/63b1b973-d19b-45b6-b980-89bed17617ce> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30449>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/cdbfc41c-67d7-45a2-bac5-5b42bcebb4be> . + + <http://vitis-explorer.inrae.fr/id/instant/88610dc1-499d-4f70-97f9-9987988b43bc> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.636225+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/0a36c881-6dd4-442a-bb6c-4e9ab2c65705> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30450>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/88610dc1-499d-4f70-97f9-9987988b43bc> . + + <http://vitis-explorer.inrae.fr/id/instant/72cfc535-a19b-449d-8675-c3222edbc3af> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.641981+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/97b445fb-5eab-4e58-8c27-728b37bd3103> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30451>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/72cfc535-a19b-449d-8675-c3222edbc3af> . + + <http://vitis-explorer.inrae.fr/id/instant/46ff2cce-c7ad-44ad-82dc-0f71d2d1575b> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.648556+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/fd332830-9174-44b6-890f-2304bdffdd9c> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30452>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/46ff2cce-c7ad-44ad-82dc-0f71d2d1575b> . + + <http://vitis-explorer.inrae.fr/id/instant/7477ea75-26ec-4968-9016-9b0a0605c466> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.654461+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cf544ee6-5285-4ccb-8ed3-6683f1996182> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30453>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7477ea75-26ec-4968-9016-9b0a0605c466> . + + <http://vitis-explorer.inrae.fr/id/instant/4dfa2ff1-62e1-4113-9e39-642bd1593409> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.659936+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/9e706b4c-3aca-4782-bbe5-35abda156991> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30454>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/4dfa2ff1-62e1-4113-9e39-642bd1593409> . + + <http://vitis-explorer.inrae.fr/id/instant/9b74bc94-f809-4dbf-b4ca-618c3799ea43> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.66609+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cffa2dde-e59b-4fce-92e5-53f08fa40fe6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30455>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/9b74bc94-f809-4dbf-b4ca-618c3799ea43> . + + <http://vitis-explorer.inrae.fr/id/instant/7c7da831-067e-44fc-9e67-93683ac7e4de> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.671174+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e0f002c8-4856-4bf0-82de-407a257769f6> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30456>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/7c7da831-067e-44fc-9e67-93683ac7e4de> . + + <http://vitis-explorer.inrae.fr/id/instant/d0f84324-430f-414a-b802-52ba4ca1460b> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.67734+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/951b7fa1-3181-4af6-8444-febb33effc10> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30457>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/d0f84324-430f-414a-b802-52ba4ca1460b> . + + <http://vitis-explorer.inrae.fr/id/instant/00fd96ac-8c22-45a0-8bd2-cac5ace019c2> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.684714+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/bdc5a27e-a7dd-496a-8c26-d483cc8b9c4f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30458>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/00fd96ac-8c22-45a0-8bd2-cac5ace019c2> . + + <http://vitis-explorer.inrae.fr/id/instant/084f29cd-756a-41bb-92f0-9c20dabd650b> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.690558+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/086e8827-e78b-4fcb-a5fc-90dd60bfd74e> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30459>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/084f29cd-756a-41bb-92f0-9c20dabd650b> . + + <http://vitis-explorer.inrae.fr/id/instant/e7eb97d2-1ef0-4919-9909-7c5f432f5de9> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.697858+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/e455e780-f63c-4a1f-b3da-fe2984648f20> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30460>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/e7eb97d2-1ef0-4919-9909-7c5f432f5de9> . + + <http://vitis-explorer.inrae.fr/id/instant/54a3a793-7cb4-4dda-8d11-4d6797004979> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.704232+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6f091a5b-b7b1-4eff-a159-2c63313c43fc> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30461>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/54a3a793-7cb4-4dda-8d11-4d6797004979> . + + <http://vitis-explorer.inrae.fr/id/instant/980e838a-708e-45d2-9f07-124a26c17338> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.710656+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/1270b226-ac23-49c4-9d51-41e7e9c00e42> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30462>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/980e838a-708e-45d2-9f07-124a26c17338> . + + <http://vitis-explorer.inrae.fr/id/instant/976c8317-c88c-4115-b469-ed34f0b6db70> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.716429+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/03b49018-8a20-4a9d-bf91-bb31cf4c65a0> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30463>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/976c8317-c88c-4115-b469-ed34f0b6db70> . + + <http://vitis-explorer.inrae.fr/id/instant/c51881a5-859e-41d1-ad20-e73ae3fef3fb> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.722715+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/6b5fc9a0-6bf5-4bce-af58-5a95925742a9> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30464>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/c51881a5-859e-41d1-ad20-e73ae3fef3fb> . + + <http://vitis-explorer.inrae.fr/id/instant/a8199be0-aca8-42c8-8dfd-2a67b10bd94a> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.732045+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/cf005a0e-ee5b-4058-88a0-f283d882231a> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30465>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/a8199be0-aca8-42c8-8dfd-2a67b10bd94a> . + + <http://vitis-explorer.inrae.fr/id/instant/aa29a3e3-6f85-4a5b-b5fc-6af63d169b17> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.740669+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/c43c7a8b-cf53-4e04-b2e8-e0301489f53f> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30466>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/aa29a3e3-6f85-4a5b-b5fc-6af63d169b17> . + + <http://vitis-explorer.inrae.fr/id/instant/977c1c14-ec2a-41d2-b8c9-11d8d7e82fb6> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.748862+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/2056b7f2-f79d-4f77-a5a9-0afa932f5c33> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30467>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/977c1c14-ec2a-41d2-b8c9-11d8d7e82fb6> . + + <http://vitis-explorer.inrae.fr/id/instant/6df022e8-702e-4de9-aa8a-4ae09ea2c75d> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.756052+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/a4013885-a006-4dcc-88fa-808acd03c0f7> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30468>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/6df022e8-702e-4de9-aa8a-4ae09ea2c75d> . + + <http://vitis-explorer.inrae.fr/id/instant/b5032d3a-176b-42fe-bfda-2ffe5761eedf> a + time:Instant; + time:inXSDDateTimeStamp "2023-01-11T10:09:01.762252+01:00"^^xsd:dateTime . + + <http://vitis-explorer.inrae.fr/id/event/70b3b6fa-afef-4b43-9009-1004fc596410> a oeev:Move; + oeev:isInstant true; + oeev:to <http://vitis-explorer.inrae.fr/id/organization/facility.domaine_de_colmar>; + oeev:concerns <vitis-explorer.inrae.fr:id/scientific-object/so-pu_30469>; + time:hasEnd <http://vitis-explorer.inrae.fr/id/instant/b5032d3a-176b-42fe-bfda-2ffe5761eedf> . +} + +<http://vitis-explorer.inrae.fr/set/germplasm> { + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur417> a vocabulary:Variety; + rdfs:label "INRAE-ResDur417"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur429> a vocabulary:Variety; + rdfs:label "INRAE-ResDur429"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur415> a vocabulary:Variety; + rdfs:label "INRAE-ResDur415"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur433> a vocabulary:Variety; + rdfs:label "INRAE-ResDur433"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur416> a vocabulary:Variety; + rdfs:label "INRAE-ResDur416"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur428> a vocabulary:Variety; + rdfs:label "INRAE-ResDur428"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur173> a vocabulary:Variety; + rdfs:label "INRAE-ResDur173"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur422> a vocabulary:Variety; + rdfs:label "INRAE-ResDur422"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur174> a vocabulary:Variety; + rdfs:label "INRAE-ResDur174"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur421> a vocabulary:Variety; + rdfs:label "INRAE-ResDur421"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur423> a vocabulary:Variety; + rdfs:label "INRAE-ResDur423"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur424> a vocabulary:Variety; + rdfs:label "INRAE-ResDur424"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur425> a vocabulary:Variety; + rdfs:label "INRAE-ResDur425"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur427> a vocabulary:Variety; + rdfs:label "INRAE-ResDur427"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur430> a vocabulary:Variety; + rdfs:label "INRAE-ResDur430"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur426> a vocabulary:Variety; + rdfs:label "INRAE-ResDur426"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur432> a vocabulary:Variety; + rdfs:label "INRAE-ResDur432"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur431> a vocabulary:Variety; + rdfs:label "INRAE-ResDur431"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur411> a vocabulary:Variety; + rdfs:label "INRAE-ResDur411"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur412> a vocabulary:Variety; + rdfs:label "INRAE-ResDur412"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur413> a vocabulary:Variety; + rdfs:label "INRAE-ResDur413"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur85> a vocabulary:Variety; + rdfs:label "INRAE-ResDur85"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur96> a vocabulary:Variety; + rdfs:label "INRAE-ResDur96"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur118> a vocabulary:Variety; + rdfs:label "INRAE-ResDur118"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur74> a vocabulary:Variety; + rdfs:label "INRAE-ResDur74"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur97> a vocabulary:Variety; + rdfs:label "INRAE-ResDur97"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur81> a vocabulary:Variety; + rdfs:label "INRAE-ResDur81"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur38> a vocabulary:Variety; + rdfs:label "INRAE-ResDur38"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur147> a vocabulary:Variety; + rdfs:label "INRAE-ResDur147"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur39> a vocabulary:Variety; + rdfs:label "INRAE-ResDur39"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur49> a vocabulary:Variety; + rdfs:label "INRAE-ResDur49"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur75> a vocabulary:Variety; + rdfs:label "INRAE-ResDur75"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur107> a vocabulary:Variety; + rdfs:label "INRAE-ResDur107"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur91> a vocabulary:Variety; + rdfs:label "INRAE-ResDur91"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur98> a vocabulary:Variety; + rdfs:label "INRAE-ResDur98"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur154> a vocabulary:Variety; + rdfs:label "INRAE-ResDur154"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur47> a vocabulary:Variety; + rdfs:label "INRAE-ResDur47"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur88> a vocabulary:Variety; + rdfs:label "INRAE-ResDur88"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur52> a vocabulary:Variety; + rdfs:label "INRAE-ResDur52"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur40> a vocabulary:Variety; + rdfs:label "INRAE-ResDur40"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur108> a vocabulary:Variety; + rdfs:label "INRAE-ResDur108"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur143> a vocabulary:Variety; + rdfs:label "INRAE-ResDur143"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur18> a vocabulary:Variety; + rdfs:label "INRAE-ResDur18"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur86> a vocabulary:Variety; + rdfs:label "INRAE-ResDur86"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur161> a vocabulary:Variety; + rdfs:label "INRAE-ResDur161"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur162> a vocabulary:Variety; + rdfs:label "INRAE-ResDur162"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur164> a vocabulary:Variety; + rdfs:label "INRAE-ResDur164"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur157> a vocabulary:Variety; + rdfs:label "INRAE-ResDur157"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur83> a vocabulary:Variety; + rdfs:label "INRAE-ResDur83"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur149> a vocabulary:Variety; + rdfs:label "INRAE-ResDur149"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur180> a vocabulary:Variety; + rdfs:label "INRAE-ResDur180"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur179> a vocabulary:Variety; + rdfs:label "INRAE-ResDur179"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur78> a vocabulary:Variety; + rdfs:label "INRAE-ResDur78"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur152> a vocabulary:Variety; + rdfs:label "INRAE-ResDur152"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur156> a vocabulary:Variety; + rdfs:label "INRAE-ResDur156"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur51> a vocabulary:Variety; + rdfs:label "INRAE-ResDur51"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur6> a vocabulary:Variety; + rdfs:label "INRAE-ResDur6"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur82> a vocabulary:Variety; + rdfs:label "INRAE-ResDur82"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur106> a vocabulary:Variety; + rdfs:label "INRAE-ResDur106"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur72> a vocabulary:Variety; + rdfs:label "INRAE-ResDur72"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur172> a vocabulary:Variety; + rdfs:label "INRAE-ResDur172"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur142> a vocabulary:Variety; + rdfs:label "INRAE-ResDur142"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur148> a vocabulary:Variety; + rdfs:label "INRAE-ResDur148"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur110> a vocabulary:Variety; + rdfs:label "INRAE-ResDur110"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur55> a vocabulary:Variety; + rdfs:label "INRAE-ResDur55"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur138> a vocabulary:Variety; + rdfs:label "INRAE-ResDur138"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur117> a vocabulary:Variety; + rdfs:label "INRAE-ResDur117"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur122> a vocabulary:Variety; + rdfs:label "INRAE-ResDur122"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur166> a vocabulary:Variety; + rdfs:label "INRAE-ResDur166"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur133> a vocabulary:Variety; + rdfs:label "INRAE-ResDur133"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur36> a vocabulary:Variety; + rdfs:label "INRAE-ResDur36"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur171> a vocabulary:Variety; + rdfs:label "INRAE-ResDur171"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur144> a vocabulary:Variety; + rdfs:label "INRAE-ResDur144"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur26> a vocabulary:Variety; + rdfs:label "INRAE-ResDur26"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur137> a vocabulary:Variety; + rdfs:label "INRAE-ResDur137"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur104> a vocabulary:Variety; + rdfs:label "INRAE-ResDur104"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur102> a vocabulary:Variety; + rdfs:label "INRAE-ResDur102"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur127> a vocabulary:Variety; + rdfs:label "INRAE-ResDur127"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur145> a vocabulary:Variety; + rdfs:label "INRAE-ResDur145"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur43> a vocabulary:Variety; + rdfs:label "INRAE-ResDur43"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur109> a vocabulary:Variety; + rdfs:label "INRAE-ResDur109"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur146> a vocabulary:Variety; + rdfs:label "INRAE-ResDur146"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur112> a vocabulary:Variety; + rdfs:label "INRAE-ResDur112"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur119> a vocabulary:Variety; + rdfs:label "INRAE-ResDur119"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur151> a vocabulary:Variety; + rdfs:label "INRAE-ResDur151"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur115> a vocabulary:Variety; + rdfs:label "INRAE-ResDur115"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur124> a vocabulary:Variety; + rdfs:label "INRAE-ResDur124"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur121> a vocabulary:Variety; + rdfs:label "INRAE-ResDur121"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur113> a vocabulary:Variety; + rdfs:label "INRAE-ResDur113"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur80> a vocabulary:Variety; + rdfs:label "INRAE-ResDur80"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur178> a vocabulary:Variety; + rdfs:label "INRAE-ResDur178"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur29> a vocabulary:Variety; + rdfs:label "INRAE-ResDur29"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur99> a vocabulary:Variety; + rdfs:label "INRAE-ResDur99"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur33> a vocabulary:Variety; + rdfs:label "INRAE-ResDur33"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur141> a vocabulary:Variety; + rdfs:label "INRAE-ResDur141"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur35> a vocabulary:Variety; + rdfs:label "INRAE-ResDur35"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur15> a vocabulary:Variety; + rdfs:label "INRAE-ResDur15"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur76> a vocabulary:Variety; + rdfs:label "INRAE-ResDur76"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur160> a vocabulary:Variety; + rdfs:label "INRAE-ResDur160"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur120> a vocabulary:Variety; + rdfs:label "INRAE-ResDur120"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur84> a vocabulary:Variety; + rdfs:label "INRAE-ResDur84"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur125> a vocabulary:Variety; + rdfs:label "INRAE-ResDur125"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur41> a vocabulary:Variety; + rdfs:label "INRAE-ResDur41"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur181> a vocabulary:Variety; + rdfs:label "INRAE-ResDur181"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur60> a vocabulary:Variety; + rdfs:label "INRAE-ResDur60"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur105> a vocabulary:Variety; + rdfs:label "INRAE-ResDur105"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur87> a vocabulary:Variety; + rdfs:label "INRAE-ResDur87"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur92> a vocabulary:Variety; + rdfs:label "INRAE-ResDur92"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur126> a vocabulary:Variety; + rdfs:label "INRAE-ResDur126"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur27> a vocabulary:Variety; + rdfs:label "INRAE-ResDur27"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur9> a vocabulary:Variety; + rdfs:label "INRAE-ResDur9"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur129> a vocabulary:Variety; + rdfs:label "INRAE-ResDur129"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur128> a vocabulary:Variety; + rdfs:label "INRAE-ResDur128"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur48> a vocabulary:Variety; + rdfs:label "INRAE-ResDur48"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur114> a vocabulary:Variety; + rdfs:label "INRAE-ResDur114"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur158> a vocabulary:Variety; + rdfs:label "INRAE-ResDur158"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur139> a vocabulary:Variety; + rdfs:label "INRAE-ResDur139"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur155> a vocabulary:Variety; + rdfs:label "INRAE-ResDur155"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur136> a vocabulary:Variety; + rdfs:label "INRAE-ResDur136"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur132> a vocabulary:Variety; + rdfs:label "INRAE-ResDur132"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur140> a vocabulary:Variety; + rdfs:label "INRAE-ResDur140"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur77> a vocabulary:Variety; + rdfs:label "INRAE-ResDur77"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur163> a vocabulary:Variety; + rdfs:label "INRAE-ResDur163"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur94> a vocabulary:Variety; + rdfs:label "INRAE-ResDur94"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur62> a vocabulary:Variety; + rdfs:label "INRAE-ResDur62"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur116> a vocabulary:Variety; + rdfs:label "INRAE-ResDur116"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur135> a vocabulary:Variety; + rdfs:label "INRAE-ResDur135"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur101> a vocabulary:Variety; + rdfs:label "INRAE-ResDur101"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur93> a vocabulary:Variety; + rdfs:label "INRAE-ResDur93"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur71> a vocabulary:Variety; + rdfs:label "INRAE-ResDur71"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur30> a vocabulary:Variety; + rdfs:label "INRAE-ResDur30"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur177> a vocabulary:Variety; + rdfs:label "INRAE-ResDur177"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur34> a vocabulary:Variety; + rdfs:label "INRAE-ResDur34"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur167> a vocabulary:Variety; + rdfs:label "INRAE-ResDur167"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur159> a vocabulary:Variety; + rdfs:label "INRAE-ResDur159"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur130> a vocabulary:Variety; + rdfs:label "INRAE-ResDur130"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur61> a vocabulary:Variety; + rdfs:label "INRAE-ResDur61"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur123> a vocabulary:Variety; + rdfs:label "INRAE-ResDur123"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur169> a vocabulary:Variety; + rdfs:label "INRAE-ResDur169"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur103> a vocabulary:Variety; + rdfs:label "INRAE-ResDur103"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur168> a vocabulary:Variety; + rdfs:label "INRAE-ResDur168"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur42> a vocabulary:Variety; + rdfs:label "INRAE-ResDur42"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur79> a vocabulary:Variety; + rdfs:label "INRAE-ResDur79"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur100> a vocabulary:Variety; + rdfs:label "INRAE-ResDur100"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur13> a vocabulary:Variety; + rdfs:label "INRAE-ResDur13"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur90> a vocabulary:Variety; + rdfs:label "INRAE-ResDur90"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur150> a vocabulary:Variety; + rdfs:label "INRAE-ResDur150"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur131> a vocabulary:Variety; + rdfs:label "INRAE-ResDur131"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur170> a vocabulary:Variety; + rdfs:label "INRAE-ResDur170"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur95> a vocabulary:Variety; + rdfs:label "INRAE-ResDur95"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur53> a vocabulary:Variety; + rdfs:label "INRAE-ResDur53"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur4> a vocabulary:Variety; + rdfs:label "INRAE-ResDur4"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur25> a vocabulary:Variety; + rdfs:label "INRAE-ResDur25"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur153> a vocabulary:Variety; + rdfs:label "INRAE-ResDur153"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur89> a vocabulary:Variety; + rdfs:label "INRAE-ResDur89"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur54> a vocabulary:Variety; + rdfs:label "INRAE-ResDur54"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur73> a vocabulary:Variety; + rdfs:label "INRAE-ResDur73"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur111> a vocabulary:Variety; + rdfs:label "INRAE-ResDur111"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur16> a vocabulary:Variety; + rdfs:label "INRAE-ResDur16"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur165> a vocabulary:Variety; + rdfs:label "INRAE-ResDur165"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur56> a vocabulary:Variety; + rdfs:label "INRAE-ResDur56"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur69> a vocabulary:Variety; + rdfs:label "INRAE-ResDur69"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur70> a vocabulary:Variety; + rdfs:label "INRAE-ResDur70"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur175> a vocabulary:Variety; + rdfs:label "INRAE-ResDur175"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur176> a vocabulary:Variety; + rdfs:label "INRAE-ResDur176"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> a vocabulary:Variety; + rdfs:label "INRAE-ResDur183"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> a vocabulary:Variety; + rdfs:label "INRAE-ResDur184"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur57> a vocabulary:Variety; + rdfs:label "INRAE-ResDur57"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur59> a vocabulary:Variety; + rdfs:label "INRAE-ResDur59"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur8> a vocabulary:Variety; + rdfs:label "INRAE-ResDur8"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur10> a vocabulary:Variety; + rdfs:label "INRAE-ResDur10"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur11> a vocabulary:Variety; + rdfs:label "INRAE-ResDur11"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur14> a vocabulary:Variety; + rdfs:label "INRAE-ResDur14"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur21> a vocabulary:Variety; + rdfs:label "INRAE-ResDur21"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur23> a vocabulary:Variety; + rdfs:label "INRAE-ResDur23"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur24> a vocabulary:Variety; + rdfs:label "INRAE-ResDur24"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur418> a vocabulary:Variety; + rdfs:label "INRAE-ResDur418"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur419> a vocabulary:Variety; + rdfs:label "INRAE-ResDur419"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur191> a vocabulary:Variety; + rdfs:label "INRAE-ResDur191"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur303> a vocabulary:Variety; + rdfs:label "INRAE-ResDur303"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur306> a vocabulary:Variety; + rdfs:label "INRAE-ResDur306"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur219> a vocabulary:Variety; + rdfs:label "INRAE-ResDur219"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur288> a vocabulary:Variety; + rdfs:label "INRAE-ResDur288"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur308> a vocabulary:Variety; + rdfs:label "INRAE-ResDur308"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur229> a vocabulary:Variety; + rdfs:label "INRAE-ResDur229"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur293> a vocabulary:Variety; + rdfs:label "INRAE-ResDur293"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur277> a vocabulary:Variety; + rdfs:label "INRAE-ResDur277"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur268> a vocabulary:Variety; + rdfs:label "INRAE-ResDur268"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur235> a vocabulary:Variety; + rdfs:label "INRAE-ResDur235"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur305> a vocabulary:Variety; + rdfs:label "INRAE-ResDur305"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur276> a vocabulary:Variety; + rdfs:label "INRAE-ResDur276"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur333> a vocabulary:Variety; + rdfs:label "INRAE-ResDur333"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur324> a vocabulary:Variety; + rdfs:label "INRAE-ResDur324"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur236> a vocabulary:Variety; + rdfs:label "INRAE-ResDur236"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur349> a vocabulary:Variety; + rdfs:label "INRAE-ResDur349"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur314> a vocabulary:Variety; + rdfs:label "INRAE-ResDur314"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur207> a vocabulary:Variety; + rdfs:label "INRAE-ResDur207"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur313> a vocabulary:Variety; + rdfs:label "INRAE-ResDur313"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur312> a vocabulary:Variety; + rdfs:label "INRAE-ResDur312"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur279> a vocabulary:Variety; + rdfs:label "INRAE-ResDur279"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur365> a vocabulary:Variety; + rdfs:label "INRAE-ResDur365"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur337> a vocabulary:Variety; + rdfs:label "INRAE-ResDur337"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur266> a vocabulary:Variety; + rdfs:label "INRAE-ResDur266"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur366> a vocabulary:Variety; + rdfs:label "INRAE-ResDur366"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur367> a vocabulary:Variety; + rdfs:label "INRAE-ResDur367"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur348> a vocabulary:Variety; + rdfs:label "INRAE-ResDur348"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur340> a vocabulary:Variety; + rdfs:label "INRAE-ResDur340"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur248> a vocabulary:Variety; + rdfs:label "INRAE-ResDur248"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur344> a vocabulary:Variety; + rdfs:label "INRAE-ResDur344"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur218> a vocabulary:Variety; + rdfs:label "INRAE-ResDur218"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur341> a vocabulary:Variety; + rdfs:label "INRAE-ResDur341"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur222> a vocabulary:Variety; + rdfs:label "INRAE-ResDur222"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur342> a vocabulary:Variety; + rdfs:label "INRAE-ResDur342"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur203> a vocabulary:Variety; + rdfs:label "INRAE-ResDur203"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur339> a vocabulary:Variety; + rdfs:label "INRAE-ResDur339"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur310> a vocabulary:Variety; + rdfs:label "INRAE-ResDur310"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur299> a vocabulary:Variety; + rdfs:label "INRAE-ResDur299"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur198> a vocabulary:Variety; + rdfs:label "INRAE-ResDur198"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur370> a vocabulary:Variety; + rdfs:label "INRAE-ResDur370"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur262> a vocabulary:Variety; + rdfs:label "INRAE-ResDur262"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur188> a vocabulary:Variety; + rdfs:label "INRAE-ResDur188"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur202> a vocabulary:Variety; + rdfs:label "INRAE-ResDur202"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur330> a vocabulary:Variety; + rdfs:label "INRAE-ResDur330"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur283> a vocabulary:Variety; + rdfs:label "INRAE-ResDur283"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur274> a vocabulary:Variety; + rdfs:label "INRAE-ResDur274"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur212> a vocabulary:Variety; + rdfs:label "INRAE-ResDur212"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur258> a vocabulary:Variety; + rdfs:label "INRAE-ResDur258"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur295> a vocabulary:Variety; + rdfs:label "INRAE-ResDur295"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur281> a vocabulary:Variety; + rdfs:label "INRAE-ResDur281"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur251> a vocabulary:Variety; + rdfs:label "INRAE-ResDur251"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur321> a vocabulary:Variety; + rdfs:label "INRAE-ResDur321"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur327> a vocabulary:Variety; + rdfs:label "INRAE-ResDur327"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur209> a vocabulary:Variety; + rdfs:label "INRAE-ResDur209"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur208> a vocabulary:Variety; + rdfs:label "INRAE-ResDur208"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur315> a vocabulary:Variety; + rdfs:label "INRAE-ResDur315"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur269> a vocabulary:Variety; + rdfs:label "INRAE-ResDur269"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur263> a vocabulary:Variety; + rdfs:label "INRAE-ResDur263"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur186> a vocabulary:Variety; + rdfs:label "INRAE-ResDur186"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur200> a vocabulary:Variety; + rdfs:label "INRAE-ResDur200"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur309> a vocabulary:Variety; + rdfs:label "INRAE-ResDur309"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur352> a vocabulary:Variety; + rdfs:label "INRAE-ResDur352"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur194> a vocabulary:Variety; + rdfs:label "INRAE-ResDur194"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur357> a vocabulary:Variety; + rdfs:label "INRAE-ResDur357"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur331> a vocabulary:Variety; + rdfs:label "INRAE-ResDur331"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur292> a vocabulary:Variety; + rdfs:label "INRAE-ResDur292"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur273> a vocabulary:Variety; + rdfs:label "INRAE-ResDur273"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur329> a vocabulary:Variety; + rdfs:label "INRAE-ResDur329"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur317> a vocabulary:Variety; + rdfs:label "INRAE-ResDur317"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur285> a vocabulary:Variety; + rdfs:label "INRAE-ResDur285"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur302> a vocabulary:Variety; + rdfs:label "INRAE-ResDur302"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur318> a vocabulary:Variety; + rdfs:label "INRAE-ResDur318"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur185> a vocabulary:Variety; + rdfs:label "INRAE-ResDur185"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur206> a vocabulary:Variety; + rdfs:label "INRAE-ResDur206"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur358> a vocabulary:Variety; + rdfs:label "INRAE-ResDur358"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur368> a vocabulary:Variety; + rdfs:label "INRAE-ResDur368"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur316> a vocabulary:Variety; + rdfs:label "INRAE-ResDur316"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur261> a vocabulary:Variety; + rdfs:label "INRAE-ResDur261"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur328> a vocabulary:Variety; + rdfs:label "INRAE-ResDur328"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur226> a vocabulary:Variety; + rdfs:label "INRAE-ResDur226"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur362> a vocabulary:Variety; + rdfs:label "INRAE-ResDur362"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur335> a vocabulary:Variety; + rdfs:label "INRAE-ResDur335"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur354> a vocabulary:Variety; + rdfs:label "INRAE-ResDur354"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur217> a vocabulary:Variety; + rdfs:label "INRAE-ResDur217"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur353> a vocabulary:Variety; + rdfs:label "INRAE-ResDur353"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur255> a vocabulary:Variety; + rdfs:label "INRAE-ResDur255"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur301> a vocabulary:Variety; + rdfs:label "INRAE-ResDur301"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur253> a vocabulary:Variety; + rdfs:label "INRAE-ResDur253"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur347> a vocabulary:Variety; + rdfs:label "INRAE-ResDur347"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur216> a vocabulary:Variety; + rdfs:label "INRAE-ResDur216"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur351> a vocabulary:Variety; + rdfs:label "INRAE-ResDur351"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur247> a vocabulary:Variety; + rdfs:label "INRAE-ResDur247"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur230> a vocabulary:Variety; + rdfs:label "INRAE-ResDur230"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur363> a vocabulary:Variety; + rdfs:label "INRAE-ResDur363"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur282> a vocabulary:Variety; + rdfs:label "INRAE-ResDur282"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur364> a vocabulary:Variety; + rdfs:label "INRAE-ResDur364"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur249> a vocabulary:Variety; + rdfs:label "INRAE-ResDur249"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur260> a vocabulary:Variety; + rdfs:label "INRAE-ResDur260"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur325> a vocabulary:Variety; + rdfs:label "INRAE-ResDur325"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur221> a vocabulary:Variety; + rdfs:label "INRAE-ResDur221"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur271> a vocabulary:Variety; + rdfs:label "INRAE-ResDur271"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur213> a vocabulary:Variety; + rdfs:label "INRAE-ResDur213"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur300> a vocabulary:Variety; + rdfs:label "INRAE-ResDur300"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur360> a vocabulary:Variety; + rdfs:label "INRAE-ResDur360"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur244> a vocabulary:Variety; + rdfs:label "INRAE-ResDur244"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur275> a vocabulary:Variety; + rdfs:label "INRAE-ResDur275"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur355> a vocabulary:Variety; + rdfs:label "INRAE-ResDur355"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur289> a vocabulary:Variety; + rdfs:label "INRAE-ResDur289"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur214> a vocabulary:Variety; + rdfs:label "INRAE-ResDur214"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur228> a vocabulary:Variety; + rdfs:label "INRAE-ResDur228"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur234> a vocabulary:Variety; + rdfs:label "INRAE-ResDur234"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur338> a vocabulary:Variety; + rdfs:label "INRAE-ResDur338"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur267> a vocabulary:Variety; + rdfs:label "INRAE-ResDur267"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur346> a vocabulary:Variety; + rdfs:label "INRAE-ResDur346"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur307> a vocabulary:Variety; + rdfs:label "INRAE-ResDur307"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur225> a vocabulary:Variety; + rdfs:label "INRAE-ResDur225"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur195> a vocabulary:Variety; + rdfs:label "INRAE-ResDur195"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur264> a vocabulary:Variety; + rdfs:label "INRAE-ResDur264"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur343> a vocabulary:Variety; + rdfs:label "INRAE-ResDur343"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur241> a vocabulary:Variety; + rdfs:label "INRAE-ResDur241"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur350> a vocabulary:Variety; + rdfs:label "INRAE-ResDur350"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur280> a vocabulary:Variety; + rdfs:label "INRAE-ResDur280"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur287> a vocabulary:Variety; + rdfs:label "INRAE-ResDur287"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur359> a vocabulary:Variety; + rdfs:label "INRAE-ResDur359"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur319> a vocabulary:Variety; + rdfs:label "INRAE-ResDur319"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur199> a vocabulary:Variety; + rdfs:label "INRAE-ResDur199"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur334> a vocabulary:Variety; + rdfs:label "INRAE-ResDur334"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur270> a vocabulary:Variety; + rdfs:label "INRAE-ResDur270"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur196> a vocabulary:Variety; + rdfs:label "INRAE-ResDur196"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur286> a vocabulary:Variety; + rdfs:label "INRAE-ResDur286"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur205> a vocabulary:Variety; + rdfs:label "INRAE-ResDur205"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur240> a vocabulary:Variety; + rdfs:label "INRAE-ResDur240"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur210> a vocabulary:Variety; + rdfs:label "INRAE-ResDur210"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur204> a vocabulary:Variety; + rdfs:label "INRAE-ResDur204"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur323> a vocabulary:Variety; + rdfs:label "INRAE-ResDur323"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur294> a vocabulary:Variety; + rdfs:label "INRAE-ResDur294"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur231> a vocabulary:Variety; + rdfs:label "INRAE-ResDur231"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur291> a vocabulary:Variety; + rdfs:label "INRAE-ResDur291"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur298> a vocabulary:Variety; + rdfs:label "INRAE-ResDur298"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur227> a vocabulary:Variety; + rdfs:label "INRAE-ResDur227"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur278> a vocabulary:Variety; + rdfs:label "INRAE-ResDur278"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur233> a vocabulary:Variety; + rdfs:label "INRAE-ResDur233"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur189> a vocabulary:Variety; + rdfs:label "INRAE-ResDur189"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur220> a vocabulary:Variety; + rdfs:label "INRAE-ResDur220"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur193> a vocabulary:Variety; + rdfs:label "INRAE-ResDur193"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur224> a vocabulary:Variety; + rdfs:label "INRAE-ResDur224"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur201> a vocabulary:Variety; + rdfs:label "INRAE-ResDur201"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur336> a vocabulary:Variety; + rdfs:label "INRAE-ResDur336"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur265> a vocabulary:Variety; + rdfs:label "INRAE-ResDur265"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur197> a vocabulary:Variety; + rdfs:label "INRAE-ResDur197"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur242> a vocabulary:Variety; + rdfs:label "INRAE-ResDur242"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur259> a vocabulary:Variety; + rdfs:label "INRAE-ResDur259"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur2> a vocabulary:Variety; + rdfs:label "INRAE-ResDur2"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur326> a vocabulary:Variety; + rdfs:label "INRAE-ResDur326"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur369> a vocabulary:Variety; + rdfs:label "INRAE-ResDur369"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur245> a vocabulary:Variety; + rdfs:label "INRAE-ResDur245"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur232> a vocabulary:Variety; + rdfs:label "INRAE-ResDur232"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur361> a vocabulary:Variety; + rdfs:label "INRAE-ResDur361"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur296> a vocabulary:Variety; + rdfs:label "INRAE-ResDur296"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur304> a vocabulary:Variety; + rdfs:label "INRAE-ResDur304"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur332> a vocabulary:Variety; + rdfs:label "INRAE-ResDur332"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur371> a vocabulary:Variety; + rdfs:label "INRAE-ResDur371"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur284> a vocabulary:Variety; + rdfs:label "INRAE-ResDur284"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur237> a vocabulary:Variety; + rdfs:label "INRAE-ResDur237"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur257> a vocabulary:Variety; + rdfs:label "INRAE-ResDur257"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur190> a vocabulary:Variety; + rdfs:label "INRAE-ResDur190"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur320> a vocabulary:Variety; + rdfs:label "INRAE-ResDur320"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur345> a vocabulary:Variety; + rdfs:label "INRAE-ResDur345"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur254> a vocabulary:Variety; + rdfs:label "INRAE-ResDur254"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur223> a vocabulary:Variety; + rdfs:label "INRAE-ResDur223"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur322> a vocabulary:Variety; + rdfs:label "INRAE-ResDur322"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur238> a vocabulary:Variety; + rdfs:label "INRAE-ResDur238"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur243> a vocabulary:Variety; + rdfs:label "INRAE-ResDur243"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur239> a vocabulary:Variety; + rdfs:label "INRAE-ResDur239"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur250> a vocabulary:Variety; + rdfs:label "INRAE-ResDur250"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur246> a vocabulary:Variety; + rdfs:label "INRAE-ResDur246"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur256> a vocabulary:Variety; + rdfs:label "INRAE-ResDur256"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur252> a vocabulary:Variety; + rdfs:label "INRAE-ResDur252"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur272> a vocabulary:Variety; + rdfs:label "INRAE-ResDur272"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur290> a vocabulary:Variety; + rdfs:label "INRAE-ResDur290"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur187> a vocabulary:Variety; + rdfs:label "INRAE-ResDur187"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur297> a vocabulary:Variety; + rdfs:label "INRAE-ResDur297"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur311> a vocabulary:Variety; + rdfs:label "INRAE-ResDur311"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur356> a vocabulary:Variety; + rdfs:label "INRAE-ResDur356"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur215> a vocabulary:Variety; + rdfs:label "INRAE-ResDur215"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur211> a vocabulary:Variety; + rdfs:label "INRAE-ResDur211"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur192> a vocabulary:Variety; + rdfs:label "INRAE-ResDur192"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur396> a vocabulary:Variety; + rdfs:label "INRAE-ResDur396"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur405> a vocabulary:Variety; + rdfs:label "INRAE-ResDur405"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur409> a vocabulary:Variety; + rdfs:label "INRAE-ResDur409"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur1> a vocabulary:Variety; + rdfs:label "INRAE-ResDur1"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur3> a vocabulary:Variety; + rdfs:label "INRAE-ResDur3"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur5> a vocabulary:Variety; + rdfs:label "INRAE-ResDur5"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur7> a vocabulary:Variety; + rdfs:label "INRAE-ResDur7"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur12> a vocabulary:Variety; + rdfs:label "INRAE-ResDur12"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur17> a vocabulary:Variety; + rdfs:label "INRAE-ResDur17"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur19> a vocabulary:Variety; + rdfs:label "INRAE-ResDur19"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur20> a vocabulary:Variety; + rdfs:label "INRAE-ResDur20"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur22> a vocabulary:Variety; + rdfs:label "INRAE-ResDur22"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur28> a vocabulary:Variety; + rdfs:label "INRAE-ResDur28"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur31> a vocabulary:Variety; + rdfs:label "INRAE-ResDur31"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur32> a vocabulary:Variety; + rdfs:label "INRAE-ResDur32"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur37> a vocabulary:Variety; + rdfs:label "INRAE-ResDur37"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur44> a vocabulary:Variety; + rdfs:label "INRAE-ResDur44"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur45> a vocabulary:Variety; + rdfs:label "INRAE-ResDur45"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur46> a vocabulary:Variety; + rdfs:label "INRAE-ResDur46"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur50> a vocabulary:Variety; + rdfs:label "INRAE-ResDur50"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur58> a vocabulary:Variety; + rdfs:label "INRAE-ResDur58"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur63> a vocabulary:Variety; + rdfs:label "INRAE-ResDur63"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur64> a vocabulary:Variety; + rdfs:label "INRAE-ResDur64"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur65> a vocabulary:Variety; + rdfs:label "INRAE-ResDur65"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur66> a vocabulary:Variety; + rdfs:label "INRAE-ResDur66"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur67> a vocabulary:Variety; + rdfs:label "INRAE-ResDur67"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur134> a vocabulary:Variety; + rdfs:label "INRAE-ResDur134"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur182> a vocabulary:Variety; + rdfs:label "INRAE-ResDur182"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur420> a vocabulary:Variety; + rdfs:label "INRAE-ResDur420"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur383> a vocabulary:Variety; + rdfs:label "INRAE-ResDur383"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur382> a vocabulary:Variety; + rdfs:label "INRAE-ResDur382"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur384> a vocabulary:Variety; + rdfs:label "INRAE-ResDur384"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur385> a vocabulary:Variety; + rdfs:label "INRAE-ResDur385"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur386> a vocabulary:Variety; + rdfs:label "INRAE-ResDur386"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur387> a vocabulary:Variety; + rdfs:label "INRAE-ResDur387"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur389> a vocabulary:Variety; + rdfs:label "INRAE-ResDur389"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur390> a vocabulary:Variety; + rdfs:label "INRAE-ResDur390"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur391> a vocabulary:Variety; + rdfs:label "INRAE-ResDur391"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur392> a vocabulary:Variety; + rdfs:label "INRAE-ResDur392"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur393> a vocabulary:Variety; + rdfs:label "INRAE-ResDur393"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur394> a vocabulary:Variety; + rdfs:label "INRAE-ResDur394"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur395> a vocabulary:Variety; + rdfs:label "INRAE-ResDur395"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur68> a vocabulary:Variety; + rdfs:label "INRAE-ResDur68"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur397> a vocabulary:Variety; + rdfs:label "INRAE-ResDur397"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur398> a vocabulary:Variety; + rdfs:label "INRAE-ResDur398"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur381> a vocabulary:Variety; + rdfs:label "INRAE-ResDur381"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur372> a vocabulary:Variety; + rdfs:label "INRAE-ResDur372"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur373> a vocabulary:Variety; + rdfs:label "INRAE-ResDur373"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur374> a vocabulary:Variety; + rdfs:label "INRAE-ResDur374"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur375> a vocabulary:Variety; + rdfs:label "INRAE-ResDur375"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur376> a vocabulary:Variety; + rdfs:label "INRAE-ResDur376"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur377> a vocabulary:Variety; + rdfs:label "INRAE-ResDur377"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur379> a vocabulary:Variety; + rdfs:label "INRAE-ResDur379"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur380> a vocabulary:Variety; + rdfs:label "INRAE-ResDur380"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur378> a vocabulary:Variety; + rdfs:label "INRAE-ResDur378"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur406> a vocabulary:Variety; + rdfs:label "INRAE-ResDur406"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur407> a vocabulary:Variety; + rdfs:label "INRAE-ResDur407"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur408> a vocabulary:Variety; + rdfs:label "INRAE-ResDur408"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur410> a vocabulary:Variety; + rdfs:label "INRAE-ResDur410"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur399> a vocabulary:Variety; + rdfs:label "INRAE-ResDur399"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur400> a vocabulary:Variety; + rdfs:label "INRAE-ResDur400"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur401> a vocabulary:Variety; + rdfs:label "INRAE-ResDur401"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur402> a vocabulary:Variety; + rdfs:label "INRAE-ResDur402"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur403> a vocabulary:Variety; + rdfs:label "INRAE-ResDur403"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur404> a vocabulary:Variety; + rdfs:label "INRAE-ResDur404"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur388> a vocabulary:Variety; + rdfs:label "INRAE-ResDur388"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur414> a vocabulary:Variety; + rdfs:label "INRAE-ResDur414"; + rdfs:comment "variété non existante pour test"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE" . + + <http://vitis-explorer.inrae.fr/id/germplasm/variety.riesling> a vocabulary:Variety; + rdfs:label "Riesling"; + vocabulary:fromSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:fromInstitute "INRAE Colmar" . +} + +<http://vitis-explorer.inrae.fr/set/experiment> { + <http://vitis-explorer.inrae.fr/id/experiment/resdur_2018> a vocabulary:Experiment; + rdfs:label "ResDur_2018"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2018-01-01"^^xsd:date; + vocabulary:endDate "2018-12-31"^^xsd:date; + vocabulary:isPublic true; + vocabulary:hasObjective "Données ResDur INRAE 2018" . + + <http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> a vocabulary:Experiment; + rdfs:label "ResDur_2019"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2019-01-01"^^xsd:date; + vocabulary:endDate "2019-12-31"^^xsd:date; + vocabulary:isPublic true; + vocabulary:hasObjective "Données ResDur INRAE 2019" . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <http://vitis-explorer.inrae.fr/id/scientific-object/so-32229> a vocabulary:Plot; + rdfs:label 32229 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31488> a vocabulary:Plot; + rdfs:label 31488 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31489> a vocabulary:Plot; + rdfs:label 31489 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31490> a vocabulary:Plot; + rdfs:label 31490 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31491> a vocabulary:Plot; + rdfs:label 31491 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31492> a vocabulary:Plot; + rdfs:label 31492 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31493> a vocabulary:Plot; + rdfs:label 31493 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31494> a vocabulary:Plot; + rdfs:label 31494 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31495> a vocabulary:Plot; + rdfs:label 31495 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31496> a vocabulary:Plot; + rdfs:label 31496 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31497> a vocabulary:Plot; + rdfs:label 31497 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31498> a vocabulary:Plot; + rdfs:label 31498 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31499> a vocabulary:Plot; + rdfs:label 31499 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31500> a vocabulary:Plot; + rdfs:label 31500 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31501> a vocabulary:Plot; + rdfs:label 31501 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31502> a vocabulary:Plot; + rdfs:label 31502 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31503> a vocabulary:Plot; + rdfs:label 31503 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31504> a vocabulary:Plot; + rdfs:label 31504 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31505> a vocabulary:Plot; + rdfs:label 31505 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31506> a vocabulary:Plot; + rdfs:label 31506 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31507> a vocabulary:Plot; + rdfs:label 31507 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31508> a vocabulary:Plot; + rdfs:label 31508 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31509> a vocabulary:Plot; + rdfs:label 31509 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31510> a vocabulary:Plot; + rdfs:label 31510 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/set/properties> { + vitis-explorer:firstVineStock a owl:DatatypeProperty; + rdfs:label "Première souche"@fr, "First vinestock"@en; + rdfs:comment "Premier cep de la parcelle unitaire"@fr, "First vinestock of the unit plot"@en; + rdfs:range xsd:integer; + rdfs:domain vocabulary:Plot . + + _:genid-1fe7518f4f744f0885858b624748b3be-b0 a owl:Restriction; + owl:onDataRange xsd:integer; + owl:maxQualifiedCardinality 1; + owl:onProperty vitis-explorer:firstVineStock; + owl:minQualifiedCardinality 0 . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31488> a vocabulary:Plot; + rdfs:label "31488"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur191> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31489> a vocabulary:Plot; + rdfs:label "31489"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur303> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31490> a vocabulary:Plot; + rdfs:label "31490"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur306> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31491> a vocabulary:Plot; + rdfs:label "31491"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur219> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31492> a vocabulary:Plot; + rdfs:label "31492"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur288> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31493> a vocabulary:Plot; + rdfs:label "31493"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur308> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31494> a vocabulary:Plot; + rdfs:label "31494"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur229> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31495> a vocabulary:Plot; + rdfs:label "31495"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur293> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31496> a vocabulary:Plot; + rdfs:label "31496"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur277> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31497> a vocabulary:Plot; + rdfs:label "31497"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur268> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31498> a vocabulary:Plot; + rdfs:label "31498"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur235> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31499> a vocabulary:Plot; + rdfs:label "31499"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur305> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31500> a vocabulary:Plot; + rdfs:label "31500"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur276> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31501> a vocabulary:Plot; + rdfs:label "31501"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur333> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31502> a vocabulary:Plot; + rdfs:label "31502"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur324> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31503> a vocabulary:Plot; + rdfs:label "31503"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur236> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31504> a vocabulary:Plot; + rdfs:label "31504"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur349> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31505> a vocabulary:Plot; + rdfs:label "31505"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur314> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31506> a vocabulary:Plot; + rdfs:label "31506"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur207> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31507> a vocabulary:Plot; + rdfs:label "31507"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur313> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31508> a vocabulary:Plot; + rdfs:label "31508"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur312> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31509> a vocabulary:Plot; + rdfs:label "31509"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur279> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31510> a vocabulary:Plot; + rdfs:label "31510"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur365> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> a vocabulary:Plot; + rdfs:label "31511" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31488> a vocabulary:Plot; + rdfs:label "31488"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur191> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31489> a vocabulary:Plot; + rdfs:label "31489"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur303> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31490> a vocabulary:Plot; + rdfs:label "31490"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur306> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31491> a vocabulary:Plot; + rdfs:label "31491"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur219> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31492> a vocabulary:Plot; + rdfs:label "31492"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur288> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31493> a vocabulary:Plot; + rdfs:label "31493"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur308> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31494> a vocabulary:Plot; + rdfs:label "31494"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur229> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31495> a vocabulary:Plot; + rdfs:label "31495"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur293> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31496> a vocabulary:Plot; + rdfs:label "31496"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur277> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31497> a vocabulary:Plot; + rdfs:label "31497"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur268> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31498> a vocabulary:Plot; + rdfs:label "31498"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur235> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31499> a vocabulary:Plot; + rdfs:label "31499"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur305> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31500> a vocabulary:Plot; + rdfs:label "31500"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur276> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31501> a vocabulary:Plot; + rdfs:label "31501"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur333> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31502> a vocabulary:Plot; + rdfs:label "31502"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur324> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31503> a vocabulary:Plot; + rdfs:label "31503"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur236> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31504> a vocabulary:Plot; + rdfs:label "31504"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur349> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31505> a vocabulary:Plot; + rdfs:label "31505"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur314> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31506> a vocabulary:Plot; + rdfs:label "31506"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur207> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31507> a vocabulary:Plot; + rdfs:label "31507"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur313> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31508> a vocabulary:Plot; + rdfs:label "31508"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur312> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31509> a vocabulary:Plot; + rdfs:label "31509"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur279> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31510> a vocabulary:Plot; + rdfs:label "31510"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur365> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> a vocabulary:Plot; + rdfs:label "31511" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31488> a vocabulary:Plot; + rdfs:label "31488"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur191> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31489> a vocabulary:Plot; + rdfs:label "31489"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur303> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31490> a vocabulary:Plot; + rdfs:label "31490"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur306> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31491> a vocabulary:Plot; + rdfs:label "31491"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur219> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31492> a vocabulary:Plot; + rdfs:label "31492"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur288> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31493> a vocabulary:Plot; + rdfs:label "31493"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur308> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31494> a vocabulary:Plot; + rdfs:label "31494"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur229> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31495> a vocabulary:Plot; + rdfs:label "31495"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur293> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31496> a vocabulary:Plot; + rdfs:label "31496"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur277> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31497> a vocabulary:Plot; + rdfs:label "31497"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur268> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31498> a vocabulary:Plot; + rdfs:label "31498"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur235> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31499> a vocabulary:Plot; + rdfs:label "31499"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur305> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31500> a vocabulary:Plot; + rdfs:label "31500"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur276> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31501> a vocabulary:Plot; + rdfs:label "31501"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur333> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31502> a vocabulary:Plot; + rdfs:label "31502"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur324> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31503> a vocabulary:Plot; + rdfs:label "31503"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur236> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31504> a vocabulary:Plot; + rdfs:label "31504"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur349> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31505> a vocabulary:Plot; + rdfs:label "31505"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur314> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31506> a vocabulary:Plot; + rdfs:label "31506"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur207> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31507> a vocabulary:Plot; + rdfs:label "31507"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur313> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31508> a vocabulary:Plot; + rdfs:label "31508"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur312> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31509> a vocabulary:Plot; + rdfs:label "31509"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur279> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31510> a vocabulary:Plot; + rdfs:label "31510"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur365> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31488> a vocabulary:Plot; + rdfs:label "31488"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur191> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31489> a vocabulary:Plot; + rdfs:label "31489"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur303> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31490> a vocabulary:Plot; + rdfs:label "31490"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur306> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31491> a vocabulary:Plot; + rdfs:label "31491"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur219> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31492> a vocabulary:Plot; + rdfs:label "31492"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur288> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31493> a vocabulary:Plot; + rdfs:label "31493"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur308> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31494> a vocabulary:Plot; + rdfs:label "31494"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur229> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31495> a vocabulary:Plot; + rdfs:label "31495"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur293> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31496> a vocabulary:Plot; + rdfs:label "31496"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur277> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31497> a vocabulary:Plot; + rdfs:label "31497"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur268> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31498> a vocabulary:Plot; + rdfs:label "31498"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur235> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31499> a vocabulary:Plot; + rdfs:label "31499"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur305> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31500> a vocabulary:Plot; + rdfs:label "31500"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur276> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31501> a vocabulary:Plot; + rdfs:label "31501"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur333> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31502> a vocabulary:Plot; + rdfs:label "31502"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur324> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31503> a vocabulary:Plot; + rdfs:label "31503"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur236> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31504> a vocabulary:Plot; + rdfs:label "31504"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur349> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31505> a vocabulary:Plot; + rdfs:label "31505"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur314> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31506> a vocabulary:Plot; + rdfs:label "31506"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur207> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31507> a vocabulary:Plot; + rdfs:label "31507"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur313> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31508> a vocabulary:Plot; + rdfs:label "31508"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur312> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31509> a vocabulary:Plot; + rdfs:label "31509"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur279> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31510> a vocabulary:Plot; + rdfs:label "31510"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur365> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> rdfs:label "31511"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur337> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31512> a vocabulary:Plot; + rdfs:label "31512"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur266> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31513> a vocabulary:Plot; + rdfs:label "31513"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur366> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31514> a vocabulary:Plot; + rdfs:label "31514"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur367> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31515> a vocabulary:Plot; + rdfs:label "31515"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur348> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31516> a vocabulary:Plot; + rdfs:label "31516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur340> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31517> a vocabulary:Plot; + rdfs:label "31517"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur248> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31518> a vocabulary:Plot; + rdfs:label "31518"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur344> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31519> a vocabulary:Plot; + rdfs:label "31519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur218> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31520> a vocabulary:Plot; + rdfs:label "31520"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur341> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31521> a vocabulary:Plot; + rdfs:label "31521"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur222> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31522> a vocabulary:Plot; + rdfs:label "31522"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur342> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31523> a vocabulary:Plot; + rdfs:label "31523"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur203> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31524> a vocabulary:Plot; + rdfs:label "31524"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur339> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31525> a vocabulary:Plot; + rdfs:label "31525"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur310> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31526> a vocabulary:Plot; + rdfs:label "31526"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur299> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31527> a vocabulary:Plot; + rdfs:label "31527"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur198> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31528> a vocabulary:Plot; + rdfs:label "31528"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur370> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31529> a vocabulary:Plot; + rdfs:label "31529"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur262> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31530> a vocabulary:Plot; + rdfs:label "31530"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur188> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31531> a vocabulary:Plot; + rdfs:label "31531"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur202> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31532> a vocabulary:Plot; + rdfs:label "31532"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur330> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31533> a vocabulary:Plot; + rdfs:label "31533"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur283> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31534> a vocabulary:Plot; + rdfs:label "31534"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur274> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31535> a vocabulary:Plot; + rdfs:label "31535"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur212> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31536> a vocabulary:Plot; + rdfs:label "31536"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur258> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31537> a vocabulary:Plot; + rdfs:label "31537"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur295> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31538> a vocabulary:Plot; + rdfs:label "31538"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur281> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31539> a vocabulary:Plot; + rdfs:label "31539"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur251> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31540> a vocabulary:Plot; + rdfs:label "31540"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur321> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31541> a vocabulary:Plot; + rdfs:label "31541"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur327> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31542> a vocabulary:Plot; + rdfs:label "31542"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur209> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31543> a vocabulary:Plot; + rdfs:label "31543"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur208> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31544> a vocabulary:Plot; + rdfs:label "31544"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur315> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31545> a vocabulary:Plot; + rdfs:label "31545"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur269> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31546> a vocabulary:Plot; + rdfs:label "31546"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur263> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31547> a vocabulary:Plot; + rdfs:label "31547"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur186> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31548> a vocabulary:Plot; + rdfs:label "31548"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur200> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31549> a vocabulary:Plot; + rdfs:label "31549"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur309> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31550> a vocabulary:Plot; + rdfs:label "31550"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur352> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31551> a vocabulary:Plot; + rdfs:label "31551"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur194> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31552> a vocabulary:Plot; + rdfs:label "31552"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur357> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31553> a vocabulary:Plot; + rdfs:label "31553"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur331> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31554> a vocabulary:Plot; + rdfs:label "31554"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur292> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31555> a vocabulary:Plot; + rdfs:label "31555"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur273> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31556> a vocabulary:Plot; + rdfs:label "31556"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur329> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31557> a vocabulary:Plot; + rdfs:label "31557"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur317> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31558> a vocabulary:Plot; + rdfs:label "31558"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur285> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31559> a vocabulary:Plot; + rdfs:label "31559"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur302> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31560> a vocabulary:Plot; + rdfs:label "31560"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur318> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31561> a vocabulary:Plot; + rdfs:label "31561"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur185> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31562> a vocabulary:Plot; + rdfs:label "31562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur206> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31563> a vocabulary:Plot; + rdfs:label "31563"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur358> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31564> a vocabulary:Plot; + rdfs:label "31564"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur368> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31565> a vocabulary:Plot; + rdfs:label "31565"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur316> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31566> a vocabulary:Plot; + rdfs:label "31566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur261> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31567> a vocabulary:Plot; + rdfs:label "31567"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur328> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31568> a vocabulary:Plot; + rdfs:label "31568"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur226> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31569> a vocabulary:Plot; + rdfs:label "31569"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur362> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31570> a vocabulary:Plot; + rdfs:label "31570"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur335> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31571> a vocabulary:Plot; + rdfs:label "31571"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur354> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31572> a vocabulary:Plot; + rdfs:label "31572"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur217> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31573> a vocabulary:Plot; + rdfs:label "31573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur353> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31574> a vocabulary:Plot; + rdfs:label "31574"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur255> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31575> a vocabulary:Plot; + rdfs:label "31575"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur301> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31576> a vocabulary:Plot; + rdfs:label "31576"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur253> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31577> a vocabulary:Plot; + rdfs:label "31577"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur347> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31578> a vocabulary:Plot; + rdfs:label "31578"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur216> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31579> a vocabulary:Plot; + rdfs:label "31579"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur351> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31580> a vocabulary:Plot; + rdfs:label "31580"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur247> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31581> a vocabulary:Plot; + rdfs:label "31581"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur230> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31582> a vocabulary:Plot; + rdfs:label "31582"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur363> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> rdfs:label "31511"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur337> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31512> a vocabulary:Plot; + rdfs:label "31512"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur266> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31513> a vocabulary:Plot; + rdfs:label "31513"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur366> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31514> a vocabulary:Plot; + rdfs:label "31514"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur367> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31515> a vocabulary:Plot; + rdfs:label "31515"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur348> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31516> a vocabulary:Plot; + rdfs:label "31516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur340> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31517> a vocabulary:Plot; + rdfs:label "31517"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur248> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31518> a vocabulary:Plot; + rdfs:label "31518"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur344> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31519> a vocabulary:Plot; + rdfs:label "31519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur218> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31520> a vocabulary:Plot; + rdfs:label "31520"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur341> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31521> a vocabulary:Plot; + rdfs:label "31521"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur222> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31522> a vocabulary:Plot; + rdfs:label "31522"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur342> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31523> a vocabulary:Plot; + rdfs:label "31523"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur203> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31524> a vocabulary:Plot; + rdfs:label "31524"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur339> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31525> a vocabulary:Plot; + rdfs:label "31525"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur310> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31526> a vocabulary:Plot; + rdfs:label "31526"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur299> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31527> a vocabulary:Plot; + rdfs:label "31527"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur198> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31528> a vocabulary:Plot; + rdfs:label "31528"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur370> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31529> a vocabulary:Plot; + rdfs:label "31529"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur262> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31530> a vocabulary:Plot; + rdfs:label "31530"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur188> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31531> a vocabulary:Plot; + rdfs:label "31531"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur202> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31532> a vocabulary:Plot; + rdfs:label "31532"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur330> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31533> a vocabulary:Plot; + rdfs:label "31533"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur283> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31534> a vocabulary:Plot; + rdfs:label "31534"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur274> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31535> a vocabulary:Plot; + rdfs:label "31535"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur212> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31536> a vocabulary:Plot; + rdfs:label "31536"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur258> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31537> a vocabulary:Plot; + rdfs:label "31537"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur295> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31538> a vocabulary:Plot; + rdfs:label "31538"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur281> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31539> a vocabulary:Plot; + rdfs:label "31539"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur251> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31540> a vocabulary:Plot; + rdfs:label "31540"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur321> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31541> a vocabulary:Plot; + rdfs:label "31541"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur327> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31542> a vocabulary:Plot; + rdfs:label "31542"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur209> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31543> a vocabulary:Plot; + rdfs:label "31543"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur208> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31544> a vocabulary:Plot; + rdfs:label "31544"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur315> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31545> a vocabulary:Plot; + rdfs:label "31545"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur269> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31546> a vocabulary:Plot; + rdfs:label "31546"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur263> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31547> a vocabulary:Plot; + rdfs:label "31547"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur186> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31548> a vocabulary:Plot; + rdfs:label "31548"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur200> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31549> a vocabulary:Plot; + rdfs:label "31549"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur309> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31550> a vocabulary:Plot; + rdfs:label "31550"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur352> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31551> a vocabulary:Plot; + rdfs:label "31551"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur194> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31552> a vocabulary:Plot; + rdfs:label "31552"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur357> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31553> a vocabulary:Plot; + rdfs:label "31553"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur331> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31554> a vocabulary:Plot; + rdfs:label "31554"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur292> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31555> a vocabulary:Plot; + rdfs:label "31555"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur273> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31556> a vocabulary:Plot; + rdfs:label "31556"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur329> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31557> a vocabulary:Plot; + rdfs:label "31557"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur317> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31558> a vocabulary:Plot; + rdfs:label "31558"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur285> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31559> a vocabulary:Plot; + rdfs:label "31559"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur302> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31560> a vocabulary:Plot; + rdfs:label "31560"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur318> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31561> a vocabulary:Plot; + rdfs:label "31561"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur185> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31562> a vocabulary:Plot; + rdfs:label "31562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur206> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31563> a vocabulary:Plot; + rdfs:label "31563"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur358> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31564> a vocabulary:Plot; + rdfs:label "31564"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur368> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31565> a vocabulary:Plot; + rdfs:label "31565"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur316> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31566> a vocabulary:Plot; + rdfs:label "31566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur261> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31567> a vocabulary:Plot; + rdfs:label "31567"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur328> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31568> a vocabulary:Plot; + rdfs:label "31568"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur226> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31569> a vocabulary:Plot; + rdfs:label "31569"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur362> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31570> a vocabulary:Plot; + rdfs:label "31570"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur335> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31571> a vocabulary:Plot; + rdfs:label "31571"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur354> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31572> a vocabulary:Plot; + rdfs:label "31572"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur217> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31573> a vocabulary:Plot; + rdfs:label "31573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur353> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31574> a vocabulary:Plot; + rdfs:label "31574"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur255> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31575> a vocabulary:Plot; + rdfs:label "31575"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur301> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31576> a vocabulary:Plot; + rdfs:label "31576"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur253> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31577> a vocabulary:Plot; + rdfs:label "31577"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur347> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31578> a vocabulary:Plot; + rdfs:label "31578"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur216> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31579> a vocabulary:Plot; + rdfs:label "31579"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur351> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31580> a vocabulary:Plot; + rdfs:label "31580"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur247> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31581> a vocabulary:Plot; + rdfs:label "31581"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur230> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31582> a vocabulary:Plot; + rdfs:label "31582" . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> rdfs:label 31511 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31512> a vocabulary:Plot; + rdfs:label 31512 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31513> a vocabulary:Plot; + rdfs:label 31513 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31514> a vocabulary:Plot; + rdfs:label 31514 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31515> a vocabulary:Plot; + rdfs:label 31515 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31516> a vocabulary:Plot; + rdfs:label 31516 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31517> a vocabulary:Plot; + rdfs:label 31517 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31518> a vocabulary:Plot; + rdfs:label 31518 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31519> a vocabulary:Plot; + rdfs:label 31519 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31520> a vocabulary:Plot; + rdfs:label 31520 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31521> a vocabulary:Plot; + rdfs:label 31521 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31522> a vocabulary:Plot; + rdfs:label 31522 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31523> a vocabulary:Plot; + rdfs:label 31523 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31524> a vocabulary:Plot; + rdfs:label 31524 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31525> a vocabulary:Plot; + rdfs:label 31525 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31526> a vocabulary:Plot; + rdfs:label 31526 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31527> a vocabulary:Plot; + rdfs:label 31527 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31528> a vocabulary:Plot; + rdfs:label 31528 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31529> a vocabulary:Plot; + rdfs:label 31529 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31530> a vocabulary:Plot; + rdfs:label 31530 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31531> a vocabulary:Plot; + rdfs:label 31531 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31532> a vocabulary:Plot; + rdfs:label 31532 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31533> a vocabulary:Plot; + rdfs:label 31533 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31534> a vocabulary:Plot; + rdfs:label 31534 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31535> a vocabulary:Plot; + rdfs:label 31535 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31536> a vocabulary:Plot; + rdfs:label 31536 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31537> a vocabulary:Plot; + rdfs:label 31537 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31538> a vocabulary:Plot; + rdfs:label 31538 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31539> a vocabulary:Plot; + rdfs:label 31539 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31540> a vocabulary:Plot; + rdfs:label 31540 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31541> a vocabulary:Plot; + rdfs:label 31541 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31542> a vocabulary:Plot; + rdfs:label 31542 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31543> a vocabulary:Plot; + rdfs:label 31543 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31544> a vocabulary:Plot; + rdfs:label 31544 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31545> a vocabulary:Plot; + rdfs:label 31545 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31546> a vocabulary:Plot; + rdfs:label 31546 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31547> a vocabulary:Plot; + rdfs:label 31547 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31548> a vocabulary:Plot; + rdfs:label 31548 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31549> a vocabulary:Plot; + rdfs:label 31549 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31550> a vocabulary:Plot; + rdfs:label 31550 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31551> a vocabulary:Plot; + rdfs:label 31551 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31552> a vocabulary:Plot; + rdfs:label 31552 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31553> a vocabulary:Plot; + rdfs:label 31553 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31554> a vocabulary:Plot; + rdfs:label 31554 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31555> a vocabulary:Plot; + rdfs:label 31555 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31556> a vocabulary:Plot; + rdfs:label 31556 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31557> a vocabulary:Plot; + rdfs:label 31557 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31558> a vocabulary:Plot; + rdfs:label 31558 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31559> a vocabulary:Plot; + rdfs:label 31559 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31560> a vocabulary:Plot; + rdfs:label 31560 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31561> a vocabulary:Plot; + rdfs:label 31561 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31562> a vocabulary:Plot; + rdfs:label 31562 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31563> a vocabulary:Plot; + rdfs:label 31563 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31564> a vocabulary:Plot; + rdfs:label 31564 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31565> a vocabulary:Plot; + rdfs:label 31565 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31566> a vocabulary:Plot; + rdfs:label 31566 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31567> a vocabulary:Plot; + rdfs:label 31567 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31568> a vocabulary:Plot; + rdfs:label 31568 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31569> a vocabulary:Plot; + rdfs:label 31569 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31570> a vocabulary:Plot; + rdfs:label 31570 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31571> a vocabulary:Plot; + rdfs:label 31571 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31572> a vocabulary:Plot; + rdfs:label 31572 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31573> a vocabulary:Plot; + rdfs:label 31573 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31574> a vocabulary:Plot; + rdfs:label 31574 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31575> a vocabulary:Plot; + rdfs:label 31575 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31576> a vocabulary:Plot; + rdfs:label 31576 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31577> a vocabulary:Plot; + rdfs:label 31577 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31578> a vocabulary:Plot; + rdfs:label 31578 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31579> a vocabulary:Plot; + rdfs:label 31579 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31580> a vocabulary:Plot; + rdfs:label 31580 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31581> a vocabulary:Plot; + rdfs:label 31581 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31582> a vocabulary:Plot; + rdfs:label 31582 . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur337> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31512> a vocabulary:Plot; + rdfs:label "31512"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur266> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31513> a vocabulary:Plot; + rdfs:label "31513"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur366> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31514> a vocabulary:Plot; + rdfs:label "31514"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur367> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31515> a vocabulary:Plot; + rdfs:label "31515"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur348> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31516> a vocabulary:Plot; + rdfs:label "31516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur340> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31517> a vocabulary:Plot; + rdfs:label "31517"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur248> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31518> a vocabulary:Plot; + rdfs:label "31518"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur344> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31519> a vocabulary:Plot; + rdfs:label "31519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur218> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31520> a vocabulary:Plot; + rdfs:label "31520"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur341> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31521> a vocabulary:Plot; + rdfs:label "31521"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur222> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31522> a vocabulary:Plot; + rdfs:label "31522"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur342> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31523> a vocabulary:Plot; + rdfs:label "31523"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur203> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31524> a vocabulary:Plot; + rdfs:label "31524"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur339> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31525> a vocabulary:Plot; + rdfs:label "31525"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur310> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31526> a vocabulary:Plot; + rdfs:label "31526"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur299> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31527> a vocabulary:Plot; + rdfs:label "31527"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur198> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31528> a vocabulary:Plot; + rdfs:label "31528"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur370> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31529> a vocabulary:Plot; + rdfs:label "31529"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur262> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31530> a vocabulary:Plot; + rdfs:label "31530"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur188> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31531> a vocabulary:Plot; + rdfs:label "31531"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur202> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31532> a vocabulary:Plot; + rdfs:label "31532"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur330> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31533> a vocabulary:Plot; + rdfs:label "31533"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur283> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31534> a vocabulary:Plot; + rdfs:label "31534"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur274> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31535> a vocabulary:Plot; + rdfs:label "31535"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur212> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31536> a vocabulary:Plot; + rdfs:label "31536"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur258> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31537> a vocabulary:Plot; + rdfs:label "31537"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur295> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31538> a vocabulary:Plot; + rdfs:label "31538"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur281> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31539> a vocabulary:Plot; + rdfs:label "31539"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur251> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31540> a vocabulary:Plot; + rdfs:label "31540"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur321> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31541> a vocabulary:Plot; + rdfs:label "31541"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur327> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31542> a vocabulary:Plot; + rdfs:label "31542"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur209> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31543> a vocabulary:Plot; + rdfs:label "31543"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur208> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31544> a vocabulary:Plot; + rdfs:label "31544"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur315> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31545> a vocabulary:Plot; + rdfs:label "31545"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur269> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31546> a vocabulary:Plot; + rdfs:label "31546"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur263> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31547> a vocabulary:Plot; + rdfs:label "31547"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur186> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31548> a vocabulary:Plot; + rdfs:label "31548"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur200> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31549> a vocabulary:Plot; + rdfs:label "31549"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur309> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31550> a vocabulary:Plot; + rdfs:label "31550"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur352> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31551> a vocabulary:Plot; + rdfs:label "31551"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur194> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31552> a vocabulary:Plot; + rdfs:label "31552"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur357> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31553> a vocabulary:Plot; + rdfs:label "31553"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur331> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31554> a vocabulary:Plot; + rdfs:label "31554"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur292> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31555> a vocabulary:Plot; + rdfs:label "31555"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur273> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31556> a vocabulary:Plot; + rdfs:label "31556"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur329> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31557> a vocabulary:Plot; + rdfs:label "31557"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur317> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31558> a vocabulary:Plot; + rdfs:label "31558"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur285> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31559> a vocabulary:Plot; + rdfs:label "31559"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur302> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31560> a vocabulary:Plot; + rdfs:label "31560"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur318> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31561> a vocabulary:Plot; + rdfs:label "31561"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur185> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31562> a vocabulary:Plot; + rdfs:label "31562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur206> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31563> a vocabulary:Plot; + rdfs:label "31563"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur358> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31564> a vocabulary:Plot; + rdfs:label "31564"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur368> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31565> a vocabulary:Plot; + rdfs:label "31565"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur316> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31566> a vocabulary:Plot; + rdfs:label "31566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur261> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31567> a vocabulary:Plot; + rdfs:label "31567"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur328> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31568> a vocabulary:Plot; + rdfs:label "31568"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur226> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31569> a vocabulary:Plot; + rdfs:label "31569"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur362> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31570> a vocabulary:Plot; + rdfs:label "31570"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur335> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31571> a vocabulary:Plot; + rdfs:label "31571"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur354> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31572> a vocabulary:Plot; + rdfs:label "31572"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur217> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31573> a vocabulary:Plot; + rdfs:label "31573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur353> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31574> a vocabulary:Plot; + rdfs:label "31574"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur255> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31575> a vocabulary:Plot; + rdfs:label "31575"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur301> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31576> a vocabulary:Plot; + rdfs:label "31576"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur253> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31577> a vocabulary:Plot; + rdfs:label "31577"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur347> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31578> a vocabulary:Plot; + rdfs:label "31578"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur216> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31579> a vocabulary:Plot; + rdfs:label "31579"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur351> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31580> a vocabulary:Plot; + rdfs:label "31580"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur247> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31581> a vocabulary:Plot; + rdfs:label "31581"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur230> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31582> a vocabulary:Plot; + rdfs:label "31582"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur363> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31511> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur337> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31512> a vocabulary:Plot; + rdfs:label "31512"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur266> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31513> a vocabulary:Plot; + rdfs:label "31513"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur366> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31514> a vocabulary:Plot; + rdfs:label "31514"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur367> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31515> a vocabulary:Plot; + rdfs:label "31515"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur348> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31516> a vocabulary:Plot; + rdfs:label "31516"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur340> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31517> a vocabulary:Plot; + rdfs:label "31517"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur248> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31518> a vocabulary:Plot; + rdfs:label "31518"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur344> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31519> a vocabulary:Plot; + rdfs:label "31519"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur218> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31520> a vocabulary:Plot; + rdfs:label "31520"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur341> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31521> a vocabulary:Plot; + rdfs:label "31521"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur222> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31522> a vocabulary:Plot; + rdfs:label "31522"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur342> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31523> a vocabulary:Plot; + rdfs:label "31523"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur203> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31524> a vocabulary:Plot; + rdfs:label "31524"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur339> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31525> a vocabulary:Plot; + rdfs:label "31525"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur310> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31526> a vocabulary:Plot; + rdfs:label "31526"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur299> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31527> a vocabulary:Plot; + rdfs:label "31527"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur198> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31528> a vocabulary:Plot; + rdfs:label "31528"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur370> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31529> a vocabulary:Plot; + rdfs:label "31529"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur262> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31530> a vocabulary:Plot; + rdfs:label "31530"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur188> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31531> a vocabulary:Plot; + rdfs:label "31531"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur202> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31532> a vocabulary:Plot; + rdfs:label "31532"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur330> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31533> a vocabulary:Plot; + rdfs:label "31533"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur283> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31534> a vocabulary:Plot; + rdfs:label "31534"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur274> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31535> a vocabulary:Plot; + rdfs:label "31535"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur212> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31536> a vocabulary:Plot; + rdfs:label "31536"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur258> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31537> a vocabulary:Plot; + rdfs:label "31537"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur295> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31538> a vocabulary:Plot; + rdfs:label "31538"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur281> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31539> a vocabulary:Plot; + rdfs:label "31539"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur251> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31540> a vocabulary:Plot; + rdfs:label "31540"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur321> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31541> a vocabulary:Plot; + rdfs:label "31541"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur327> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31542> a vocabulary:Plot; + rdfs:label "31542"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur209> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31543> a vocabulary:Plot; + rdfs:label "31543"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur208> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31544> a vocabulary:Plot; + rdfs:label "31544"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur315> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31545> a vocabulary:Plot; + rdfs:label "31545"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur269> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31546> a vocabulary:Plot; + rdfs:label "31546"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur263> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31547> a vocabulary:Plot; + rdfs:label "31547"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur186> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31548> a vocabulary:Plot; + rdfs:label "31548"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur200> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31549> a vocabulary:Plot; + rdfs:label "31549"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur309> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31550> a vocabulary:Plot; + rdfs:label "31550"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur352> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31551> a vocabulary:Plot; + rdfs:label "31551"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur194> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31552> a vocabulary:Plot; + rdfs:label "31552"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur357> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31553> a vocabulary:Plot; + rdfs:label "31553"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur331> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31554> a vocabulary:Plot; + rdfs:label "31554"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur292> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31555> a vocabulary:Plot; + rdfs:label "31555"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur273> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31556> a vocabulary:Plot; + rdfs:label "31556"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur329> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31557> a vocabulary:Plot; + rdfs:label "31557"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur317> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31558> a vocabulary:Plot; + rdfs:label "31558"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur285> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31559> a vocabulary:Plot; + rdfs:label "31559"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur302> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31560> a vocabulary:Plot; + rdfs:label "31560"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur318> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31561> a vocabulary:Plot; + rdfs:label "31561"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur185> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31562> a vocabulary:Plot; + rdfs:label "31562"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur206> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31563> a vocabulary:Plot; + rdfs:label "31563"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur358> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31564> a vocabulary:Plot; + rdfs:label "31564"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur368> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31565> a vocabulary:Plot; + rdfs:label "31565"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur316> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31566> a vocabulary:Plot; + rdfs:label "31566"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur261> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31567> a vocabulary:Plot; + rdfs:label "31567"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur328> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31568> a vocabulary:Plot; + rdfs:label "31568"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur226> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31569> a vocabulary:Plot; + rdfs:label "31569"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur362> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31570> a vocabulary:Plot; + rdfs:label "31570"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur335> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31571> a vocabulary:Plot; + rdfs:label "31571"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur354> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31572> a vocabulary:Plot; + rdfs:label "31572"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur217> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31573> a vocabulary:Plot; + rdfs:label "31573"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur353> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31574> a vocabulary:Plot; + rdfs:label "31574"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur255> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31575> a vocabulary:Plot; + rdfs:label "31575"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur301> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31576> a vocabulary:Plot; + rdfs:label "31576"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur253> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31577> a vocabulary:Plot; + rdfs:label "31577"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur347> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31578> a vocabulary:Plot; + rdfs:label "31578"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur216> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31579> a vocabulary:Plot; + rdfs:label "31579"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur351> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31580> a vocabulary:Plot; + rdfs:label "31580"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur247> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31581> a vocabulary:Plot; + rdfs:label "31581"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur230> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31582> a vocabulary:Plot; + rdfs:label "31582"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur363> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31582> vocabulary:hasGermplasm + <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur363> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31583> a vocabulary:Plot; + rdfs:label "31583"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur282> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31584> a vocabulary:Plot; + rdfs:label "31584"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur364> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31585> a vocabulary:Plot; + rdfs:label "31585"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur249> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31586> a vocabulary:Plot; + rdfs:label "31586"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur260> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31587> a vocabulary:Plot; + rdfs:label "31587"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur325> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31588> a vocabulary:Plot; + rdfs:label "31588"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur221> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31589> a vocabulary:Plot; + rdfs:label "31589"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur271> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31590> a vocabulary:Plot; + rdfs:label "31590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur213> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31591> a vocabulary:Plot; + rdfs:label "31591"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur300> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31592> a vocabulary:Plot; + rdfs:label "31592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur360> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31593> a vocabulary:Plot; + rdfs:label "31593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur244> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31594> a vocabulary:Plot; + rdfs:label "31594"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur275> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31595> a vocabulary:Plot; + rdfs:label "31595"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur355> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31596> a vocabulary:Plot; + rdfs:label "31596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur289> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31597> a vocabulary:Plot; + rdfs:label "31597"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur214> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31598> a vocabulary:Plot; + rdfs:label "31598"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur228> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31599> a vocabulary:Plot; + rdfs:label "31599"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur234> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31600> a vocabulary:Plot; + rdfs:label "31600"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur338> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31601> a vocabulary:Plot; + rdfs:label "31601"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur267> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31602> a vocabulary:Plot; + rdfs:label "31602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur346> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31603> a vocabulary:Plot; + rdfs:label "31603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur307> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31604> a vocabulary:Plot; + rdfs:label "31604"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur225> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31605> a vocabulary:Plot; + rdfs:label "31605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur195> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31606> a vocabulary:Plot; + rdfs:label "31606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur264> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31607> a vocabulary:Plot; + rdfs:label "31607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur343> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31608> a vocabulary:Plot; + rdfs:label "31608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur241> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31609> a vocabulary:Plot; + rdfs:label "31609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur350> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31610> a vocabulary:Plot; + rdfs:label "31610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur280> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31611> a vocabulary:Plot; + rdfs:label "31611"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur287> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31612> a vocabulary:Plot; + rdfs:label "31612"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur359> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31613> a vocabulary:Plot; + rdfs:label "31613"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur319> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31614> a vocabulary:Plot; + rdfs:label "31614"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur199> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31615> a vocabulary:Plot; + rdfs:label "31615"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur334> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31616> a vocabulary:Plot; + rdfs:label "31616"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur270> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31617> a vocabulary:Plot; + rdfs:label "31617"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur196> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31618> a vocabulary:Plot; + rdfs:label "31618"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur286> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31619> a vocabulary:Plot; + rdfs:label "31619"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur205> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31620> a vocabulary:Plot; + rdfs:label "31620"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur240> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31621> a vocabulary:Plot; + rdfs:label "31621"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur210> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31622> a vocabulary:Plot; + rdfs:label "31622"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur204> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31623> a vocabulary:Plot; + rdfs:label "31623"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur323> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31624> a vocabulary:Plot; + rdfs:label "31624"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur294> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31625> a vocabulary:Plot; + rdfs:label "31625"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur231> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31626> a vocabulary:Plot; + rdfs:label "31626"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur291> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31627> a vocabulary:Plot; + rdfs:label "31627"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur298> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31628> a vocabulary:Plot; + rdfs:label "31628"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur227> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31629> a vocabulary:Plot; + rdfs:label "31629"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur278> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31630> a vocabulary:Plot; + rdfs:label "31630"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur233> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31631> a vocabulary:Plot; + rdfs:label "31631"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur189> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31632> a vocabulary:Plot; + rdfs:label "31632"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur220> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31633> a vocabulary:Plot; + rdfs:label "31633"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur193> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31634> a vocabulary:Plot; + rdfs:label "31634"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur224> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31635> a vocabulary:Plot; + rdfs:label "31635"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur201> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31636> a vocabulary:Plot; + rdfs:label "31636"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur336> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31637> a vocabulary:Plot; + rdfs:label "31637"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur265> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31638> a vocabulary:Plot; + rdfs:label "31638"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur197> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31639> a vocabulary:Plot; + rdfs:label "31639"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur242> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31640> a vocabulary:Plot; + rdfs:label "31640"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur259> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31457> a vocabulary:Plot; + rdfs:label "31457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur2> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31641> a vocabulary:Plot; + rdfs:label "31641"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur326> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31642> a vocabulary:Plot; + rdfs:label "31642"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur369> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31643> a vocabulary:Plot; + rdfs:label "31643"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur245> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31644> a vocabulary:Plot; + rdfs:label "31644"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur232> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31645> a vocabulary:Plot; + rdfs:label "31645"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur361> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31646> a vocabulary:Plot; + rdfs:label "31646"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur296> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31647> a vocabulary:Plot; + rdfs:label "31647"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur304> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31648> a vocabulary:Plot; + rdfs:label "31648"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur332> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31649> a vocabulary:Plot; + rdfs:label "31649"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur371> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31650> a vocabulary:Plot; + rdfs:label "31650"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur284> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31651> a vocabulary:Plot; + rdfs:label "31651"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur237> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31652> a vocabulary:Plot; + rdfs:label "31652"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur257> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31583> a vocabulary:Plot; + rdfs:label 31583 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31584> a vocabulary:Plot; + rdfs:label 31584 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31585> a vocabulary:Plot; + rdfs:label 31585 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31586> a vocabulary:Plot; + rdfs:label 31586 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31587> a vocabulary:Plot; + rdfs:label 31587 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31588> a vocabulary:Plot; + rdfs:label 31588 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31589> a vocabulary:Plot; + rdfs:label 31589 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31590> a vocabulary:Plot; + rdfs:label 31590 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31591> a vocabulary:Plot; + rdfs:label 31591 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31592> a vocabulary:Plot; + rdfs:label 31592 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31593> a vocabulary:Plot; + rdfs:label 31593 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31594> a vocabulary:Plot; + rdfs:label 31594 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31595> a vocabulary:Plot; + rdfs:label 31595 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31596> a vocabulary:Plot; + rdfs:label 31596 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31597> a vocabulary:Plot; + rdfs:label 31597 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31598> a vocabulary:Plot; + rdfs:label 31598 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31599> a vocabulary:Plot; + rdfs:label 31599 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31600> a vocabulary:Plot; + rdfs:label 31600 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31601> a vocabulary:Plot; + rdfs:label 31601 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31602> a vocabulary:Plot; + rdfs:label 31602 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31603> a vocabulary:Plot; + rdfs:label 31603 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31604> a vocabulary:Plot; + rdfs:label 31604 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31605> a vocabulary:Plot; + rdfs:label 31605 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31606> a vocabulary:Plot; + rdfs:label 31606 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31607> a vocabulary:Plot; + rdfs:label 31607 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31608> a vocabulary:Plot; + rdfs:label 31608 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31609> a vocabulary:Plot; + rdfs:label 31609 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31610> a vocabulary:Plot; + rdfs:label 31610 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31611> a vocabulary:Plot; + rdfs:label 31611 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31612> a vocabulary:Plot; + rdfs:label 31612 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31613> a vocabulary:Plot; + rdfs:label 31613 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31614> a vocabulary:Plot; + rdfs:label 31614 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31615> a vocabulary:Plot; + rdfs:label 31615 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31616> a vocabulary:Plot; + rdfs:label 31616 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31617> a vocabulary:Plot; + rdfs:label 31617 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31618> a vocabulary:Plot; + rdfs:label 31618 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31619> a vocabulary:Plot; + rdfs:label 31619 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31620> a vocabulary:Plot; + rdfs:label 31620 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31621> a vocabulary:Plot; + rdfs:label 31621 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31622> a vocabulary:Plot; + rdfs:label 31622 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31623> a vocabulary:Plot; + rdfs:label 31623 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31624> a vocabulary:Plot; + rdfs:label 31624 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31625> a vocabulary:Plot; + rdfs:label 31625 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31626> a vocabulary:Plot; + rdfs:label 31626 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31627> a vocabulary:Plot; + rdfs:label 31627 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31628> a vocabulary:Plot; + rdfs:label 31628 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31629> a vocabulary:Plot; + rdfs:label 31629 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31630> a vocabulary:Plot; + rdfs:label 31630 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31631> a vocabulary:Plot; + rdfs:label 31631 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31632> a vocabulary:Plot; + rdfs:label 31632 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31633> a vocabulary:Plot; + rdfs:label 31633 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31634> a vocabulary:Plot; + rdfs:label 31634 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31635> a vocabulary:Plot; + rdfs:label 31635 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31636> a vocabulary:Plot; + rdfs:label 31636 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31637> a vocabulary:Plot; + rdfs:label 31637 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31638> a vocabulary:Plot; + rdfs:label 31638 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31639> a vocabulary:Plot; + rdfs:label 31639 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31640> a vocabulary:Plot; + rdfs:label 31640 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31457> a vocabulary:Plot; + rdfs:label 31457 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31641> a vocabulary:Plot; + rdfs:label 31641 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31642> a vocabulary:Plot; + rdfs:label 31642 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31643> a vocabulary:Plot; + rdfs:label 31643 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31644> a vocabulary:Plot; + rdfs:label 31644 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31645> a vocabulary:Plot; + rdfs:label 31645 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31646> a vocabulary:Plot; + rdfs:label 31646 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31647> a vocabulary:Plot; + rdfs:label 31647 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31648> a vocabulary:Plot; + rdfs:label 31648 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31649> a vocabulary:Plot; + rdfs:label 31649 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31650> a vocabulary:Plot; + rdfs:label 31650 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31651> a vocabulary:Plot; + rdfs:label 31651 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31652> a vocabulary:Plot; + rdfs:label 31652 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31583> a vocabulary:Plot; + rdfs:label "31583"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur282> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31584> a vocabulary:Plot; + rdfs:label "31584"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur364> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31585> a vocabulary:Plot; + rdfs:label "31585"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur249> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31586> a vocabulary:Plot; + rdfs:label "31586"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur260> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31587> a vocabulary:Plot; + rdfs:label "31587"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur325> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31588> a vocabulary:Plot; + rdfs:label "31588"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur221> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31589> a vocabulary:Plot; + rdfs:label "31589"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur271> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31590> a vocabulary:Plot; + rdfs:label "31590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur213> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31591> a vocabulary:Plot; + rdfs:label "31591"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur300> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31592> a vocabulary:Plot; + rdfs:label "31592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur360> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31593> a vocabulary:Plot; + rdfs:label "31593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur244> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31594> a vocabulary:Plot; + rdfs:label "31594"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur275> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31595> a vocabulary:Plot; + rdfs:label "31595"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur355> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31596> a vocabulary:Plot; + rdfs:label "31596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur289> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31597> a vocabulary:Plot; + rdfs:label "31597"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur214> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31598> a vocabulary:Plot; + rdfs:label "31598"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur228> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31599> a vocabulary:Plot; + rdfs:label "31599"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur234> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31600> a vocabulary:Plot; + rdfs:label "31600"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur338> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31601> a vocabulary:Plot; + rdfs:label "31601"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur267> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31602> a vocabulary:Plot; + rdfs:label "31602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur346> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31603> a vocabulary:Plot; + rdfs:label "31603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur307> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31604> a vocabulary:Plot; + rdfs:label "31604"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur225> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31605> a vocabulary:Plot; + rdfs:label "31605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur195> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31606> a vocabulary:Plot; + rdfs:label "31606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur264> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31607> a vocabulary:Plot; + rdfs:label "31607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur343> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31608> a vocabulary:Plot; + rdfs:label "31608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur241> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31609> a vocabulary:Plot; + rdfs:label "31609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur350> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31610> a vocabulary:Plot; + rdfs:label "31610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur280> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31611> a vocabulary:Plot; + rdfs:label "31611"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur287> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31612> a vocabulary:Plot; + rdfs:label "31612"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur359> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31613> a vocabulary:Plot; + rdfs:label "31613"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur319> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31614> a vocabulary:Plot; + rdfs:label "31614"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur199> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31615> a vocabulary:Plot; + rdfs:label "31615"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur334> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31616> a vocabulary:Plot; + rdfs:label "31616"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur270> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31617> a vocabulary:Plot; + rdfs:label "31617"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur196> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31618> a vocabulary:Plot; + rdfs:label "31618"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur286> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31619> a vocabulary:Plot; + rdfs:label "31619"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur205> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31620> a vocabulary:Plot; + rdfs:label "31620"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur240> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31621> a vocabulary:Plot; + rdfs:label "31621"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur210> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31622> a vocabulary:Plot; + rdfs:label "31622"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur204> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31623> a vocabulary:Plot; + rdfs:label "31623"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur323> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31624> a vocabulary:Plot; + rdfs:label "31624"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur294> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31625> a vocabulary:Plot; + rdfs:label "31625"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur231> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31626> a vocabulary:Plot; + rdfs:label "31626"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur291> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31627> a vocabulary:Plot; + rdfs:label "31627"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur298> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31628> a vocabulary:Plot; + rdfs:label "31628"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur227> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31629> a vocabulary:Plot; + rdfs:label "31629"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur278> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31630> a vocabulary:Plot; + rdfs:label "31630"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur233> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31631> a vocabulary:Plot; + rdfs:label "31631"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur189> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31632> a vocabulary:Plot; + rdfs:label "31632"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur220> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31633> a vocabulary:Plot; + rdfs:label "31633"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur193> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31634> a vocabulary:Plot; + rdfs:label "31634"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur224> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31635> a vocabulary:Plot; + rdfs:label "31635"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur201> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31636> a vocabulary:Plot; + rdfs:label "31636"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur336> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31637> a vocabulary:Plot; + rdfs:label "31637"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur265> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31638> a vocabulary:Plot; + rdfs:label "31638"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur197> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31639> a vocabulary:Plot; + rdfs:label "31639"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur242> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31640> a vocabulary:Plot; + rdfs:label "31640"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur259> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31457> a vocabulary:Plot; + rdfs:label "31457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur2> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31641> a vocabulary:Plot; + rdfs:label "31641"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur326> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31642> a vocabulary:Plot; + rdfs:label "31642"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur369> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31643> a vocabulary:Plot; + rdfs:label "31643"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur245> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31644> a vocabulary:Plot; + rdfs:label "31644"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur232> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31645> a vocabulary:Plot; + rdfs:label "31645"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur361> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31646> a vocabulary:Plot; + rdfs:label "31646"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur296> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31647> a vocabulary:Plot; + rdfs:label "31647"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur304> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31648> a vocabulary:Plot; + rdfs:label "31648"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur332> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31649> a vocabulary:Plot; + rdfs:label "31649"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur371> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31650> a vocabulary:Plot; + rdfs:label "31650"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur284> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31651> a vocabulary:Plot; + rdfs:label "31651"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur237> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31652> a vocabulary:Plot; + rdfs:label "31652"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur257> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31583> a vocabulary:Plot; + rdfs:label "31583"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur282> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31584> a vocabulary:Plot; + rdfs:label "31584"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur364> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31585> a vocabulary:Plot; + rdfs:label "31585"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur249> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31586> a vocabulary:Plot; + rdfs:label "31586"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur260> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31587> a vocabulary:Plot; + rdfs:label "31587"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur325> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31588> a vocabulary:Plot; + rdfs:label "31588"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur221> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31589> a vocabulary:Plot; + rdfs:label "31589"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur271> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31590> a vocabulary:Plot; + rdfs:label "31590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur213> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31591> a vocabulary:Plot; + rdfs:label "31591"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur300> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31592> a vocabulary:Plot; + rdfs:label "31592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur360> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31593> a vocabulary:Plot; + rdfs:label "31593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur244> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31594> a vocabulary:Plot; + rdfs:label "31594"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur275> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31595> a vocabulary:Plot; + rdfs:label "31595"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur355> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31596> a vocabulary:Plot; + rdfs:label "31596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur289> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31597> a vocabulary:Plot; + rdfs:label "31597"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur214> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31598> a vocabulary:Plot; + rdfs:label "31598"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur228> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31599> a vocabulary:Plot; + rdfs:label "31599"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur234> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31600> a vocabulary:Plot; + rdfs:label "31600"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur338> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31601> a vocabulary:Plot; + rdfs:label "31601"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur267> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31602> a vocabulary:Plot; + rdfs:label "31602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur346> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31603> a vocabulary:Plot; + rdfs:label "31603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur307> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31604> a vocabulary:Plot; + rdfs:label "31604"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur225> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31605> a vocabulary:Plot; + rdfs:label "31605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur195> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31606> a vocabulary:Plot; + rdfs:label "31606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur264> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31607> a vocabulary:Plot; + rdfs:label "31607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur343> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31608> a vocabulary:Plot; + rdfs:label "31608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur241> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31609> a vocabulary:Plot; + rdfs:label "31609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur350> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31610> a vocabulary:Plot; + rdfs:label "31610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur280> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31611> a vocabulary:Plot; + rdfs:label "31611"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur287> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31612> a vocabulary:Plot; + rdfs:label "31612"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur359> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31613> a vocabulary:Plot; + rdfs:label "31613"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur319> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31614> a vocabulary:Plot; + rdfs:label "31614"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur199> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31615> a vocabulary:Plot; + rdfs:label "31615"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur334> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31616> a vocabulary:Plot; + rdfs:label "31616"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur270> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31617> a vocabulary:Plot; + rdfs:label "31617"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur196> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31618> a vocabulary:Plot; + rdfs:label "31618"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur286> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31619> a vocabulary:Plot; + rdfs:label "31619"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur205> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31620> a vocabulary:Plot; + rdfs:label "31620"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur240> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31621> a vocabulary:Plot; + rdfs:label "31621"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur210> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31622> a vocabulary:Plot; + rdfs:label "31622"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur204> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31623> a vocabulary:Plot; + rdfs:label "31623"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur323> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31624> a vocabulary:Plot; + rdfs:label "31624"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur294> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31625> a vocabulary:Plot; + rdfs:label "31625"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur231> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31626> a vocabulary:Plot; + rdfs:label "31626"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur291> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31627> a vocabulary:Plot; + rdfs:label "31627"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur298> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31628> a vocabulary:Plot; + rdfs:label "31628"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur227> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31629> a vocabulary:Plot; + rdfs:label "31629"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur278> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31630> a vocabulary:Plot; + rdfs:label "31630"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur233> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31631> a vocabulary:Plot; + rdfs:label "31631"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur189> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31632> a vocabulary:Plot; + rdfs:label "31632"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur220> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31633> a vocabulary:Plot; + rdfs:label "31633"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur193> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31634> a vocabulary:Plot; + rdfs:label "31634"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur224> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31635> a vocabulary:Plot; + rdfs:label "31635"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur201> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31636> a vocabulary:Plot; + rdfs:label "31636"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur336> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31637> a vocabulary:Plot; + rdfs:label "31637"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur265> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31638> a vocabulary:Plot; + rdfs:label "31638"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur197> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31639> a vocabulary:Plot; + rdfs:label "31639"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur242> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31640> a vocabulary:Plot; + rdfs:label "31640"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur259> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31457> a vocabulary:Plot; + rdfs:label "31457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur2> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31641> a vocabulary:Plot; + rdfs:label "31641"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur326> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31642> a vocabulary:Plot; + rdfs:label "31642"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur369> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31643> a vocabulary:Plot; + rdfs:label "31643"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur245> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31644> a vocabulary:Plot; + rdfs:label "31644"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur232> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31645> a vocabulary:Plot; + rdfs:label "31645"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur361> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31646> a vocabulary:Plot; + rdfs:label "31646"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur296> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31647> a vocabulary:Plot; + rdfs:label "31647"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur304> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31648> a vocabulary:Plot; + rdfs:label "31648"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur332> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31649> a vocabulary:Plot; + rdfs:label "31649"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur371> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31650> a vocabulary:Plot; + rdfs:label "31650"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur284> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31651> a vocabulary:Plot; + rdfs:label "31651"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur237> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31652> a vocabulary:Plot; + rdfs:label "31652"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur257> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31583> a vocabulary:Plot; + rdfs:label "31583"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur282> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31584> a vocabulary:Plot; + rdfs:label "31584"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur364> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31585> a vocabulary:Plot; + rdfs:label "31585"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur249> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31586> a vocabulary:Plot; + rdfs:label "31586"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur260> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31587> a vocabulary:Plot; + rdfs:label "31587"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur325> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31588> a vocabulary:Plot; + rdfs:label "31588"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur221> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31589> a vocabulary:Plot; + rdfs:label "31589"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur271> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31590> a vocabulary:Plot; + rdfs:label "31590"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur213> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31591> a vocabulary:Plot; + rdfs:label "31591"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur300> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31592> a vocabulary:Plot; + rdfs:label "31592"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur360> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31593> a vocabulary:Plot; + rdfs:label "31593"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur244> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31594> a vocabulary:Plot; + rdfs:label "31594"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur275> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31595> a vocabulary:Plot; + rdfs:label "31595"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur355> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31596> a vocabulary:Plot; + rdfs:label "31596"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur289> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31597> a vocabulary:Plot; + rdfs:label "31597"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur214> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31598> a vocabulary:Plot; + rdfs:label "31598"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur228> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31599> a vocabulary:Plot; + rdfs:label "31599"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur234> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31600> a vocabulary:Plot; + rdfs:label "31600"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur338> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31601> a vocabulary:Plot; + rdfs:label "31601"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur267> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31602> a vocabulary:Plot; + rdfs:label "31602"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur346> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31603> a vocabulary:Plot; + rdfs:label "31603"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur307> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31604> a vocabulary:Plot; + rdfs:label "31604"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur225> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31605> a vocabulary:Plot; + rdfs:label "31605"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur195> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31606> a vocabulary:Plot; + rdfs:label "31606"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur264> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31607> a vocabulary:Plot; + rdfs:label "31607"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur343> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31608> a vocabulary:Plot; + rdfs:label "31608"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur241> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31609> a vocabulary:Plot; + rdfs:label "31609"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur350> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31610> a vocabulary:Plot; + rdfs:label "31610"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur280> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31611> a vocabulary:Plot; + rdfs:label "31611"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur287> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31612> a vocabulary:Plot; + rdfs:label "31612"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur359> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31613> a vocabulary:Plot; + rdfs:label "31613"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur319> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31614> a vocabulary:Plot; + rdfs:label "31614"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur199> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31615> a vocabulary:Plot; + rdfs:label "31615"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur334> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31616> a vocabulary:Plot; + rdfs:label "31616"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur270> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31617> a vocabulary:Plot; + rdfs:label "31617"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur196> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31618> a vocabulary:Plot; + rdfs:label "31618"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur286> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31619> a vocabulary:Plot; + rdfs:label "31619"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur205> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31620> a vocabulary:Plot; + rdfs:label "31620"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur240> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31621> a vocabulary:Plot; + rdfs:label "31621"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur210> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31622> a vocabulary:Plot; + rdfs:label "31622"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur204> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31623> a vocabulary:Plot; + rdfs:label "31623"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur323> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31624> a vocabulary:Plot; + rdfs:label "31624"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur294> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31625> a vocabulary:Plot; + rdfs:label "31625"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur231> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31626> a vocabulary:Plot; + rdfs:label "31626"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur291> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31627> a vocabulary:Plot; + rdfs:label "31627"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur298> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31628> a vocabulary:Plot; + rdfs:label "31628"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur227> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31629> a vocabulary:Plot; + rdfs:label "31629"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur278> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31630> a vocabulary:Plot; + rdfs:label "31630"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur233> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31631> a vocabulary:Plot; + rdfs:label "31631"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur189> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31632> a vocabulary:Plot; + rdfs:label "31632"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur220> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31633> a vocabulary:Plot; + rdfs:label "31633"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur193> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31634> a vocabulary:Plot; + rdfs:label "31634"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur224> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31635> a vocabulary:Plot; + rdfs:label "31635"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur201> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31636> a vocabulary:Plot; + rdfs:label "31636"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur336> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31637> a vocabulary:Plot; + rdfs:label "31637"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur265> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31638> a vocabulary:Plot; + rdfs:label "31638"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur197> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31639> a vocabulary:Plot; + rdfs:label "31639"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur242> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31640> a vocabulary:Plot; + rdfs:label "31640"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur259> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31457> a vocabulary:Plot; + rdfs:label "31457"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur2> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31641> a vocabulary:Plot; + rdfs:label "31641"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur326> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31642> a vocabulary:Plot; + rdfs:label "31642"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur369> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31643> a vocabulary:Plot; + rdfs:label "31643"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur245> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31644> a vocabulary:Plot; + rdfs:label "31644"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur232> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31645> a vocabulary:Plot; + rdfs:label "31645"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur361> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31646> a vocabulary:Plot; + rdfs:label "31646"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur296> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31647> a vocabulary:Plot; + rdfs:label "31647"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur304> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31648> a vocabulary:Plot; + rdfs:label "31648"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur332> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31649> a vocabulary:Plot; + rdfs:label "31649"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur371> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31650> a vocabulary:Plot; + rdfs:label "31650"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur284> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31651> a vocabulary:Plot; + rdfs:label "31651"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur237> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31652> a vocabulary:Plot; + rdfs:label "31652"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur257> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2019> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> rdfs:label "31653"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur190> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31654> a vocabulary:Plot; + rdfs:label "31654"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur320> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31655> a vocabulary:Plot; + rdfs:label "31655"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur345> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31656> a vocabulary:Plot; + rdfs:label "31656"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur254> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31657> a vocabulary:Plot; + rdfs:label "31657"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur223> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31658> a vocabulary:Plot; + rdfs:label "31658"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur322> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31659> a vocabulary:Plot; + rdfs:label "31659"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur238> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31660> a vocabulary:Plot; + rdfs:label "31660"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur243> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31661> a vocabulary:Plot; + rdfs:label "31661"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur239> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31662> a vocabulary:Plot; + rdfs:label "31662"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur250> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31663> a vocabulary:Plot; + rdfs:label "31663"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur246> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31664> a vocabulary:Plot; + rdfs:label "31664"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur256> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31665> a vocabulary:Plot; + rdfs:label "31665"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur252> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31666> a vocabulary:Plot; + rdfs:label "31666"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur272> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31667> a vocabulary:Plot; + rdfs:label "31667"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur290> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31668> a vocabulary:Plot; + rdfs:label "31668"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur187> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31669> a vocabulary:Plot; + rdfs:label "31669"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur297> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31670> a vocabulary:Plot; + rdfs:label "31670"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur311> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31671> a vocabulary:Plot; + rdfs:label "31671"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur356> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31672> a vocabulary:Plot; + rdfs:label "31672"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur215> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31673> a vocabulary:Plot; + rdfs:label "31673"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur211> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31674> a vocabulary:Plot; + rdfs:label "31674"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur192> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31473> a vocabulary:Plot; + rdfs:label "31473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur396> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31474> a vocabulary:Plot; + rdfs:label "31474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur405> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31475> a vocabulary:Plot; + rdfs:label "31475"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur409> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31469> a vocabulary:Plot; + rdfs:label "31469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur1> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31471> a vocabulary:Plot; + rdfs:label "31471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur3> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31472> a vocabulary:Plot; + rdfs:label "31472"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur5> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31487> a vocabulary:Plot; + rdfs:label "31487"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur7> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31476> a vocabulary:Plot; + rdfs:label "31476"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur12> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31479> a vocabulary:Plot; + rdfs:label "31479"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur17> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31480> a vocabulary:Plot; + rdfs:label "31480"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur19> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31481> a vocabulary:Plot; + rdfs:label "31481"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur20> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31482> a vocabulary:Plot; + rdfs:label "31482"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur22> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31483> a vocabulary:Plot; + rdfs:label "31483"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur28> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31477> a vocabulary:Plot; + rdfs:label "31477"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur31> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31478> a vocabulary:Plot; + rdfs:label "31478"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur32> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31458> a vocabulary:Plot; + rdfs:label "31458"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur37> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31459> a vocabulary:Plot; + rdfs:label "31459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur44> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31460> a vocabulary:Plot; + rdfs:label "31460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur45> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31461> a vocabulary:Plot; + rdfs:label "31461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur46> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31484> a vocabulary:Plot; + rdfs:label "31484"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur50> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31485> a vocabulary:Plot; + rdfs:label "31485"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur58> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31486> a vocabulary:Plot; + rdfs:label "31486"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur63> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31462> a vocabulary:Plot; + rdfs:label "31462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur64> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31463> a vocabulary:Plot; + rdfs:label "31463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur65> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31464> a vocabulary:Plot; + rdfs:label "31464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur66> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31465> a vocabulary:Plot; + rdfs:label "31465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur67> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31466> a vocabulary:Plot; + rdfs:label "31466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur182> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> rdfs:label "31653"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur190> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31654> a vocabulary:Plot; + rdfs:label "31654"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur320> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31655> a vocabulary:Plot; + rdfs:label "31655"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur345> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31656> a vocabulary:Plot; + rdfs:label "31656"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur254> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31657> a vocabulary:Plot; + rdfs:label "31657"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur223> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31658> a vocabulary:Plot; + rdfs:label "31658"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur322> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31659> a vocabulary:Plot; + rdfs:label "31659"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur238> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31660> a vocabulary:Plot; + rdfs:label "31660"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur243> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31661> a vocabulary:Plot; + rdfs:label "31661"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur239> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31662> a vocabulary:Plot; + rdfs:label "31662"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur250> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31663> a vocabulary:Plot; + rdfs:label "31663"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur246> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31664> a vocabulary:Plot; + rdfs:label "31664"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur256> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31665> a vocabulary:Plot; + rdfs:label "31665"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur252> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31666> a vocabulary:Plot; + rdfs:label "31666"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur272> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31667> a vocabulary:Plot; + rdfs:label "31667"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur290> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31668> a vocabulary:Plot; + rdfs:label "31668"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur187> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31669> a vocabulary:Plot; + rdfs:label "31669"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur297> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31670> a vocabulary:Plot; + rdfs:label "31670"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur311> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31671> a vocabulary:Plot; + rdfs:label "31671"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur356> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31672> a vocabulary:Plot; + rdfs:label "31672"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur215> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31673> a vocabulary:Plot; + rdfs:label "31673"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur211> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31674> a vocabulary:Plot; + rdfs:label "31674"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur192> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31473> a vocabulary:Plot; + rdfs:label "31473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur396> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31474> a vocabulary:Plot; + rdfs:label "31474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur405> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31475> a vocabulary:Plot; + rdfs:label "31475"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur409> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31469> a vocabulary:Plot; + rdfs:label "31469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur1> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31471> a vocabulary:Plot; + rdfs:label "31471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur3> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31472> a vocabulary:Plot; + rdfs:label "31472"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur5> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31487> a vocabulary:Plot; + rdfs:label "31487"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur7> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31476> a vocabulary:Plot; + rdfs:label "31476"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur12> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31479> a vocabulary:Plot; + rdfs:label "31479"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur17> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31480> a vocabulary:Plot; + rdfs:label "31480"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur19> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31481> a vocabulary:Plot; + rdfs:label "31481"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur20> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31482> a vocabulary:Plot; + rdfs:label "31482"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur22> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31483> a vocabulary:Plot; + rdfs:label "31483"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur28> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31477> a vocabulary:Plot; + rdfs:label "31477"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur31> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31478> a vocabulary:Plot; + rdfs:label "31478"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur32> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31458> a vocabulary:Plot; + rdfs:label "31458"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur37> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31459> a vocabulary:Plot; + rdfs:label "31459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur44> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31460> a vocabulary:Plot; + rdfs:label "31460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur45> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31461> a vocabulary:Plot; + rdfs:label "31461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur46> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31484> a vocabulary:Plot; + rdfs:label "31484"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur50> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31485> a vocabulary:Plot; + rdfs:label "31485"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur58> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31486> a vocabulary:Plot; + rdfs:label "31486"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur63> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31462> a vocabulary:Plot; + rdfs:label "31462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur64> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31463> a vocabulary:Plot; + rdfs:label "31463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur65> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31464> a vocabulary:Plot; + rdfs:label "31464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur66> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31465> a vocabulary:Plot; + rdfs:label "31465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur67> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31466> a vocabulary:Plot; + rdfs:label "31466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur182> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33202> a vocabulary:Plot; + rdfs:label "33202"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur383> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33203> a vocabulary:Plot; + rdfs:label "33203"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur382> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33204> a vocabulary:Plot; + rdfs:label "33204"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur384> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33205> a vocabulary:Plot; + rdfs:label "33205"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur385> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33206> a vocabulary:Plot; + rdfs:label "33206"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur386> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33207> a vocabulary:Plot; + rdfs:label "33207"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur387> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33208> a vocabulary:Plot; + rdfs:label "33208"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur389> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33209> a vocabulary:Plot; + rdfs:label "33209"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur390> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33210> a vocabulary:Plot; + rdfs:label "33210"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur391> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33211> a vocabulary:Plot; + rdfs:label "33211"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur392> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33212> a vocabulary:Plot; + rdfs:label "33212"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur393> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33213> a vocabulary:Plot; + rdfs:label "33213"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur394> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33214> a vocabulary:Plot; + rdfs:label "33214"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur395> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33215> a vocabulary:Plot; + rdfs:label "33215"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur68> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33216> a vocabulary:Plot; + rdfs:label "33216"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur397> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33217> a vocabulary:Plot; + rdfs:label "33217"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur398> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33218> a vocabulary:Plot; + rdfs:label "33218"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur381> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31467> a vocabulary:Plot; + rdfs:label "31467"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31468> a vocabulary:Plot; + rdfs:label "31468"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31470> a vocabulary:Plot; + rdfs:label "31470"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur2> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33219> a vocabulary:Plot; + rdfs:label "33219"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur372> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33220> a vocabulary:Plot; + rdfs:label "33220"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur373> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33221> a vocabulary:Plot; + rdfs:label "33221"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur374> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33222> a vocabulary:Plot; + rdfs:label "33222"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur375> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33223> a vocabulary:Plot; + rdfs:label "33223"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur376> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33224> a vocabulary:Plot; + rdfs:label "33224"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur377> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33225> a vocabulary:Plot; + rdfs:label "33225"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur379> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33226> a vocabulary:Plot; + rdfs:label "33226"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur380> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33227> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> rdfs:label "31653"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur190> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31654> a vocabulary:Plot; + rdfs:label "31654"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur320> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31655> a vocabulary:Plot; + rdfs:label "31655"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur345> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31656> a vocabulary:Plot; + rdfs:label "31656"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur254> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31657> a vocabulary:Plot; + rdfs:label "31657"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur223> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31658> a vocabulary:Plot; + rdfs:label "31658"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur322> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31659> a vocabulary:Plot; + rdfs:label "31659"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur238> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31660> a vocabulary:Plot; + rdfs:label "31660"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur243> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31661> a vocabulary:Plot; + rdfs:label "31661"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur239> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31662> a vocabulary:Plot; + rdfs:label "31662"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur250> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31663> a vocabulary:Plot; + rdfs:label "31663"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur246> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31664> a vocabulary:Plot; + rdfs:label "31664"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur256> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31665> a vocabulary:Plot; + rdfs:label "31665"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur252> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31666> a vocabulary:Plot; + rdfs:label "31666"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur272> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31667> a vocabulary:Plot; + rdfs:label "31667"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur290> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31668> a vocabulary:Plot; + rdfs:label "31668"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur187> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31669> a vocabulary:Plot; + rdfs:label "31669"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur297> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31670> a vocabulary:Plot; + rdfs:label "31670"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur311> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31671> a vocabulary:Plot; + rdfs:label "31671"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur356> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31672> a vocabulary:Plot; + rdfs:label "31672"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur215> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31673> a vocabulary:Plot; + rdfs:label "31673"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur211> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31674> a vocabulary:Plot; + rdfs:label "31674"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur192> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31473> a vocabulary:Plot; + rdfs:label "31473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur396> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31474> a vocabulary:Plot; + rdfs:label "31474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur405> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31475> a vocabulary:Plot; + rdfs:label "31475"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur409> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31469> a vocabulary:Plot; + rdfs:label "31469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur1> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31471> a vocabulary:Plot; + rdfs:label "31471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur3> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31472> a vocabulary:Plot; + rdfs:label "31472"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur5> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31487> a vocabulary:Plot; + rdfs:label "31487"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur7> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31476> a vocabulary:Plot; + rdfs:label "31476"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur12> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31479> a vocabulary:Plot; + rdfs:label "31479"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur17> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31480> a vocabulary:Plot; + rdfs:label "31480"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur19> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31481> a vocabulary:Plot; + rdfs:label "31481"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur20> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31482> a vocabulary:Plot; + rdfs:label "31482"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur22> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31483> a vocabulary:Plot; + rdfs:label "31483"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur28> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31477> a vocabulary:Plot; + rdfs:label "31477"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur31> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31478> a vocabulary:Plot; + rdfs:label "31478"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur32> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31458> a vocabulary:Plot; + rdfs:label "31458"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur37> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31459> a vocabulary:Plot; + rdfs:label "31459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur44> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31460> a vocabulary:Plot; + rdfs:label "31460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur45> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31461> a vocabulary:Plot; + rdfs:label "31461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur46> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31484> a vocabulary:Plot; + rdfs:label "31484"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur50> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31485> a vocabulary:Plot; + rdfs:label "31485"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur58> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31486> a vocabulary:Plot; + rdfs:label "31486"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur63> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31462> a vocabulary:Plot; + rdfs:label "31462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur64> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31463> a vocabulary:Plot; + rdfs:label "31463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur65> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31464> a vocabulary:Plot; + rdfs:label "31464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur66> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31465> a vocabulary:Plot; + rdfs:label "31465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur67> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31466> a vocabulary:Plot; + rdfs:label "31466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur182> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33202> a vocabulary:Plot; + rdfs:label "33202"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur383> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33203> a vocabulary:Plot; + rdfs:label "33203"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur382> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33204> a vocabulary:Plot; + rdfs:label "33204"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur384> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33205> a vocabulary:Plot; + rdfs:label "33205"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur385> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33206> a vocabulary:Plot; + rdfs:label "33206"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur386> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33207> a vocabulary:Plot; + rdfs:label "33207"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur387> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33208> a vocabulary:Plot; + rdfs:label "33208"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur389> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33209> a vocabulary:Plot; + rdfs:label "33209"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur390> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33210> a vocabulary:Plot; + rdfs:label "33210"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur391> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33211> a vocabulary:Plot; + rdfs:label "33211"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur392> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33212> a vocabulary:Plot; + rdfs:label "33212"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur393> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33213> a vocabulary:Plot; + rdfs:label "33213"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur394> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33214> a vocabulary:Plot; + rdfs:label "33214"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur395> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33215> a vocabulary:Plot; + rdfs:label "33215"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur68> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33216> a vocabulary:Plot; + rdfs:label "33216"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur397> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33217> a vocabulary:Plot; + rdfs:label "33217"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur398> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33218> a vocabulary:Plot; + rdfs:label "33218"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur381> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31467> a vocabulary:Plot; + rdfs:label "31467"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31468> a vocabulary:Plot; + rdfs:label "31468"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31470> a vocabulary:Plot; + rdfs:label "31470"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur2> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33219> a vocabulary:Plot; + rdfs:label "33219"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur372> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33220> a vocabulary:Plot; + rdfs:label "33220"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur373> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33221> a vocabulary:Plot; + rdfs:label "33221"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur374> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33222> a vocabulary:Plot; + rdfs:label "33222"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur375> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33223> a vocabulary:Plot; + rdfs:label "33223"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur376> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33224> a vocabulary:Plot; + rdfs:label "33224"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur377> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33225> a vocabulary:Plot; + rdfs:label "33225"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur379> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33226> a vocabulary:Plot; + rdfs:label "33226"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur380> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> rdfs:label "31653"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur190> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31654> a vocabulary:Plot; + rdfs:label "31654"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur320> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31655> a vocabulary:Plot; + rdfs:label "31655"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur345> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31656> a vocabulary:Plot; + rdfs:label "31656"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur254> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31657> a vocabulary:Plot; + rdfs:label "31657"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur223> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31658> a vocabulary:Plot; + rdfs:label "31658"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur322> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31659> a vocabulary:Plot; + rdfs:label "31659"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur238> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31660> a vocabulary:Plot; + rdfs:label "31660"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur243> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31661> a vocabulary:Plot; + rdfs:label "31661"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur239> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31662> a vocabulary:Plot; + rdfs:label "31662"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur250> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31663> a vocabulary:Plot; + rdfs:label "31663"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur246> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31664> a vocabulary:Plot; + rdfs:label "31664"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur256> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31665> a vocabulary:Plot; + rdfs:label "31665"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur252> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31666> a vocabulary:Plot; + rdfs:label "31666"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur272> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31667> a vocabulary:Plot; + rdfs:label "31667"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur290> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31668> a vocabulary:Plot; + rdfs:label "31668"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur187> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31669> a vocabulary:Plot; + rdfs:label "31669"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur297> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31670> a vocabulary:Plot; + rdfs:label "31670"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur311> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31671> a vocabulary:Plot; + rdfs:label "31671"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur356> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31672> a vocabulary:Plot; + rdfs:label "31672"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur215> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31673> a vocabulary:Plot; + rdfs:label "31673"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur211> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31674> a vocabulary:Plot; + rdfs:label "31674"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur192> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31473> a vocabulary:Plot; + rdfs:label "31473"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur396> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31474> a vocabulary:Plot; + rdfs:label "31474"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur405> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31475> a vocabulary:Plot; + rdfs:label "31475"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur409> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31469> a vocabulary:Plot; + rdfs:label "31469"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur1> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31471> a vocabulary:Plot; + rdfs:label "31471"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur3> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31472> a vocabulary:Plot; + rdfs:label "31472"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur5> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31487> a vocabulary:Plot; + rdfs:label "31487"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur7> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31476> a vocabulary:Plot; + rdfs:label "31476"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur12> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31479> a vocabulary:Plot; + rdfs:label "31479"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur17> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31480> a vocabulary:Plot; + rdfs:label "31480"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur19> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31481> a vocabulary:Plot; + rdfs:label "31481"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur20> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31482> a vocabulary:Plot; + rdfs:label "31482"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur22> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31483> a vocabulary:Plot; + rdfs:label "31483"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur28> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31477> a vocabulary:Plot; + rdfs:label "31477"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur31> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31478> a vocabulary:Plot; + rdfs:label "31478"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur32> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31458> a vocabulary:Plot; + rdfs:label "31458"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur37> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31459> a vocabulary:Plot; + rdfs:label "31459"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur44> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31460> a vocabulary:Plot; + rdfs:label "31460"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur45> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31461> a vocabulary:Plot; + rdfs:label "31461"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur46> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31484> a vocabulary:Plot; + rdfs:label "31484"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur50> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31485> a vocabulary:Plot; + rdfs:label "31485"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur58> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31486> a vocabulary:Plot; + rdfs:label "31486"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur63> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31462> a vocabulary:Plot; + rdfs:label "31462"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur64> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31463> a vocabulary:Plot; + rdfs:label "31463"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur65> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31464> a vocabulary:Plot; + rdfs:label "31464"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur66> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31465> a vocabulary:Plot; + rdfs:label "31465"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur67> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31466> a vocabulary:Plot; + rdfs:label "31466"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur182> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33202> a vocabulary:Plot; + rdfs:label "33202"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur383> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33203> a vocabulary:Plot; + rdfs:label "33203"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur382> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33204> a vocabulary:Plot; + rdfs:label "33204"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur384> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33205> a vocabulary:Plot; + rdfs:label "33205"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur385> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33206> a vocabulary:Plot; + rdfs:label "33206"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur386> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33207> a vocabulary:Plot; + rdfs:label "33207"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur387> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33208> a vocabulary:Plot; + rdfs:label "33208"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur389> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33209> a vocabulary:Plot; + rdfs:label "33209"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur390> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33210> a vocabulary:Plot; + rdfs:label "33210"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur391> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33211> a vocabulary:Plot; + rdfs:label "33211"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur392> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33212> a vocabulary:Plot; + rdfs:label "33212"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur393> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33213> a vocabulary:Plot; + rdfs:label "33213"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur394> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33214> a vocabulary:Plot; + rdfs:label "33214"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur395> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33215> a vocabulary:Plot; + rdfs:label "33215"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur68> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33216> a vocabulary:Plot; + rdfs:label "33216"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur397> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33217> a vocabulary:Plot; + rdfs:label "33217"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur398> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33218> a vocabulary:Plot; + rdfs:label "33218"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur381> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31467> a vocabulary:Plot; + rdfs:label "31467"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur183> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31468> a vocabulary:Plot; + rdfs:label "31468"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur184> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31470> a vocabulary:Plot; + rdfs:label "31470"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur2> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33219> a vocabulary:Plot; + rdfs:label "33219"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur372> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33220> a vocabulary:Plot; + rdfs:label "33220"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur373> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33221> a vocabulary:Plot; + rdfs:label "33221"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur374> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33222> a vocabulary:Plot; + rdfs:label "33222"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur375> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33223> a vocabulary:Plot; + rdfs:label "33223"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur376> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33224> a vocabulary:Plot; + rdfs:label "33224"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur377> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33225> a vocabulary:Plot; + rdfs:label "33225"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur379> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33226> a vocabulary:Plot; + rdfs:label "33226"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur380> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31653> rdfs:label 31653 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31654> a vocabulary:Plot; + rdfs:label 31654 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31655> a vocabulary:Plot; + rdfs:label 31655 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31656> a vocabulary:Plot; + rdfs:label 31656 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31657> a vocabulary:Plot; + rdfs:label 31657 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31658> a vocabulary:Plot; + rdfs:label 31658 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31659> a vocabulary:Plot; + rdfs:label 31659 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31660> a vocabulary:Plot; + rdfs:label 31660 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31661> a vocabulary:Plot; + rdfs:label 31661 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31662> a vocabulary:Plot; + rdfs:label 31662 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31663> a vocabulary:Plot; + rdfs:label 31663 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31664> a vocabulary:Plot; + rdfs:label 31664 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31665> a vocabulary:Plot; + rdfs:label 31665 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31666> a vocabulary:Plot; + rdfs:label 31666 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31667> a vocabulary:Plot; + rdfs:label 31667 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31668> a vocabulary:Plot; + rdfs:label 31668 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31669> a vocabulary:Plot; + rdfs:label 31669 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31670> a vocabulary:Plot; + rdfs:label 31670 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31671> a vocabulary:Plot; + rdfs:label 31671 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31672> a vocabulary:Plot; + rdfs:label 31672 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31673> a vocabulary:Plot; + rdfs:label 31673 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31674> a vocabulary:Plot; + rdfs:label 31674 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31473> a vocabulary:Plot; + rdfs:label 31473 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31474> a vocabulary:Plot; + rdfs:label 31474 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31475> a vocabulary:Plot; + rdfs:label 31475 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31469> a vocabulary:Plot; + rdfs:label 31469 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31471> a vocabulary:Plot; + rdfs:label 31471 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31472> a vocabulary:Plot; + rdfs:label 31472 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31487> a vocabulary:Plot; + rdfs:label 31487 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31476> a vocabulary:Plot; + rdfs:label 31476 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31479> a vocabulary:Plot; + rdfs:label 31479 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31480> a vocabulary:Plot; + rdfs:label 31480 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31481> a vocabulary:Plot; + rdfs:label 31481 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31482> a vocabulary:Plot; + rdfs:label 31482 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31483> a vocabulary:Plot; + rdfs:label 31483 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31477> a vocabulary:Plot; + rdfs:label 31477 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31478> a vocabulary:Plot; + rdfs:label 31478 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31458> a vocabulary:Plot; + rdfs:label 31458 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31459> a vocabulary:Plot; + rdfs:label 31459 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31460> a vocabulary:Plot; + rdfs:label 31460 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31461> a vocabulary:Plot; + rdfs:label 31461 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31484> a vocabulary:Plot; + rdfs:label 31484 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31485> a vocabulary:Plot; + rdfs:label 31485 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31486> a vocabulary:Plot; + rdfs:label 31486 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31462> a vocabulary:Plot; + rdfs:label 31462 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31463> a vocabulary:Plot; + rdfs:label 31463 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31464> a vocabulary:Plot; + rdfs:label 31464 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31465> a vocabulary:Plot; + rdfs:label 31465 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31466> a vocabulary:Plot; + rdfs:label 31466 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33202> a vocabulary:Plot; + rdfs:label 33202 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33203> a vocabulary:Plot; + rdfs:label 33203 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33204> a vocabulary:Plot; + rdfs:label 33204 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33205> a vocabulary:Plot; + rdfs:label 33205 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33206> a vocabulary:Plot; + rdfs:label 33206 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33207> a vocabulary:Plot; + rdfs:label 33207 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33208> a vocabulary:Plot; + rdfs:label 33208 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33209> a vocabulary:Plot; + rdfs:label 33209 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33210> a vocabulary:Plot; + rdfs:label 33210 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33211> a vocabulary:Plot; + rdfs:label 33211 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33212> a vocabulary:Plot; + rdfs:label 33212 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33213> a vocabulary:Plot; + rdfs:label 33213 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33214> a vocabulary:Plot; + rdfs:label 33214 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33215> a vocabulary:Plot; + rdfs:label 33215 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33216> a vocabulary:Plot; + rdfs:label 33216 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33217> a vocabulary:Plot; + rdfs:label 33217 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33218> a vocabulary:Plot; + rdfs:label 33218 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31467> a vocabulary:Plot; + rdfs:label 31467 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31468> a vocabulary:Plot; + rdfs:label 31468 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_31470> a vocabulary:Plot; + rdfs:label 31470 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33219> a vocabulary:Plot; + rdfs:label 33219 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33220> a vocabulary:Plot; + rdfs:label 33220 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33221> a vocabulary:Plot; + rdfs:label 33221 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33222> a vocabulary:Plot; + rdfs:label 33222 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33223> a vocabulary:Plot; + rdfs:label 33223 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33224> a vocabulary:Plot; + rdfs:label 33224 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33225> a vocabulary:Plot; + rdfs:label 33225 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33226> a vocabulary:Plot; + rdfs:label 33226 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33227> a vocabulary:Plot . +} + +<http://vitis-explorer.inrae.fr/set/experiment> { + <http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> a vocabulary:Experiment; + rdfs:label "ResDur_2020"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2020-01-01"^^xsd:date; + vocabulary:endDate "2020-12-31"^^xsd:date; + vocabulary:isPublic true; + vocabulary:hasObjective "Données ResDur INRAE 2020" . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33227> a vocabulary:Plot; + rdfs:label "33227"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur378> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33228> a vocabulary:Plot; + rdfs:label "33228"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur406> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33229> a vocabulary:Plot; + rdfs:label "33229"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur407> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33230> a vocabulary:Plot; + rdfs:label "33230"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur408> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33231> a vocabulary:Plot; + rdfs:label "33231"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur409> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33232> a vocabulary:Plot; + rdfs:label "33232"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur410> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33233> a vocabulary:Plot; + rdfs:label "33233"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur399> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33234> a vocabulary:Plot; + rdfs:label "33234"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur400> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33235> a vocabulary:Plot; + rdfs:label "33235"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur401> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33236> a vocabulary:Plot; + rdfs:label "33236"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur402> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33237> a vocabulary:Plot; + rdfs:label "33237"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur403> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33238> a vocabulary:Plot; + rdfs:label "33238"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur404> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33398> a vocabulary:Plot; + rdfs:label "33398"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur388> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33227> a vocabulary:Plot; + rdfs:label "33227"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur378> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33228> a vocabulary:Plot; + rdfs:label "33228"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur406> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33229> a vocabulary:Plot; + rdfs:label "33229"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur407> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33230> a vocabulary:Plot; + rdfs:label "33230"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur408> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33231> a vocabulary:Plot; + rdfs:label "33231"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur409> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33232> a vocabulary:Plot; + rdfs:label "33232"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur410> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33233> a vocabulary:Plot; + rdfs:label "33233"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur399> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33234> a vocabulary:Plot; + rdfs:label "33234"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur400> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33235> a vocabulary:Plot; + rdfs:label "33235"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur401> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33236> a vocabulary:Plot; + rdfs:label "33236"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur402> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33237> a vocabulary:Plot; + rdfs:label "33237"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur403> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33238> a vocabulary:Plot; + rdfs:label "33238"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur404> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33398> a vocabulary:Plot; + rdfs:label "33398"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur388> . +} + +<http://vitis-explorer.inrae.fr/id/experiment/resdur_2020> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33227> rdfs:label "33227"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur378> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33228> a vocabulary:Plot; + rdfs:label "33228"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur406> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33229> a vocabulary:Plot; + rdfs:label "33229"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur407> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33230> a vocabulary:Plot; + rdfs:label "33230"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur408> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33231> a vocabulary:Plot; + rdfs:label "33231"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur409> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33232> a vocabulary:Plot; + rdfs:label "33232"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur410> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33233> a vocabulary:Plot; + rdfs:label "33233"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur399> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33234> a vocabulary:Plot; + rdfs:label "33234"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur400> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33235> a vocabulary:Plot; + rdfs:label "33235"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur401> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33236> a vocabulary:Plot; + rdfs:label "33236"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur402> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33237> a vocabulary:Plot; + rdfs:label "33237"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur403> . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33238> a vocabulary:Plot; + rdfs:label "33238"; + vocabulary:hasGermplasm <http://vitis-explorer.inrae.fr/id/germplasm/variety.inrae-resdur404> . +} + +<http://vitis-explorer.inrae.fr/set/scientific-object> { + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33227> rdfs:label 33227 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33228> a vocabulary:Plot; + rdfs:label 33228 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33229> a vocabulary:Plot; + rdfs:label 33229 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33230> a vocabulary:Plot; + rdfs:label 33230 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33231> a vocabulary:Plot; + rdfs:label 33231 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33232> a vocabulary:Plot; + rdfs:label 33232 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33233> a vocabulary:Plot; + rdfs:label 33233 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33234> a vocabulary:Plot; + rdfs:label 33234 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33235> a vocabulary:Plot; + rdfs:label 33235 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33236> a vocabulary:Plot; + rdfs:label 33236 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33237> a vocabulary:Plot; + rdfs:label 33237 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33238> a vocabulary:Plot; + rdfs:label 33238 . + + <vitis-explorer.inrae.fr:id/scientific-object/so-pu_33398> a vocabulary:Plot; + rdfs:label 33398 . +} + +<http://vitis-explorer.inrae.fr/set/experiment> { + <http://vitis-explorer.inrae.fr/id/experiment/resdur_2021> a vocabulary:Experiment; + rdfs:label "ResDur_2021"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2021-01-01"^^xsd:date; + vocabulary:endDate "2021-12-31"^^xsd:date; + vocabulary:isPublic true; + vocabulary:hasObjective "Données ResDur INRAE 2021" . + + <http://vitis-explorer.inrae.fr/id/experiment/resdur_2022> a vocabulary:Experiment; + rdfs:label "ResDur_2022"; + rdfs:comment ""; + dc:creator <http://vitis-explorer.inrae.fr/id/user/marie.lahaye>; + vocabulary:hasSpecies <http://aims.fao.org/aos/agrovoc/c_8283>; + vocabulary:startDate "2022-01-01"^^xsd:date; + vocabulary:endDate "2022-12-31"^^xsd:date; + vocabulary:isPublic true; + vocabulary:hasObjective "Données ResDur INRAE 2022" . +} diff --git a/examples/vitis-explorer/haproxy-build-step.docker b/examples/vitis-explorer/haproxy-build-step.docker new file mode 100644 index 0000000000000000000000000000000000000000..6e9fef71b3ef861f8c9145df3647465a6f43dcee --- /dev/null +++ b/examples/vitis-explorer/haproxy-build-step.docker @@ -0,0 +1,7 @@ +ARG HAPROXY_IMAGE_VERSION=$HAPROXY_IMAGE_VERSION + +FROM haproxy:$HAPROXY_IMAGE_VERSION +USER root +RUN mkdir /run/haproxy && chown haproxy:haproxy /run/haproxy && chmod 2775 /run/haproxy +USER haproxy +COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg \ No newline at end of file diff --git a/examples/vitis-explorer/haproxy.cfg b/examples/vitis-explorer/haproxy.cfg new file mode 100644 index 0000000000000000000000000000000000000000..aa68b5f0fa959e102ebc12ddefa7672d46106c5c --- /dev/null +++ b/examples/vitis-explorer/haproxy.cfg @@ -0,0 +1,77 @@ +#global +# log /dev/log local0 +# log /dev/log local1 notice +# #chroot /var/lib/haproxy +# #stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners +# #stats timeout 300s +# user haproxy +# group haproxy +# daemon +# +# # Default SSL material locations +# ca-base /etc/ssl/certs +# crt-base /etc/ssl/private +# +# # Default ciphers to use on SSL-enabled listening sockets. +# # For more information, see ciphers(1SSL). This list is from: +# # https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/ +# # An alternative list with additional directives can be obtained from +# # https://mozilla.github.io/server-side-tls/ssl-config-generator/?server=haproxy +# ssl-default-bind-ciphers ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:RSA+AESGCM:RSA+AES:!aNULL:!MD5:!DSS +# ssl-default-bind-options no-sslv3 +# +#defaults +# log global +# mode http +# option httplog +# option dontlognull +# timeout connect 5s +# timeout client 300s +# timeout server 300s +global + stats socket /run/haproxy/admin.sock user haproxy group haproxy mode 660 level admin expose-fd listeners + log stdout format raw local0 info + +defaults + mode http + timeout client 10s + timeout connect 5s + timeout server 10s + timeout http-request 10s + log global + +frontend http-web + timeout connect 5s + timeout client 300s + timeout server 300s + bind *:80 + mode http + acl is_opensilexserver path_beg /"$OPENSILEX_PATH_PREFIX" + acl is_rdf4jserver path_beg /"$RDFSTORE_HOST" + acl is_mongoadmin path_beg /"$MONGO_EXPRESS_HOST" + + acl is_css path_end css + acl is_js path_end js + + http-response set-header Content-Type text/css if is_css + http-response set-header Content-Type application/javascript if is_js + + use_backend opensilexserver if is_opensilexserver + use_backend rdf4jserver if is_rdf4jserver + use_backend mongoadminserver if is_mongoadmin + +backend opensilexserver + timeout server 300s + mode http + acl is_css path_end css + acl is_js path_end js + http-request set-header Content-Type text/css if is_css + http-request set-header Content-Type application/javascript if is_js + server app opensilex:8081/"$OPENSILEX_PATH_PREFIX" check + +backend rdf4jserver + server graph rdf4j:8080 check + +backend mongoadminserver + server mongoadmin mongoexpress:8081 check + diff --git a/examples/vitis-explorer/modules/.gitkeep b/examples/vitis-explorer/modules/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/examples/vitis-explorer/modules/inrae-sixtine-vigne-1.1.0.jar b/examples/vitis-explorer/modules/inrae-sixtine-vigne-1.1.0.jar new file mode 100644 index 0000000000000000000000000000000000000000..8b66be4924a2c2940da685db6d7faf278717c3d4 Binary files /dev/null and b/examples/vitis-explorer/modules/inrae-sixtine-vigne-1.1.0.jar differ diff --git a/examples/vitis-explorer/opensilex-build-step.docker b/examples/vitis-explorer/opensilex-build-step.docker new file mode 100644 index 0000000000000000000000000000000000000000..02cb108d77417b59e461ac6a35b711226a536662 --- /dev/null +++ b/examples/vitis-explorer/opensilex-build-step.docker @@ -0,0 +1,43 @@ +FROM tomcat:9.0.65-jre11-openjdk-bullseye + +ARG OPENSILEX_RELEASE_TAG=$OPENSILEX_RELEASE_TAG +ARG INTERNAL_DATA_DIRECTORY=$INTERNAL_DATA_DIRECTORY +ARG USERNAME=opensilex +ARG UID=$UID +ARG GID=$GID + +RUN groupadd --gid $GID $USERNAME \ + && useradd --uid $UID --gid $GID -m $USERNAME \ + # + # [Optional] Add sudo support. Omit if you don't need to install software after connecting. + && apt-get update \ + && apt-get install -y sudo \ + && echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \ + && chmod 0440 /etc/sudoers.d/$USERNAME + + +# ******************************************************** +# * Anything else you want to do like clean up goes here * +# ******************************************************** + +ENV RELEASE https://github.com/OpenSILEX/opensilex/releases/download/$OPENSILEX_RELEASE_TAG/opensilex-release-$OPENSILEX_RELEASE_TAG.zip +RUN apt-get -y update && apt-get install -y wget zip gettext-base libc6 libc-bin +RUN mkdir -p /home/$USERNAME +RUN mkdir -p /home/$USERNAME/$INTERNAL_DATA_DIRECTORY +RUN mkdir -p /home/$USERNAME/config +RUN mkdir -p /home/$USERNAME/data +RUN mkdir -p /home/$USERNAME/logs +RUN mkdir -p /home/$USERNAME/bin/modules +COPY ./modules/ /home/$USERNAME/bin/modules_to_import/ + +RUN chown $USERNAME:$USERNAME -R /home/$USERNAME +USER $USERNAME +WORKDIR /home/$USERNAME/bin +RUN wget -nv ${RELEASE} +RUN unzip $( basename ${RELEASE} ) +RUN ls +COPY ./bin/opensilex.sh /home/$USERNAME/bin/ +COPY ./bin/logback.xml /home/$USERNAME/bin/ +COPY ./config/opensilex-template.yml /home/$USERNAME/config/ +RUN cp /home/$USERNAME/bin/modules_to_import/* /home/$USERNAME/bin/modules +WORKDIR /home/$USERNAME \ No newline at end of file diff --git a/examples/vitis-explorer/vitis-explorer.env b/examples/vitis-explorer/vitis-explorer.env new file mode 100644 index 0000000000000000000000000000000000000000..a65dd1fdd7e274f33e1b86ccaae830c4114fbbce --- /dev/null +++ b/examples/vitis-explorer/vitis-explorer.env @@ -0,0 +1,83 @@ + +# CAN BE MODIFIED BY USER + +## START COMMAND can had debug option by uncommenting the following statment +OPENSILEX_START_CMD_DEBUG=--DEBUG + +# SPARQL +BASEURI=http://vitis-explorer.inrae.fr/ +BASEURIALIAS=vitis-explorer +# customize path prefix Ex : localhost:8081/opensilex or localhost:8081/phenotyping_si +OPENSILEX_PATH_PREFIX=vitis-explorer +VERSION_LABEL=test-version +OPENSILEX_HOST_URL=https://observatoire.plan-deperissement-vigne.fr + +# FILE SYSTEM +# Default value is "gridfs" - Only "gridfs" or "local" are supported +OPENSILEX_FILESYSTEM=gridfs +DATAFILE_OPENSILEX_FILESYSTEM=gridfs +DOCUMENTS_OPENSILEX_FILESYSTEM=gridfs +# If "local" file system is choosed OPENSILEX_LOCAL_FILE_SYSTEM_DIRECTORY is mandatory if you choose gridfs local will be not used +# File system configuration can be customized to opensilex-template.yml +OPENSILEX_LOCAL_FILE_SYSTEM_DIRECTORY=./opensilex_data +#Ex : +#OPENSILEX_LOCAL_FILE_SYSTEM_DIRECTORY=/home/charlero/GIT/GITLAB/opensilex-docker-compose/dump_scripts/demo_dump/publictest + +# PORTS +HAPROXY_EXPOSED_PORT=80 +OPENSILEX_EXPOSED_PORT=8081 +RDF4J_EXPOSED_PORT=28887 +MONGO_EXPOSED_PORT=28888 +MONGO_EXPRESS_EXPOSED_PORT=28889 + +## START COMMAND can had debug option : --DEBUG +OPENSILEX_START_CMD=./bin/opensilex.sh server start --host=localhost --port=$OPENSILEX_EXPOSED_PORT --adminPort=4081 --CONFIG_FILE=/home/opensilex/config/opensilex.yml + +# VERSIONS +HAPROXY_IMAGE_VERSION=2.6.6 +OPENSILEX_RELEASE_TAG=1.0.0-rc+6.5 +RDF4J_IMAGE_VERSION=3.7.7 +MONGO_IMAGE_VERSION=5.0.14 +MONGO_EXPRESS_IMAGE_VERSION=1.0.0-alpha.4 + +# # THEME +# OPENSILEX_CONFIG_THEME=opensilex-front#phis +# OPENSILEX_CONFIG_HOMECOMPONENT=opensilex-DefaultHomeComponent +# OPENSILEX_CONFIG_LOGINCOMPONENT=opensilex-DefaultLoginComponent +# OPENSILEX_CONFIG_FOOTERCOMPONENT=opensilex-DefaultFooterComponent +# OPENSILEX_CONFIG_MENUCOMPONENT=opensilex-DefaultMenuComponent +# OPENSILEX_CONFIG_HEADERCOMPONENT=opensilex-DefaultHeaderComponent + +# Example of modification +OPENSILEX_CONFIG_THEME=inrae-sixtine-vigne#vigne +OPENSILEX_CONFIG_HOMECOMPONENT=inrae-sixtine-vigne-SixtineHomeComponent +OPENSILEX_CONFIG_LOGINCOMPONENT=inrae-sixtine-vigne-SixtineLoginComponent +OPENSILEX_CONFIG_FOOTERCOMPONENT=inrae-sixtine-vigne-SixtineFooterComponent +OPENSILEX_CONFIG_MENUCOMPONENT=inrae-sixtine-vigne-SixtineMenuComponent +OPENSILEX_CONFIG_HEADERCOMPONENT=inrae-sixtine-vigne-SixtineHeaderComponent + + + +# MUST NOT BE MODIFIED BY USER !!!!!!!!!!!!! +# STACK +COMPOSE_PROJECT_NAME=opensilex-stack +# RDF4J CONFIG +RDF4J_JAVA_OPTS=-Xms1g -Xmx4g +# HOST NAME +RDFSTORE_HOST=rdf4j +MONGO_HOST=mongo +OPENSILEX_HOST=opensilex +MONGO_EXPRESS_HOST=mongoexpress + +# VOLUMES # can be a folder on host or a docker volume by default +REPOSITORIES_NAME=opensilex-docker-db +CONTAINER_DUMP_DIR=/tmp/dump_db_latest +CONTAINER_RESTORE_DIR=/tmp/restore_db_latest +INTERNAL_DATA_DIRECTORY=/home/opensilex/opensilex-data + +# DOCKER NAME +MONGO_DOCKER_NAME=opensilex-docker-mongodb +RDF4J_DOCKER_NAME=opensilex-docker-rdf4j +OPENSILEX_DOCKER_NAME=opensilex-docker-opensilexapp +MONGO_EXPRESS_DOCKER_NAME=opensilex-docker-mongoexpress +HAPROXY_DOCKER_NAME=opensilex-docker-haproxy diff --git a/modules/.gitkeep b/modules/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/modules_examples/1.0.0-rc+6.4/inrae-sixtine-vigne-1.1.0.jar b/modules_examples/1.0.0-rc+6.4/inrae-sixtine-vigne-1.1.0.jar new file mode 100644 index 0000000000000000000000000000000000000000..8b66be4924a2c2940da685db6d7faf278717c3d4 Binary files /dev/null and b/modules_examples/1.0.0-rc+6.4/inrae-sixtine-vigne-1.1.0.jar differ diff --git a/modules_examples/1.0.0-rc+6.5/inrae-sixtine-vigne.jar b/modules_examples/1.0.0-rc+6.5/inrae-sixtine-vigne.jar new file mode 100644 index 0000000000000000000000000000000000000000..bd09f5538791819f34844fb493d788abf365d2a6 Binary files /dev/null and b/modules_examples/1.0.0-rc+6.5/inrae-sixtine-vigne.jar differ diff --git a/opensilex-build-step.docker b/opensilex-build-step.docker index c1eb3e5a72cd81cad261d7450a16c2509d1a4a2c..5e3cffb2cfc6044b99b2d81eab909c0c378d1f09 100644 --- a/opensilex-build-step.docker +++ b/opensilex-build-step.docker @@ -1,4 +1,4 @@ -FROM tomcat:jre11-openjdk-slim +FROM tomcat:9.0.65-jre11-openjdk-bullseye ARG OPENSILEX_RELEASE_TAG=$OPENSILEX_RELEASE_TAG ARG INTERNAL_DATA_DIRECTORY=$INTERNAL_DATA_DIRECTORY @@ -21,12 +21,14 @@ RUN groupadd --gid $GID $USERNAME \ # ******************************************************** ENV RELEASE https://github.com/OpenSILEX/opensilex/releases/download/$OPENSILEX_RELEASE_TAG/opensilex-release-$OPENSILEX_RELEASE_TAG.zip -RUN apt-get -y update && apt-get install -y wget zip gettext-base +RUN apt-get -y update && apt-get install -y wget zip gettext-base libc6 libc-bin rsync RUN mkdir -p /home/$USERNAME RUN mkdir -p /home/$USERNAME/$INTERNAL_DATA_DIRECTORY RUN mkdir -p /home/$USERNAME/config RUN mkdir -p /home/$USERNAME/data RUN mkdir -p /home/$USERNAME/logs +RUN mkdir -p /home/$USERNAME/bin/modules + RUN chown $USERNAME:$USERNAME -R /home/$USERNAME USER $USERNAME WORKDIR /home/$USERNAME/bin @@ -35,5 +37,5 @@ RUN unzip $( basename ${RELEASE} ) RUN ls COPY ./bin/opensilex.sh /home/$USERNAME/bin/ COPY ./bin/logback.xml /home/$USERNAME/bin/ -COPY ./config/opensilex-template.yml /home/$USERNAME/config/ +COPY ./config/opensilex-template.yml /home/$USERNAME/config/ WORKDIR /home/$USERNAME \ No newline at end of file diff --git a/opensilex.env b/opensilex.env index 373337dad37444b120de2a979f9a9ca2981220dc..6ee47407049e2f41bc264ea179b500c0a58302c9 100644 --- a/opensilex.env +++ b/opensilex.env @@ -1,44 +1,19 @@ -# MUST NOT BE MODIFIED BY USER -# STACK -COMPOSE_PROJECT_NAME=opensilex-stack -# RDF4J CONFIG -RDF4J_JAVA_OPTS=-Xms1g -Xmx4g - -## START COMMAND can had debug option : --DEBUG -OPENSILEX_START_CMD=./bin/opensilex.sh server start --host=localhost --port=8081 --adminPort=4081 --CONFIG_FILE=/home/opensilex/config/opensilex.yml -# HOST NAME -RDFSTORE_HOST=rdf4j -MONGO_HOST=mongo -OPENSILEX_HOST=opensilex -MONGO_EXPRESS_HOST=mongoexpress - -# VOLUMES # can be a folder on host or a docker volume by default -REPOSITORIES_NAME=opensilex-docker-db -CONTAINER_DUMP_DIR=/tmp/dump_db_latest -CONTAINER_RESTORE_DIR=/tmp/restore_db_latest -INTERNAL_DATA_DIRECTORY=/home/opensilex/opensilex-data - -# DOCKER NAME -MONGO_DOCKER_NAME=opensilex-docker-mongodb -RDF4J_DOCKER_NAME=opensilex-docker-rdf4j -OPENSILEX_DOCKER_NAME=opensilex-docker-opensilexapp -MONGO_EXPRESS_DOCKER_NAME=opensilex-docker-mongoexpress -HAPROXY_DOCKER_NAME=opensilex-docker-haproxy # CAN BE MODIFIED BY USER ## START COMMAND can had debug option by uncommenting the following statment -#OPENSILEX_START_CMD_DEBUG=--DEBUG +# OPENSILEX_START_CMD_DEBUG=--DEBUG # SPARQL BASEURI=http://opensilex.test/ -BASEURIALIAS=opensilex-test +BASEURIALIAS=opensilex-sandbox # customize path prefix Ex : localhost:8081/opensilex or localhost:8081/phenotyping_si -OPENSILEX_PATH_PREFIX=opensilex +OPENSILEX_PATH_PREFIX=sandbox VERSION_LABEL=test-version +OPENSILEX_PUBLIC_URL=http://localhost:28081/ # FILE SYSTEM -# Default value is "gridfs" - Only gridfs or local are supported +# Default value is "gridfs" - Only "gridfs" or "local" are supported OPENSILEX_FILESYSTEM=gridfs DATAFILE_OPENSILEX_FILESYSTEM=gridfs DOCUMENTS_OPENSILEX_FILESYSTEM=gridfs @@ -49,16 +24,60 @@ OPENSILEX_LOCAL_FILE_SYSTEM_DIRECTORY=./opensilex_data #OPENSILEX_LOCAL_FILE_SYSTEM_DIRECTORY=/home/charlero/GIT/GITLAB/opensilex-docker-compose/dump_scripts/demo_dump/publictest # PORTS -HAPROXY_EXPOSED_PORT=80 -OPENSILEX_EXPOSED_PORT=8081 +HAPROXY_EXPOSED_PORT=8087 +OPENSILEX_EXPOSED_PORT=28081 RDF4J_EXPOSED_PORT=28887 MONGO_EXPOSED_PORT=28888 MONGO_EXPRESS_EXPOSED_PORT=28889 +## START COMMAND can had debug option : --DEBUG +OPENSILEX_START_CMD=./bin/opensilex.sh server start --host=localhost --port=8081 --adminPort=4081 --CONFIG_FILE=/home/opensilex/config/opensilex.yml + # VERSIONS HAPROXY_IMAGE_VERSION=2.6.6 -OPENSILEX_RELEASE_TAG=1.0.0-rc+6 +OPENSILEX_RELEASE_TAG=1.0.0-rc+7 RDF4J_IMAGE_VERSION=3.7.7 MONGO_IMAGE_VERSION=5.0.14 MONGO_EXPRESS_IMAGE_VERSION=1.0.0-alpha.4 +# # THEME +OPENSILEX_CONFIG_THEME=opensilex-front#opensilex +OPENSILEX_CONFIG_HOMECOMPONENT=opensilex-HomeView +OPENSILEX_CONFIG_LOGINCOMPONENT=opensilex-DefaultLoginComponent +OPENSILEX_CONFIG_FOOTERCOMPONENT=opensilex-DefaultFooterComponent +OPENSILEX_CONFIG_MENUCOMPONENT=opensilex-DefaultMenuComponent +OPENSILEX_CONFIG_HEADERCOMPONENT=opensilex-DefaultHeaderComponent + +# Example of modification +# OPENSILEX_CONFIG_THEME=inrae-sixtine-vigne#vigne +# OPENSILEX_CONFIG_HOMECOMPONENT=inrae-sixtine-vigne-SixtineHomeComponent +# OPENSILEX_CONFIG_LOGINCOMPONENT=inrae-sixtine-vigne-SixtineLoginComponent +# OPENSILEX_CONFIG_FOOTERCOMPONENT=inrae-sixtine-vigne-SixtineFooterComponent +# OPENSILEX_CONFIG_MENUCOMPONENT=inrae-sixtine-vigne-SixtineMenuComponent +# OPENSILEX_CONFIG_HEADERCOMPONENT=inrae-sixtine-vigne-SixtineHeaderComponent + + + +# MUST NOT BE MODIFIED BY USER !!!!!!!!!!!!! +# STACK +COMPOSE_PROJECT_NAME=opensilex-stack +# RDF4J CONFIG +RDF4J_JAVA_OPTS=-Xms1g -Xmx4g +# HOST NAME +RDFSTORE_HOST=rdf4j +MONGO_HOST=mongo +OPENSILEX_HOST=opensilex +MONGO_EXPRESS_HOST=mongoexpress + +# VOLUMES # can be a folder on host or a docker volume by default +REPOSITORIES_NAME=opensilex-docker-db +CONTAINER_DUMP_DIR=/tmp/dump_db_latest +CONTAINER_RESTORE_DIR=/tmp/restore_db_latest +INTERNAL_DATA_DIRECTORY=/home/opensilex/opensilex-data + +# DOCKER NAME +MONGO_DOCKER_NAME=opensilex-docker-mongodb +RDF4J_DOCKER_NAME=opensilex-docker-rdf4j +OPENSILEX_DOCKER_NAME=opensilex-docker-opensilexapp +MONGO_EXPRESS_DOCKER_NAME=opensilex-docker-mongoexpress +HAPROXY_DOCKER_NAME=opensilex-docker-haproxy