@prefix : <https://w3id.org/dh-atlas/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/dh-atlas/> .

<https://w3id.org/dh-atlas/> rdf:type owl:Ontology ;
                              owl:versionIRI <https://w3id.org/dh-atlas/2.0> ;
                              <http://purl.org/dc/elements/1.1/contributor> "Alessia Bardi" ,
                                                                            "Angelo Mario Del Grosso" ,
                                                                            "Chiara Martignano" ,
                                                                            "Franz Fischer" ,
                                                                            "Giorgia Rubin" ,
                                                                            "Marina Buzzoni" ,
                                                                            "Riccardo Del Gratta" ,
                                                                            "Roberto Rosselli del Turco" ;
                              <http://purl.org/dc/elements/1.1/created> "2024-10-15"^^xsd:date ;
                              <http://purl.org/dc/elements/1.1/creator> "Sebastiano Giacomini" ,
                                                                        "Marilena Daquino" ,
                                                                        "Francesca Tomasi" ;
                              <http://purl.org/dc/elements/1.1/description> """The ATLAS Ontology is an OWL 2 DL ontology, designed to effectively represent scholarly research projects and their outcomes within the Cultural Heritage domain. In particular, it focuses on highlighting the key characteristics of significant types of research products (Text Collection, Digital Scholarly Edition, Linked Open Data, Ontology, Software, Language Model, and 3D Digital Twin), while considering their unique attributes and specifications. In so doing, it seeks to realise the potential of sharing protocols, good practices, guidelines and evaluation frameworks in the humanities.

Built upon a Schema.org backbone, the ATLAS Ontology incorporates both general-purpose and domain-specific ontological standards—such as DCTerms, FaBiO, and Bibframe—by reusing and integrating their terms and types. To ensure greater semantic precision and expressiveness, it also introduces new ATLAS-specific Classes and Properties. This approach enables a higher level of granularity and fosters consistent, meaningful connections between Classes across diverse vocabularies."""@en ;
                              <http://purl.org/dc/elements/1.1/rights> <https://w3id.org/italia/controlled-vocabulary/licences/B11_CCBYNC40> ;
                              <http://purl.org/dc/terms/modified> "2025-08-06"^^xsd:date ;
                              rdfs:label "The ATLAS Ontology" ;
                              owl:priorVersion <https://w3id.org/dh-atlas/> ;
                              owl:versionInfo 2.0 .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/abstract
<http://purl.org/dc/elements/1.1/abstract> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/created
<http://purl.org/dc/elements/1.1/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/rights
<http://purl.org/dc/elements/1.1/rights> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://id.loc.gov/ontologies/bibframe/accompaniedBy
<http://id.loc.gov/ontologies/bibframe/accompaniedBy> rdf:type owl:ObjectProperty ;
                                                      <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS, facsimiles of documents or witnesses included in the catalogued edition."@en ;
                                                      rdfs:comment "Resource that accompanies the described resource."@en ;
                                                      rdfs:isDefinedBy <http://id.loc.gov/ontologies/bibframe/> ;
                                                      rdfs:label "accompanied by"@en .


###  http://id.loc.gov/ontologies/bibframe/associatedResource
<http://id.loc.gov/ontologies/bibframe/associatedResource> rdf:type owl:ObjectProperty ;
                                                           <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS, a web resource presenting as digital facsimile the document(s) or witness(es) on which an edition is based."@en ;
                                                           rdfs:comment "Associated resource."@en ;
                                                           rdfs:isDefinedBy <http://id.loc.gov/ontologies/bibframe/> ;
                                                           rdfs:label "associated resource"@en .


###  http://id.loc.gov/ontologies/bibframe/expressionOf
<http://id.loc.gov/ontologies/bibframe/expressionOf> rdf:type owl:ObjectProperty ;
                                                     <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS, a work that one or more resources in the Dataset are Expression of."@en ;
                                                     rdfs:comment "Work or Hub that the described Work or Hub is an expression of; used to connect Works and/or Hubs under LRM/RDA guidelines or similar implementations."@en ;
                                                     rdfs:isDefinedBy <http://id.loc.gov/ontologies/bibframe/> ;
                                                     rdfs:label "expression of"@en .


###  http://ontosoft.org/software#hasCodeLocation
<http://ontosoft.org/software#hasCodeLocation> rdf:type owl:ObjectProperty ;
                                               rdfs:comment "What is the URL for the code ?"@en ;
                                               rdfs:isDefinedBy <http://ontosoft.org/software> ;
                                               rdfs:label "has code location"@en .


###  http://ontosoft.org/software#hasImplementationLanguage
<http://ontosoft.org/software#hasImplementationLanguage> rdf:type owl:ObjectProperty ;
                                                         rdfs:comment "What language(s) is the software written in ?"@en ;
                                                         rdfs:isDefinedBy <http://ontosoft.org/software> ;
                                                         rdfs:label "has implementation language"@en .


###  http://ontosoft.org/software#hasInput
<http://ontosoft.org/software#hasInput> rdf:type owl:ObjectProperty ;
                                        rdfs:comment "What input files does the software require ?"@en ;
                                        rdfs:isDefinedBy <http://ontosoft.org/software> ;
                                        rdfs:label "has input"@en .


###  http://ontosoft.org/software#hasOutput
<http://ontosoft.org/software#hasOutput> rdf:type owl:ObjectProperty ;
                                         rdfs:comment "What output files does the software produce ?"@en ;
                                         rdfs:isDefinedBy <http://ontosoft.org/software> ;
                                         rdfs:label "has output"@en .


###  http://purl.org/dc/terms/accessRights
<http://purl.org/dc/terms/accessRights> rdf:type owl:ObjectProperty ;
                                        <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. ATLAS recommends using terms from [Controlled Vocabularies for Repository: Access Rights](https://vocabularies.coar-repositories.org/access_rights/)."@en ;
                                        rdfs:comment "Information about who access the resource or an indication of its security status."@en ;
                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                        rdfs:label "Access Rights"@en .


###  http://purl.org/dc/terms/conformsTo
<http://purl.org/dc/terms/conformsTo> rdf:type owl:ObjectProperty ;
                                      rdfs:comment "An established standard to which the described resource conforms."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "Conforms To"@en .


###  http://purl.org/dc/terms/references
<http://purl.org/dc/terms/references> rdf:type owl:ObjectProperty ;
                                      rdfs:comment "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "References"@en .


###  http://purl.org/dc/terms/type
<http://purl.org/dc/terms/type> rdf:type owl:ObjectProperty ;
                                <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. ATLAS recommends using terms from the [KNOT Taxonomy](http://w3id.org/knot/taxonomy/) to more precisely define the nature of a Dataset."@en ;
                                rdfs:comment "The nature or genre of the resource."@en ;
                                rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                rdfs:label "Type"@en .


###  https://schema.org/about
<https://schema.org/about> rdf:type owl:ObjectProperty ;
                           <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies or defined terms should be preferred."@en ;
                           rdfs:comment "The subject matter of the content."@en ;
                           rdfs:isDefinedBy <https://schema.org/> ;
                           rdfs:label "about"@en .


###  https://schema.org/additionalType
<https://schema.org/additionalType> rdf:type owl:ObjectProperty ;
                                    <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS, the value is a URI-identified RDF class."@en ;
                                    rdfs:comment "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide."@en ;
                                    rdfs:isDefinedBy <https://schema.org/> ;
                                    rdfs:label "additionalType"@en .


###  https://schema.org/applicationCategory
<https://schema.org/applicationCategory> rdf:type owl:ObjectProperty ;
                                         <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies or defined terms should be preferred."@en ;
                                         rdfs:comment "Type of software application, e.g. 'Game, Multimedia'."@en ;
                                         rdfs:isDefinedBy <https://schema.org/> ;
                                         rdfs:label "applicationCategory"@en .


###  https://schema.org/associatedMedia
<https://schema.org/associatedMedia> rdf:type owl:ObjectProperty ;
                                     rdfs:comment "A media object that encodes this CreativeWork. This property is a synonym for encoding."@en ;
                                     rdfs:isDefinedBy <https://schema.org/> ;
                                     rdfs:label "associatedMedia"@en .


###  https://schema.org/contributor
<https://schema.org/contributor> rdf:type owl:ObjectProperty ;
                                 rdfs:comment "A secondary contributor to the CreativeWork or Event."@en ;
                                 rdfs:isDefinedBy <https://schema.org/> ;
                                 rdfs:label "contributor"@en .


###  https://schema.org/creativeWorkStatus
<https://schema.org/creativeWorkStatus> rdf:type owl:ObjectProperty ;
                                        <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. The recommended controlled vocabulary is the [EU Dataset status vocabulary](http://publications.europa.eu/resource/authority/dataset-status)"@en ;
                                        rdfs:comment "The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle."@en ;
                                        rdfs:isDefinedBy <https://schema.org/> ;
                                        rdfs:label "creativeWorkStatus"@en .


###  https://schema.org/creator
<https://schema.org/creator> rdf:type owl:ObjectProperty ;
                             rdfs:comment "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."@en ;
                             rdfs:isDefinedBy <https://schema.org/> ;
                             rdfs:label "creator"@en .


###  https://schema.org/distribution
<https://schema.org/distribution> rdf:type owl:ObjectProperty ;
                                  rdfs:comment "A downloadable form of this dataset, at a specific location, in a specific format. This property can be repeated if different variations are available. There is no expectation that different downloadable distributions must contain exactly equivalent information (see also [DCAT](https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution) on this point). Different distributions might include or exclude different subsets of the entire dataset, for example."@en ;
                                  rdfs:isDefinedBy <https://schema.org/> ;
                                  rdfs:label "distribution"@en .


###  https://schema.org/educationalUse
<https://schema.org/educationalUse> rdf:type owl:ObjectProperty ;
                                    <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. ATLAS recommends using terms from the [TaDiRAH taxonomy](https://vocabs.dariah.eu/tadirah/)."@en ;
                                    rdfs:comment "The purpose of a work in the context of education; for example, 'assignment', 'group work'."@en ;
                                    rdfs:isDefinedBy <https://schema.org/> ;
                                    rdfs:label "educationalUse"@en .


###  https://schema.org/encodingFormat
<https://schema.org/encodingFormat> rdf:type owl:ObjectProperty ;
                                    <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. ATLAS  recommends using a MIME format from the [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) or the [EU File Type vocabulary](http://publications.europa.eu/resource/dataset/file-type)."@en ;
                                    rdfs:comment """Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.
