@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://www.purl.org/dc/> .
@prefix ns1: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/terms/> .

<http://www.purl.org/net/remetca>
  a owl:Ontology, <http://purl.org/vocommons/voaf#Vocabulary> ;
  owl:versionIRI <http://www.purl.org/net/remetca> ;
  ns0:termstitle "ReMetCa Ontology"@en ;
  ns0:termsdescription "Ontology for Poetry description"@en ;
  ns1:preferredNamespacePrefix "remetca" ;
  ns1:preferredNamespaceUri "http://www.purl.org/net/remetca#" ;
  ns0:termsissued "2014-10-12"^^xsd:date ;
  ns0:termsmodified "2014-10-14"^^xsd:date ;
  owl:versionInfo 1.1 ;
  rdfs:comment "Version 1.1"@en ;
  ns0:termsrights "Copyright © 2014 REMETCA" ;
  cc:license <http://creativecommons.org/licenses/by/3.0/> ;
  ns0:termscreator <http://labs.mondeca.com/foaf/mondeca.rdf#elenagbg> ;
  ns0:termspublisher <http://dbpedia.org/page/National_University_of_Distance_Education> .

<http://labs.mondeca.com/foaf/mondeca.rdf#elenagbg> a foaf:Person .
<http://dbpedia.org/page/National_University_of_Distance_Education> a foaf:Organization .
<http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#P94>
  a owl:ObjectProperty ;
  rdfs:comment "Composed by" ;
  rdfs:range <http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E21> ;
  rdfs:domain <http://www.purl.org/net/remetca#Complete_work> ;
  rdfs:subPropertyOf owl:topObjectProperty .

<http://www.purl.org/net/remetca#hasLines>
  a owl:ObjectProperty ;
  rdfs:comment "Related to TEI Attribute: "@en ;
  rdfs:range <http://www.purl.org/net/remetca#Line> ;
  rdfs:domain <http://www.purl.org/net/remetca#Poem>, <http://www.purl.org/net/remetca#Stanza> .

<http://www.purl.org/net/remetca#hasPoems>
  a owl:ObjectProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Complete_work> ;
  rdfs:range <http://www.purl.org/net/remetca#Poem> .

<http://www.purl.org/net/remetca#hasStanzas>
  a owl:ObjectProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Poem>, <http://www.purl.org/net/remetca#Stanza> .

<http://www.purl.org/net/remetca#hasSyllables>
  a owl:ObjectProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Line> ;
  rdfs:range <http://www.purl.org/net/remetca#Syllable> .

<http://www.purl.org/net/remetca#isAuthorof>
  a owl:ObjectProperty ;
  rdfs:domain <http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E21> ;
  rdfs:range <http://www.purl.org/net/remetca#Complete_work> .

<http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#P92>
  a owl:DatatypeProperty ;
  rdfs:comment "has_date: was brought into existence" ;
  rdfs:domain <http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E21>, <http://www.purl.org/net/remetca#Complete_work>, <http://www.purl.org/net/remetca#Poem> ;
  rdfs:range xsd:integer .

<http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#has_name_of_poem>
  a owl:DatatypeProperty ;
  rdfs:comment """Equivalent to TEI attribute <lg subtype=""> of lg type
            “poema”. Names of the possible values of the vocabulary gathered at the controlled
            vocabulary of http://vocabularios.caicyt.gov.ar/pmc/""" ;
  rdfs:domain <http://www.purl.org/net/remetca#Poem> ;
  rdfs:range xsd:string .

<http://www.purl.org/net/remetca#asonant>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Poem>, <http://www.purl.org/net/remetca#Stanza> ;
  rdfs:subPropertyOf <http://www.purl.org/net/remetca#has_rhyme> ;
  rdfs:range xsd:boolean .

<http://www.purl.org/net/remetca#consonant>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Poem>, <http://www.purl.org/net/remetca#Stanza> ;
  rdfs:subPropertyOf <http://www.purl.org/net/remetca#has_rhyme> ;
  rdfs:range xsd:boolean .

<http://www.purl.org/net/remetca#has_caesura>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Line> ;
  rdfs:range xsd:boolean .

<http://www.purl.org/net/remetca#has_incipit>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Complete_work> ;
  rdfs:range rdfs:Literal .

<http://www.purl.org/net/remetca#has_metrical_scheme>
  a owl:DatatypeProperty ;
  rdfs:comment "TEI attribute met <lg met=””>" ;
  rdfs:domain <http://www.purl.org/net/remetca#Line>, <http://www.purl.org/net/remetca#Poem>, <http://www.purl.org/net/remetca#Stanza> ;
  rdfs:range rdfs:Literal .

<http://www.purl.org/net/remetca#has_musical_notation>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Poem> ;
  rdfs:range xsd:boolean .

