@base <https://w3id.org/eepsa#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <> .
@prefix schema: <http://schema.org/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://creativecommons.org/ns#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

ns1:license
    a owl:AnnotationProperty .

dc:date
    a owl:AnnotationProperty .

dc:description
    a owl:AnnotationProperty .

dc:publisher
    a owl:AnnotationProperty .

dc:title
    a owl:AnnotationProperty .

terms:contributor
    a owl:AnnotationProperty .

terms:created
    a owl:AnnotationProperty .

terms:creator
    a owl:AnnotationProperty .

terms:issued
    a owl:AnnotationProperty .

terms:license
    a owl:AnnotationProperty .

bibo:status
    a owl:AnnotationProperty .

vann:preferredNamespacePrefix
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    a owl:AnnotationProperty .

<http://purl.org/vocommons/voaf#Vocabulary>
    a owl:Class .

owl:versionInfo
    a owl:AnnotationProperty .

ns:term_status
    a owl:AnnotationProperty .

<>
    ns1:license <https://creativecommons.org/licenses/by-nc/4.0/> ;
    terms:contributor """Izaskun Fernandez <mailto:izaskun.fernandez@tekniker.es>
Aitor Arnaiz <mailto:aitor.arnaiz@tekniker.es>"""^^xsd:string ;
    terms:created "2018-12-06"^^xsd:string ;
    terms:creator """Iker Esnaola-Gonzalez <mailto:iker.esnaola@tekniker.es>
Jesús Bermúdez <mailto:jesus.bermudez@ehu.eus>"""^^xsd:string ;
    terms:description "The EEPSA Ontology"^^xsd:string, "This ontology puts together all the ontology modules and ODPs that form the EEPSA Ontology."@en ;
    terms:issued "2018-12-12"^^xsd:string ;
    terms:title "The EEPSA Ontology."@en ;
    bibo:status "Work in Progress"@en ;
    vann:preferredNamespacePrefix "eepsa"^^xsd:string ;
    vann:preferredNamespaceUri <> ;
    a <http://purl.org/vocommons/voaf#Vocabulary>, owl:NamedIndividual, owl:Ontology ;
    owl:imports <affectedBy#>, <eep#>, <eepsa/ek4eepsa#>, <eepsa/exn4eepsa#>, <eepsa/exr4eepsa#>, <eepsa/foi4eepsa#>, <eepsa/p4eepsa#>, <eepsa/q4eepsa#>, <rc#> ;
    owl:versionInfo 2.0 .

