@prefix : <https://aphia.org/ns/media/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@base <https://aphia.org/ns/media/> .

<https://aphia.org/ns/media> rdf:type owl:Ontology ;
                              owl:versionIRI <https://aphia.org/ns/media/0.2> ;
                              owl:imports <https://aphia.org/ns/top-level> ;
                              dct:creator <https://aphia.org/resource/organisation/dv> ,
                                          <https://ror.org/0496vr396> ,
                                          <https://w3id.org/italia/data/organization/support-unit/cnr-Z6HZEH/stlab> ;
                              dct:issued "2023-08-30"^^xsd:date ;
                              dct:language <http://publications.europa.eu/resource/authority/language/ENG> ,
                                           <http://publications.europa.eu/resource/authority/language/ITA> ,
                                           <http://publications.europa.eu/resource/authority/language/NLD> ;
                              dct:license <http://publications.europa.eu/resource/authority/licence/CC_BY_4_0> ;
                              dct:modified "2024-02-10"^^xsd:date ;
                              rdfs:comment "Questa è l'ontologia degli oggetti multimediali, associati alle specie, della rete di ontologie APHIA. Essa importa l'ontologia di primo livello top-level, riutilizza direttamente diversi elementi Dublin Core ed è allineata a Schema.org."@it ,
                                           "This is the multimedia object for the species ontology of the APHIA network of ontologies. It imports the top-level ontology of APHIA, it directly reuses several Dublin Core elements and is aligned to Schema.org."@en ,
                                           "Dit is het mediaobject voor de soorten ontologie van het APHIA-netwerk van ontologieën. Het importeert de top-level ontologie van APHIA, hergebruikt direct verschillende Dublin Core elementen en is afgestemd op Schema.org."@nl ;
                              rdfs:label "APHIA - Media objects ontology"@en ,
                                         "APHIA - Ontologia degli oggetti multimediali"@it ,
                                         "APHIA - Media objecten ontologie"@nl ;
                              owl:versionInfo "Second version 0.2 - changed URIs from w3id.org/ to aphia.org/; revised some modelling elements: eliminated MediaObjectDistribution."@en ,
                                              "Seconda versione 0.2 - cambiati gli URIs da w3id.org/ a aphia.org/; revisionati alcuni elementi di modellazione, in particolare eliminata la classe MediaObjectDistribution."@it ,
                                              "Tweede versie 0.2 - URI's gewijzigd van w3id.org/ naar aphia.org/; herziening van enkele modelleerelementen: MediaObjectDistribution verwijderd."@nl .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/creator
dct:creator rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
dct:issued rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/language
dct:language rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
dct:license rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
dct:modified rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2002/07/owl#maxQualifiedCardinality
owl:maxQualifiedCardinality rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/prov#wasDerivedFrom
prov:wasDerivedFrom rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/prov#wasInfluencedBy
prov:wasInfluencedBy rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/name
foaf:name rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://purl.org/dc/terms/format
dct:format rdf:type owl:ObjectProperty .


###  http://purl.org/dc/terms/license
dct:license rdf:type owl:ObjectProperty .


###  http://purl.org/dc/terms/rightsHolder
dct:rightsHolder rdf:type owl:ObjectProperty .


###  http://purl.org/dc/terms/subject
dct:subject rdf:type owl:ObjectProperty ;
            owl:inverseOf :isSubjectOf .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith> rdf:type owl:ObjectProperty .


###  https://aphia.org/ns/media/isSubjectOf
:isSubjectOf rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith> ;
             rdfs:domain <https://aphia.org/ns/taxon-name/Taxon> ;
             rdfs:range :MediaObject ;
             rdfs:comment "Property used to link the taxon to its media objects"@en ,
                          "Proprietà utilizzata per collegare il taxon ai suoi oggetti multimediali."@it ,
                          "Eigenschap gebruikt om het taxon aan zijn mediaobjecten te koppelen."@nl ;
             rdfs:isDefinedBy <https://aphia.org/ns/media> ;
             rdfs:label "is subject of"@en ,
                        "è soggetto di"@it ,
                        "is onderwerp van"@nl .


#################################################################
#    Data properties
#################################################################

###  http://purl.org/dc/terms/description
dct:description rdf:type owl:DatatypeProperty .


###  http://purl.org/dc/terms/title
dct:title rdf:type owl:DatatypeProperty .


