Skip to content

Commit

Permalink
Ejemplo salto linea
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-programador authored Jul 19, 2017
1 parent cbb0d59 commit 02fd8ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Se genera la siguiente tripleta:

| Subject | Predicado | Objeto |
|---------|----------|--------|
|\<http://190.15.141.66:8899/ucuenca/contribuyente/BRITO_RIVAS__MAURICIO_RODRIGO> | a | \<http://xmlns.com/foaf/0.1/Person> |
|\<http://190.15.141.66:8899/ucuenca/contribuyente/<br>BRITO_RIVAS__MAURICIO_RODRIGO> | a | \<http://xmlns.com/foaf/0.1/Person> |


**Anotación**
Expand All @@ -140,7 +140,7 @@ Se obtendra la siguiente tripleta:

| Subject | Predicado | Objeto |
|---------|----------|--------|
|\<http://190.15.141.66:8899/ucuenca/recurso/141> | \<http://purl.org/dc/terms/title> | "Diseño e implementación de servicios especializados para el portal del Centro de Documentación Juan Bautista Vázquez"^^\<http://www.w3.org/2001/XMLSchema#string> |
|\<http://190.15.141.66:8899/ucuenca/<br>recurso/141> | \<http://purl.org/dc/terms/title> | "Diseño e implementación de servicios especializados para el portal del Centro de Documentación Juan Bautista Vázquez"^^\<http://www.w3.org/2001/XMLSchema#string> |


En la regla de asociación (A011) se define la asignación de una propiedad de nombre a la persona declarada en la regla (C012), por lo tanto dado una entrada:
Expand All @@ -156,7 +156,7 @@ Se obtiene la siguiente tripleta para las propiedades de Personas:

| Subject | Predicado | Objeto |
|---------|----------|--------|
|\<http://190.15.141.66:8899/ucuenca/contribuyente/BRITO_RIVAS__MAURICIO_RODRIGO> | \<http://xmlns.com/foaf/0.1/name> | "Brito Rivas, Mauricio Rodrigo" |
|\<http://190.15.141.66:8899/ucuenca/contribuyente/<br>BRITO_RIVAS__MAURICIO_RODRIGO> | \<http://xmlns.com/foaf/0.1/name> | "Brito Rivas, Mauricio Rodrigo" |


**Relation**
Expand Down

0 comments on commit 02fd8ed

Please sign in to comment.