@prefix : . @prefix qb: . @prefix dct: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix dcat: . @prefix foaf: . @prefix prov: . @prefix rdfs: . @prefix skos: . @prefix stat: . @prefix schema: . @prefix af-inspire: . @prefix act-inspire: . @prefix foodie: . @prefix saref4agri: . @prefix common: . @prefix fiware-agrifood: . @prefix fiware: . @prefix iso19109: . @prefix iso19150-2: . @prefix iso19103: . @prefix iso19115-citation: . @prefix geo: . @prefix ssn: . @prefix sosa: . @prefix saref: . @prefix obo: . @prefix oceanCommon: . @prefix oceanProperty: . @prefix qudt: . @prefix dwc: . @prefix oim-jf: . @base . a owl:Ontology ; dct:contributor [ schema:affiliation [ foaf:name "PSNC" ] ; foaf:name "Bogusz Janiak" ] ; dct:creator [ schema:affiliation [ foaf:name "PSNC" ] ; rdfs:seeAlso ; foaf:name "Raul Palma" ] ; owl:imports , ; dct:description "OIM extension for Jelly Fish"@en ; dct:rights "This vocabulary is distributed under Creative Commons Attribution 4.0 License - http://creativecommons.org/licenses/by/4.0"@en ; dct:title "OIM JellyFish"@en ; rdfs:label "OIM JellyFish" ; rdfs:comment "The Ocean Information Model (OIM) is the common vocabulary in ILIAD project providing the basis for semantic interoperability across smart ocean solutions"@en ; owl:versionInfo "1.0" ; foaf:maker [ foaf:homepage ; foaf:name "ILIAD project" ] . ################################################################# # Annotation properties ################################################################# ################################################################# # Datatypes ################################################################# ################################################################# # Object Properties ################################################################# ################################################################# # Data properties ################################################################# ### https://w3id.org/iliad/oim/ext/jellyfish/distanceWalkedinmeters oim-jf:distanceWalkedInMeters a owl:DatatypeProperty ; rdfs:label "distanceWalkedInMeters" ; rdfs:comment "distance Walked in meters" ; rdfs:isDefinedBy oim-jf: . ### https://w3id.org/iliad/oim/ext/jellyfish/distanceFromShore oim-jf:distanceFromShore a owl:DatatypeProperty ; rdfs:label "distanceFromShore" ; rdfs:comment "distance from shore" ; rdfs:isDefinedBy oim-jf: . ### https://w3id.org/iliad/oim/ext/jellyfish/stingByJellyFish oim-jf:stingByJellyFish a owl:DatatypeProperty ; rdfs:label "stingByJellyFish" ; rdfs:comment "sting by jellyfish information" ; rdfs:isDefinedBy oim-jf: . ### https://w3id.org/iliad/oim/ext/jellyfish/strandedJellyfish oim-jf:strandedJellyfish a owl:DatatypeProperty ; rdfs:label "strandedJellyfish" ; rdfs:comment "stranded jellyfish information" ; rdfs:isDefinedBy oim-jf: . ### https://w3id.org/iliad/oim/ext/jellyfish/agentConfidence oim-jf:agentConfidence a owl:DatatypeProperty ; rdfs:label "agentConfidence" ; rdfs:comment "agent confidence information" ; rdfs:isDefinedBy oim-jf: . ################################################################# # Classes ################################################################# ### https://w3id.org/iliad/oim/ext/jellyfish/JellyFishAbundance oim-jf:JellyFishAbundance a owl:Class ; rdfs:subClassOf sosa:Result ; rdfs:label "JellyFishAbundance" ; rdfs:comment "Class definition of the JellyFish abundance observation result" ; rdfs:isDefinedBy oim-jf: . ### https://w3id.org/iliad/oim/ext/jellyfish/HumanSensor oim-jf:HumanSensor a owl:Class ; rdfs:subClassOf sosa:Sensor ; rdfs:label "HumanSensor" ; rdfs:comment "Class definition of a Human Sensor" ; rdfs:isDefinedBy oim-jf: .