@prefix : <https://meta.linked.archi/archimate3-shapes#> .
@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://meta.linked.archi/archimate3-shapes#> .

<https://meta.linked.archi/archimate3-shapes> rdf:type owl:Ontology ;
                                               owl:imports <https://meta.linked.archi/core.ttl> ,
                                                           <https://meta.linked.archi/archimate3#> ;
                                               <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-sa/3.0/> ,
                                                                                       "This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License."@en ;
                                               <http://purl.org/dc/elements/1.1/creator> "Kalin Maldzhanski" ;
                                               <http://purl.org/dc/elements/1.1/description> "Linked.Archi ArchiMate 3.0 Ontology."@en ;
                                               <http://purl.org/dc/elements/1.1/issued> "2019-03-17"^^xsd:date ;
                                               <http://purl.org/dc/elements/1.1/modified> "2019-10-17"^^xsd:date ;
                                               <http://purl.org/dc/elements/1.1/publisher> <https://linked.archi> ,
                                                                                           "Linked.Archi"@en ;
                                               <http://purl.org/dc/elements/1.1/title> "Linked.Archi ArchiMate Ontology"@en ;
                                               <http://purl.org/dc/terms/source> <http://www.opengroup.org/xsd/archimate/3.0/archimate3_Model.xsd> ,
                                                                                 <https://pubs.opengroup.org/architecture/archimate3-doc> ;
                                               rdfs:comment "Version 3.0.1: Initial"@en ;
                                               owl:versionInfo 3.0 ;
                                               <http://www.w3.org/ns/prov#wasDerivedFrom> <https://pubs.opengroup.org/architecture/archimate3-doc> .

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

###  http://creativecommons.org/ns#license
<http://creativecommons.org/ns#license> 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/issued
<http://purl.org/dc/elements/1.1/issued> rdf:type owl:AnnotationProperty .


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


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


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


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


###  http://www.w3.org/ns/prov#wasDerivedFrom
<http://www.w3.org/ns/prov#wasDerivedFrom> rdf:type owl:AnnotationProperty .


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

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


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