@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <http://purl.org/vocab/vann/> .

<http://purl.org/vocommons/voaf#Vocabulary> a owl:Class .
dc:title a owl:AnnotationProperty .
dc:description a owl:AnnotationProperty .
dc:issued a owl:AnnotationProperty .
dc:modified a owl:AnnotationProperty .
dc:creator a owl:AnnotationProperty .
dc:contributor a owl:AnnotationProperty .
cc:license a owl:AnnotationProperty .
<http://purl.org/vocab/vann/preferredNamespacePrefix> a owl:AnnotationProperty .
<http://purl.org/vocab/vann/preferredNamespaceUri> a owl:AnnotationProperty .
<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> a owl:AnnotationProperty .
foaf:Person a owl:Class .
foaf:name a owl:DatatypeProperty .
<https://w3id.org/seas/>
  a <http://purl.org/vocommons/voaf#Vocabulary>, owl:Ontology ;
  dc:title "SEAS Ontology"@en ;
  dc:description """The main SEAS ontology glues together all of the SEAS modules.

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 ;
  dc:creator <http://maxime-lefrancois.info/me#> ;
  dc:contributor <http://www.vtt.fi/JarmoKalaoja>, [
    a foaf:Person ;
    foaf:name "Antoine Zimmermann"
  ], [
    a foaf:Person ;
    foaf:name "Erkki Siira"
  ], [
    a foaf:Person ;
    foaf:name "Takoua Ghariani"
  ], [
    a foaf:Person ;
    foaf:name "Marc Girod-Genet"
  ], [
    a foaf:Person ;
    foaf:name "Gabriel Santos"
  ], [
    a foaf:Person ;
    foaf:name "Francisco Silva"
  ], [
    a foaf:Person ;
    foaf:name "Lynda Temal"
  ], [
    a foaf:Person ;
    foaf:name "Brigida Teixeira"
  ], [
    a foaf:Person ;
    foaf:name "Hannu JÃ¤rvinen"
  ] ;
  dc:issued "2016-05-25"^^xsd:date ;
  cc:license <https://www.apache.org/licenses/LICENSE-2.0> ;
  ns0:preferredNamespacePrefix "seas" ;
  ns0:preferredNamespaceUri <https://w3id.org/seas/> ;
  owl:versionIRI <https://w3id.org/seas/seas-1.0> ;
  owl:versionInfo "v1.0" ;
  owl:priorVersion <https://w3id.org/seas/seas-0.9> ;
  owl:imports <https://w3id.org/seas/ArchitectureOntology-2.0>, <https://w3id.org/seas/BatteryOntology-1.0>, <https://w3id.org/seas/BooleanPropertyOntology-1.0>, <https://w3id.org/seas/BuildingOntology-1.0>, <https://w3id.org/seas/ComfortOntology-1.0>, <https://w3id.org/seas/ComplexOntology-1.0>, <https://w3id.org/seas/DeviceOntology-1.0>, <https://w3id.org/seas/ElectricPowerSystemOntology-1.0>, <https://w3id.org/seas/ElectricVehicleOntology-1.0>, <https://w3id.org/seas/EnergyFormOntology-1.0>, <https://w3id.org/seas/EvaluationOntology-1.0>, <https://w3id.org/seas/FailableSystemOntology-1.0>, <https://w3id.org/seas/FeatureOfInterestOntology-1.0>, <https://w3id.org/seas/FlexibilityOntology-1.0>, <https://w3id.org/seas/ForecastingOntology-1.0>, <https://w3id.org/seas/GreenKPIOntology-1.0>, <https://w3id.org/seas/OfferingOntology-1.0>, <https://w3id.org/seas/OperatingOntology-1.0>, <https://w3id.org/seas/OptimizationOntology-1.0>, <https://w3id.org/seas/PeriodicSignalOntology-1.0>, <https://w3id.org/seas/PhotovoltaicOntology-1.0>, <https://w3id.org/seas/PlayerOntology-1.0>, <https://w3id.org/seas/StatisticsOntology-1.0>, <https://w3id.org/seas/SystemOntology-1.0>, <https://w3id.org/seas/ThermodynamicSystemOntology-1.0>, <https://w3id.org/seas/TimeOntology-1.0>, <https://w3id.org/seas/TradingOntology-1.0>, <https://w3id.org/seas/ZoneLightingOntology-1.0>, <https://w3id.org/seas/ZoneOntology-1.0> .
