@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:imports ; ; """Izaskun Fernandez Aitor Arnaiz """^^xsd:string ; "2018-09-25"^^xsd:string ; """Iker Esnaola-Gonzalez Jesús Bermúdez """^^xsd:string ; "This ontology module describes the Quality terminology under the aff:Quality class for the PFEEPSA Ontology."@en ; "2018-09-30"^^xsd:string ; "2018-09-30"^^xsd:string ; "Quality ontology module for the PFEEPSA Ontology"^^xsd:string ; "Work in Progress"@en ; "q4pfeepsa"@en ; ; owl:versionInfo 1.0 . ################################################################# # Annotation properties ################################################################# ### http://creativecommons.org/ns#license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/issued rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/modified rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### http://purl.org/ontology/bibo/status rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri rdf:type owl:AnnotationProperty . ### http://www.w3.org/2003/06/sw-vocab-status/ns#term_status rdf:type owl:AnnotationProperty . ################################################################# # Classes ################################################################# ### http://purl.org/vocommons/voaf#Vocabulary rdf:type owl:Class . ### https://w3id.org/affectedBy#Quality rdf:type owl:Class . ### https://w3id.org/pfeepsa/q4pfeepsa#StockingDensity :StockingDensity rdf:type owl:Class ; rdfs:subClassOf , ; rdfs:comment "The bird weight per unit area."@en ; rdfs:isDefinedBy ; rdfs:label "Stocking Density"@en ; "stable"^^xsd:string . ################################################################# # Individuals ################################################################# ### https://w3id.org/eepsa/q4pfeepsa# rdf:type owl:NamedIndividual , . ### Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/