In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.
Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."""@en ;
                                    rdfs:isDefinedBy <https://schema.org/> ;
                                    rdfs:label "encodingFormat"@en .


###  https://schema.org/exampleOfWork
<https://schema.org/exampleOfWork> rdf:type owl:ObjectProperty ;
                                   rdfs:comment "A creative work that this resource is an example/instance/realization/derivation of."@en ;
                                   rdfs:isDefinedBy <https://schema.org/> ;
                                   rdfs:label "exampleOfWork"@en .


###  https://schema.org/funder
<https://schema.org/funder> rdf:type owl:ObjectProperty ;
                            rdfs:comment "A person or organization that supports (sponsors) something through some kind of financial contribution."@en ;
                            rdfs:isDefinedBy <https://schema.org/> ;
                            rdfs:label "funder"@en .


###  https://schema.org/genre
<https://schema.org/genre> rdf:type owl:ObjectProperty ;
                           <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. ATLAS recommends using terms from [CWRC Genre Ontology](http://sparql.cwrc.ca/ontologies/genre.html)"@en ;
                           rdfs:comment "Genre of the creative work, broadcast channel or group."@en ;
                           rdfs:isDefinedBy <https://schema.org/> ;
                           rdfs:label "genre"@en .


###  https://schema.org/hasPart
<https://schema.org/hasPart> rdf:type owl:ObjectProperty ;
                             owl:inverseOf <https://schema.org/isPartOf> ;
                             rdfs:comment "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense)."@en ;
                             rdfs:isDefinedBy <https://schema.org> ;
                             rdfs:label "hasPart"@en .


###  https://schema.org/inLanguage
<https://schema.org/inLanguage> rdf:type owl:ObjectProperty ;
                                <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. ATLAS recommends using terms from the [EU Language vocabulary](http://publications.europa.eu/resource/authority/language)."@en ;
                                rdfs:comment "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also availableLanguage."@en ;
                                rdfs:isDefinedBy <https://schema.org/> ;
                                rdfs:label "inLanguage"@en .


###  https://schema.org/isBasedOn
<https://schema.org/isBasedOn> rdf:type owl:ObjectProperty ;
                               <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS, this property connects SoftwareApplication and WebSite instances to resources they are derived from, such as components, libraries, services, or other pre-existing works."@en ;
                               rdfs:comment "A resource from which this work is derived or from which it is a modification or adaptation."@en ;
                               rdfs:isDefinedBy <https://schema.org/> ;
                               rdfs:label "isBasedOn"@en .


###  https://schema.org/isPartOf
<https://schema.org/isPartOf> rdf:type owl:ObjectProperty ;
                              rdfs:comment "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."@en ;
                              rdfs:isDefinedBy <https://schema.org/> ;
                              rdfs:label "isPartOf"@en .


###  https://schema.org/license
<https://schema.org/license> rdf:type owl:ObjectProperty ;
                             <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. ATLAS recommends using terms from the [EU Licence Vocabulary](http://publications.europa.eu/resource/authority/licence)."@en ;
                             rdfs:comment "A license document that applies to this content, typically indicated by URL."@en ;
                             rdfs:isDefinedBy <https://schema.org/> ;
                             rdfs:label "license"@en .


###  https://schema.org/location
<https://schema.org/location> rdf:type owl:ObjectProperty ;
                              rdfs:comment "The location of, for example, where an event is happening, where an organization is located, or where an action takes place."@en ;
                              rdfs:isDefinedBy <https://schema.org/> ;
                              rdfs:label "location"@en .


###  https://schema.org/member
<https://schema.org/member> rdf:type owl:ObjectProperty ;
                            rdfs:comment "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals."@en ;
                            rdfs:isDefinedBy <https://schema.org/> ;
                            rdfs:label "member"@en .


###  https://schema.org/mentions
<https://schema.org/mentions> rdf:type owl:ObjectProperty ;
                              rdfs:comment "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept."@en ;
                              rdfs:isDefinedBy <https://schema.org/> ;
                              rdfs:label "mentions"@en .


###  https://schema.org/producer
<https://schema.org/producer> rdf:type owl:ObjectProperty ;
                              <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS, the Research Project responsible for generating the Dataset."@en ;
                              rdfs:comment "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.)."@en ;
                              rdfs:isDefinedBy <https://schema.org/> ;
                              rdfs:label "producer"@en .


###  https://schema.org/publisher
<https://schema.org/publisher> rdf:type owl:ObjectProperty ;
                               <http://purl.org/dc/elements/1.1/description> "Usage note: the agent responsible for publishing the Dataset."@en ;
                               rdfs:comment "The publisher of the article in question."@en ;
                               rdfs:isDefinedBy <https://schema.org/> ;
                               rdfs:label "publisher"@en .


###  https://schema.org/sameAs
<https://schema.org/sameAs> rdf:type owl:ObjectProperty ;
                            rdfs:comment "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website."@en ;
                            rdfs:isDefinedBy <https://schema.org/> ;
                            rdfs:label "sameAs"@en .


###  https://schema.org/spatialCoverage
<https://schema.org/spatialCoverage> rdf:type owl:ObjectProperty ;
                                     <http://purl.org/dc/elements/1.1/description> "Usage note: the place(s) which are the focus of the text collection's content."@en ;
                                     rdfs:comment "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York."@en ;
                                     rdfs:isDefinedBy <https://schema.org/> ;
                                     rdfs:label "spatialCoverage"@en .


###  https://schema.org/temporalCoverage
<https://schema.org/temporalCoverage> rdf:type owl:ObjectProperty ;
                                      <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS, relates a text collection to a time period during which its content is applicable, represented as a URI."@en ;
                                      rdfs:comment """The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.
Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".
 Open-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated."""@en ;
                                      rdfs:isDefinedBy <https://schema.org/> ;
                                      rdfs:label "temporalCoverage"@en .


###  https://w3id.org/dh-atlas/affiliation
:affiliation rdf:type owl:ObjectProperty ;
             rdfs:comment "An organization that this person is affiliated with. For example, a school/university, a club, or a team."@en ;
             rdfs:isDefinedBy <https://schema.org/> ;
             rdfs:label "affiliation"@en .


###  https://w3id.org/dh-atlas/editionType
:editionType rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://purl.org/dc/terms/type> ;
             rdfs:domain :DigitalScholarlyEdition ,
                         :TextCollection ;
             <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies or defined terms should be preferred. ATLAS recommends using terms from the [Edition Types Vocabulary (ETV)](https://w3id.org/dh-atlas/etv/)."@en ;
             rdfs:comment "The type of edition that reflects how the editorial team has worked on the text and outlines the main objectives of the Digital Scholarly Edition. "@en ;
             rdfs:label "edition type"@en .


###  https://w3id.org/dh-atlas/referencedAuthor
:referencedAuthor rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf <https://schema.org/contributor> ;
                  rdfs:domain :DigitalScholarlyEdition ,
                              :TextCollection ;
                  rdfs:range <https://schema.org/Organization> ,
                             <https://schema.org/Person> ;
                  rdfs:comment "The main author(s) of the edited text(s) ."@en ;
                  rdfs:label "referenced author"@en .


###  https://w3id.org/dh-atlas/servedBy
:servedBy rdf:type owl:ObjectProperty ;
          rdfs:domain <https://schema.org/Dataset> ;
          rdfs:range <https://schema.org/SoftwareApplication> ,
                     <https://schema.org/WebSite> ;
          rdfs:comment "A data service (API, endpoint), software, or website that provides access to the Dataset."@en ;
          rdfs:label "served by"@en .


###  https://w3id.org/dh-atlas/used
:used rdf:type owl:ObjectProperty ;
      rdfs:domain <https://schema.org/Dataset> ;
      rdfs:range <https://schema.org/Dataset> ,
                 <https://schema.org/SoftwareApplication> ;
      rdfs:comment "A Dataset or software component that is partially or fully utilized in the creation or realization of the described Dataset."@en ;
      rdfs:label "used"@en .


###  https://w3id.org/dh-atlas/vocabulary
:vocabulary rdf:type owl:ObjectProperty ;
            rdfs:domain :LinkedOpenData ;
            rdfs:comment "A vocabulary or owl:Ontology whose classes or properties are used in a Linked Open Data dataset."@en ;
            rdfs:label "vocabulary"@en .


###  https://www.w3id.org/dh-atlas/methodology
<https://www.w3id.org/dh-atlas/methodology> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://schema.org/Dataset> ;
                                            <http://purl.org/dc/elements/1.1/description> "Usage note: values from external vocabularies and defined terms should be preferred. ATLAS recommends using terms from the [TaDiRAH taxonomy](https://vocabs.dariah.eu/tadirah/)."@en ;
                                            rdfs:comment "Research activities performed to realize the research product. "@en ;
                                            rdfs:label "methodology"@en .


#################################################################
#    Data properties
#################################################################

###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:DatatypeProperty ;
                                                   rdfs:range xsd:anyURI ;
                                                   rdfs:comment "The preferred namespace URI to use when using terms from this vocabulary in an XML document."@en ;
                                                   rdfs:isDefinedBy <http://purl.org/vocab/vann/> ;
                                                   rdfs:label "Preferred Namespace Uri"@en .


###  https://schema.org/citation
<https://schema.org/citation> rdf:type owl:DatatypeProperty ;
                              rdfs:range xsd:anyURI ;
                              rdfs:comment "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc."@en ;
                              rdfs:isDefinedBy <https://schema.org/> ;
                              rdfs:label "citation"@en .


###  https://schema.org/datePublished
<https://schema.org/datePublished> rdf:type owl:DatatypeProperty ;
                                   rdfs:range xsd:date ;
                                   rdfs:comment "Date of first publication or broadcast. For example the date a CreativeWork was broadcast or a Certification was issued."@en ;
                                   rdfs:isDefinedBy <https://schema.org/> ;
                                   rdfs:label "datePublished"@en .


###  https://schema.org/description
<https://schema.org/description> rdf:type owl:DatatypeProperty ;
                                 rdfs:range rdfs:Literal ;
                                 rdfs:comment "A description of the item."@en ;
                                 rdfs:isDefinedBy <https://schema.org/> ;
                                 rdfs:label "description"@en .


###  https://schema.org/dissolutionDate
<https://schema.org/dissolutionDate> rdf:type owl:DatatypeProperty ;
                                     rdfs:range xsd:date ;
                                     rdfs:comment "The date that this organization was dissolved."@en ;
                                     rdfs:isDefinedBy <https://schema.org/> ;
                                     rdfs:label "dissolutionDate"@en .


###  https://schema.org/foundingDate
<https://schema.org/foundingDate> rdf:type owl:DatatypeProperty ;
                                  rdfs:range xsd:date ;
                                  rdfs:comment "The date that this organization was founded."@en ;
                                  rdfs:isDefinedBy <https://schema.org/> ;
                                  rdfs:label "foundingDate"@en .


###  https://schema.org/identifier
<https://schema.org/identifier> rdf:type owl:DatatypeProperty ;
                                rdfs:range rdfs:Literal ;
                                <http://purl.org/dc/elements/1.1/description> "Usage note: an unambiguous reference assigned to the resource being registered. This can be any alphanumeric string conforming to a recognized identification system (e.g., ORCiD, DOI, ISBN, ISSN, etc.)"@en ;
                                rdfs:comment "The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details."@en ;
                                rdfs:isDefinedBy <https://schema.org/> ;
                                rdfs:label "identifier"@en .


###  https://schema.org/name
<https://schema.org/name> rdf:type owl:DatatypeProperty ;
                          rdfs:range rdfs:Literal ;
                          rdfs:comment "The name of the item."@en ;
                          rdfs:isDefinedBy <https://schema.org/> ;
                          rdfs:label "name"@en .


###  https://schema.org/size
<https://schema.org/size> rdf:type owl:DatatypeProperty ;
                          rdfs:range rdfs:Literal ;
                          rdfs:comment "A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a  QuantitativeValue with a unitCode, or a comprehensive and structured SizeSpecification; in other cases, the width, height, depth and weight properties may be more applicable."@en ;
                          rdfs:isDefinedBy <https://schema.org/> ;
                          rdfs:label "size"@en .


###  https://schema.org/url
<https://schema.org/url> rdf:type owl:DatatypeProperty ;
                         rdfs:range xsd:anyURI ;
                         rdfs:comment "URL of the item."@en ;
                         rdfs:isDefinedBy <https://schema.org/> ;
                         rdfs:label "url"@en .


###  https://schema.org/usageInfo
<https://schema.org/usageInfo> rdf:type owl:DatatypeProperty ;
                               rdfs:range xsd:anyURI ;
                               <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS, the URL of a Web page that contains the documentation for the resource."@en ;
                               rdfs:comment """The schema.org usageInfo property indicates further information about a CreativeWork. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.
