Advertisement
Hbopasto

Ontologia

Sep 15th, 2024
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.15 KB | Software | 0 0
  1. <?xml version="1.0"?>
  2. <Ontology xmlns="http://www.w3.org/2002/07/owl#"
  3.     xml:base="http://www.semanticweb.org/harfe/ontologies/2024/8/ontologiaUcc"
  4.     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5.     xmlns:xml="http://www.w3.org/XML/1998/namespace"
  6.     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  7.     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  8.     ontologyIRI="http://www.semanticweb.org/harfe/ontologies/2024/8/ontologiaUcc">
  9.     <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
  10.     <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
  11.     <Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
  12.     <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
  13.     <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
  14.     <Declaration>
  15.         <Class IRI="#academico"/>
  16.     </Declaration>
  17.     <Declaration>
  18.         <Class IRI="#administrativo"/>
  19.     </Declaration>
  20.     <Declaration>
  21.         <Class IRI="#alumno"/>
  22.     </Declaration>
  23.     <Declaration>
  24.         <Class IRI="#coordinador"/>
  25.     </Declaration>
  26.     <Declaration>
  27.         <Class IRI="#empleado"/>
  28.     </Declaration>
  29.     <Declaration>
  30.         <Class IRI="#jefe"/>
  31.     </Declaration>
  32.     <Declaration>
  33.         <Class IRI="#materia"/>
  34.     </Declaration>
  35.     <Declaration>
  36.         <Class IRI="#persona"/>
  37.     </Declaration>
  38.     <Declaration>
  39.         <Class IRI="#profesor"/>
  40.     </Declaration>
  41.     <Declaration>
  42.         <Class IRI="#visitante"/>
  43.     </Declaration>
  44.     <Declaration>
  45.         <ObjectProperty IRI="http://webprotege.stanford.edu/R9Yo3DexDfb1aoWdCi4WzJd"/>
  46.     </Declaration>
  47.     <Declaration>
  48.         <ObjectProperty IRI="http://webprotege.stanford.edu/Rd5n99IsOMAan7debroFXS"/>
  49.     </Declaration>
  50.     <Declaration>
  51.         <ObjectProperty IRI="http://webprotege.stanford.edu/RzX6TGBYaRb48gG2gJyK53"/>
  52.     </Declaration>
  53.     <Declaration>
  54.         <ObjectProperty IRI="#esTitularDe"/>
  55.     </Declaration>
  56.     <Declaration>
  57.         <ObjectProperty IRI="#tomaClaseCon"/>
  58.     </Declaration>
  59.     <Declaration>
  60.         <DataProperty IRI="http://webprotege.stanford.edu/R7Ob2ozaLLcDyV37sndSQrD"/>
  61.     </Declaration>
  62.     <Declaration>
  63.         <DataProperty IRI="http://webprotege.stanford.edu/R8WfFYQBvic4Uc9SKkVkmrq"/>
  64.     </Declaration>
  65.     <Declaration>
  66.         <DataProperty IRI="http://webprotege.stanford.edu/R8hNm2bf09gQX40cSDw11BC"/>
  67.     </Declaration>
  68.     <Declaration>
  69.         <DataProperty IRI="http://webprotege.stanford.edu/R9Cl4iVN3r22cC8ZBRQuCdW"/>
  70.     </Declaration>
  71.     <Declaration>
  72.         <DataProperty IRI="http://webprotege.stanford.edu/RKKrM9GEZGMEbJHRVAwnL1"/>
  73.     </Declaration>
  74.     <Declaration>
  75.         <DataProperty IRI="http://webprotege.stanford.edu/ROgmUYmFFGixBl0E7w9v1I"/>
  76.     </Declaration>
  77.     <Declaration>
  78.         <DataProperty IRI="#tieneCodigoMateria"/>
  79.     </Declaration>
  80.     <Declaration>
  81.         <DataProperty IRI="#tieneNombreMateria"/>
  82.     </Declaration>
  83.     <Declaration>
  84.         <NamedIndividual IRI="http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx"/>
  85.     </Declaration>
  86.     <Declaration>
  87.         <NamedIndividual IRI="#mat001"/>
  88.     </Declaration>
  89.     <Declaration>
  90.         <NamedIndividual IRI="#prof001"/>
  91.     </Declaration>
  92.     <SubClassOf>
  93.         <Class IRI="#academico"/>
  94.         <Class IRI="#empleado"/>
  95.     </SubClassOf>
  96.     <SubClassOf>
  97.         <Class IRI="#administrativo"/>
  98.         <Class IRI="#empleado"/>
  99.     </SubClassOf>
  100.     <SubClassOf>
  101.         <Class IRI="#alumno"/>
  102.         <Class IRI="#persona"/>
  103.     </SubClassOf>
  104.     <SubClassOf>
  105.         <Class IRI="#coordinador"/>
  106.         <Class IRI="#academico"/>
  107.     </SubClassOf>
  108.     <SubClassOf>
  109.         <Class IRI="#empleado"/>
  110.         <Class IRI="#persona"/>
  111.     </SubClassOf>
  112.     <SubClassOf>
  113.         <Class IRI="#jefe"/>
  114.         <Class IRI="#academico"/>
  115.     </SubClassOf>
  116.     <SubClassOf>
  117.         <Class IRI="#profesor"/>
  118.         <Class IRI="#academico"/>
  119.     </SubClassOf>
  120.     <SubClassOf>
  121.         <Class IRI="#visitante"/>
  122.         <Class IRI="#persona"/>
  123.     </SubClassOf>
  124.     <ClassAssertion>
  125.         <Class IRI="#alumno"/>
  126.         <NamedIndividual IRI="http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx"/>
  127.     </ClassAssertion>
  128.     <ClassAssertion>
  129.         <Class IRI="#profesor"/>
  130.         <NamedIndividual IRI="#prof001"/>
  131.     </ClassAssertion>
  132.     <ObjectPropertyAssertion>
  133.         <ObjectProperty IRI="http://webprotege.stanford.edu/R9Yo3DexDfb1aoWdCi4WzJd"/>
  134.         <NamedIndividual IRI="http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx"/>
  135.         <NamedIndividual IRI="#mat001"/>
  136.     </ObjectPropertyAssertion>
  137.     <ObjectPropertyAssertion>
  138.         <ObjectProperty IRI="#tomaClaseCon"/>
  139.         <NamedIndividual IRI="http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx"/>
  140.         <NamedIndividual IRI="#prof001"/>
  141.     </ObjectPropertyAssertion>
  142.     <ObjectPropertyAssertion>
  143.         <ObjectProperty IRI="#esTitularDe"/>
  144.         <NamedIndividual IRI="#prof001"/>
  145.         <NamedIndividual IRI="#mat001"/>
  146.     </ObjectPropertyAssertion>
  147.     <DataPropertyAssertion>
  148.         <DataProperty IRI="http://webprotege.stanford.edu/R7Ob2ozaLLcDyV37sndSQrD"/>
  149.         <NamedIndividual IRI="http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx"/>
  150.         <Literal>A001</Literal>
  151.     </DataPropertyAssertion>
  152.     <DataPropertyAssertion>
  153.         <DataProperty IRI="http://webprotege.stanford.edu/R8WfFYQBvic4Uc9SKkVkmrq"/>
  154.         <NamedIndividual IRI="http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx"/>
  155.         <Literal>Sebastian Rodriguez</Literal>
  156.     </DataPropertyAssertion>
  157.     <DataPropertyAssertion>
  158.         <DataProperty IRI="http://webprotege.stanford.edu/R9Cl4iVN3r22cC8ZBRQuCdW"/>
  159.         <NamedIndividual IRI="http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx"/>
  160.         <Literal datatypeIRI="http://www.w3.org/2001/XMLSchema#integer">21</Literal>
  161.     </DataPropertyAssertion>
  162.     <DataPropertyAssertion>
  163.         <DataProperty IRI="http://webprotege.stanford.edu/ROgmUYmFFGixBl0E7w9v1I"/>
  164.         <NamedIndividual IRI="http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx"/>
  165.         <Literal>Masculino</Literal>
  166.     </DataPropertyAssertion>
  167.     <DataPropertyAssertion>
  168.         <DataProperty IRI="#tieneCodigoMateria"/>
  169.         <NamedIndividual IRI="#mat001"/>
  170.         <Literal datatypeIRI="http://www.w3.org/2001/XMLSchema#int">0001</Literal>
  171.     </DataPropertyAssertion>
  172.     <DataPropertyAssertion>
  173.         <DataProperty IRI="#tieneNombreMateria"/>
  174.         <NamedIndividual IRI="#mat001"/>
  175.         <Literal>Algoritmos</Literal>
  176.     </DataPropertyAssertion>
  177.     <DataPropertyAssertion>
  178.         <DataProperty IRI="http://webprotege.stanford.edu/R8hNm2bf09gQX40cSDw11BC"/>
  179.         <NamedIndividual IRI="#prof001"/>
  180.         <Literal>P001</Literal>
  181.     </DataPropertyAssertion>
  182.     <DataPropertyAssertion>
  183.         <DataProperty IRI="http://webprotege.stanford.edu/RKKrM9GEZGMEbJHRVAwnL1"/>
  184.         <NamedIndividual IRI="#prof001"/>
  185.         <Literal>Daniel Arteaga</Literal>
  186.     </DataPropertyAssertion>
  187.     <SubObjectPropertyOf>
  188.         <ObjectProperty IRI="http://webprotege.stanford.edu/R9Yo3DexDfb1aoWdCi4WzJd"/>
  189.         <ObjectProperty abbreviatedIRI="owl:topObjectProperty"/>
  190.     </SubObjectPropertyOf>
  191.     <SubObjectPropertyOf>
  192.         <ObjectProperty IRI="http://webprotege.stanford.edu/Rd5n99IsOMAan7debroFXS"/>
  193.         <ObjectProperty abbreviatedIRI="owl:topObjectProperty"/>
  194.     </SubObjectPropertyOf>
  195.     <SubObjectPropertyOf>
  196.         <ObjectProperty IRI="http://webprotege.stanford.edu/RzX6TGBYaRb48gG2gJyK53"/>
  197.         <ObjectProperty abbreviatedIRI="owl:topObjectProperty"/>
  198.     </SubObjectPropertyOf>
  199.     <ObjectPropertyDomain>
  200.         <ObjectProperty IRI="http://webprotege.stanford.edu/R9Yo3DexDfb1aoWdCi4WzJd"/>
  201.         <Class IRI="#alumno"/>
  202.     </ObjectPropertyDomain>
  203.     <ObjectPropertyDomain>
  204.         <ObjectProperty IRI="http://webprotege.stanford.edu/Rd5n99IsOMAan7debroFXS"/>
  205.         <Class IRI="#alumno"/>
  206.     </ObjectPropertyDomain>
  207.     <ObjectPropertyDomain>
  208.         <ObjectProperty IRI="http://webprotege.stanford.edu/RzX6TGBYaRb48gG2gJyK53"/>
  209.         <Class IRI="#alumno"/>
  210.     </ObjectPropertyDomain>
  211.     <ObjectPropertyDomain>
  212.         <ObjectProperty IRI="#esTitularDe"/>
  213.         <Class IRI="#profesor"/>
  214.     </ObjectPropertyDomain>
  215.     <ObjectPropertyDomain>
  216.         <ObjectProperty IRI="#tomaClaseCon"/>
  217.         <Class IRI="#alumno"/>
  218.     </ObjectPropertyDomain>
  219.     <ObjectPropertyRange>
  220.         <ObjectProperty IRI="http://webprotege.stanford.edu/R9Yo3DexDfb1aoWdCi4WzJd"/>
  221.         <Class IRI="#materia"/>
  222.     </ObjectPropertyRange>
  223.     <ObjectPropertyRange>
  224.         <ObjectProperty IRI="http://webprotege.stanford.edu/Rd5n99IsOMAan7debroFXS"/>
  225.         <Class IRI="#jefe"/>
  226.     </ObjectPropertyRange>
  227.     <ObjectPropertyRange>
  228.         <ObjectProperty IRI="http://webprotege.stanford.edu/RzX6TGBYaRb48gG2gJyK53"/>
  229.         <Class IRI="#coordinador"/>
  230.     </ObjectPropertyRange>
  231.     <ObjectPropertyRange>
  232.         <ObjectProperty IRI="#esTitularDe"/>
  233.         <Class IRI="#materia"/>
  234.     </ObjectPropertyRange>
  235.     <ObjectPropertyRange>
  236.         <ObjectProperty IRI="#tomaClaseCon"/>
  237.         <Class IRI="#profesor"/>
  238.     </ObjectPropertyRange>
  239.     <SubDataPropertyOf>
  240.         <DataProperty IRI="http://webprotege.stanford.edu/R7Ob2ozaLLcDyV37sndSQrD"/>
  241.         <DataProperty abbreviatedIRI="owl:topDataProperty"/>
  242.     </SubDataPropertyOf>
  243.     <SubDataPropertyOf>
  244.         <DataProperty IRI="http://webprotege.stanford.edu/R8WfFYQBvic4Uc9SKkVkmrq"/>
  245.         <DataProperty abbreviatedIRI="owl:topDataProperty"/>
  246.     </SubDataPropertyOf>
  247.     <SubDataPropertyOf>
  248.         <DataProperty IRI="http://webprotege.stanford.edu/R8hNm2bf09gQX40cSDw11BC"/>
  249.         <DataProperty abbreviatedIRI="owl:topDataProperty"/>
  250.     </SubDataPropertyOf>
  251.     <SubDataPropertyOf>
  252.         <DataProperty IRI="http://webprotege.stanford.edu/R9Cl4iVN3r22cC8ZBRQuCdW"/>
  253.         <DataProperty abbreviatedIRI="owl:topDataProperty"/>
  254.     </SubDataPropertyOf>
  255.     <SubDataPropertyOf>
  256.         <DataProperty IRI="http://webprotege.stanford.edu/RKKrM9GEZGMEbJHRVAwnL1"/>
  257.         <DataProperty abbreviatedIRI="owl:topDataProperty"/>
  258.     </SubDataPropertyOf>
  259.     <SubDataPropertyOf>
  260.         <DataProperty IRI="http://webprotege.stanford.edu/ROgmUYmFFGixBl0E7w9v1I"/>
  261.         <DataProperty abbreviatedIRI="owl:topDataProperty"/>
  262.     </SubDataPropertyOf>
  263.     <DataPropertyDomain>
  264.         <DataProperty IRI="http://webprotege.stanford.edu/R7Ob2ozaLLcDyV37sndSQrD"/>
  265.         <Class IRI="#alumno"/>
  266.     </DataPropertyDomain>
  267.     <DataPropertyDomain>
  268.         <DataProperty IRI="http://webprotege.stanford.edu/R8WfFYQBvic4Uc9SKkVkmrq"/>
  269.         <Class IRI="#alumno"/>
  270.     </DataPropertyDomain>
  271.     <DataPropertyDomain>
  272.         <DataProperty IRI="http://webprotege.stanford.edu/R9Cl4iVN3r22cC8ZBRQuCdW"/>
  273.         <Class IRI="#alumno"/>
  274.     </DataPropertyDomain>
  275.     <DataPropertyDomain>
  276.         <DataProperty IRI="http://webprotege.stanford.edu/RKKrM9GEZGMEbJHRVAwnL1"/>
  277.         <Class IRI="#profesor"/>
  278.     </DataPropertyDomain>
  279.     <DataPropertyDomain>
  280.         <DataProperty IRI="http://webprotege.stanford.edu/ROgmUYmFFGixBl0E7w9v1I"/>
  281.         <Class IRI="#alumno"/>
  282.     </DataPropertyDomain>
  283.     <DataPropertyDomain>
  284.         <DataProperty IRI="#tieneCodigoMateria"/>
  285.         <Class IRI="#materia"/>
  286.     </DataPropertyDomain>
  287.     <DataPropertyDomain>
  288.         <DataProperty IRI="#tieneNombreMateria"/>
  289.         <Class IRI="#materia"/>
  290.     </DataPropertyDomain>
  291.     <DataPropertyRange>
  292.         <DataProperty IRI="http://webprotege.stanford.edu/R7Ob2ozaLLcDyV37sndSQrD"/>
  293.         <Datatype abbreviatedIRI="xsd:string"/>
  294.     </DataPropertyRange>
  295.     <DataPropertyRange>
  296.         <DataProperty IRI="http://webprotege.stanford.edu/R8WfFYQBvic4Uc9SKkVkmrq"/>
  297.         <Datatype abbreviatedIRI="xsd:string"/>
  298.     </DataPropertyRange>
  299.     <DataPropertyRange>
  300.         <DataProperty IRI="http://webprotege.stanford.edu/R9Cl4iVN3r22cC8ZBRQuCdW"/>
  301.         <Datatype abbreviatedIRI="xsd:int"/>
  302.     </DataPropertyRange>
  303.     <DataPropertyRange>
  304.         <DataProperty IRI="http://webprotege.stanford.edu/RKKrM9GEZGMEbJHRVAwnL1"/>
  305.         <Datatype abbreviatedIRI="xsd:string"/>
  306.     </DataPropertyRange>
  307.     <DataPropertyRange>
  308.         <DataProperty IRI="http://webprotege.stanford.edu/ROgmUYmFFGixBl0E7w9v1I"/>
  309.         <Datatype abbreviatedIRI="xsd:string"/>
  310.     </DataPropertyRange>
  311.     <DataPropertyRange>
  312.         <DataProperty IRI="#tieneCodigoMateria"/>
  313.         <Datatype abbreviatedIRI="xsd:int"/>
  314.     </DataPropertyRange>
  315.     <DataPropertyRange>
  316.         <DataProperty IRI="#tieneNombreMateria"/>
  317.         <Datatype abbreviatedIRI="xsd:string"/>
  318.     </DataPropertyRange>
  319.     <AnnotationAssertion>
  320.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  321.         <IRI>http://webprotege.stanford.edu/R7Ob2ozaLLcDyV37sndSQrD</IRI>
  322.         <Literal xml:lang="es">tieneCodigoAlumno</Literal>
  323.     </AnnotationAssertion>
  324.     <AnnotationAssertion>
  325.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  326.         <IRI>http://webprotege.stanford.edu/R8WfFYQBvic4Uc9SKkVkmrq</IRI>
  327.         <Literal xml:lang="es">tieneNombreAlumno</Literal>
  328.     </AnnotationAssertion>
  329.     <AnnotationAssertion>
  330.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  331.         <IRI>http://webprotege.stanford.edu/R8hNm2bf09gQX40cSDw11BC</IRI>
  332.         <Literal xml:lang="es">tieneCodigoProfesor</Literal>
  333.     </AnnotationAssertion>
  334.     <AnnotationAssertion>
  335.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  336.         <IRI>http://webprotege.stanford.edu/R9Cl4iVN3r22cC8ZBRQuCdW</IRI>
  337.         <Literal xml:lang="es">tieneEdadAlumno</Literal>
  338.     </AnnotationAssertion>
  339.     <AnnotationAssertion>
  340.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  341.         <IRI>http://webprotege.stanford.edu/R9Yo3DexDfb1aoWdCi4WzJd</IRI>
  342.         <Literal xml:lang="es">estaInscritoEn</Literal>
  343.     </AnnotationAssertion>
  344.     <AnnotationAssertion>
  345.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  346.         <IRI>http://webprotege.stanford.edu/RKKrM9GEZGMEbJHRVAwnL1</IRI>
  347.         <Literal xml:lang="es">tieneNombreProfesor</Literal>
  348.     </AnnotationAssertion>
  349.     <AnnotationAssertion>
  350.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  351.         <IRI>http://webprotege.stanford.edu/ROgmUYmFFGixBl0E7w9v1I</IRI>
  352.         <Literal xml:lang="es">tieneGeneroAlumno</Literal>
  353.     </AnnotationAssertion>
  354.     <AnnotationAssertion>
  355.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  356.         <IRI>http://webprotege.stanford.edu/Rd5n99IsOMAan7debroFXS</IRI>
  357.         <Literal xml:lang="es">solicitaAtencion</Literal>
  358.     </AnnotationAssertion>
  359.     <AnnotationAssertion>
  360.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  361.         <IRI>http://webprotege.stanford.edu/RfzVSiWyECYU0BaA0PTVDx</IRI>
  362.         <Literal xml:lang="es">alum001</Literal>
  363.     </AnnotationAssertion>
  364.     <AnnotationAssertion>
  365.         <AnnotationProperty abbreviatedIRI="rdfs:label"/>
  366.         <IRI>http://webprotege.stanford.edu/RzX6TGBYaRb48gG2gJyK53</IRI>
  367.         <Literal xml:lang="es">solicitaRegistro</Literal>
  368.     </AnnotationAssertion>
  369. </Ontology>
  370.  
  371.  
  372.  
  373. <!-- Generated by the OWL API (version 4.5.13) https://github.com/owlcs/owlapi -->
  374.  
Tags: ontologia
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement