@prefix : <http://vocab.linkeddata.es/def/conceptual-mapping-star#> .
@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 <http://vocab.linkeddata.es/def/conceptual-mapping-star#> .

<http://vocab.linkeddata.es/def/conceptual-mapping-star#> rdf:type owl:Ontology ;
                                                           owl:versionIRI <http://vocab.linkeddata.es/def/conceptual-mapping-star> ;
                                                           owl:imports <http://vocab.linkeddata.es/def/conceptual-mapping> ;
                                                           <http://purl.org/dc/elements/1.1/publisher> <https://oeg.fi.upm.es/> ;
                                                           <http://purl.org/dc/elements/1.1/title> "Conceptual Mapping - RDF-star" ;
                                                           <http://purl.org/dc/terms/created> "2022-02-08T00:00:00"^^xsd:dateTime ;
                                                           <http://purl.org/dc/terms/creator> "Ana Iglesias Molina (Ontology ENgineering Group)" ;
                                                           <http://purl.org/dc/terms/description> "This ontology extends the Conceptual Mapping to enable the generation of RDF-star graphs" ;
                                                           <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by-sa4.0> ;
                                                           <http://purl.org/vocab/vann/preferredNamespacePrefix> "cm-star" ;
                                                           <http://purl.org/vocab/vann/preferredNamespaceUri> <http://vocab.linkeddata.es/def/conceptual-mapping-star> ;
                                                           owl:versionInfo "v0.1.0" .

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

###  http://vocab.linkeddata.es/def/conceptual-mapping-star#hasQuotedObject
:hasQuotedObject rdf:type owl:ObjectProperty ;
                 rdfs:label "has quoted object" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A relation between a Statement Map and the quoted Statement Map in the position of object" .


###  http://vocab.linkeddata.es/def/conceptual-mapping-star#hasQuotedSubject
:hasQuotedSubject rdf:type owl:ObjectProperty ;
                  rdfs:label "has quoted subject" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A relation between a Statement Map and the quoted Statement Map in the position of subject" .


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

###  http://vocab.linkeddata.es/def/conceptual-mapping#StatementMap
<http://vocab.linkeddata.es/def/conceptual-mapping#StatementMap> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty :hasQuotedObject ;
                                                                                   owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                   owl:onClass <http://vocab.linkeddata.es/def/conceptual-mapping#StatementMap>
                                                                                 ] ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty :hasQuotedSubject ;
                                                                                   owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                                   owl:onClass <http://vocab.linkeddata.es/def/conceptual-mapping#StatementMap>
                                                                                 ] .


###  http://vocab.linkeddata.es/def/conceptual-mapping-star#NonAssertedStatementMap
:NonAssertedStatementMap rdf:type owl:Class ;
                         rdfs:subClassOf <http://vocab.linkeddata.es/def/conceptual-mapping#StatementMap> ;
                         rdfs:label "Non-Asserted Statement Map" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A quoted Statement Map that is not asserted in the RDF-star graph" .


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