#################################################################
#    Classes
#################################################################

###  http://purl.org/dc/terms/Agent
dct:Agent rdf:type owl:Class .


###  http://purl.org/dc/terms/LicenseDocument
dct:LicenseDocument rdf:type owl:Class .


###  http://purl.org/dc/terms/MediaTypeOrExtent
dct:MediaTypeOrExtent rdf:type owl:Class .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationObject
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationObject> rdf:type owl:Class .


###  http://xmlns.com/foaf/0.1/Organization
foaf:Organization rdf:type owl:Class .


###  https://aphia.org/ns/media/ImageObject
:ImageObject rdf:type owl:Class ;
             rdfs:subClassOf :MediaObject ,
                             <https://schema.org/ImageObject> ;
             owl:disjointWith :VideoObject ;
             rdfs:comment "Questa classe rappresenta uno specifico tipo di oggetto multimediale, ossia l'immagine (e.g., una foto, un disegno)."@it ,
                          "This class represents a specific type of media object, namely an image (e.g. a photo, a drawing)."@en ,
                          "Deze klasse vertegenwoordigt een specifiek type mediaobject, namelijk een afbeelding (bv. een foto, een tekening)."@nl ;
             rdfs:isDefinedBy <https://aphia.org/ns/media> ;
             rdfs:label "Image Object"@it ,
                        "Oggetto Multimediale Immagine"@en ,
                        "Afbeelding object"@nl .


###  https://aphia.org/ns/media/MediaObject
:MediaObject rdf:type owl:Class ;
             rdfs:subClassOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#InformationObject> ,
                             <https://schema.org/MediaObject> ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:subject ;
                               owl:someValuesFrom <https://aphia.org/ns/taxon-name/Taxon>
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:format ;
                               owl:allValuesFrom dct:MediaTypeOrExtent
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:rightsHolder ;
                               owl:allValuesFrom dct:Agent
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:license ;
                               owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                               owl:onClass dct:LicenseDocument
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:title ;
                               owl:someValuesFrom rdfs:Literal
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty dct:description ;
                               owl:allValuesFrom rdfs:Literal
                             ] ;
             rdfs:comment "La classe degli oggetti multimediali (e.g., foto, disegni, video, ecc.) da associare alle specie."@it ,
                          "The class of the media (e.g., photos, drawings, videos, etc.) to be associated with the species."@en ,
                          "De klasse van mediaobjecten (bv. foto's, tekeningen, video's, enz.) die geassocieerd worden met de soort."@nl ;
             rdfs:isDefinedBy <https://aphia.org/ns/media> ;
             rdfs:label "Media Object"@en ,
                        "Oggetto Multimediale"@it ,
                        "Media Object"@nl .


###  https://aphia.org/ns/media/VideoObject
:VideoObject rdf:type owl:Class ;
             rdfs:subClassOf :MediaObject ,
                             <https://schema.org/VideoObject> ;
             rdfs:comment "Questa classe rappresenta uno specifico tipo di oggetto multimediale, ossia il video."@it ,
                          "This class represents a specific type of media object, namely a video."@en ,
                          "Deze klasse vertegenwoordigt een specifiek type mediaobject, namelijk een video."@nl ;
             rdfs:isDefinedBy <https://aphia.org/ns/media> ;
             rdfs:label "Oggetto Multimediale Video"@it ,
                        "Video Object"@en ,
                        "Video Object"@nl .


###  https://aphia.org/ns/taxon-name/Taxon
<https://aphia.org/ns/taxon-name/Taxon> rdf:type owl:Class .


###  https://schema.org/ImageObject
<https://schema.org/ImageObject> rdf:type owl:Class .


###  https://schema.org/MediaObject
<https://schema.org/MediaObject> rdf:type owl:Class .


###  https://schema.org/VideoObject
<https://schema.org/VideoObject> rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  https://aphia.org/resource/organisation/dv
<https://aphia.org/resource/organisation/dv> rdf:type owl:NamedIndividual ,
                                                      foaf:Organization ;
                                             rdfs:label "Digitaal Vlaanderen"@nl ,
                                                        "Digital Flanders"@en ;
                                             foaf:name "Digitaal Vlaanderen"@nl ,
                                                       "Digital Flanders"@en .


[ owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
] .

###  Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