This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses."""@en ;
                               rdfs:isDefinedBy <https://schema.org/> ;
                               rdfs:label "usageInfo"@en .


###  https://schema.org/version
<https://schema.org/version> rdf:type owl:DatatypeProperty ;
                             rdfs:range rdfs:Literal ;
                             rdfs:comment "The version of the CreativeWork embodied by a specified resource."@en ;
                             rdfs:isDefinedBy <https://schema.org/> ;
                             rdfs:label "version"@en .


###  https://w3id.org/dh-atlas/noteOnResearchProduct
:noteOnResearchProduct rdf:type owl:DatatypeProperty ;
                       rdfs:subPropertyOf <https://schema.org/description> ;
                       rdfs:domain <https://schema.org/Dataset> ;
                       rdfs:range rdfs:Literal ;
                       rdfs:comment "Additional information or comments on the Dataset. Notes may include details on the type of sources and their use."@en ;
                       rdfs:label "note on research product"@en .


#################################################################
#    Classes
#################################################################

###  http://purl.org/spar/fabio/Anthology
<http://purl.org/spar/fabio/Anthology> rdf:type owl:Class ;
                                       rdfs:comment "A collection of selected literary or scholastics works, for example poems, short stories, plays or research papers."@en ;
                                       rdfs:isDefinedBy <http://purl.org/spar/fabio> ;
                                       rdfs:label "Anthology"@en .


###  http://purl.org/spar/fabio/MetadataDocument
<http://purl.org/spar/fabio/MetadataDocument> rdf:type owl:Class ;
                                              rdfs:comment "A document that contains metadata information describing one or more characteristics of an entity."@en ;
                                              rdfs:isDefinedBy <http://purl.org/spar/fabio> ;
                                              rdfs:label "Metadata Document"@en .


###  http://purl.org/spar/fabio/OntologyDocument
<http://purl.org/spar/fabio/OntologyDocument> rdf:type owl:Class ;
                                              rdfs:comment "A document containing an ontology, for example an OWL (Web Ontology Language) file (http://www.w3.org/TR/owl-features/)."@en ;
                                              rdfs:isDefinedBy <http://purl.org/spar/fabio> ;
                                              rdfs:label "Ontology Document"@en .


###  https://schema.org/Dataset
<https://schema.org/Dataset> rdf:type owl:Class ;
                             rdfs:comment "A body of structured information describing some topic(s) of interest."@en ;
                             rdfs:isDefinedBy <https://schema.org/> ;
                             rdfs:label "Dataset"@en .


###  https://schema.org/Organization
<https://schema.org/Organization> rdf:type owl:Class ;
                                  rdfs:comment "An organization such as a school, NGO, corporation, club, etc."@en ;
                                  rdfs:isDefinedBy <https://schema.org/> ;
                                  rdfs:label "Organization"@en .


###  https://schema.org/Person
<https://schema.org/Person> rdf:type owl:Class ;
                            rdfs:comment "A person (alive, dead, undead, or fictional)."@en ;
                            rdfs:isDefinedBy <https://schema.org/> ;
                            rdfs:label "Person"@en .


###  https://schema.org/ResearchProject
<https://schema.org/ResearchProject> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://schema.org/Organization> ;
                                     <http://purl.org/dc/elements/1.1/description> "Usage note: in ATLAS a Research Project is intended as a Research group undertaking some activities that lead to the creation of a Research product."@en ;
                                     rdfs:comment "A Research project."@en ;
                                     rdfs:isDefinedBy <https://schema.org/> ;
                                     rdfs:label "ResearchProject"@en .


###  https://schema.org/SoftwareApplication
<https://schema.org/SoftwareApplication> rdf:type owl:Class ;
                                         rdfs:comment "A software application."@en ;
                                         rdfs:isDefinedBy <https://schema.org/> ;
                                         rdfs:label "SoftwareApplication"@en .


###  https://schema.org/WebSite
<https://schema.org/WebSite> rdf:type owl:Class ;
                             rdfs:comment "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs."@en ;
                             rdfs:isDefinedBy <https://schema.org/> ;
                             rdfs:label "WebSite"@en .


###  https://w3id.org/dh-atlas/DigitalScholarlyEdition
:DigitalScholarlyEdition rdf:type owl:Class ;
                         rdfs:subClassOf <http://purl.org/spar/fabio/MetadataDocument> ,
                                         <https://schema.org/Dataset> ;
                         rdfs:comment "An information resource which offers a critical representation of documents or texts of literary or historical value following a shared methodology determined by a digital paradigm."@en ;
                         rdfs:label "Digital Scholarly Edition"@en .


###  https://w3id.org/dh-atlas/LanguageModel
:LanguageModel rdf:type owl:Class ;
               rdfs:subClassOf <https://schema.org/Dataset> ,
                               <https://schema.org/SoftwareApplication> ;
               rdfs:comment "A machine learning model designed to predict and generate language."@en ;
               rdfs:label "Language Model"@en .


###  https://w3id.org/dh-atlas/LinkedOpenData
:LinkedOpenData rdf:type owl:Class ;
                rdfs:subClassOf <https://schema.org/Dataset> ;
                rdfs:comment "An interlinked, openly accessible set of RDF triples published on the web."@en ;
                rdfs:label "Linked Open Data"@en .


###  https://w3id.org/dh-atlas/Ontology
:Ontology rdf:type owl:Class ;
          rdfs:subClassOf <http://purl.org/spar/fabio/OntologyDocument> ,
                          <https://schema.org/Dataset> ;
          rdfs:comment "A formal model of concepts and their interrelations describing a domain of interest."@en ;
          rdfs:label "Ontology"@en .


###  https://w3id.org/dh-atlas/Software
:Software rdf:type owl:Class ;
          rdfs:subClassOf <https://schema.org/Dataset> ,
                          <https://schema.org/SoftwareApplication> ;
          rdfs:comment "A software entity that implements one or more algorithms to perform specific computational tasks."@en ;
          rdfs:label "Software"@en .


###  https://w3id.org/dh-atlas/TextCollection
:TextCollection rdf:type owl:Class ;
                rdfs:subClassOf <http://purl.org/spar/fabio/Anthology> ,
                                <https://schema.org/Dataset> ;
                rdfs:comment "A type of digital archive that focuses on textual heritage, preserving texts digitally and providing web access. Beyond the texts, a text collection typically offers bibliographic metadata and editorial annotations."@en ;
                rdfs:label "Text Collection"@en .


###  https://w3id.org/dh-atlas/3DDigitalTwin
<https://w3id.org/dh-atlas/3DDigitalTwin> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://schema.org/Dataset> ;
                                          rdfs:comment "A 3D digital replica of a cultural heritage object (e.g., an artwork, an archaeological site, or a museum environment) allowing cultural operators to explore, preserve, and share Cultural Heritage in innovative ways (Nicolucci and Felicetti 2024)"@en ;
                                          rdfs:label "3D Digital Twin"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