<http://www.purl.org/net/remetca#has_name_of_stanza>
  a owl:DatatypeProperty ;
  rdfs:comment """Equivalent to TEI attribute <lg subtype=""> de lg type
            “estrofa”/cabeza/estribillo" and populated with the controlled vocabulary of
            http://vocabularios.caicyt.gov.ar/pmc/""" ;
  rdfs:domain <http://www.purl.org/net/remetca#Stanza> ;
  rdfs:range xsd:string .

<http://www.purl.org/net/remetca#has_number_of_lines>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Complete_work>, <http://www.purl.org/net/remetca#Poem>, <http://www.purl.org/net/remetca#Stanza> ;
  rdfs:range xsd:int .

<http://www.purl.org/net/remetca#has_number_of_stanzas>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Complete_work>, <http://www.purl.org/net/remetca#Poem>, <http://www.purl.org/net/remetca#Stanza> ;
  rdfs:range xsd:int .

<http://www.purl.org/net/remetca#has_number_of_syllables>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Line> ;
  rdfs:range xsd:int .

<http://www.purl.org/net/remetca#has_rhyme>
  a owl:DatatypeProperty ;
  rdfs:comment """asonancia="asonante/consonante" (not TEI, added by
            ReMetCa)""" ;
  rdfs:domain <http://www.purl.org/net/remetca#Poem>, <http://www.purl.org/net/remetca#Stanza> ;
  rdfs:range xsd:boolean .

<http://www.purl.org/net/remetca#has_rhymeScheme>
  a owl:DatatypeProperty ;
  rdfs:comment "Equivalent to TEI attribute <lg rhyme=””>" ;
  rdfs:domain <http://www.purl.org/net/remetca#Poem> ;
  rdfs:range xsd:string ;
  rdfs:subPropertyOf owl:topDataProperty .

<http://www.purl.org/net/remetca#has_text>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Line> ;
  rdfs:range rdfs:Literal .

<http://www.purl.org/net/remetca#has_title>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.purl.org/net/remetca#Complete_work>, <http://www.purl.org/net/remetca#Poem> ;
  rdfs:range rdfs:Literal .

dc:bibliographicCitation
  a owl:Class ;
  rdfs:comment """Equivalent to TEI <listBibl>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listBibl.html""" .

<http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E21>
  a owl:Class ;
  rdfs:comment """Author. Equivalent to TEI <author>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-author.html. Content of the VIAF
            authority file of Spanish National Library:
            http://catalogo.bne.es/uhtbin/authoritybrowse.cgi""" .

<http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E50>
  a owl:Class ;
  rdfs:comment """Date. Equivalent to TEI <creation>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-creation.html""" .

<http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E63>
  a owl:Class ;
  rdfs:subClassOf <http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E50> ;
  rdfs:comment """Data_post_quem: beginning of existence. TEI <origDate
            notBefore="1425">
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-origDate.html""" .

<http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E64>
  a owl:Class ;
  rdfs:subClassOf <http://www.cidoc-crm.org/html/5.0.4/cidoc-crm.html#E50> ;
  rdfs:comment """Data_ante_quem: end of existence. Equivalent to TEI <origDate
            notAfter="1450">
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-origDate.html""" .

<http://www.purl.org/net/remetca#Accentual_versification>
  a owl:Class ;
  rdfs:subClassOf <http://www.purl.org/net/remetca#versification_System> .

<http://www.purl.org/net/remetca#Complete_work>
  a owl:Class ;
  rdfs:comment "Complete literary work in which one or more poems are inserted" .

<http://www.purl.org/net/remetca#Edition>
  a owl:Class ;
  rdfs:comment """Equivalent to TEI <edition>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-edition.html""" .

<http://www.purl.org/net/remetca#Line>
  a owl:Class ;
  rdfs:comment """Equivalent to TEI <l>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html""" .

<http://www.purl.org/net/remetca#Manuscript>
  a owl:Class ;
  rdfs:comment """Equivalent to TEI <idno>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-idno.html inside
            <msIdentifier>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-msIdentifier.html and inside
            <msDesc>""" .

<http://www.purl.org/net/remetca#Poem>
  a owl:Class ;
  rdfs:comment "Equivalent to TEI "@en .

<http://www.purl.org/net/remetca#Stanza>
  a owl:Class ;
  rdfs:comment """Equals to TEI <lg>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html""" .

<http://www.purl.org/net/remetca#Syllabic_versification>
  a owl:Class ;
  rdfs:subClassOf <http://www.purl.org/net/remetca#versification_System> .

<http://www.purl.org/net/remetca#Syllable>
  a owl:Class ;
  rdfs:comment """Equals to TEI <syll>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-syll.html or <MetSym>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-metSym.html but no exact
            correspondence""" .

<http://www.purl.org/net/remetca#versification_System> a owl:Class .