@base <https://w3id.org/seas/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix pep: <../pep/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix seas: <> .
@prefix void: <https://www.w3.org/TR/void/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdfp: <../rdfp/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:contributor
    a owl:AnnotationProperty .

dcterms:creator
    a owl:AnnotationProperty .

dcterms:description
    a owl:AnnotationProperty .

dcterms:issued
    a owl:AnnotationProperty .

dcterms:license
    a owl:AnnotationProperty .

dcterms:modified
    a owl:AnnotationProperty .

dcterms:title
    a owl:AnnotationProperty .

vann:preferredNamespacePrefix
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    a owl:AnnotationProperty .

voaf:Vocabulary
    a owl:Class .

vs:term_status
    a owl:AnnotationProperty .

foaf:Person
    a owl:Class .

foaf:name
    a owl:DatatypeProperty .

<>
    dcterms:contributor <http://www.vtt.fi/JarmoKalaoja>, [
        a foaf:Person ;
        foaf:name "Takoua Ghariani"
    ], [
        a foaf:Person ;
        foaf:name "Lynda Temal"
    ], [
        a foaf:Person ;
        foaf:name "Gabriel Santos"
    ], [
        a foaf:Person ;
        foaf:name "Francisco Silva"
    ], [
        a foaf:Person ;
        foaf:name "Erkki Siira"
    ], [
        a foaf:Person ;
        foaf:name "Hannu Järvinen"
    ], [
        a foaf:Person ;
        foaf:name "Brigida Teixeira"
    ], [
        a foaf:Person ;
        foaf:name "Antoine Zimmermann"
    ], [
        a foaf:Person ;
        foaf:name "Marc Girod-Genet"
    ] ;
    dcterms:creator <http://maxime-lefrancois.info/me#> ;
    dcterms:description """The main SEAS ontology glues together all of the SEAS modules.

**To cite the SEAS ontologies:**

> Maxime Lefrançois, Planned ETSI SAREF Extensions based on the W3C&OGC SOSA/SSN-compatible SEAS Ontology Patterns. In Proceedings of Workshop on Semantic Interoperability and Standardization in the IoT, SIS-IoT, Amsterdam, Netherlands, July 2017 ([PDF](http://www.maxime-lefrancois.info/docs/Lefrancois-SIS-IoT2017-Planned.pdf) - [BibTex](SEAS-SIS-IoT-2017.bib))

> Maxime Lefrançois, Jarmo Kalaoja, Takoua Ghariani, Antoine Zimmermann, The SEAS Knowledge Model, ITEA2 12004 Smart Energy Aware Systems Deliverable 2.2, Jan 2017 ([PDF](http://www.maxime-lefrancois.info/docs/SEAS-D2_2-SEAS-Knowledge-Model.pdf) - [BibTex](SEAS-D2_2-SEAS-Knowledge-Model.bib))

SEAS ontology modules are organized on top of a core of three main modules:

- the [seas:FeatureOfInterestOntology](https://w3id.org/seas/FeatureOfInterestOntology) describes feature of interests and their properties;
- the [seas:EvaluationOntology](https://w3id.org/seas/EvaluationOntology) describes evaluations of these properties;
- the [seas:SystemOntology](https://w3id.org/seas/SystemOntology) describes virtually isolated systems that share connections with other systems;

On top of the seas:SystemOntology module, various vertical domain ontologies are defined for specific sub classes of systems and why they may be connected:

- the [`seas:AreaOntology`](https://w3id.org/seas/AreaOntology) describes Zone systems:
    - a zone may be linked by a crossable connection with another zone;
    - a zone may be a sub-zone of another zone;
    - zones are quantified in terms of area, population, and humidity.
- more module descriptions to come soon...

We furthermore encourage the use of the following external ontologies:

- [the RDFP Presentation ontology](https://w3id.org/rdfp/) describes how RDF graphs can be validated, interpreted from web resource representations, or serialized as resource representations;
- [the Process Execution Platform ontology](https://w3id.org/pep/) generalizes the core of the [SSN](http://www.w3.org/TR/vocab-ssn/) and the [SAN](https://www.irit.fr/recherches/MELODI/ontologies/SAN.owl) ontologies.
"""@en ;
    dcterms:issued "2017-08-29"^^xsd:date ;
    dcterms:license <https://www.apache.org/licenses/LICENSE-2.0> ;
    dcterms:title "SEAS Ontology"@en ;
    vann:preferredNamespacePrefix "seas" ;
    vann:preferredNamespaceUri <> ;
    a voaf:Vocabulary, owl:Ontology ;
    owl:imports <ArchitectureOntology-2.0>, <BatteryOntology-1.0>, <BooleanPropertyOntology-1.0>, <BuildingOntology-1.0>, <CityOntology-1.0>, <ComfortOntology-1.0>, <CommunicationOntology-1.0>, <ComplexOntology-1.0>, <DeviceOntology-1.1>, <ElectricLightSourceOntology-1.0>, <ElectricPowerSystemOntology-1.0>, <ElectricVehicleOntology-1.0>, <EnergyFormOntology-1.0>, <EvaluationOntology-1.0>, <FailableSystemOntology-1.0>, <FeatureOfInterestOntology-1.0>, <FlexibilityOntology-1.0>, <ForecastingOntology-1.1>, <GenericPropertyOntology-1.0>, <GreenKPIOntology-1.0>, <OfferingOntology-1.1>, <OperatingOntology-1.0>, <OptimizationOntology-1.1>, <PeriodicSignalOntology-1.0>, <PhotovoltaicOntology-1.0>, <PlayerOntology-1.1>, <PricingOntology-1.0>, <SmartMeterOntology-1.1>, <StatisticsOntology-1.0>, <StreetLightSystemOntology-1.0>, <SystemOntology-1.1>, <ThermodynamicSystemOntology-1.0>, <TimeOntology-1.0>, <TradingOntology-1.1>, <ZoneLightingOntology-1.0>, <ZoneOntology-1.0> ;
    owl:priorVersion <seas-1.0> ;
    owl:versionIRI <seas-1.1> ;
    owl:versionInfo "v1.1" .

